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