source: trunk/changelog@ 9014

Last change on this file since 9014 was 9014, checked in by sandervl, 23 years ago

* empty log message *

File size: 4.5 KB
Line 
1/* $Id: changelog,v 1.2269 2002-08-16 15:06:24 sandervl Exp $ */
2
3 2002-08-16: Sander van Leeuwen <sandervl@innotek >
4 - WINMM: o Put back old wave playback resume code
5 - DINPUT: o Merged with latest Wine (DirectInput 8 support)
6 o Added bugfix from June 18th:
7 SysMouseAImpl_GetDeviceData: check if internal dinput
8 mouse state is out of sync and update if necessary
9
10 2002-08-16: Platon Fomichev <platon@innotek >
11 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
12 (based on Rewind code)
13
14 2002-08-15: Yuri Dario <mc6530@mclink >
15 - USER32: o SPI_GETNONCLIENTMETRICS size check extended
16 o Fixed RMB on icon of minimized mdi window
17
18 2002-08-14: Sander van Leeuwen <sandervl@innotek >
19 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
20 - WINMM: o Dart wave playback bugfix
21
22 2002-08-14: Yuri Dario <mc6530@mclink >
23 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
24 o GetSysPopupPos fix
25
26 2002-08-13: Sander van Leeuwen <sandervl@innotek >
27 - GDI32: o SelectObject bugfix for region handles. (fixes crash in
28 Freecell)
29 - USER32: o Added more logging for PM SWP & QFC flags
30 o Enable owner of window destroyed by DestroyWindow. Disabled
31 owners will never be activated by PM.
32
33 2002-08-13: Yuri Dario <mc6530@mclink >
34 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
35 (Rewind)
36
37 2002-08-12: Sander van Leeuwen <sandervl@innotek >
38 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
39 report only one fullscreen mode
40 o Added cases for 32 bpp in mode enumeration
41 o DrawEnumDisplayModes bugfixes
42 o Call ShowWindow in SetCooperativeLevel (if valid window)
43 o Resize associated window to full screen in SetCooperativeLevel
44 (not sure if this is correct)
45 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
46
47 2002-08-12: Platon Fomichev <platon@innotek >
48 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
49 to do the same.
50 - USER32: o Wine (X11) resync for AdjustRectOuter
51
52 2002-08-10: Sander van Leeuwen <sandervl@innotek >
53 - WGSS50: o Update from IBM
54
55 2002-08-09: Sander van Leeuwen <sandervl@innotek >
56 - USER32: o Partly implemented GetGUIThreadInfo
57 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
58 unlock when closed
59
60 2002-08-08: Platon Fomichev <platon@innotek >
61 - USER32: o Fix for handling VK_RETURN in dialogs
62
63 2002-08-08: Sander van Leeuwen <sandervl@innotek >
64 - ChangeLog:o Obfuscated email addresses because people continue to
65 post the ChangeLog file in mailinglists/newsgroups.
66 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
67 letter.
68 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
69 (causes mouse cursor changes when clicking on item in
70 file open dialog)
71
72 2002-08-07: Platon Fomichev <platon@innotek >
73 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
74
75 2002-08-05: Sander van Leeuwen <sandervl@innotek >
76 - USER32: o MsgWaitForMultipleObjects changes; check objects before
77 message queue status
78 o Translate WM_DRAWCLIPBOARD for clipboard change notification
79
80 2002-08-04: Sander van Leeuwen <sandervl@innotek >
81 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
82 request was cancelled
83
84 2002-08-01: Sander van Leeuwen <sandervl@innotek >
85 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
86 no more room.
87 o Fill DART buffers during resume
88 - KERNEL32: o Create event semaphore during TEB setup. Used for
89 Post(Thread)Message in combination with MsgWaitForMultipleObjects
90 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
91 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
92 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
93 semaphore.
94 o Signal post message event semaphore in PostMessageA/W &
95 PostThreadMessage
96
Note: See TracBrowser for help on using the repository browser.