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