source: trunk/changelog@ 8719

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

* empty log message *

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