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