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