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