source: trunk/changelog@ 8607

Last change on this file since 8607 was 8606, checked in by sandervl, 24 years ago

* empty log message *

File size: 12.4 KB
Line 
1/* $Id: changelog,v 1.2141 2002-06-09 10:46:17 sandervl Exp $ */
2
3 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
5 communication
6 (fixes OpenOffice 1.0 crash during install (at 76%))
7 - WININET: o Fixed shlwapi imports
8
9 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
10 - SHELL32: o Moved resource files to subdir
11 - COMDLG32: o Compile fix + moved resource files to subdir
12 - KERNEL32: o Export OSLibDosDevIOCtl
13 - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
14 (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
15 package from May 2001 (or newer) or recent JJSCDROM)
16 - DDRAW: o Fixed clipping bug with non-frame windows
17 o Print FOURCCs supported by Dive
18
19 2002-06-08: knut st. osmundsen <bird@anduin.net>
20 - TOOLS\WRC:o Compile fix
21
22 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
23 - SHLWAPI: o Resync with latest Wine & added LGPL license
24 - SHELL32: o Some updates for upcoming resync
25
26 2002-06-06: knut st. osmundsen <bird@anduin.net>
27 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
28
29 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
30 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
31 opening an existing file
32
33 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
34 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
35
36 2002-06-06: Platon Fomichev <platon@innotek.de>
37 - SHELL32: o Always expand root when initializing treeview
38 o Do not sort tree in TVN_ITEMEXPANDINGA
39
40 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
41 - WINMM: o Put back original DART buffer size selection code
42 (new one messes up e.g. RealPlayer)
43 o Postpone recording when waveInStart called without
44 any buffers in the queue. Start in during next
45 waveInAddBuffer call.
46 o Fixed DART waveout resume
47
48 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
49 - USER32: o Fix for AltGr key combinations
50 - WINMM: o Updates for wave playback
51
52 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
53 - USER32, OLE32:
54 o Drag and drop fixes
55 - BIN\ODINBUG:
56 o Update by Herwig Bauernfeind (0.5.6a)
57 - DOC\MANUAL:
58 o Users manual sources by Herwig Bauernfeind
59 - DOC: o Added odinuser.inf by Herwig Bauernfeind
60
61 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
62 - USER32\CONTROLS:
63 o New dll for user32 controls (latest Wine)
64 (not activated, not finished (resync))
65 - USER32: o Moved drag & drop code to seperate file
66 o Updates for OLE drag 'n drop
67 - KERNEL32: o LogException: check lockcount before changing it on entry
68 (it is not always > 0 -> previously caused hang in exception
69 handler (zombie process))
70 - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
71 - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
72 (todo: Odin app -> WPS)
73
74 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
75 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
76 performance
77 o DragQueryFileW fix
78 - WINMM: o Implemented minimal control change notification
79 - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
80 control (probably not 100% correct)
81 - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
82 (works in notepad; drag file object from WPS into notepad
83 window)
84
85 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
86 - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
87 - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
88 (with LLMHF_INJECTED flag set)
89
90 2002-05-31: Platon Fomichev <platon@innotek.de>
91 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
92
93 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
94 - WINMM: o Mixer fixes
95
96 2002-05-30: Platon Fomichev <platon@innotek.de>
97 - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
98 (seems to be done in windows)
99
100 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
101 - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
102 (fixes AbiWord keyboard input)
103 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
104 o mixerGetLineInfoW fix
105 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
106 wrt cx parameter (when set to zero)
107 (fixes properties dialog of sndvol32.exe (windows mixer app))
108 o Updated status control to latest Wine & applied two
109 bugfixes (already sent to wine-patches)
110
111 2002-05-29: Platon Fomichev <platon@innotek.de>
112 - USER32: o GetAsyncKeyState fix for VK_MENU
113 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
114 (invalidate control to prevent leftovers of size grip)
115
116 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
117 - REGSVR32: o Fixed startup
118 - WINMM: o Completely implemented mixerSetControlDetails
119 o Mixer updates
120 o Support added for master volume (ioctl90 mode)
121 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
122 o Wave recording now works
123
124 2002-05-28: Platon Fomichev <platon@innotek.de>
125 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
126 - KERNEL32: o Debugger updates
127
128 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
129 - WINMM: o Completely implemented mixerGetControlDetailsA/W
130 o Mixer updates
131 - TESTAPP\MIXER:
132 o Test application for mixer functions
133
134 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
135 - WINMM: o Fix for soundcards without ioctl90 mixer support
136 o Many mixer updates
137
138 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
139 - WINMM: o More mixer updates (not yet finished)
140
141 2002-05-23: Yuri Dario <mc6530@mclink.it>
142 - USER32: o Don't beep when unable to find menu item when alt key pressed
143
144 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
145 - WINMM: o Mixer updates (not yet finished)
146
147 2002-05-23: Platon Fomichev <platon@innotek.de>
148 - USER32: o Keyboard fixes for right alt & right shift
149
150 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
151 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
152 (fixes RealPlayer (PostThreadMessage))
153 - WINMM: o Added debug wrappers
154 o Started with mixer api rewrite
155
156 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
157 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
158
159 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
160 - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
161 since a dll that depends on dlls with an exitlist handler
162 doesn't get properly unloaded (initterm not called for unload
163 nor for a 2nd load)
164
165 2002-05-20: Dmitry Froloff <froloff@os2.ru>
166 - KERNEL32: o Removed 64 MB memory mapped file limit
167 o Fix for opening memory mapped file with size larger than
168 the file size
169
170 2002-05-17: Platon Fomichev <platon@innotek.de>
171 - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
172 if window is not visible (fixes endless loop in
173 property sheet when switching page with keyboard)
174
175 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
176 - OLEAUT32: o Resync with latest Wine
177 - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
178 (IOCTL_CDROM_CURRENT_POSITION only)
179 o IOCTL_CDROM_READ_TOC fix
180
181 2002-05-16: knut st. osmundsen <bird@anduin.net>
182 - MAKE: o Merged in latest changes.
183 o Create NewConfigure.cmd for this environment.
184 Try NewConfigure.cmd -? first.
185 (Do 'nmake needed' before calling this. (stupid!))
186 o Please note that this is still not 100% configured for
187 Odin32 yet. But eventually it will replace the existing
188 make system.
189
190 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
191 - NTDLL: o Partial resync with Wine
192 - KERNEL32: o Export some functions for NTDLL
193 o Fixed creation of logfile for executables on readonly volumes
194 o RegQueryInfoKeyW fix
195 o TLS fix for pe2lx images
196 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
197 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
198 SystemParametersInfoA parameters
199 - OLE32: o Resync with latest Wine
200
201 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
202 - DINPUT: o Made mouse code reentrant
203 - GDI32: o Fix for EnumFontFamiliesA/W
204 - SETUPAPI: o Resync with latest Wine
205
206 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
207 - KERNEL32: o CustForce2GBFileSize function added to force
208 GetVolumeInformation to tell the app all partitions are FAT
209 (2 GB file size limitation)
210 - COMCTL32: o Merged property sheet control with latest Wine version
211
212 2002-05-14: Platon Fomichev <platon@innotek.de>
213 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
214 SWP_FOCUS(DE)ACTIVATE message.
215
216 2002-05-10: Platon Fomichev <platon@innotek.de>
217 - KERNEL32: o Parallel port updates (use resource manager to query
218 hardware configuration)
219
220 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
221 - KERNEL32: o Applications are now allowed to read physical disks or
222 mounted partitions. Write access is only allowed for
223 unmounted partitions or floppy disks.
224 o Implemented GetFileSize for disk objects; corrected
225 return value for some failures (-1)
226
227 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
228 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
229 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
230 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
231 mountpoints (e.g. C:\)
232 o Rewrote FindFirst/NextVolume to use LVM interface (if
233 availabe; else fail)
234 o Extended GetDriveType & GetVolumeInformation for volume
235 names (instead of only disk names (e.g. C:\))
236 o GetVolumeInformation change: keep file system name if
237 NTFS or FAT32
238 o Implemented unmounted volume and physical disk access
239
240 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
241 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
242 toolbar, tab, pager, nativefont, imagelist code
243 o Updated license (LGPL) for comctl32
244 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
245 in NTDLL)
246 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
247 - KERNEL32: o Implemented volume & volume mountpoint functions
248 (win2k and up)
249 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
250 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
251
252 2002-05-08: Platon Fomichev <platon@innotek.de>
253 - COMCTL32: o Merged listview control with latest Wine
254
255 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
256 - USER32: o WH_MOUSE_LL hook fixes
257
258 2002-05-07: Platon Fomichev <platon@innotek.de>
259 - USER32: o Listbox/combobox fix for MFC apps
260 o SetParent doesn't change WS_CHILD style
261 o Experimental change for getParent
262
263 2002-05-07: knut st. osmundsen <bird@anduin.net>
264 - CmdQd: o The daemon shouldn't inherit standard handles when started.
265 (Hung the daily build, since we use tee to do logging.)
266
267 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
268 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
269
270 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
271 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
272 translation array
273
Note: See TracBrowser for help on using the repository browser.