source: trunk/changelog@ 8764

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

* empty log message *

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