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