source: trunk/changelog@ 8692

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

* empty log message *

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