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
RevLine 
[8764]1/* $Id: changelog,v 1.2186 2002-06-25 17:54:31 sandervl Exp $ */
[7715]2
[8761]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)
[8764]7 o FileTimeToSystemTime fix (no problems with WGSS implementation)
[8761]8
[8749]9 2002-06-25: knut st. osmundsen <bird@anduin.net>
[8761]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).
[8749]18
[8748]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
[8742]24 2002-06-21: knut st. osmundsen <bird@anduin.net>
25 - KERNEL32: o LCMapStringW fix
26
[8738]27 2002-06-20: Platon Fomichev <platon@innotek.de>
28 - COMCTL32: o Don't erase background for ownerdrawn listview controls
29 (LISTVIEW_RefreshReport)
30
[8732]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
[8737]35 o Added DisableDragDrop
[8732]36
[8726]37 2002-06-20: knut st. osmundsen <bird@anduin.net>
38 - INSTALL: o Corrected quoting typos. ('User's Guide' -> 'User''s Guide')
[8731]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.
[8726]50
[8719]51 2002-06-19: Sander van Leeuwen <sandervl@innotek.de>
52 - OLE32: o Drag 'n drop fixes
[8726]53
[8719]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
[8704]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.
[8718]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.
[8704]71
[8701]72 2002-06-17: Sander van Leeuwen <sandervl@innotek.de>
73 - USER32: o Disabled drag 'n drop temporarily (not yet stable)
74
[8692]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)
[8695]79 - INSTALL: o Create object for Odin User's Manual + fixed object
80 creation for OdinBug Manual
81 o Include OdinBug.HLP & OdinUser.INF
[8698]82 - SHELL32: o Fixed desktop object creation during win32 app install
[8692]83
[8664]84 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
[8668]85 - SETUPAPI: o Wine resync + added debug wrappers
[8673]86 - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
[8674]87 o Check for NULL parameters in GetFullPathNameW
[8684]88 o hmfile.cpp: ParsePath fix; check boundary
89 o LoadLibraryExA: expand library filename; might contain
90 environment variables
[8704]91 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
[8688]92 registry.dll doesn't like this type for some reason
[8684]93 - USER32: o Do proper filtering for PeekMessage
[8671]94 - NTDLL: o Forward heap functions to kernel32
[8676]95 - QUARTZ: o Removed old code (stub dll now)
[8678]96 - AVIFIL32: o Resync with Wine
[8682]97 - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
[8664]98
[8655]99 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
100 - USER32: o SetCustomWndHandleSemName added to override shared semaphore
[8704]101 name used to synchronize global window handle array access
[8655]102 (to avoid name clash with Odin)
[8657]103 - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
[8704]104 name used to synchronize global memory map list access
[8657]105 (to avoid name clash with Odin)
[8655]106
[8653]107 2002-06-13: Platon Fomichev <platon@innotek.de>
108 - USER32: o Only minimize or maximize window if appropriate style flag set
109
[8651]110 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
[8704]111 - KERNEL32: o If bytes present in COM device buffer, read them directly;
[8651]112 even for overlapped IO calls.
113
[8649]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
[8646]118 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
[8641]119 - OLEAUT32, SHELL32:
120 o Some Wine updates
[8643]121 - KERNEL32: o Overlapped IO bugfixes
[8704]122 o Thread TEB linking bugfix
[8646]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)
[8641]126
[8635]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
[8630]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)
[8637]137 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
138 overlapped IO
[8630]139
[8618]140 2002-06-09: knut st. osmundsen <bird@anduin.net>
141 - Makefiles:
142 o Exclude dummy.c from the dependencies.
143
[8615]144 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
145 - KERNEL32: o Corrections for Austrian NLS file
146
[8606]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%))
[8615]151 o Skip window handle 0x68000000 (otherwise more difficult
152 to compare logs with old builds)
[8622]153 o Logging changes for comparing source file names
[8623]154 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
155 (fixes Java 1.4 installation (first dialog))
[8610]156 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
157 numeric id)
158 (fixes OpenOffice 1.0 file open dialog crash)
[8606]159 - WININET: o Fixed shlwapi imports
[8619]160 - OLE32: o Resync with latest Wine
[8622]161 - OLEAUT32: o Resync with latest Wine
[8606]162
[8598]163 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
[8595]164 - SHELL32: o Moved resource files to subdir
165 - COMDLG32: o Compile fix + moved resource files to subdir
[8598]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
[8603]171 o Print FOURCCs supported by Dive
[8595]172
[8618]173 2002-06-08: knut *st. osmundsen <bird@anduin.net>
[8597]174 - TOOLS\WRC:o Compile fix
175
[8592]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
[8590]180 2002-06-06: knut st. osmundsen <bird@anduin.net>
[8591]181 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
[8590]182
[8581]183 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
[8590]184 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
[8581]185 opening an existing file
186
[8578]187 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
188 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
189
[8576]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
[8569]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)
[8571]197 o Postpone recording when waveInStart called without
198 any buffers in the queue. Start in during next
199 waveInAddBuffer call.
[8573]200 o Fixed DART waveout resume
[8569]201
[8565]202 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
203 - USER32: o Fix for AltGr key combinations
[8567]204 - WINMM: o Updates for wave playback
[8565]205
[8554]206 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
207 - USER32, OLE32:
208 o Drag and drop fixes
[8561]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
[8554]214
[8546]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
[8550]220 o Updates for OLE drag 'n drop
[8549]221 - KERNEL32: o LogException: check lockcount before changing it on entry
[8547]222 (it is not always > 0 -> previously caused hang in exception
223 handler (zombie process))
[8550]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)
[8546]227
[8536]228 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
229 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
230 performance
[8538]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)
[8590]236 (works in notepad; drag file object from WPS into notepad
[8538]237 window)
[8536]238
[8531]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
[8534]244 2002-05-31: Platon Fomichev <platon@innotek.de>
245 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
246
[8529]247 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
248 - WINMM: o Mixer fixes
249
[8527]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
[8511]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)
[8516]257 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
258 o mixerGetLineInfoW fix
[8590]259 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
[8523]260 wrt cx parameter (when set to zero)
[8519]261 (fixes properties dialog of sndvol32.exe (windows mixer app))
[8521]262 o Updated status control to latest Wine & applied two
263 bugfixes (already sent to wine-patches)
[8511]264
[8513]265 2002-05-29: Platon Fomichev <platon@innotek.de>
266 - USER32: o GetAsyncKeyState fix for VK_MENU
[8525]267 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
268 (invalidate control to prevent leftovers of size grip)
[8513]269
[8505]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
[8509]274 o Support added for master volume (ioctl90 mode)
[8507]275 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
276 o Wave recording now works
[8505]277
278 2002-05-28: Platon Fomichev <platon@innotek.de>
[8502]279 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
[8503]280 - KERNEL32: o Debugger updates
[8502]281
[8494]282 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
283 - WINMM: o Completely implemented mixerGetControlDetailsA/W
284 o Mixer updates
[8496]285 - TESTAPP\MIXER:
286 o Test application for mixer functions
[8494]287
[8487]288 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
289 - WINMM: o Fix for soundcards without ioctl90 mixer support
[8491]290 o Many mixer updates
[8487]291
[8484]292 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
293 - WINMM: o More mixer updates (not yet finished)
294
[8475]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
[8484]298 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
[8475]299 - WINMM: o Mixer updates (not yet finished)
300
[8473]301 2002-05-23: Platon Fomichev <platon@innotek.de>
302 - USER32: o Keyboard fixes for right alt & right shift
303
[8484]304 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
[8466]305 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
306 (fixes RealPlayer (PostThreadMessage))
[8467]307 - WINMM: o Added debug wrappers
[8471]308 o Started with mixer api rewrite
[8466]309
[8484]310 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
[8460]311 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
312
[8484]313 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
[8458]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
[8455]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
[8451]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
[8484]329 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
[8447]330 - OLEAUT32: o Resync with latest Wine
[8453]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
[8447]334
[8435]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
[8484]344 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
[8425]345 - NTDLL: o Partial resync with Wine
[8430]346 - KERNEL32: o Export some functions for NTDLL
347 o Fixed creation of logfile for executables on readonly volumes
348 o RegQueryInfoKeyW fix
[8437]349 o TLS fix for pe2lx images
350 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
[8590]351 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
[8437]352 SystemParametersInfoA parameters
[8440]353 - OLE32: o Resync with latest Wine
[8425]354
[8484]355 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
[8414]356 - DINPUT: o Made mouse code reentrant
[8417]357 - GDI32: o Fix for EnumFontFamiliesA/W
[8419]358 - SETUPAPI: o Resync with latest Wine
[8414]359
[8484]360 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
[8435]361 - KERNEL32: o CustForce2GBFileSize function added to force
[8407]362 GetVolumeInformation to tell the app all partitions are FAT
363 (2 GB file size limitation)
[8412]364 - COMCTL32: o Merged property sheet control with latest Wine version
[8407]365
[8405]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
[8402]370 2002-05-10: Platon Fomichev <platon@innotek.de>
371 - KERNEL32: o Parallel port updates (use resource manager to query
372 hardware configuration)
373
[8484]374 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
[8399]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
[8484]381 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
[8435]382 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
[8395]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:\))
[8399]390 o GetVolumeInformation change: keep file system name if
391 NTFS or FAT32
392 o Implemented unmounted volume and physical disk access
[8395]393
[8484]394 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
[8383]395 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
396 toolbar, tab, pager, nativefont, imagelist code
397 o Updated license (LGPL) for comctl32
[8388]398 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
399 in NTDLL)
[8390]400 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
[8395]401 - KERNEL32: o Implemented volume & volume mountpoint functions
[8393]402 (win2k and up)
[8435]403 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
[8395]404 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
[8383]405
406 2002-05-08: Platon Fomichev <platon@innotek.de>
407 - COMCTL32: o Merged listview control with latest Wine
408
[8484]409 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
[8379]410 - USER32: o WH_MOUSE_LL hook fixes
411
[8378]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
[8376]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
[8484]421 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
[8371]422 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
423
[8484]424 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
[8363]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.