source: trunk/changelog@ 8897

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

* empty log message *

File size: 27.9 KB
Line 
1/* $Id: changelog,v 1.2229 2002-07-21 09:16:47 sandervl Exp $ */
2
3 2002-07-21: Sander van Leeuwen <sandervl@innotek.de>
4 - KERNEL32: o Use shared memory in high region (> 512MB) if available
5 o Interface changes for shared memory allocation
6
7 2002-07-19: Sander van Leeuwen <sandervl@innotek.de>
8 - ODINCRT: o Dos*CriticalSection fixes
9
10 2002-07-16: Sander van Leeuwen <sandervl@innotek.de>
11 - KERNEL32: o Fix for loading PE images in low memory (introduced yesterday)
12
13 2002-07-15: Sander van Leeuwen <sandervl@innotek.de>
14 - GDI32: o Graphics handle management updates
15 o Mark bitmaps as RGB565 if necessary (CreateCompatibleBitmap,
16 CreateDIBitmap)
17 o DEFAULT_GUI_FONT is a system object (applications are not allowed
18 to delete it)
19 o Dynamically allocate GDI handle array to prevent waste of
20 shared memory (as it is a private array)
21 - USER32: o Updates for new handle management
22 o System pens & brushes can't be deleted by applications
23 - KERNEL32: o Rewrote algorithm for 64kb alignment in VirtualAlloc'ed memory
24 o Allocate fake PE headers in high memory
25 o Allocate win32 & code heap memory in 64kb chunks
26 o Allocate PE image memory at 64kb boundary
27 o Dynamically allocate handlemanager array to prevent waste of
28 shared memory (as it is a private array (for now))
29
30 2002-07-13: Sander van Leeuwen <sandervl@innotek.de>
31 - KERNEL32: o We do NOT want to use any win32k services with custom builds
32 o Disabled 64kb alignment in VirtualAlloc for now
33 (algorithm lead to infinite recursion on SMP kernels,
34 pending a better algorithm)
35
36 2002-07-12: Platon Fomichev <platon@innotek.de>
37 - USER32: o Close menu when RMB is pressed outside menu window
38
39 2002-07-12: Sander van Leeuwen <sandervl@innotek.de>
40 - WINMM: o Changed init order; do not check for MMPM2 presence if
41 wave audio was already disabled
42 o Minor cleanup for mixer code
43 o Touch GETAPIMAP array to force OS/2 to make it valid; some
44 braindead audio drivers do not check pointers.
45
46 2002-07-11: Platon Fomichev <platon@innotek.de>
47 - COMCTL32: o Listview: clear background for area without items (ownerdrawn)
48 - USER32: o OSLibWinShowTaskList must query task list window
49 handle from OS/2 and not assume a constant handle value
50
51 2002-07-08: Sander van Leeuwen <sandervl@innotek.de>
52 - USER32: o Changed SetFocus fix; only disallow focus change for minimized
53 and disabled windows.
54 o Put back focus fix from 2001-11-20
55
56 2002-07-06: Sander van Leeuwen <sandervl@innotek.de>
57 - KERNEL32: o Com overlapped IO changes for reference counts
58
59 2002-07-05: Platon Fomichev <platon@innotek.de>
60 - USER32: o SetFocus not allowed on invisible windows
61
62 2002-07-05: Sander van Leeuwen <sandervl@innotek.de>
63 - KERNEL32: o Dump exception log to except.log in system32 directory
64 o Added functions to customize logging (filename +
65 enable/disable
66 o Keep reference count for overlapped IO objects to avoid
67 premature destruction
68
69 2002-07-03: Sander van Leeuwen <sandervl@innotek.de>
70 - WS2_32: o Added WSASendDisconnect stub
71 - DDRAW: o MoveRect fixes (src & dest surfaces the same + overlap)
72 o Fill fixes for single lines (horizontal & vertical)
73 o Optimized 8, 16 & 32bpp Fills
74
75 2002-07-02: Sander van Leeuwen <sandervl@innotek.de>
76 - DDRAW: o Removed RGB555->565 conversion in Fill16on16 & SurfReleaseDC
77 (problem located in GDI32)
78
79 2002-07-01: Sander van Leeuwen <sandervl@innotek.de>
80 - USER32: o Translate & dispatch unprocessed messages in IsDialogMessageA/W
81 (Wine doesn't do this, but experiments in Windows 2000 show
82 different behaviour)
83 o Edit control: don't beep when receiving Enter (single line
84 control)
85 - DDRAW: o Color fill bugfixes:
86 - fill up to height, not height - 1
87 - check for single pixel line fills -> avoid heap corruption
88 o Enabled support for 16 & 32 bpp bitmaps in SurfGetDC
89 o SurfReleaseDC; initialize BITMAPINFO structure properly
90 before calling GetDIBits + fix for 16 bpp GetDIBits
91 (which always returns data in RGB555 format in our case)
92 o Fill16on16: convert RGB555 color value to RGB565
93 o Mark surface as changed (ChangeUniquenessValue) after
94 blit & fill
95 - KERNEL32: o Print win32 module name when exception occurs
96
97 2002-06-30: Sander van Leeuwen <sandervl@innotek.de>
98 - KERNEL32: o WriteFile for standard out: convert line feed without
99 carriage return into CR+LF
100 o VirtualFree; don't allow app to decommit stack pages
101 (VAC runtime uses last stack page to store some internal
102 data; if freed pe/pec will crash during exit)
103
104 2002-06-28: Sander van Leeuwen <sandervl@innotek.de>
105 - USER32: o Removed focus fix from 2001-11-20; controls of child
106 dialogs can receive input focus (CVP wizard dialogs)
107 o Only call ProcessKbdHook from PeekMessage if PM_REMOVE
108 flag is set (otherwise the hook will be called twice)
109 o Call message filter hook in IsDialogMessageA/W
110 - DOC: o Odin.ini.txt -> Version=NT40 for Windows NT 4 (not NT4)
111
112 2002-06-27: Platon Fomichev <platon@innotek.de>
113 - SHELL32: o Enable OK button before sending BFFM_SELCHANGED (apparently
114 done in windows)
115
116 2002-06-27: Sander van Leeuwen <sandervl@innotek.de>
117 - COMDLG32: o Only switch directory when the path returned by SHGetPathFromIDListA
118 is valid. (COMDLG32_UpdateCurrentDir)
119 (fixes crash in file dialog when double clicking on abstract
120 objects like 'My Computer')
121
122 2002-06-26: Sander van Leeuwen <sandervl@innotek.de>
123 - KERNEL32: o There are no bugs in the WGSS SystemTimeToFileTime &
124 DosDateTimeToFileTime functions;
125 Real problem lies in the fact that the times returned
126 by DosFindFirst, DosFindNext, DosQueryPathInfo &
127 DosQueryFileInfo are in local time; we must convert them
128 to file time (UTC)
129 o Fixed bug in OSLibGetDriveType; broke GetDriveType for
130 floppy drives
131 o Fixed CreateFile for disks
132 o made IOCTL_DISK_GET_DRIVE_GEOMETRY a seperate case; should
133 fail if no disk present or when the media has been changed
134 o IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_DISK_GET_MEDIA_TYPES should
135 always succeed
136 o Don't fail CreateFile for disk when DosOpen fails with
137 a sharing violation. Apparently this is allowed in windows;
138 although you can't do much with the handle. (limited to
139 IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_DISK_GET_MEDIA_TYPES)
140
141 2002-06-26: knut st. osmundsen <bird@anduin.net>
142 - KERNEL32\testcase:
143 o Added testcase for Test of SetConsoleCtrlHandler() and
144 GenerateConsoleCtrlEvent().
145 Note. The last part of it is known to fail since the
146 functions aren't 100% implemented yet.
147 o Added mini testcase for MultiByteToWideChar().
148 o Use the testsuite tools for unit testcases too.
149 - KERNEL32: o Partial implementation of Console Ctrl Handlers.
150 (Ctrl-Break and Ctrl-C)
151 o GetFileType on std files doesn't always return TYPE_CHAR.
152 Ask what kind of filehandle we have.
153 (Solves 'press key' problem with "wcc386.exe > file".)
154 o Enable writing to STDERR. (This might have brought into
155 light a redirection problem.)
156
157 2002-06-25: Sander van Leeuwen <sandervl@innotek.de>
158 - KERNEL32: o RegQueryValueExA(/W) fix for querying the length of string
159 key data; registry.dll returns the wrong value (too big;
160 appears size of internal storage)
161 o FileTimeToSystemTime fix (no problems with WGSS implementation)
162 o Removed bad unicode change
163
164 2002-06-25: knut st. osmundsen <bird@anduin.net>
165 - UNICODE: o Fancy 16 step fallthru case isn't cool if the src length
166 is bad.
167 - SHELL32: o Bad linked list walking. (accessed node after free)
168 - USER32: o Allocate space the two missing RGB2 entries.
169 o Use "%.*s" and "%.*ls" when we have a string with a length.
170 (Crashing in logging is awfull. Creates zombies!)
171 - ODINCRT: o Reserve low 32MB of address space before initializing
172 the CRT IF we compile with the debug heap (kLib).
173
174 2002-06-24: knut st. osmundsen <bird@anduin.net>
175 - Testsuite:
176 o Most of the watcom case done and working.
177 - Make: o Corrected LIB paths of the win32 watcom setup.
178
179 2002-06-21: knut st. osmundsen <bird@anduin.net>
180 - KERNEL32: o LCMapStringW fix
181
182 2002-06-20: Platon Fomichev <platon@innotek.de>
183 - COMCTL32: o Don't erase background for ownerdrawn listview controls
184 (LISTVIEW_RefreshReport)
185
186 2002-06-20: Sander van Leeuwen <sandervl@innotek.de>
187 - OLE32: o Drag 'n drop fix
188 - USER32: o Drag 'n drop fix
189 o Enabled drag 'n drop again
190 o Added DisableDragDrop
191
192 2002-06-20: knut st. osmundsen <bird@anduin.net>
193 - INSTALL: o Corrected quoting typos. ('User's Guide' -> 'User''s Guide')
194 - Tools: o Added ExecTestcase.cmd for executing a testing and do
195 result logging.
196 - Make: o Added TS_EXEC* and TS_LOGFILE macros to testsuite.tools.mk.
197 - Testsuite:
198 o Use ExecTestcase.cmd for executing the testcases.
199 Logging & execute all testcases nomatter return values.
200 o Added watcomc.mak which is pretty simple watcom tests.
201 (currently noone of them really work 100%.)
202 o TODO: Make a timeout executer which kills the children when
203 they've been executing too long. This is required in order to
204 run the testsuite without human interaction.
205
206 2002-06-19: Sander van Leeuwen <sandervl@innotek.de>
207 - OLE32: o Drag 'n drop fixes
208
209 2002-06-18: Sander van Leeuwen <sandervl@innotek.de>
210 - DINPUT: o SysMouseAImpl_GetDeviceData: check if internal dinput
211 mouse state is out of sync and update if necessary
212
213 2002-06-18: knut st. osmundsen <bird@anduin.net>
214 - Win32k: o Fixed compiler warning which caused the M$ compiler
215 to choke on some systems.
216 - Testsuite:
217 o A collection of testcases running real win32 apps.
218 Not finished, just an idea currently, intended for
219 testing odin releases and changes.
220 Currently limiting ourselfs to CUI progs.
221 o A simple DoxyGen testcase is checked in.
222 o Read the micro howto in testsuite/Makefile.
223 - Make: o Synced with outside world. (NMAKE5 changes mostly.)
224 o Added support for TARGET_MODE = TESTCASE.
225 o Added separate tools file for the testsuite.
226
227 2002-06-17: Sander van Leeuwen <sandervl@innotek.de>
228 - USER32: o Disabled drag 'n drop temporarily (not yet stable)
229
230 2002-06-16: Sander van Leeuwen <sandervl@innotek.de>
231 - KERNEL32: o Expand string when converting REG_EXPAND_SZ to REG_SZ
232 o Removed: LoadLibraryExA: expand library filename
233 (doesn't happen in Windows)
234 - INSTALL: o Create object for Odin User's Manual + fixed object
235 creation for OdinBug Manual
236 o Include OdinBug.HLP & OdinUser.INF
237 - SHELL32: o Fixed desktop object creation during win32 app install
238
239 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
240 - SETUPAPI: o Wine resync + added debug wrappers
241 - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
242 o Check for NULL parameters in GetFullPathNameW
243 o hmfile.cpp: ParsePath fix; check boundary
244 o LoadLibraryExA: expand library filename; might contain
245 environment variables
246 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
247 registry.dll doesn't like this type for some reason
248 - USER32: o Do proper filtering for PeekMessage
249 - NTDLL: o Forward heap functions to kernel32
250 - QUARTZ: o Removed old code (stub dll now)
251 - AVIFIL32: o Resync with Wine
252 - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
253
254 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
255 - USER32: o SetCustomWndHandleSemName added to override shared semaphore
256 name used to synchronize global window handle array access
257 (to avoid name clash with Odin)
258 - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
259 name used to synchronize global memory map list access
260 (to avoid name clash with Odin)
261
262 2002-06-13: Platon Fomichev <platon@innotek.de>
263 - USER32: o Only minimize or maximize window if appropriate style flag set
264
265 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
266 - KERNEL32: o If bytes present in COM device buffer, read them directly;
267 even for overlapped IO calls.
268
269 2002-06-11: Platon Fomichev <platon@innotek.de>
270 - SHELL32: o Ignore name changes for 'My Computer' and other non-file
271 objects (file dialogs)
272
273 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
274 - OLEAUT32, SHELL32:
275 o Some Wine updates
276 - KERNEL32: o Overlapped IO bugfixes
277 o Thread TEB linking bugfix
278 o Setup TEB structure before creating thread. Otherwise it's
279 created too late and thread functions called by the app
280 right after thread creation will fail.(e.g. SetThreadPriority)
281
282 2002-06-10: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
283 - TOOLS\ODINBUG:
284 o Added VX-REXX sources for OdinBug
285 - DOC: o OdinBug.HLP update
286 - BIN: o OdinBug.exe update
287
288 2002-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
289 - OLE32: o Fixed bug in StgStreamImpl_Seek
290 - USER32: o Don't repaint groupbox in WM_SETFONT if control isn't visible
291 (fixes crash in Java 1.4 install)
292 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
293 overlapped IO
294
295 2002-06-09: knut st. osmundsen <bird@anduin.net>
296 - Makefiles:
297 o Exclude dummy.c from the dependencies.
298
299 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
300 - KERNEL32: o Corrections for Austrian NLS file
301
302 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
303 - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
304 communication
305 (fixes OpenOffice 1.0 crash during install (at 76%))
306 o Skip window handle 0x68000000 (otherwise more difficult
307 to compare logs with old builds)
308 o Logging changes for comparing source file names
309 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
310 (fixes Java 1.4 installation (first dialog))
311 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
312 numeric id)
313 (fixes OpenOffice 1.0 file open dialog crash)
314 - WININET: o Fixed shlwapi imports
315 - OLE32: o Resync with latest Wine
316 - OLEAUT32: o Resync with latest Wine
317
318 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
319 - SHELL32: o Moved resource files to subdir
320 - COMDLG32: o Compile fix + moved resource files to subdir
321 - KERNEL32: o Export OSLibDosDevIOCtl
322 - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
323 (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
324 package from May 2001 (or newer) or recent JJSCDROM)
325 - DDRAW: o Fixed clipping bug with non-frame windows
326 o Print FOURCCs supported by Dive
327
328 2002-06-08: knut *st. osmundsen <bird@anduin.net>
329 - TOOLS\WRC:o Compile fix
330
331 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
332 - SHLWAPI: o Resync with latest Wine & added LGPL license
333 - SHELL32: o Some updates for upcoming resync
334
335 2002-06-06: knut st. osmundsen <bird@anduin.net>
336 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
337
338 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
339 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
340 opening an existing file
341
342 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
343 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
344
345 2002-06-06: Platon Fomichev <platon@innotek.de>
346 - SHELL32: o Always expand root when initializing treeview
347 o Do not sort tree in TVN_ITEMEXPANDINGA
348
349 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
350 - WINMM: o Put back original DART buffer size selection code
351 (new one messes up e.g. RealPlayer)
352 o Postpone recording when waveInStart called without
353 any buffers in the queue. Start in during next
354 waveInAddBuffer call.
355 o Fixed DART waveout resume
356
357 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
358 - USER32: o Fix for AltGr key combinations
359 - WINMM: o Updates for wave playback
360
361 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
362 - USER32, OLE32:
363 o Drag and drop fixes
364 - BIN\ODINBUG:
365 o Update by Herwig Bauernfeind (0.5.6a)
366 - DOC\MANUAL:
367 o Users manual sources by Herwig Bauernfeind
368 - DOC: o Added odinuser.inf by Herwig Bauernfeind
369
370 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
371 - USER32\CONTROLS:
372 o New dll for user32 controls (latest Wine)
373 (not activated, not finished (resync))
374 - USER32: o Moved drag & drop code to seperate file
375 o Updates for OLE drag 'n drop
376 - KERNEL32: o LogException: check lockcount before changing it on entry
377 (it is not always > 0 -> previously caused hang in exception
378 handler (zombie process))
379 - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
380 - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
381 (todo: Odin app -> WPS)
382
383 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
384 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
385 performance
386 o DragQueryFileW fix
387 - WINMM: o Implemented minimal control change notification
388 - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
389 control (probably not 100% correct)
390 - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
391 (works in notepad; drag file object from WPS into notepad
392 window)
393
394 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
395 - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
396 - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
397 (with LLMHF_INJECTED flag set)
398
399 2002-05-31: Platon Fomichev <platon@innotek.de>
400 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
401
402 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
403 - WINMM: o Mixer fixes
404
405 2002-05-30: Platon Fomichev <platon@innotek.de>
406 - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
407 (seems to be done in windows)
408
409 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
410 - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
411 (fixes AbiWord keyboard input)
412 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
413 o mixerGetLineInfoW fix
414 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
415 wrt cx parameter (when set to zero)
416 (fixes properties dialog of sndvol32.exe (windows mixer app))
417 o Updated status control to latest Wine & applied two
418 bugfixes (already sent to wine-patches)
419
420 2002-05-29: Platon Fomichev <platon@innotek.de>
421 - USER32: o GetAsyncKeyState fix for VK_MENU
422 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
423 (invalidate control to prevent leftovers of size grip)
424
425 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
426 - REGSVR32: o Fixed startup
427 - WINMM: o Completely implemented mixerSetControlDetails
428 o Mixer updates
429 o Support added for master volume (ioctl90 mode)
430 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
431 o Wave recording now works
432
433 2002-05-28: Platon Fomichev <platon@innotek.de>
434 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
435 - KERNEL32: o Debugger updates
436
437 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
438 - WINMM: o Completely implemented mixerGetControlDetailsA/W
439 o Mixer updates
440 - TESTAPP\MIXER:
441 o Test application for mixer functions
442
443 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
444 - WINMM: o Fix for soundcards without ioctl90 mixer support
445 o Many mixer updates
446
447 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
448 - WINMM: o More mixer updates (not yet finished)
449
450 2002-05-23: Yuri Dario <mc6530@mclink.it>
451 - USER32: o Don't beep when unable to find menu item when alt key pressed
452
453 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
454 - WINMM: o Mixer updates (not yet finished)
455
456 2002-05-23: Platon Fomichev <platon@innotek.de>
457 - USER32: o Keyboard fixes for right alt & right shift
458
459 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
460 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
461 (fixes RealPlayer (PostThreadMessage))
462 - WINMM: o Added debug wrappers
463 o Started with mixer api rewrite
464
465 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
466 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
467
468 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
469 - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
470 since a dll that depends on dlls with an exitlist handler
471 doesn't get properly unloaded (initterm not called for unload
472 nor for a 2nd load)
473
474 2002-05-20: Dmitry Froloff <froloff@os2.ru>
475 - KERNEL32: o Removed 64 MB memory mapped file limit
476 o Fix for opening memory mapped file with size larger than
477 the file size
478
479 2002-05-17: Platon Fomichev <platon@innotek.de>
480 - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
481 if window is not visible (fixes endless loop in
482 property sheet when switching page with keyboard)
483
484 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
485 - OLEAUT32: o Resync with latest Wine
486 - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
487 (IOCTL_CDROM_CURRENT_POSITION only)
488 o IOCTL_CDROM_READ_TOC fix
489
490 2002-05-16: knut st. osmundsen <bird@anduin.net>
491 - MAKE: o Merged in latest changes.
492 o Create NewConfigure.cmd for this environment.
493 Try NewConfigure.cmd -? first.
494 (Do 'nmake needed' before calling this. (stupid!))
495 o Please note that this is still not 100% configured for
496 Odin32 yet. But eventually it will replace the existing
497 make system.
498
499 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
500 - NTDLL: o Partial resync with Wine
501 - KERNEL32: o Export some functions for NTDLL
502 o Fixed creation of logfile for executables on readonly volumes
503 o RegQueryInfoKeyW fix
504 o TLS fix for pe2lx images
505 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
506 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
507 SystemParametersInfoA parameters
508 - OLE32: o Resync with latest Wine
509
510 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
511 - DINPUT: o Made mouse code reentrant
512 - GDI32: o Fix for EnumFontFamiliesA/W
513 - SETUPAPI: o Resync with latest Wine
514
515 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
516 - KERNEL32: o CustForce2GBFileSize function added to force
517 GetVolumeInformation to tell the app all partitions are FAT
518 (2 GB file size limitation)
519 - COMCTL32: o Merged property sheet control with latest Wine version
520
521 2002-05-14: Platon Fomichev <platon@innotek.de>
522 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
523 SWP_FOCUS(DE)ACTIVATE message.
524
525 2002-05-10: Platon Fomichev <platon@innotek.de>
526 - KERNEL32: o Parallel port updates (use resource manager to query
527 hardware configuration)
528
529 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
530 - KERNEL32: o Applications are now allowed to read physical disks or
531 mounted partitions. Write access is only allowed for
532 unmounted partitions or floppy disks.
533 o Implemented GetFileSize for disk objects; corrected
534 return value for some failures (-1)
535
536 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
537 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
538 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
539 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
540 mountpoints (e.g. C:\)
541 o Rewrote FindFirst/NextVolume to use LVM interface (if
542 availabe; else fail)
543 o Extended GetDriveType & GetVolumeInformation for volume
544 names (instead of only disk names (e.g. C:\))
545 o GetVolumeInformation change: keep file system name if
546 NTFS or FAT32
547 o Implemented unmounted volume and physical disk access
548
549 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
550 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
551 toolbar, tab, pager, nativefont, imagelist code
552 o Updated license (LGPL) for comctl32
553 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
554 in NTDLL)
555 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
556 - KERNEL32: o Implemented volume & volume mountpoint functions
557 (win2k and up)
558 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
559 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
560
561 2002-05-08: Platon Fomichev <platon@innotek.de>
562 - COMCTL32: o Merged listview control with latest Wine
563
564 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
565 - USER32: o WH_MOUSE_LL hook fixes
566
567 2002-05-07: Platon Fomichev <platon@innotek.de>
568 - USER32: o Listbox/combobox fix for MFC apps
569 o SetParent doesn't change WS_CHILD style
570 o Experimental change for getParent
571
572 2002-05-07: knut st. osmundsen <bird@anduin.net>
573 - CmdQd: o The daemon shouldn't inherit standard handles when started.
574 (Hung the daily build, since we use tee to do logging.)
575
576 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
577 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
578
579 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
580 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
581 translation array
582
Note: See TracBrowser for help on using the repository browser.