1 | /* $Id: changelog,v 1.2260 2002-08-13 10:04:08 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2002-08-13: Yuri Dario <mc6530@mclink >
|
---|
4 | - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
|
---|
5 | (Rewind)
|
---|
6 |
|
---|
7 | 2002-08-12: Sander van Leeuwen <sandervl@innotek >
|
---|
8 | - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
|
---|
9 | report only one fullscreen mode
|
---|
10 | o Added cases for 32 bpp in mode enumeration
|
---|
11 | o DrawEnumDisplayModes bugfixes
|
---|
12 | o Call ShowWindow in SetCooperativeLevel (if valid window)
|
---|
13 | o Resize associated window to full screen in SetCooperativeLevel
|
---|
14 | (not sure if this is correct)
|
---|
15 | o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
|
---|
16 |
|
---|
17 | 2002-08-12: Platon Fomichev <platon@innotek >
|
---|
18 | - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
|
---|
19 | to do the same.
|
---|
20 | - USER32: o Wine (X11) resync for AdjustRectOuter
|
---|
21 |
|
---|
22 | 2002-08-10: Sander van Leeuwen <sandervl@innotek >
|
---|
23 | - WGSS50: o Update from IBM
|
---|
24 |
|
---|
25 | 2002-08-09: Sander van Leeuwen <sandervl@innotek >
|
---|
26 | - USER32: o Partly implemented GetGUIThreadInfo
|
---|
27 | - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
|
---|
28 | unlock when closed
|
---|
29 |
|
---|
30 | 2002-08-08: Platon Fomichev <platon@innotek >
|
---|
31 | - USER32: o Fix for handling VK_RETURN in dialogs
|
---|
32 |
|
---|
33 | 2002-08-08: Sander van Leeuwen <sandervl@innotek >
|
---|
34 | - ChangeLog:o Obfuscated email addresses because people continue to
|
---|
35 | post the ChangeLog file in mailinglists/newsgroups.
|
---|
36 | - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
|
---|
37 | letter.
|
---|
38 | - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
|
---|
39 | (causes mouse cursor changes when clicking on item in
|
---|
40 | file open dialog)
|
---|
41 |
|
---|
42 | 2002-08-07: Platon Fomichev <platon@innotek >
|
---|
43 | - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
|
---|
44 |
|
---|
45 | 2002-08-05: Sander van Leeuwen <sandervl@innotek >
|
---|
46 | - USER32: o MsgWaitForMultipleObjects changes; check objects before
|
---|
47 | message queue status
|
---|
48 | o Translate WM_DRAWCLIPBOARD for clipboard change notification
|
---|
49 |
|
---|
50 | 2002-08-04: Sander van Leeuwen <sandervl@innotek >
|
---|
51 | - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
|
---|
52 | request was cancelled
|
---|
53 |
|
---|
54 | 2002-08-01: Sander van Leeuwen <sandervl@innotek >
|
---|
55 | - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
|
---|
56 | no more room.
|
---|
57 | o Fill DART buffers during resume
|
---|
58 | - KERNEL32: o Create event semaphore during TEB setup. Used for
|
---|
59 | Post(Thread)Message in combination with MsgWaitForMultipleObjects
|
---|
60 | - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
|
---|
61 | message (timeout != 0, fWaitAll == FALSE, nCount > 0)
|
---|
62 | If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
|
---|
63 | semaphore.
|
---|
64 | o Signal post message event semaphore in PostMessageA/W &
|
---|
65 | PostThreadMessage
|
---|
66 |
|
---|