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