source: trunk/changelog@ 8689

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

* empty log message *

File size: 15.9 KB
Line 
1/* $Id: changelog,v 1.2168 2002-06-15 17:16:51 sandervl Exp $ */
2
3 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
4 - SETUPAPI: o Wine resync + added debug wrappers
5 - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
6 o Check for NULL parameters in GetFullPathNameW
7 o hmfile.cpp: ParsePath fix; check boundary
8 o LoadLibraryExA: expand library filename; might contain
9 environment variables
10 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
11 registry.dll doesn't like this type for some reason
12 - USER32: o Do proper filtering for PeekMessage
13 - NTDLL: o Forward heap functions to kernel32
14 - QUARTZ: o Removed old code (stub dll now)
15 - AVIFIL32: o Resync with Wine
16 - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
17
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)
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)
25
26 2002-06-13: Platon Fomichev <platon@innotek.de>
27 - USER32: o Only minimize or maximize window if appropriate style flag set
28
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
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
37 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
38 - OLEAUT32, SHELL32:
39 o Some Wine updates
40 - KERNEL32: o Overlapped IO bugfixes
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)
45
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
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)
56 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
57 overlapped IO
58
59 2002-06-09: knut st. osmundsen <bird@anduin.net>
60 - Makefiles:
61 o Exclude dummy.c from the dependencies.
62
63 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
64 - KERNEL32: o Corrections for Austrian NLS file
65
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%))
70 o Skip window handle 0x68000000 (otherwise more difficult
71 to compare logs with old builds)
72 o Logging changes for comparing source file names
73 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
74 (fixes Java 1.4 installation (first dialog))
75 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
76 numeric id)
77 (fixes OpenOffice 1.0 file open dialog crash)
78 - WININET: o Fixed shlwapi imports
79 - OLE32: o Resync with latest Wine
80 - OLEAUT32: o Resync with latest Wine
81
82 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
83 - SHELL32: o Moved resource files to subdir
84 - COMDLG32: o Compile fix + moved resource files to subdir
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
90 o Print FOURCCs supported by Dive
91
92 2002-06-08: knut *st. osmundsen <bird@anduin.net>
93 - TOOLS\WRC:o Compile fix
94
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
99 2002-06-06: knut st. osmundsen <bird@anduin.net>
100 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
101
102 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
103 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
104 opening an existing file
105
106 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
107 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
108
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
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)
116 o Postpone recording when waveInStart called without
117 any buffers in the queue. Start in during next
118 waveInAddBuffer call.
119 o Fixed DART waveout resume
120
121 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
122 - USER32: o Fix for AltGr key combinations
123 - WINMM: o Updates for wave playback
124
125 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
126 - USER32, OLE32:
127 o Drag and drop fixes
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
133
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
139 o Updates for OLE drag 'n drop
140 - KERNEL32: o LogException: check lockcount before changing it on entry
141 (it is not always > 0 -> previously caused hang in exception
142 handler (zombie process))
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)
146
147 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
148 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
149 performance
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)
155 (works in notepad; drag file object from WPS into notepad
156 window)
157
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
163 2002-05-31: Platon Fomichev <platon@innotek.de>
164 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
165
166 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
167 - WINMM: o Mixer fixes
168
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
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)
176 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
177 o mixerGetLineInfoW fix
178 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
179 wrt cx parameter (when set to zero)
180 (fixes properties dialog of sndvol32.exe (windows mixer app))
181 o Updated status control to latest Wine & applied two
182 bugfixes (already sent to wine-patches)
183
184 2002-05-29: Platon Fomichev <platon@innotek.de>
185 - USER32: o GetAsyncKeyState fix for VK_MENU
186 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
187 (invalidate control to prevent leftovers of size grip)
188
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
193 o Support added for master volume (ioctl90 mode)
194 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
195 o Wave recording now works
196
197 2002-05-28: Platon Fomichev <platon@innotek.de>
198 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
199 - KERNEL32: o Debugger updates
200
201 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
202 - WINMM: o Completely implemented mixerGetControlDetailsA/W
203 o Mixer updates
204 - TESTAPP\MIXER:
205 o Test application for mixer functions
206
207 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
208 - WINMM: o Fix for soundcards without ioctl90 mixer support
209 o Many mixer updates
210
211 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
212 - WINMM: o More mixer updates (not yet finished)
213
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
217 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
218 - WINMM: o Mixer updates (not yet finished)
219
220 2002-05-23: Platon Fomichev <platon@innotek.de>
221 - USER32: o Keyboard fixes for right alt & right shift
222
223 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
224 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
225 (fixes RealPlayer (PostThreadMessage))
226 - WINMM: o Added debug wrappers
227 o Started with mixer api rewrite
228
229 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
230 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
231
232 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
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
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
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
248 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
249 - OLEAUT32: o Resync with latest Wine
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
253
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
263 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
264 - NTDLL: o Partial resync with Wine
265 - KERNEL32: o Export some functions for NTDLL
266 o Fixed creation of logfile for executables on readonly volumes
267 o RegQueryInfoKeyW fix
268 o TLS fix for pe2lx images
269 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
270 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
271 SystemParametersInfoA parameters
272 - OLE32: o Resync with latest Wine
273
274 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
275 - DINPUT: o Made mouse code reentrant
276 - GDI32: o Fix for EnumFontFamiliesA/W
277 - SETUPAPI: o Resync with latest Wine
278
279 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
280 - KERNEL32: o CustForce2GBFileSize function added to force
281 GetVolumeInformation to tell the app all partitions are FAT
282 (2 GB file size limitation)
283 - COMCTL32: o Merged property sheet control with latest Wine version
284
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
289 2002-05-10: Platon Fomichev <platon@innotek.de>
290 - KERNEL32: o Parallel port updates (use resource manager to query
291 hardware configuration)
292
293 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
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
300 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
301 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
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:\))
309 o GetVolumeInformation change: keep file system name if
310 NTFS or FAT32
311 o Implemented unmounted volume and physical disk access
312
313 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
314 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
315 toolbar, tab, pager, nativefont, imagelist code
316 o Updated license (LGPL) for comctl32
317 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
318 in NTDLL)
319 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
320 - KERNEL32: o Implemented volume & volume mountpoint functions
321 (win2k and up)
322 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
323 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
324
325 2002-05-08: Platon Fomichev <platon@innotek.de>
326 - COMCTL32: o Merged listview control with latest Wine
327
328 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
329 - USER32: o WH_MOUSE_LL hook fixes
330
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
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
340 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
341 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
342
343 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
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.