source: trunk/changelog@ 8737

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

* empty log message *

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