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