source: trunk/changelog@ 8674

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

* empty log message *

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