source: trunk/changelog@ 8738

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

* empty log message *

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