source: trunk/changelog@ 8930

Last change on this file since 8930 was 8930, checked in by sandervl, 23 years ago

* empty log message *

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