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