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