source: trunk/changelog@ 8748

Last change on this file since 8748 was 8748, checked in by bird, 23 years ago

* empty log message *

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