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