source: trunk/changelog@ 8778

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

* empty log message *

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