source: trunk/changelog@ 8761

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

* empty log message *

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