source: trunk/changelog@ 8845

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

* empty log message *

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