source: trunk/changelog@ 8867

Last change on this file since 8867 was 8867, checked in by achimha, 23 years ago

* empty log message *

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