source: trunk/changelog@ 8701

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

* empty log message *

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