source: trunk/changelog@ 8737

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

* empty log message *

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