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