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