[9100] | 1 | /* $Id: changelog,v 1.2285 2002-08-23 15:05:22 sandervl Exp $ */
|
---|
[9049] | 2 |
|
---|
[9100] | 3 | 2002-08-23: Sander van Leeuwen <sandervl@innotek >
|
---|
| 4 | - USER32: o Ugly hack added to work around crash in PM when child window
|
---|
| 5 | calls DestroyWindow for parent or owner in WM_DESTROY handler
|
---|
| 6 | (solution: postpone DestroyWindow for parent/owner)
|
---|
| 7 |
|
---|
| 8 | 2002-08-23: knut st. osmundsen <bird@anduin >
|
---|
[9099] | 9 | - TOOLS: o Added a rm.exe binary from the OS2Tools tree.
|
---|
| 10 | The new build system uses this. Then clean will
|
---|
| 11 | work everywhere!
|
---|
| 12 |
|
---|
[9092] | 13 | 2002-08-22: Sander van Leeuwen <sandervl@innotek >
|
---|
| 14 | - SHELL32: o Added bugfix to IEnumIDList_Folder_Constructor (from Wine)
|
---|
| 15 | o Enabled Christoph Bratschi's CreateFolderEnumList optimization
|
---|
| 16 | - KERNEL32: o Rewrote GetFileAttributesA & translate filename used from Windows
|
---|
| 17 | to OS/2 codepage
|
---|
| 18 |
|
---|
[9091] | 19 | 2002-08-21: knut st. osmundsen <bird@anduin >
|
---|
| 20 | - MAKE: o Implemented a 'needed' pass to make required tools (for
|
---|
| 21 | instance code generators).
|
---|
| 22 | o Made SUBDIRS and PRE/POSTMAKEFILES more customizable by
|
---|
| 23 | adding support for override macros:
|
---|
| 24 | [SUBDIRS|[PRE|POST]MAKEFILES]_<mainrule>
|
---|
| 25 | This is good when you wanna skip a tree for a rule (=pass)
|
---|
| 26 | or/and just run do a rule (=pass) in a specific tree.
|
---|
| 27 | o Added check for TARGET_PRIVATE macro before installing
|
---|
| 28 | anything.
|
---|
| 29 | - CMDQD, FASTDEP:
|
---|
| 30 | o Made makefiles support the new build system.
|
---|
| 31 | (Testing for the env.var. BUILD_SETUP_MAK.)
|
---|
| 32 |
|
---|
[9078] | 33 | 2002-08-21: Sander van Leeuwen <sandervl@innotek >
|
---|
| 34 | - KERNEL32: o EV_RLSD/MS_RLSD_ON status corresponds to OS/2 DCD (data carrier detect) status
|
---|
| 35 | GetCommModemStatus & GetCommEvent changed
|
---|
[9080] | 36 | Removed from unsupported flags in SetCommMask.
|
---|
[9078] | 37 |
|
---|
[9073] | 38 | 2002-08-21: Platon Fomichev <platon@innotek >
|
---|
[9074] | 39 | - USER32: o Fixed OSLibWinSetSysValue
|
---|
| 40 | o Fixed OSLibSetWindowStyle; delete frame controls if required
|
---|
[9073] | 41 |
|
---|
[9074] | 42 | 2002-08-21: Yuri Dario <mc6530@mclink >
|
---|
| 43 | - USER32: o OSLibWinChangeTaskList & OSLibWinAddToTaskList bugfixes;
|
---|
| 44 | wrong CharToOemBuffA call.
|
---|
| 45 |
|
---|
[9061] | 46 | 2002-08-20: knut st. osmundsen <bird@anduin >
|
---|
| 47 | - FASTDEP: o Support for special makefile chars.
|
---|
[9071] | 48 | o Optimized cyclic dependency checks for large systems.
|
---|
[9061] | 49 | - MAKE: o Corrected all ilib (AR) rules.
|
---|
| 50 | o Quick LIB testcases.
|
---|
| 51 |
|
---|
[9056] | 52 | 2002-08-20: Platon Fomichev <platon@innotek >
|
---|
| 53 | - COMCTL32: o Trackbar: set position fix
|
---|
| 54 |
|
---|
[9029] | 55 | 2002-08-19: knut st. osmundsen <bird@anduin >
|
---|
| 56 | - MAKE: o New TARGET_MODE: DEPEND.
|
---|
[9049] | 57 | o ilib+dashes and some other bugfixing.
|
---|
| 58 | o VAC debug memory management option.
|
---|
| 59 | o Implemented structured make passes.
|
---|
| 60 | o Polish.
|
---|
[9029] | 61 | - TOOLS: o Did some polish and help on BuildEnv.cmd.
|
---|
[9049] | 62 | o Show make pass number while traversing the tree. (Do*.cmd)
|
---|
[7715] | 63 |
|
---|
[9026] | 64 | 2002-08-19: Sander van Leeuwen <sandervl@innotek >
|
---|
| 65 | - USER32: o Don't send queued WM_CHAR messages for windows that have
|
---|
| 66 | just been destroyed. (Get/PeekMessage)
|
---|
| 67 |
|
---|
[9022] | 68 | 2002-08-17: Yuri Dario <mc6530@mclink >
|
---|
| 69 | - INCLUDE: o Fixed INT32 definition
|
---|
| 70 | - USER32: o Merged latest Rewind edit control code
|
---|
| 71 |
|
---|
[9013] | 72 | 2002-08-16: Sander van Leeuwen <sandervl@innotek >
|
---|
| 73 | - WINMM: o Put back old wave playback resume code
|
---|
[9014] | 74 | - DINPUT: o Merged with latest Wine (DirectInput 8 support)
|
---|
| 75 | o Added bugfix from June 18th:
|
---|
| 76 | SysMouseAImpl_GetDeviceData: check if internal dinput
|
---|
| 77 | mouse state is out of sync and update if necessary
|
---|
[9020] | 78 | - USER32: o SetCursorPos change:
|
---|
| 79 | The current cursor position may not have been passed to the application
|
---|
| 80 | just yet. The position change discards any previous events which may
|
---|
| 81 | lead to inconsistent mouse behaviour (like in DirectInput).
|
---|
| 82 | To fix this, we pass down a mouse move event to any hook handlers.
|
---|
[9013] | 83 |
|
---|
[9010] | 84 | 2002-08-16: Platon Fomichev <platon@innotek >
|
---|
| 85 | - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
|
---|
| 86 | (based on Rewind code)
|
---|
| 87 |
|
---|
[9007] | 88 | 2002-08-15: Yuri Dario <mc6530@mclink >
|
---|
| 89 | - USER32: o SPI_GETNONCLIENTMETRICS size check extended
|
---|
| 90 | o Fixed RMB on icon of minimized mdi window
|
---|
| 91 |
|
---|
[9000] | 92 | 2002-08-14: Sander van Leeuwen <sandervl@innotek >
|
---|
| 93 | - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
|
---|
[9002] | 94 | - WINMM: o Dart wave playback bugfix
|
---|
[9000] | 95 |
|
---|
| 96 | 2002-08-14: Yuri Dario <mc6530@mclink >
|
---|
| 97 | - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
|
---|
| 98 | o GetSysPopupPos fix
|
---|
| 99 |
|
---|
[8994] | 100 | 2002-08-13: Sander van Leeuwen <sandervl@innotek >
|
---|
| 101 | - GDI32: o SelectObject bugfix for region handles. (fixes crash in
|
---|
| 102 | Freecell)
|
---|
[9049] | 103 | - USER32: o Added more logging for PM SWP & QFC flags
|
---|
[8998] | 104 | o Enable owner of window destroyed by DestroyWindow. Disabled
|
---|
[9049] | 105 | owners will never be activated by PM.
|
---|
[8994] | 106 |
|
---|
[8992] | 107 | 2002-08-13: Yuri Dario <mc6530@mclink >
|
---|
| 108 | - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
|
---|
| 109 | (Rewind)
|
---|
| 110 |
|
---|
[8986] | 111 | 2002-08-12: Sander van Leeuwen <sandervl@innotek >
|
---|
| 112 | - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
|
---|
| 113 | report only one fullscreen mode
|
---|
| 114 | o Added cases for 32 bpp in mode enumeration
|
---|
| 115 | o DrawEnumDisplayModes bugfixes
|
---|
| 116 | o Call ShowWindow in SetCooperativeLevel (if valid window)
|
---|
| 117 | o Resize associated window to full screen in SetCooperativeLevel
|
---|
| 118 | (not sure if this is correct)
|
---|
| 119 | o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
|
---|
| 120 |
|
---|
[8984] | 121 | 2002-08-12: Platon Fomichev <platon@innotek >
|
---|
| 122 | - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
|
---|
| 123 | to do the same.
|
---|
[8986] | 124 | - USER32: o Wine (X11) resync for AdjustRectOuter
|
---|
[8984] | 125 |
|
---|
[8983] | 126 | 2002-08-10: Sander van Leeuwen <sandervl@innotek >
|
---|
| 127 | - WGSS50: o Update from IBM
|
---|
| 128 |
|
---|
[8976] | 129 | 2002-08-09: Sander van Leeuwen <sandervl@innotek >
|
---|
| 130 | - USER32: o Partly implemented GetGUIThreadInfo
|
---|
[8979] | 131 | - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
|
---|
| 132 | unlock when closed
|
---|
[8976] | 133 |
|
---|
[8969] | 134 | 2002-08-08: Platon Fomichev <platon@innotek >
|
---|
| 135 | - USER32: o Fix for handling VK_RETURN in dialogs
|
---|
| 136 |
|
---|
[8966] | 137 | 2002-08-08: Sander van Leeuwen <sandervl@innotek >
|
---|
| 138 | - ChangeLog:o Obfuscated email addresses because people continue to
|
---|
[8967] | 139 | post the ChangeLog file in mailinglists/newsgroups.
|
---|
[9049] | 140 | - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
|
---|
| 141 | letter.
|
---|
[8972] | 142 | - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
|
---|
[9049] | 143 | (causes mouse cursor changes when clicking on item in
|
---|
[8972] | 144 | file open dialog)
|
---|
[8966] | 145 |
|
---|
| 146 | 2002-08-07: Platon Fomichev <platon@innotek >
|
---|
[8965] | 147 | - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
|
---|
[8963] | 148 |
|
---|
[8966] | 149 | 2002-08-05: Sander van Leeuwen <sandervl@innotek >
|
---|
[8959] | 150 | - USER32: o MsgWaitForMultipleObjects changes; check objects before
|
---|
| 151 | message queue status
|
---|
[8961] | 152 | o Translate WM_DRAWCLIPBOARD for clipboard change notification
|
---|
[8959] | 153 |
|
---|
[8966] | 154 | 2002-08-04: Sander van Leeuwen <sandervl@innotek >
|
---|
[8957] | 155 | - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
|
---|
| 156 | request was cancelled
|
---|
| 157 |
|
---|
[8966] | 158 | 2002-08-01: Sander van Leeuwen <sandervl@innotek >
|
---|
[8950] | 159 | - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
|
---|
| 160 | no more room.
|
---|
| 161 | o Fill DART buffers during resume
|
---|
[9049] | 162 | - KERNEL32: o Create event semaphore during TEB setup. Used for
|
---|
[8950] | 163 | Post(Thread)Message in combination with MsgWaitForMultipleObjects
|
---|
| 164 | - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
|
---|
| 165 | message (timeout != 0, fWaitAll == FALSE, nCount > 0)
|
---|
[9049] | 166 | If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
|
---|
[8950] | 167 | semaphore.
|
---|
| 168 | o Signal post message event semaphore in PostMessageA/W &
|
---|
| 169 | PostThreadMessage
|
---|
| 170 |
|
---|