source: trunk/changelog@ 8655

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

* empty log message *

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