source: trunk/changelog@ 8688

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

* empty log message *

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