source: trunk/changelog@ 8876

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

* empty log message *

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