source: trunk/changelog@ 8791

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

* empty log message *

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