source: trunk/changelog@ 8742

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

* empty log message *

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