source: trunk/changelog@ 8930

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

* empty log message *

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