source: trunk/changelog@ 8682

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

* empty log message *

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