[8813] | 1 | /* $Id: changelog,v 1.2200 2002-07-01 14:06:08 sandervl Exp $ */
|
---|
[7715] | 2 |
|
---|
[8805] | 3 | 2002-06-30: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8811] | 4 | - USER32: o Translate & dispatch unprocessed messages in IsDialogMessageA/W
|
---|
| 5 | (Wine doesn't do this, but experiments in Windows 2000 show
|
---|
| 6 | different behaviour)
|
---|
[8813] | 7 | o Edit control: don't beep when receiving Enter (single line
|
---|
| 8 | control)
|
---|
[8811] | 9 |
|
---|
| 10 | 2002-06-30: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8805] | 11 | - KERNEL32: o WriteFile for standard out: convert line feed without
|
---|
| 12 | carriage return into CR+LF
|
---|
[8808] | 13 | o VirtualFree; don't allow app to decommit stack pages
|
---|
| 14 | (VAC runtime uses last stack page to store some internal
|
---|
| 15 | data; if freed pe/pec will crash during exit)
|
---|
[8805] | 16 |
|
---|
[8796] | 17 | 2002-06-28: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 18 | - USER32: o Removed focus fix from 2001-11-20; controls of child
|
---|
| 19 | dialogs can receive input focus (CVP wizard dialogs)
|
---|
[8798] | 20 | o Only call ProcessKbdHook from PeekMessage if PM_REMOVE
|
---|
| 21 | flag is set (otherwise the hook will be called twice)
|
---|
| 22 | o Call message filter hook in IsDialogMessageA/W
|
---|
| 23 | - DOC: o Odin.ini.txt -> Version=NT40 for Windows NT 4 (not NT4)
|
---|
[8796] | 24 |
|
---|
[8793] | 25 | 2002-06-27: Platon Fomichev <platon@innotek.de>
|
---|
| 26 | - SHELL32: o Enable OK button before sending BFFM_SELCHANGED (apparently
|
---|
| 27 | done in windows)
|
---|
| 28 |
|
---|
[8791] | 29 | 2002-06-27: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 30 | - COMDLG32: o Only switch directory when the path returned by SHGetPathFromIDListA
|
---|
| 31 | is valid. (COMDLG32_UpdateCurrentDir)
|
---|
| 32 | (fixes crash in file dialog when double clicking on abstract
|
---|
| 33 | objects like 'My Computer')
|
---|
| 34 |
|
---|
[8778] | 35 | 2002-06-26: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 36 | - KERNEL32: o There are no bugs in the WGSS SystemTimeToFileTime &
|
---|
| 37 | DosDateTimeToFileTime functions;
|
---|
| 38 | Real problem lies in the fact that the times returned
|
---|
| 39 | by DosFindFirst, DosFindNext, DosQueryPathInfo &
|
---|
| 40 | DosQueryFileInfo are in local time; we must convert them
|
---|
| 41 | to file time (UTC)
|
---|
[8781] | 42 | o Fixed bug in OSLibGetDriveType; broke GetDriveType for
|
---|
| 43 | floppy drives
|
---|
| 44 | o Fixed CreateFile for disks
|
---|
[8786] | 45 | o made IOCTL_DISK_GET_DRIVE_GEOMETRY a seperate case; should
|
---|
| 46 | fail if no disk present or when the media has been changed
|
---|
| 47 | o IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_DISK_GET_MEDIA_TYPES should
|
---|
| 48 | always succeed
|
---|
| 49 | o Don't fail CreateFile for disk when DosOpen fails with
|
---|
| 50 | a sharing violation. Apparently this is allowed in windows;
|
---|
| 51 | although you can't do much with the handle. (limited to
|
---|
| 52 | IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_DISK_GET_MEDIA_TYPES)
|
---|
[8778] | 53 |
|
---|
[8776] | 54 | 2002-06-26: knut st. osmundsen <bird@anduin.net>
|
---|
| 55 | - KERNEL32\testcase:
|
---|
| 56 | o Added testcase for Test of SetConsoleCtrlHandler() and
|
---|
| 57 | GenerateConsoleCtrlEvent().
|
---|
| 58 | Note. The last part of it is known to fail since the
|
---|
| 59 | functions aren't 100% implemented yet.
|
---|
| 60 | o Added mini testcase for MultiByteToWideChar().
|
---|
| 61 | o Use the testsuite tools for unit testcases too.
|
---|
| 62 | - KERNEL32: o Partial implementation of Console Ctrl Handlers.
|
---|
| 63 | (Ctrl-Break and Ctrl-C)
|
---|
| 64 | o GetFileType on std files doesn't always return TYPE_CHAR.
|
---|
| 65 | Ask what kind of filehandle we have.
|
---|
| 66 | (Solves 'press key' problem with "wcc386.exe > file".)
|
---|
| 67 | o Enable writing to STDERR. (This might have brought into
|
---|
| 68 | light a redirection problem.)
|
---|
| 69 |
|
---|
[8761] | 70 | 2002-06-25: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 71 | - KERNEL32: o RegQueryValueExA(/W) fix for querying the length of string
|
---|
| 72 | key data; registry.dll returns the wrong value (too big;
|
---|
| 73 | appears size of internal storage)
|
---|
[8764] | 74 | o FileTimeToSystemTime fix (no problems with WGSS implementation)
|
---|
[8767] | 75 | o Removed bad unicode change
|
---|
[8761] | 76 |
|
---|
[8749] | 77 | 2002-06-25: knut st. osmundsen <bird@anduin.net>
|
---|
[8761] | 78 | - UNICODE: o Fancy 16 step fallthru case isn't cool if the src length
|
---|
| 79 | is bad.
|
---|
| 80 | - SHELL32: o Bad linked list walking. (accessed node after free)
|
---|
| 81 | - USER32: o Allocate space the two missing RGB2 entries.
|
---|
| 82 | o Use "%.*s" and "%.*ls" when we have a string with a length.
|
---|
| 83 | (Crashing in logging is awfull. Creates zombies!)
|
---|
| 84 | - ODINCRT: o Reserve low 32MB of address space before initializing
|
---|
| 85 | the CRT IF we compile with the debug heap (kLib).
|
---|
[8749] | 86 |
|
---|
[8748] | 87 | 2002-06-24: knut st. osmundsen <bird@anduin.net>
|
---|
| 88 | - Testsuite:
|
---|
| 89 | o Most of the watcom case done and working.
|
---|
| 90 | - Make: o Corrected LIB paths of the win32 watcom setup.
|
---|
| 91 |
|
---|
[8742] | 92 | 2002-06-21: knut st. osmundsen <bird@anduin.net>
|
---|
| 93 | - KERNEL32: o LCMapStringW fix
|
---|
| 94 |
|
---|
[8738] | 95 | 2002-06-20: Platon Fomichev <platon@innotek.de>
|
---|
| 96 | - COMCTL32: o Don't erase background for ownerdrawn listview controls
|
---|
| 97 | (LISTVIEW_RefreshReport)
|
---|
| 98 |
|
---|
[8732] | 99 | 2002-06-20: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 100 | - OLE32: o Drag 'n drop fix
|
---|
| 101 | - USER32: o Drag 'n drop fix
|
---|
| 102 | o Enabled drag 'n drop again
|
---|
[8737] | 103 | o Added DisableDragDrop
|
---|
[8732] | 104 |
|
---|
[8726] | 105 | 2002-06-20: knut st. osmundsen <bird@anduin.net>
|
---|
| 106 | - INSTALL: o Corrected quoting typos. ('User's Guide' -> 'User''s Guide')
|
---|
[8731] | 107 | - Tools: o Added ExecTestcase.cmd for executing a testing and do
|
---|
| 108 | result logging.
|
---|
| 109 | - Make: o Added TS_EXEC* and TS_LOGFILE macros to testsuite.tools.mk.
|
---|
| 110 | - Testsuite:
|
---|
| 111 | o Use ExecTestcase.cmd for executing the testcases.
|
---|
| 112 | Logging & execute all testcases nomatter return values.
|
---|
| 113 | o Added watcomc.mak which is pretty simple watcom tests.
|
---|
| 114 | (currently noone of them really work 100%.)
|
---|
| 115 | o TODO: Make a timeout executer which kills the children when
|
---|
| 116 | they've been executing too long. This is required in order to
|
---|
| 117 | run the testsuite without human interaction.
|
---|
[8726] | 118 |
|
---|
[8719] | 119 | 2002-06-19: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 120 | - OLE32: o Drag 'n drop fixes
|
---|
[8726] | 121 |
|
---|
[8719] | 122 | 2002-06-18: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 123 | - DINPUT: o SysMouseAImpl_GetDeviceData: check if internal dinput
|
---|
| 124 | mouse state is out of sync and update if necessary
|
---|
| 125 |
|
---|
[8704] | 126 | 2002-06-18: knut st. osmundsen <bird@anduin.net>
|
---|
| 127 | - Win32k: o Fixed compiler warning which caused the M$ compiler
|
---|
| 128 | to choke on some systems.
|
---|
[8718] | 129 | - Testsuite:
|
---|
| 130 | o A collection of testcases running real win32 apps.
|
---|
| 131 | Not finished, just an idea currently, intended for
|
---|
| 132 | testing odin releases and changes.
|
---|
| 133 | Currently limiting ourselfs to CUI progs.
|
---|
| 134 | o A simple DoxyGen testcase is checked in.
|
---|
| 135 | o Read the micro howto in testsuite/Makefile.
|
---|
| 136 | - Make: o Synced with outside world. (NMAKE5 changes mostly.)
|
---|
| 137 | o Added support for TARGET_MODE = TESTCASE.
|
---|
| 138 | o Added separate tools file for the testsuite.
|
---|
[8704] | 139 |
|
---|
[8701] | 140 | 2002-06-17: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 141 | - USER32: o Disabled drag 'n drop temporarily (not yet stable)
|
---|
| 142 |
|
---|
[8692] | 143 | 2002-06-16: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 144 | - KERNEL32: o Expand string when converting REG_EXPAND_SZ to REG_SZ
|
---|
| 145 | o Removed: LoadLibraryExA: expand library filename
|
---|
| 146 | (doesn't happen in Windows)
|
---|
[8695] | 147 | - INSTALL: o Create object for Odin User's Manual + fixed object
|
---|
| 148 | creation for OdinBug Manual
|
---|
| 149 | o Include OdinBug.HLP & OdinUser.INF
|
---|
[8698] | 150 | - SHELL32: o Fixed desktop object creation during win32 app install
|
---|
[8692] | 151 |
|
---|
[8664] | 152 | 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8668] | 153 | - SETUPAPI: o Wine resync + added debug wrappers
|
---|
[8673] | 154 | - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
|
---|
[8674] | 155 | o Check for NULL parameters in GetFullPathNameW
|
---|
[8684] | 156 | o hmfile.cpp: ParsePath fix; check boundary
|
---|
| 157 | o LoadLibraryExA: expand library filename; might contain
|
---|
| 158 | environment variables
|
---|
[8704] | 159 | o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
|
---|
[8688] | 160 | registry.dll doesn't like this type for some reason
|
---|
[8684] | 161 | - USER32: o Do proper filtering for PeekMessage
|
---|
[8671] | 162 | - NTDLL: o Forward heap functions to kernel32
|
---|
[8676] | 163 | - QUARTZ: o Removed old code (stub dll now)
|
---|
[8678] | 164 | - AVIFIL32: o Resync with Wine
|
---|
[8682] | 165 | - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
|
---|
[8664] | 166 |
|
---|
[8655] | 167 | 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 168 | - USER32: o SetCustomWndHandleSemName added to override shared semaphore
|
---|
[8704] | 169 | name used to synchronize global window handle array access
|
---|
[8655] | 170 | (to avoid name clash with Odin)
|
---|
[8657] | 171 | - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
|
---|
[8704] | 172 | name used to synchronize global memory map list access
|
---|
[8657] | 173 | (to avoid name clash with Odin)
|
---|
[8655] | 174 |
|
---|
[8653] | 175 | 2002-06-13: Platon Fomichev <platon@innotek.de>
|
---|
| 176 | - USER32: o Only minimize or maximize window if appropriate style flag set
|
---|
| 177 |
|
---|
[8651] | 178 | 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8704] | 179 | - KERNEL32: o If bytes present in COM device buffer, read them directly;
|
---|
[8651] | 180 | even for overlapped IO calls.
|
---|
| 181 |
|
---|
[8649] | 182 | 2002-06-11: Platon Fomichev <platon@innotek.de>
|
---|
| 183 | - SHELL32: o Ignore name changes for 'My Computer' and other non-file
|
---|
| 184 | objects (file dialogs)
|
---|
| 185 |
|
---|
[8646] | 186 | 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8641] | 187 | - OLEAUT32, SHELL32:
|
---|
| 188 | o Some Wine updates
|
---|
[8643] | 189 | - KERNEL32: o Overlapped IO bugfixes
|
---|
[8704] | 190 | o Thread TEB linking bugfix
|
---|
[8646] | 191 | o Setup TEB structure before creating thread. Otherwise it's
|
---|
| 192 | created too late and thread functions called by the app
|
---|
| 193 | right after thread creation will fail.(e.g. SetThreadPriority)
|
---|
[8641] | 194 |
|
---|
[8635] | 195 | 2002-06-10: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
|
---|
| 196 | - TOOLS\ODINBUG:
|
---|
| 197 | o Added VX-REXX sources for OdinBug
|
---|
| 198 | - DOC: o OdinBug.HLP update
|
---|
| 199 | - BIN: o OdinBug.exe update
|
---|
| 200 |
|
---|
[8630] | 201 | 2002-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 202 | - OLE32: o Fixed bug in StgStreamImpl_Seek
|
---|
| 203 | - USER32: o Don't repaint groupbox in WM_SETFONT if control isn't visible
|
---|
| 204 | (fixes crash in Java 1.4 install)
|
---|
[8637] | 205 | - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
|
---|
| 206 | overlapped IO
|
---|
[8630] | 207 |
|
---|
[8618] | 208 | 2002-06-09: knut st. osmundsen <bird@anduin.net>
|
---|
| 209 | - Makefiles:
|
---|
| 210 | o Exclude dummy.c from the dependencies.
|
---|
| 211 |
|
---|
[8615] | 212 | 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
|
---|
| 213 | - KERNEL32: o Corrections for Austrian NLS file
|
---|
| 214 |
|
---|
[8606] | 215 | 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 216 | - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
|
---|
| 217 | communication
|
---|
| 218 | (fixes OpenOffice 1.0 crash during install (at 76%))
|
---|
[8615] | 219 | o Skip window handle 0x68000000 (otherwise more difficult
|
---|
| 220 | to compare logs with old builds)
|
---|
[8622] | 221 | o Logging changes for comparing source file names
|
---|
[8623] | 222 | o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
|
---|
| 223 | (fixes Java 1.4 installation (first dialog))
|
---|
[8610] | 224 | - COMDLG32: o GetFileDialog95W fix (check if template name is string or
|
---|
| 225 | numeric id)
|
---|
| 226 | (fixes OpenOffice 1.0 file open dialog crash)
|
---|
[8606] | 227 | - WININET: o Fixed shlwapi imports
|
---|
[8619] | 228 | - OLE32: o Resync with latest Wine
|
---|
[8622] | 229 | - OLEAUT32: o Resync with latest Wine
|
---|
[8606] | 230 |
|
---|
[8598] | 231 | 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[8595] | 232 | - SHELL32: o Moved resource files to subdir
|
---|
| 233 | - COMDLG32: o Compile fix + moved resource files to subdir
|
---|
[8598] | 234 | - KERNEL32: o Export OSLibDosDevIOCtl
|
---|
| 235 | - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
|
---|
| 236 | (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
|
---|
| 237 | package from May 2001 (or newer) or recent JJSCDROM)
|
---|
| 238 | - DDRAW: o Fixed clipping bug with non-frame windows
|
---|
[8603] | 239 | o Print FOURCCs supported by Dive
|
---|
[8595] | 240 |
|
---|
[8618] | 241 | 2002-06-08: knut *st. osmundsen <bird@anduin.net>
|
---|
[8597] | 242 | - TOOLS\WRC:o Compile fix
|
---|
| 243 |
|
---|
[8592] | 244 | 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 245 | - SHLWAPI: o Resync with latest Wine & added LGPL license
|
---|
| 246 | - SHELL32: o Some updates for upcoming resync
|
---|
| 247 |
|
---|
[8590] | 248 | 2002-06-06: knut st. osmundsen <bird@anduin.net>
|
---|
[8591] | 249 | - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
|
---|
[8590] | 250 |
|
---|
[8581] | 251 | 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
|
---|
[8590] | 252 | - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
|
---|
[8581] | 253 | opening an existing file
|
---|
| 254 |
|
---|
[8578] | 255 | 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 256 | - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
|
---|
| 257 |
|
---|
[8576] | 258 | 2002-06-06: Platon Fomichev <platon@innotek.de>
|
---|
| 259 | - SHELL32: o Always expand root when initializing treeview
|
---|
| 260 | o Do not sort tree in TVN_ITEMEXPANDINGA
|
---|
| 261 |
|
---|
[8569] | 262 | 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 263 | - WINMM: o Put back original DART buffer size selection code
|
---|
| 264 | (new one messes up e.g. RealPlayer)
|
---|
[8571] | 265 | o Postpone recording when waveInStart called without
|
---|
| 266 | any buffers in the queue. Start in during next
|
---|
| 267 | waveInAddBuffer call.
|
---|
[8573] | 268 | o Fixed DART waveout resume
|
---|
[8569] | 269 |
|
---|
[8565] | 270 | 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 271 | - USER32: o Fix for AltGr key combinations
|
---|
[8567] | 272 | - WINMM: o Updates for wave playback
|
---|
[8565] | 273 |
|
---|
[8554] | 274 | 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 275 | - USER32, OLE32:
|
---|
| 276 | o Drag and drop fixes
|
---|
[8561] | 277 | - BIN\ODINBUG:
|
---|
| 278 | o Update by Herwig Bauernfeind (0.5.6a)
|
---|
| 279 | - DOC\MANUAL:
|
---|
| 280 | o Users manual sources by Herwig Bauernfeind
|
---|
| 281 | - DOC: o Added odinuser.inf by Herwig Bauernfeind
|
---|
[8554] | 282 |
|
---|
[8546] | 283 | 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 284 | - USER32\CONTROLS:
|
---|
| 285 | o New dll for user32 controls (latest Wine)
|
---|
| 286 | (not activated, not finished (resync))
|
---|
| 287 | - USER32: o Moved drag & drop code to seperate file
|
---|
[8550] | 288 | o Updates for OLE drag 'n drop
|
---|
[8549] | 289 | - KERNEL32: o LogException: check lockcount before changing it on entry
|
---|
[8547] | 290 | (it is not always > 0 -> previously caused hang in exception
|
---|
| 291 | handler (zombie process))
|
---|
[8550] | 292 | - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
|
---|
| 293 | - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
|
---|
| 294 | (todo: Odin app -> WPS)
|
---|
[8546] | 295 |
|
---|
[8536] | 296 | 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 297 | - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
|
---|
| 298 | performance
|
---|
[8538] | 299 | o DragQueryFileW fix
|
---|
| 300 | - WINMM: o Implemented minimal control change notification
|
---|
| 301 | - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
|
---|
| 302 | control (probably not 100% correct)
|
---|
| 303 | - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
|
---|
[8590] | 304 | (works in notepad; drag file object from WPS into notepad
|
---|
[8538] | 305 | window)
|
---|
[8536] | 306 |
|
---|
[8531] | 307 | 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 308 | - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
|
---|
| 309 | - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
|
---|
| 310 | (with LLMHF_INJECTED flag set)
|
---|
| 311 |
|
---|
[8534] | 312 | 2002-05-31: Platon Fomichev <platon@innotek.de>
|
---|
| 313 | - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
|
---|
| 314 |
|
---|
[8529] | 315 | 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 316 | - WINMM: o Mixer fixes
|
---|
| 317 |
|
---|
[8527] | 318 | 2002-05-30: Platon Fomichev <platon@innotek.de>
|
---|
| 319 | - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
|
---|
| 320 | (seems to be done in windows)
|
---|
| 321 |
|
---|
[8511] | 322 | 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 323 | - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
|
---|
| 324 | (fixes AbiWord keyboard input)
|
---|
[8516] | 325 | - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
|
---|
| 326 | o mixerGetLineInfoW fix
|
---|
[8590] | 327 | - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
|
---|
[8523] | 328 | wrt cx parameter (when set to zero)
|
---|
[8519] | 329 | (fixes properties dialog of sndvol32.exe (windows mixer app))
|
---|
[8521] | 330 | o Updated status control to latest Wine & applied two
|
---|
| 331 | bugfixes (already sent to wine-patches)
|
---|
[8511] | 332 |
|
---|
[8513] | 333 | 2002-05-29: Platon Fomichev <platon@innotek.de>
|
---|
| 334 | - USER32: o GetAsyncKeyState fix for VK_MENU
|
---|
[8525] | 335 | - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
|
---|
| 336 | (invalidate control to prevent leftovers of size grip)
|
---|
[8513] | 337 |
|
---|
[8505] | 338 | 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 339 | - REGSVR32: o Fixed startup
|
---|
| 340 | - WINMM: o Completely implemented mixerSetControlDetails
|
---|
| 341 | o Mixer updates
|
---|
[8509] | 342 | o Support added for master volume (ioctl90 mode)
|
---|
[8507] | 343 | o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
|
---|
| 344 | o Wave recording now works
|
---|
[8505] | 345 |
|
---|
| 346 | 2002-05-28: Platon Fomichev <platon@innotek.de>
|
---|
[8502] | 347 | - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
|
---|
[8503] | 348 | - KERNEL32: o Debugger updates
|
---|
[8502] | 349 |
|
---|
[8494] | 350 | 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 351 | - WINMM: o Completely implemented mixerGetControlDetailsA/W
|
---|
| 352 | o Mixer updates
|
---|
[8496] | 353 | - TESTAPP\MIXER:
|
---|
| 354 | o Test application for mixer functions
|
---|
[8494] | 355 |
|
---|
[8487] | 356 | 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 357 | - WINMM: o Fix for soundcards without ioctl90 mixer support
|
---|
[8491] | 358 | o Many mixer updates
|
---|
[8487] | 359 |
|
---|
[8484] | 360 | 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
|
---|
| 361 | - WINMM: o More mixer updates (not yet finished)
|
---|
| 362 |
|
---|
[8475] | 363 | 2002-05-23: Yuri Dario <mc6530@mclink.it>
|
---|
| 364 | - USER32: o Don't beep when unable to find menu item when alt key pressed
|
---|
| 365 |
|
---|
[8484] | 366 | 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8475] | 367 | - WINMM: o Mixer updates (not yet finished)
|
---|
| 368 |
|
---|
[8473] | 369 | 2002-05-23: Platon Fomichev <platon@innotek.de>
|
---|
| 370 | - USER32: o Keyboard fixes for right alt & right shift
|
---|
| 371 |
|
---|
[8484] | 372 | 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8466] | 373 | - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
|
---|
| 374 | (fixes RealPlayer (PostThreadMessage))
|
---|
[8467] | 375 | - WINMM: o Added debug wrappers
|
---|
[8471] | 376 | o Started with mixer api rewrite
|
---|
[8466] | 377 |
|
---|
[8484] | 378 | 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8460] | 379 | - KERNEL32: o Round stack top & bottom (TIB) to page boundary
|
---|
| 380 |
|
---|
[8484] | 381 | 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8458] | 382 | - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
|
---|
| 383 | since a dll that depends on dlls with an exitlist handler
|
---|
| 384 | doesn't get properly unloaded (initterm not called for unload
|
---|
| 385 | nor for a 2nd load)
|
---|
| 386 |
|
---|
[8455] | 387 | 2002-05-20: Dmitry Froloff <froloff@os2.ru>
|
---|
| 388 | - KERNEL32: o Removed 64 MB memory mapped file limit
|
---|
| 389 | o Fix for opening memory mapped file with size larger than
|
---|
| 390 | the file size
|
---|
| 391 |
|
---|
[8451] | 392 | 2002-05-17: Platon Fomichev <platon@innotek.de>
|
---|
| 393 | - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
|
---|
| 394 | if window is not visible (fixes endless loop in
|
---|
| 395 | property sheet when switching page with keyboard)
|
---|
| 396 |
|
---|
[8484] | 397 | 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8447] | 398 | - OLEAUT32: o Resync with latest Wine
|
---|
[8453] | 399 | - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
|
---|
| 400 | (IOCTL_CDROM_CURRENT_POSITION only)
|
---|
| 401 | o IOCTL_CDROM_READ_TOC fix
|
---|
[8447] | 402 |
|
---|
[8435] | 403 | 2002-05-16: knut st. osmundsen <bird@anduin.net>
|
---|
| 404 | - MAKE: o Merged in latest changes.
|
---|
| 405 | o Create NewConfigure.cmd for this environment.
|
---|
| 406 | Try NewConfigure.cmd -? first.
|
---|
| 407 | (Do 'nmake needed' before calling this. (stupid!))
|
---|
| 408 | o Please note that this is still not 100% configured for
|
---|
| 409 | Odin32 yet. But eventually it will replace the existing
|
---|
| 410 | make system.
|
---|
| 411 |
|
---|
[8484] | 412 | 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8425] | 413 | - NTDLL: o Partial resync with Wine
|
---|
[8430] | 414 | - KERNEL32: o Export some functions for NTDLL
|
---|
| 415 | o Fixed creation of logfile for executables on readonly volumes
|
---|
| 416 | o RegQueryInfoKeyW fix
|
---|
[8437] | 417 | o TLS fix for pe2lx images
|
---|
| 418 | - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
|
---|
[8590] | 419 | SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
|
---|
[8437] | 420 | SystemParametersInfoA parameters
|
---|
[8440] | 421 | - OLE32: o Resync with latest Wine
|
---|
[8425] | 422 |
|
---|
[8484] | 423 | 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8414] | 424 | - DINPUT: o Made mouse code reentrant
|
---|
[8417] | 425 | - GDI32: o Fix for EnumFontFamiliesA/W
|
---|
[8419] | 426 | - SETUPAPI: o Resync with latest Wine
|
---|
[8414] | 427 |
|
---|
[8484] | 428 | 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8435] | 429 | - KERNEL32: o CustForce2GBFileSize function added to force
|
---|
[8407] | 430 | GetVolumeInformation to tell the app all partitions are FAT
|
---|
| 431 | (2 GB file size limitation)
|
---|
[8412] | 432 | - COMCTL32: o Merged property sheet control with latest Wine version
|
---|
[8407] | 433 |
|
---|
[8405] | 434 | 2002-05-14: Platon Fomichev <platon@innotek.de>
|
---|
| 435 | - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
|
---|
| 436 | SWP_FOCUS(DE)ACTIVATE message.
|
---|
| 437 |
|
---|
[8402] | 438 | 2002-05-10: Platon Fomichev <platon@innotek.de>
|
---|
| 439 | - KERNEL32: o Parallel port updates (use resource manager to query
|
---|
| 440 | hardware configuration)
|
---|
| 441 |
|
---|
[8484] | 442 | 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8399] | 443 | - KERNEL32: o Applications are now allowed to read physical disks or
|
---|
| 444 | mounted partitions. Write access is only allowed for
|
---|
| 445 | unmounted partitions or floppy disks.
|
---|
| 446 | o Implemented GetFileSize for disk objects; corrected
|
---|
| 447 | return value for some failures (-1)
|
---|
| 448 |
|
---|
[8484] | 449 | 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8435] | 450 | - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
|
---|
[8395] | 451 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
| 452 | o Implemented GetVolumeNameForVolumeMountPointA/W for disk
|
---|
| 453 | mountpoints (e.g. C:\)
|
---|
| 454 | o Rewrote FindFirst/NextVolume to use LVM interface (if
|
---|
| 455 | availabe; else fail)
|
---|
| 456 | o Extended GetDriveType & GetVolumeInformation for volume
|
---|
| 457 | names (instead of only disk names (e.g. C:\))
|
---|
[8399] | 458 | o GetVolumeInformation change: keep file system name if
|
---|
| 459 | NTFS or FAT32
|
---|
| 460 | o Implemented unmounted volume and physical disk access
|
---|
[8395] | 461 |
|
---|
[8484] | 462 | 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8383] | 463 | - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
|
---|
| 464 | toolbar, tab, pager, nativefont, imagelist code
|
---|
| 465 | o Updated license (LGPL) for comctl32
|
---|
[8388] | 466 | - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
|
---|
| 467 | in NTDLL)
|
---|
[8390] | 468 | - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
|
---|
[8395] | 469 | - KERNEL32: o Implemented volume & volume mountpoint functions
|
---|
[8393] | 470 | (win2k and up)
|
---|
[8435] | 471 | o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
|
---|
[8395] | 472 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
---|
[8383] | 473 |
|
---|
| 474 | 2002-05-08: Platon Fomichev <platon@innotek.de>
|
---|
| 475 | - COMCTL32: o Merged listview control with latest Wine
|
---|
| 476 |
|
---|
[8484] | 477 | 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8379] | 478 | - USER32: o WH_MOUSE_LL hook fixes
|
---|
| 479 |
|
---|
[8378] | 480 | 2002-05-07: Platon Fomichev <platon@innotek.de>
|
---|
| 481 | - USER32: o Listbox/combobox fix for MFC apps
|
---|
| 482 | o SetParent doesn't change WS_CHILD style
|
---|
| 483 | o Experimental change for getParent
|
---|
| 484 |
|
---|
[8376] | 485 | 2002-05-07: knut st. osmundsen <bird@anduin.net>
|
---|
| 486 | - CmdQd: o The daemon shouldn't inherit standard handles when started.
|
---|
| 487 | (Hung the daily build, since we use tee to do logging.)
|
---|
| 488 |
|
---|
[8484] | 489 | 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8371] | 490 | - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
|
---|
| 491 |
|
---|
[8484] | 492 | 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
|
---|
[8363] | 493 | - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
|
---|
| 494 | translation array
|
---|
| 495 |
|
---|