source: trunk/changelog@ 8912

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

* empty log message *

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