source: trunk/ChangeLog-2000@ 3453

Last change on this file since 3453 was 3342, checked in by sandervl, 26 years ago

* empty log message *

File size: 62.4 KB
Line 
1 /* $Id: ChangeLog-2000,v 1.2 2000-04-07 17:06:24 sandervl Exp $ */
2
3 2000-03-31: Christoph Bratschi <cbratschi@datacomm.ch>
4 - USER32: readded CS_HITTEST for HT_TRANSPARENT handling, transparent
5 tooltips are now supported
6 (why is HT_TRANSPARENT in the groupbox control commented out?)
7 - COMCTL32: treeview: added TTF_TRANSPARENT tooltip style
8
9 2000-03-30: Christoph Bratschi <cbratschi@datacomm.ch>
10 - KERNEL32:
11 - SHLWAPI: added stubs for explorer.exe
12 - COMCTL32: treeview: finished info tip
13
14 2000-03-30: Sander van Leeuwen <sandervl@xs4all.nl>
15 - KERNEL32: Also double thread stack in release build
16 (RealPlayer 7 runs out of stack sometimes)
17 - WSOCK32: Fixed bugs in WSAStartup/Cleanup & select (fixes Gnutella)
18
19 2000-03-29: Sander van Leeuwen <sandervl@xs4all.nl>
20 - KERNEL32: Throw exception when critical section times out
21 - USER32: Fixed bugs in PeekMessageA/W (fixes connection failures
22 & hangs after warning dialogs in RealPlayer 7)
23 - GDI32: Check for NULL region in GetRgnBox; can cause a crash
24 in Open32
25
26 2000-03-29: Christoph Bratschi <cbratschi@datacomm.ch>
27 - KERNEL32: added FindFileFirstMultiA for internal usage
28
29 2000-03-28: Markus Montkowski <mmontkowski@gmx.de>
30 - KERNEL32: Added workaround for GetDiskFreeSpaceA; Open32 api doesn't
31 like NULL pointers
32
33 2000-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
34 - KERNEL32: Fixed VirtualQuery; cbLength is length of memory structure,
35 not range of pages
36 Fixed compare of imported api names with length < 4
37 Fixed OpenFile; if filename doesn't contain path, look for
38 it in:
39 1: dir from which the app loaded
40 2: current dir
41 3: windows system dir
42 4: windows dir
43 5: dirs in path path environment variable
44 NOTE: Icon extraction in shell32 is broken; expects PE
45 images even when looking for icons in shell32.
46 (it should use FindResourceExA/W when looking for resources
47 in that case)
48 - USER32: Fixed combobox focus changes when showing dropdown window
49 - WSOCK32: Added support for warp 4 error messages (0 based)
50 Fixed FD_CLOSE async notification (fixes telnet ability
51 to detect lost connections)
52
53 2000-03-28: Christoph Bratschi <cbratschi@datacomm.ch>
54 - SHELL32: don't use pdump() in release build
55 - GDI32: dump ROP2 mode
56
57 2000-03-27: Sander van Leeuwen <sandervl@xs4all.nl>
58 - USER32: Fixed SetParent; remove child from parent's list (previously
59 didn't happen for children of the desktop)
60
61 2000-03-27: Christoph Bratschi <cbratschi@datacomm.ch>
62 - SHELL32: only scan dir once in CreateFolderEnumList
63 floppy drives have a fixed name
64 NOTE: delete 'bin\debug(release)\shres.*' or the resources
65 won't be updated
66
67 2000-03-26: Christoph Bratschi <cbratschi@datacomm.ch>
68 - COMDLG32:
69 - SHELL32: merged with Corel WINE 20000324
70
71 2000-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
72 - KERNEL32: Fixes for GetStdHandle
73 - WSOCK32: Fixes for getservbyname & getservbyport
74
75 2000-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
76 - KERNEL32: Fixed typo in pe loader (check for < 512 MB)
77 - USER32: Add size of space between two menu items when calculating
78 size of ownerdrawn menu item (fixes RealPlayer 7 menu)
79 - GDI32: Default format of 16 bits dibsection is RGB555
80 (fixes wrong colors when (sometimes) playing flash files
81 in RealPlayer 7)
82 - WSOCK32\NEW: Bugfixes
83 - WSOCK32: Replaced with new wsock32
84
85 2000-03-24: Achim Hasenmueller <achimha@innotek.de>
86 - WSOCK32\NEW: Made it compile with the TCP/IP V5
87 header files.
88 NOTE: should we rely on the 32bit
89 stack, is there any benefit for us?
90 - DPLAY: Added ordinals 2 and 3 to the def file, APIs
91 already seem to be implemented?!?
92 - COMDLG32: Fixed correct (Win95/OS2) dialog invocation
93
94 2000-03-24: Christoph Bratschi <cbratschi@datacomm.ch>
95 - USER32: fixed GetClipboardFormatNameW
96 fixed scrollbar memory leak
97 - SHELL32: fixed IDataObject_fnGetData return value (file dialog
98 is now usable)
99
100 2000-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
101 - KERNEL32: Fixed shared global mutex
102 Added VSemaphore class
103 - USER32: Fixed shared global mutex
104 TODO:
105 ---->> Compiler bug: during __ctordtorInit it calls the constructor
106 of global objects, even if the dll has already
107 been loaded!
108 Replaced WriteLogs by dprintfs
109 - WSOCK32\NEW: Added WSAAsyncSelect + bugfixes
110
111 2000-03-23: Christoph Bratschi <cbratschi@datacomm.ch>
112 - COMDLG32: improved file dialog combobox
113 - COMCTL32: removed static WINMM linking
114 several listview fixes
115
116 2000-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
117 - WSOCK32\NEW: Completely rewritten (removed dependancy on pmwsock)
118 Untested and unfinished (WSAAsyncSelect)
119
120 2000-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
121 - GDI32: Added RGB 555 to 565 conversion in dibsection blit.
122 (fixes wrong colors in RealPlayer 7 Update 1 (rm videos
123 only))
124 - include\odinwrap.h: Disable heap checking by default for debug
125 build -> kills performance!
126
127 2000-03-21: Edgar Buerkle <Edgar.Buerkle@gmx.net>
128 - MSVCRT: Adding logging statement to _EH_prolog
129
130 2000-03-21: Christoph Bratschi <cbratschi@datacomm.ch>
131 - COMCTL32: optimized header/treeview for AMD cpuid
132 fixed dispinfo callbacks
133 reduced listview redraws
134 fixed wrong ASCII definitions in commctrl.h
135
136 2000-03-20: David Raison <djr@lemur.co.uk>
137 - OLE32: Ported OleQueryCreateFromData, OleCreateFromData from
138 wine/corel sources.
139 - OLEAUT32: Bugfix in ITypeLibImpl_GetDocumentation
140
141 2000-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
142 - WSOCK32: Fixed relay bug in WSAAsyncSelect (delete relay slot
143 with same socket nr & window handle; there can
144 be more selects per window)
145
146 2000-03-19: David Raison <djr@lemur.co.uk>
147 - OLE32: Bugfixes.
148 Ported changes from wine/corel sources.
149 Created ReadClassStm, WriteClassStm, ProgIDFromCLSID
150
151 2000-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
152 - ODINCRT: Fixed FS wrapper for _fdopen & others in file.cpp
153 (missing SetFS)
154
155 2000-03-19: Michal Necasek <mike@mendelu.cz>
156 - DINPUT: Few fixes, now Fallout 1/2 almost works
157
158 2000-03-18: Michal Necasek <mike@mendelu.cz>
159 - DDRAW: Fixed messed up DPA callback calling convention
160 Added some transparent blit code which was
161 mysteriously missing
162
163 2000-03-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
164 - MSVCRT: Implemented _EH_prolog
165
166 2000-03-18: Christoph Bratschi <cbratschi@datacomm.ch>
167 - USER32: merged with Corel WINE 20000317
168 added GCL_HICONSM support
169 fixed messagebox with no icon
170 - COMCTL32: merged with Corel WINE 20000317 + bug fixes
171
172 2000-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
173 - ODINCRT: Added FS wrapper for _fdopen
174 (fixes crash at exit in Professional MineSweeper when
175 selection About Odin from the system menu)
176
177 2000-03-17: Christoph Bratschi <cbratschi@datacomm.ch>
178 - COMCTL32: fixed trackbar buddy alignment
179 added useful internal tooltip styles
180
181 2000-03-17: Sander van Leeuwen <sandervl@xs4all.nl>
182 - WSOCK32: Semaphore protection for relay slot alloc/free
183 Fixed bug in WSAAsyncSelect. Allow more than one
184 async call per window for RelayAlloc call. If it's not
185 alloced, pmwsock will return an error. Previously it was
186 overwriting slots for other async calls. (WSAAsyncGetHostName
187 in RealPlayer 7)
188 - KERNEL32: Fixed handle creation for thread 0.
189
190 2000-03-16: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
191 - TOOLS\FASTDEP:
192 Speed optimizations: using AVL trees, include dir caching,
193 dependencies stored in AVL tree until all files has been
194 processes, buffered write.
195 Cyclic dependency check.
196 All files but the objectfiles now should have fully qualified paths.
197
198 - INCLUDE\PDWIN32.TOOLS:
199 DEPEND: Enabled cyclic check.
200
201 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>
202 - USER32: Fixed virtual keycode of return key
203 TODO: Not done for all keys. Should probably looks at the
204 scancode (not virtual char) to translate keys.
205 - GDI32: RP7 calls CreateDIBSection with HDC 0; Call
206 GetWindowDC(GetDesktopWindow()) in that case
207 -> fixes crash (result of CreateDIBSection failure)
208 TODO: Looks like this is allowed in NT, but need to check
209 this to be sure nothing else caused this problem.
210 (Note: most recent RealPlayer 7 version only)
211 - KERNEL32: Semaphore protection of handle alloc
212 Added handlemanager class for thread handles
213 Added workaround for Open32 WaitForSingleObject bug
214 (if thread is terminated and WaitForSingleObject is
215 called with the thread's handle -> never returns
216 (new rp7 hang at exit))
217 TODO: WaitForMultipleObjects can still hang ->
218 Event, semaphore, mutex & wait apis need to
219 be redesigned (not using Open32)
220
221 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>
222 - USER32: implemented much faster LB_SETCOUNT
223
224 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
225 - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection
226 (why was this commented out?)
227 Fixed combobox: Clear CBF_SELCHANGE flag before calling
228 CBUpdateEdit
229 Don't send CBN_EDITUPDATE when CBF_NOEDITNOTIFY
230 flag is set (by combo_handletext)
231 -> fixes infinite loops in RealPlayer 7 (type name of file
232 previously used in edit box; last letter entered -> crash)
233 AdjustWindowRectEx bugfix (reported by Robert Lalla)
234 Don't clear WS_POPUP flag. (HAS_THINFRAME depends on it)
235 -> fixes wrong resolution changes in Quake 2
236 Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)
237
238 - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
239 CreateFile. (otherwise it fails) -> fixes RealPlayer 7
240 Basic (new update).
241
242 - WSOCK32: Changed workaround for setsockopt bug (SO_SNDBUF/SO_RCVBUF (OS/2's
243 winsock returns WSAEINVAL if size > 64k))
244 Only change size if setsockopt returns WSAINVAL (32 bits stack
245 should support size > 64 kb (?))
246 Added selective logging feature.
247
248 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
249 - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like
250 i.e. 'c:'; needs to be changed into 'c:\'
251
252 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
253 - include\winconst.h: Fixed KEY_ALL_ACCESS definition
254 (reported by Yuri Dario)
255 - DSOUND: Replaced dsound by new version
256 - USER32: Replaced os2.h includes by os2wrap.h
257 Set message nr, wParam & lParam to 0 for dummy messages
258 (to prevent keyboard or mouse messages swallowed by dinput
259 from being dispatched)
260 - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)
261 - WSOCK32: Fixed bug in setsockopt for SO_SNDBUF/SO_RCVBUF (OS/2's
262 winsock returns WSAEINVAL if size > 64k)
263
264 2000-03-12: Michal Necasek <mike@mendelu.cz>
265 - dsound\new: Fixed sound in Heroes of M&M III
266
267 2000-03-11: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
268 - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)
269
270 2000-03-11: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
271 - OPENGL\GLUT: Fix for gettimeofday. This is defined conflicting in
272 the toolkit sys\time.h.
273 - TOOLS\BIN: Implemented an optional directory locking in
274 dowithdirs.cmd. (Useful for SMP builds.)
275
276 2000-03-11: Sander van Leeuwen <sandervl@xs4all.nl>
277 - OPENGL\GLUT: Fixed compile problems + cleanup
278 (use C(XX)FLAGS_WIN32APP so you don't have to
279 explicitely specify which api type you use (ascii or unicode)!)
280
281 - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide
282 - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined
283
284 2000-03-11: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
285 - OPENGL: Fixed error preventing build to complete
286
287 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
288 - KERNEL32: Set initial max nr of file handles to 256 during kernel32 init
289 Create DDRAW & DSOUND registry keys in InitRegistry
290 (NOTE: Must be done in install program!)
291 Added some win95 stubs
292 - GDI32: Added 16 bits device apis stubs
293
294 2000-03-10: Michal Necasek <mike@mendelu.cz>
295 - dsound\new: Changed DART buffer size calcualation, hopefully
296 WinAmp will sound better now.
297
298 2000-03-09: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
299 - include\pdwin32.tools: New tool, EXISTS --> \tools\bin\Exists.cmd
300 - tools\bin\Exists.cmd: New tool which checks if the file passed in
301 exists. If the file exists it returns 0, else 1. This is
302 used to check if .depend and other files exists in the
303 makefiles. (See pdwin32.post to see how.)
304 - include\pdwin32.post: .depend is only included if it exists. You'll
305 get a warning if it don't, but the makefile works fine.
306 Added a check on OBJDIR not being empty in the clean rule.
307 $(RM) $(OBJDIR)\* is will remove all files in the root dir if
308 OBJDIR is empty.
309 - win32k: Updated makefile with the use of EXISTS for both .depend and
310 makfile.inc. An update check for makefile.inc <-> configure.cmd
311 was also added.
312 Added checks for empty variables in clean rule, and we no longer
313 deletes * in any directory.
314
315 A CVS tip:
316 When new directories are added you have to to a 'cvs checkout .'
317 from the root.
318 A 'cvs update' don't get the new directories it seems
319 (There have been added some dirs under win32k lately so please do this.)
320
321 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
322 - KERNEL32: Major rewrite of PE loader classes to correctly support
323 dll dependencies
324 TODO: Circular dependencies only partly working
325 (a->b->a works, but a->b->c->a doesn't)
326 - USER32: Fixed bug in dialog constructor (class name translation)
327 (only showed up in release build)
328 Dinput mouse changes/fixes
329
330 2000-03-08: Michal Necasek <mike@mendelu.cz>
331 - dsound\new: Fixed volume and panning calculation that
332 sometimes caused ugly noise
333
334 2000-03-08: Michal Necasek <mike@mendelu.cz>
335 - dsound\new: Completely new DART-based DirectSound. Works fine
336 for me with Quake 3, Moorhuhn and WinAmp.
337
338 2000-03-07: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
339 - makefiles and include\pdwin32.*:
340 * Updated nearly all makefiles to the new makefile style.
341 Win32k, pe2lx and some subdirs of Winmm
342 * Odin32 resource files are now to have the extention .orc
343 All files have, save some under WinMM and in old/new dirs,
344 been renamed. There are now new interference rules in
345 pdwin32.tools which will create the resource assembly and
346 assemble it into an object file. So you simply have to
347 specify the output object file for Odin32 resources along
348 with the other object files.
349 * A little not on forwarders. ILINK returns a warning code of
350 4 when aliases are generated. An errorcode <> 0 stops NMAKE
351 normally. To workaround these problem we simply tell NMAKE to
352 accespt all error codes in the range 0-4. This is done by
353 putting '-4 ' in front of the $(LD2) statement.
354 I don't want to see _any_ '-$(LD2)'!!!
355
356
357 2000-03-06: Sander van Leeuwen <sandervl@xs4all.nl>
358 - USER32: Fixed bug in edit control
359 If nyoff > nr lines in control -> bottom line in control
360 window should show last line of control
361 Wine code shows last line at the top of the control
362 (Quake 3 startup edit control shows the problem)
363
364 2000-03-05: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
365 - include\pdwin32.vac*: Added OS2RC and OS2RCFLAGS. This defines the
366 OS/2 resource compiler and the flags used during compilation.
367 When it comes to linking we should assume NO flags and simply
368 invoke the it like this: $(OS2RC) <source>.res <target>.dll.
369 (See src\kernel32\makefile for an example.)
370
371 2000-03-05: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
372 - GLUT32: Really fixed optimized build now. Was not a VACPP bug but
373 error in calling convention prototype in glutint.h
374
375 2000-03-04: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
376 - GLUT32: Added logic to escape from optimizer bug in VACPP
377
378 2000-03-04: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
379 - fastdep: Simple preprocessor. Commments and #if 0/1.
380 - OPENGL: Corrected makefiles. using LD2 and LD2FLAGS. Many makefiles
381 Didn't concider the NODEBUGINFO macro causing daily builds
382 to become enormous. Daily build of 6MB is not good!.
383 - include\pdwin32.v*.*:
384 *Alternate linker tool, LD2. This is ilink for VAC.
385 (See src\kernel32\makefile for hints how to use it).
386 *Synced configuration for the two VAC versions.
387
388 NOTE that NODEBUGINFO and DEBUGALL is handled within these
389 files. You don't have to test for them to set the correct
390 compiler and linker flags, this is allready done!
391
392 2000-03-04: Sander van Leeuwen <sandervl@xs4all.nl>
393 - INCLUDE\pdwin32.tools, pdwin.vac*
394 Added new build rules (conditional at this time)
395 For each dll a subdir bin\release & bin\debug is created
396 in which the object files of the release & build version
397 are saved.
398 - INCLUDE\pdwin32.post
399 Common makefile rules to be included by all makefiles
400 - USER32\KERNEL32: Switched to new build rules
401 - WSOCK32: Fixed bug in setsockopt for SO_LINGER (options size wasn't
402 adjusted)
403 - KERNEL32: Fixed shell dirs (now all created in odin\bin dir)
404 Partially fixed destruction of loaded dlls in ExitProcess
405 (TODO: dependencies are not yet right; needs new design)
406 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
407 to hmdevio.cpp
408 - USER32: Pass on keyboard messages if dinput handler returns TRUE
409 Also send non-client mouse messages to dinput
410 (TODO: always returns true after calling dinput handler)
411 - OPENGL\GLIDE:
412 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
413 to hmdevio.cpp (reported by Michal Necasek)
414
415 2000-03-03: Markus Montkowski <mmontkowski@gmx.de>
416 - DDRAW: Fixed bug in CreateSurface and QueryInterface
417 (Moorhuhn now starts fine with ddraw)
418 - USER32: Changed VirtualKey for VK_NEWLINE from 0x0A to 0x0D
419 in the virtualKeyTable
420
421 2000-03-03: Sander van Leeuwen <sandervl@xs4all.nl>
422 - KERNEL32: Create shell dirs in odin\bin directory
423 Cleanup (never call Open32 apis directly if the proc
424 isn't a wrapper; include win32api.h and call Odin api)
425 Fixed FS corruption for DosAliasMem
426 Fixed bug in Win32PeLdrImage::commitPage (quake 3 screensaver's
427 fixup section doesn't start on page boundary)
428 - ADVAPI32/KERNEL32: Moved registry apis in kernel32 as we need them
429 there (importing them directly creates a circular
430 dependency (kernel32->advapi32->kernel32))
431 Should probably be moved to ntdll
432 - WINMM: Fixed typo in DartWaveOut::init to determine bits per sample
433 (Realplayer 7 audio now works (when playing .rm files))
434
435 2000-03-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
436 - KERNEL32: Fixed calling convention bug in conprop2.cpp
437 (caused crashes with release build)
438
439 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
440 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp
441 - OPENGL\MESA: Reapplied TLS fixes
442 Check for null pointer in wglSetPixelFormat
443 - OPENGL\MESA\3dfx: Use c files from Mesa dir
444 Check for null pointer in wglSetPixelFormat
445 - WINMM: Fixed DartWaveOut::getPosition (overflow)
446 (fixes mp3 playback in RealPlayer 7)
447 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash
448 if app wants to change dir to "\")
449 Create shell folders + shell keys
450 (NOTE: This has to be done in the odin install program
451 once we have one)
452 - ADVAPI32: Added crypt api stubs
453
454 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
455 - OPENGL: Implemented DIVE support in Mesa
456
457 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
458 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
459 (FindWindowExW was not working correctly either)
460 First send WM_NCACTIVATE, then WM_ACTIVATE
461 Fixed focus problems with Odin apps
462 (Call WinSetFocus in OSLibWinSetActiveWindow instead of
463 WinSetActiveWindow when a user clicks on the titlebar
464 of an inactive window & after sending WM_MOUSEACTIVATE)
465 TODO: Does WinSetActiveWindow work properly or should we
466 always call WinSetFocus???
467 Call Dinput handler when translating mouse & keyboard
468 messages (during Get/PeekMessage)
469 - OPENGL: Always build release version of glide, mesa, glu32 & glut
470 Build mesa software & 3dfx dlls; don't build OS/2 opengl
471 wrapper anymore
472 - OPENGL\GLIDE\CVG\GLIDE:
473 Disable instruction scheduling in release build -> messed up
474 colors when turned on (most likely VAC optimizer bug)
475 TODO: Somebody should also check this for the voodoo 1 glide dll.
476 - OPENGL\GLIDE\CVG:
477 Fixed makefile
478 - OPENGL\MESA\GL\gl.h
479 Removed circular header dependency (breaks build)
480 - OPENGL\MESA\3dfx:
481 Copy 3dfx opengl32.dll to bin\glide
482
483 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
484 - USER32: Fixed dprintf in CreateWindowExW
485 Added left & right cursor keys to Win32BaseWindow::setExtendedKey
486
487 2000-02-29: Edgar Buerkle <Edgar.Buerkle@gmx.net>
488 - USER32: Added support for keyboard hooks (fixes Moorhuhn)
489 in PeekMessage & GetMessage
490
491 2000-02-29: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
492 - TOOLS\FASTDEP: Restructured it a little. Support for multiple
493 languages:
494 C and C++ (as earlier)
495 Assembly
496 Resource files (OS/2 resources at least...)
497 COBOL (just for fun! - I'll use it at job)
498 Things seems to work ok, but if an error occurs, please
499 fix it or send me a note and I'll fix it ASAP.
500
501 2000-02-29: Sander van Leeuwen <sandervl@xs4all.nl>
502 - OPENGL\MESA: Added Odin port of Mesa Opengl library
503 (Ported by Jeroen van den Horn)
504 NOTE: The Mesa 3D graphics library has a different license
505 (see LICENSE.TXT in the Mesa directory)
506 - OPENGL\MESA\3DFX:
507 Added Odin port of 3dfx Voodoo Mesa GL
508 (tested with simple opengl samples only, but
509 this is the first hardware accelerated Opengl
510 implementation for OS/2!)
511 NOTE: The Mesa 3dfx graphics library has a different license
512 (see LICENSE.TXT in the Mesa\3dfx directory)
513 - KERNEL32: Only call ExitProcess the first time KillWin32Process
514 is executed. Call DosExit otherwise.
515 Fix for GpdDev device io (needed for native glide dll)
516
517 2000-02-28: Sander van Leeuwen <sandervl@xs4all.nl>
518 - KERNEL32: Call ExitProcess in KillWin32Process to make sure
519 the dll libmain handlers are called after a crash.
520 (i.e. Glide needs this to restore the display)
521 - INCLUDE\WIN: Added wgl definitions to wingdi.h
522
523 2000-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
524 - WINMM: Implemented waveOutGetPosition
525
526 2000-02-27: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
527 - pdwin32.tools: "New" tool, MAKE_CMD. Passes on the DEBUG and
528 NODEBUGINFO macros variables to the next make job.
529 (It's better to have it here than to have it in nearly
530 all makefiles, and forgetting to put it there...)
531 - WIN32K: *The dep rule will make a makefile.inc if not present. It
532 will also make dependencies for pe2lx and lib.
533 *Have created a lib rule.
534 *The all rule will now make Pe2Lx.
535 - src/makefile: win32k makes pe2lx, no need for special pe2lx stuff.
536
537 Sander, have a look the build and rebuild rules please.
538
539 2000-02-26: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
540 - WIN32K: *Symbol Database is implemented. Contains symbols for most
541 retail kernels. (see win32k.txt or readme.txt)
542 *No scanning of the os2krnl file, the loaded image is now
543 scanned to determin which build, debug/retail and smp/uni.
544 *16-bit logging.
545 *Extract.exe rule. Extract.exe program generates the
546 SymDb.c source file found in dev16 from a collections of
547 kernel symbol files.
548
549 2000-02-25: Christoph Bratschi <cbratschi@datacomm.ch>
550 - COMCTL32: added listview unicode support
551 fixed treeview WM_VSCROLL, trap in UNILIB
552
553 2000-02-24: Achim Hasenmueller <achimha@innotek.de>
554 - COMCTL32: Added infoPtr == NULL checks in tooltips control
555 to prevent crashes when tooltip creation fails
556
557 2000-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
558 - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
559 written by Craig Ballantyne. (Voodoo 1 & Voodoo 2)
560 NOTE: Includes 3dfx Glide license
561
562 2000-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
563 - USER32: WS_MAXIMIZE & WS_MINIMIZE flags updated when necessary
564 Changed/fixed RedrawWindow -> fixes lack of erase background
565 msg in AbiWord rebar control & Papyrus start dialog
566 TODO: Pingpong.exe broken again. Need to fix this correctly
567 Hide caret in BeginPaint, show it in EndPaint
568 - GDI32: CreateICA/W bugfix (Open32 tests lpszDriver for NULL even though it's ignored)
569 (fixes Papyrus error message about CreateIC)
570 - COMCTL32: Fixed wrong calling convention for property sheet handlers
571 (prsht.h in include\win)
572 This fixes crashes in VPBUDDY (preferences dialog) AND (!)
573 fixes the empty preferences dialog in both debug & release
574 builds.
575 NOTE: I've fixed similar bugs before. Somebody should verify
576 all comctl32 handlers...
577
578 2000-02-23: Christoph Bratschi <cbratschi@datacomm.ch>
579 - USER32: export 55AA pattern functions for COMCTL32
580 fixed EN_CHANGED
581 - COMCTL32: converted to C++ -> needs nmake dep
582 ported animate control
583
584 2000-02-22: Sander van Leeuwen <sandervl@xs4all.nl>
585 - WINMM/GDI32/KERNEL32/USER32: Fixed compile problems for release build
586 - USER32: Fixed bug in window class ctor (windowProc not set to 0)
587 (only showed up in release build)
588 - KERNEL32: Fixed bug in commitPage (winimagepeldr.cpp)
589 (only showed up in release build)
590 Fixed wrong calling convention for SetLastError calls
591 in OSLibiGetModuleHandleA
592 (only showed up in release build)
593 Fixed wrong calling convention for SetLastError calls
594 in oslibdos.cpp.
595
596 2000-02-22: Christoph Bratschi <cbratschi@datacomm.ch>
597 - COMCTL32: merged with Corel WINE 20000212
598 added common base functions
599
600 2000-02-21: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
601 - CRTDLL: Added wtol, wtoi, setsystime, getsystime
602
603 2000-02-21: Christoph Bratschi <cbratschi@datacomm.ch>
604 - USER32: merged controls and nc code with Corel WINE 20000212
605 added WS_EX_CONTEXTHELP button
606
607 2000-02-21: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
608 - WIN32K: *Initial support for UNIX-styled scripts
609 (files starting with an #!<interpreter> [args...])
610 This is a _very_ big hack! But never the less it's working.
611 (or at least it seems like working...)
612 *The kernel symbol importer is enhanced to support more
613 generic function prologs and to import variables and
614 16-bit functions.
615 *Segments are now locked in physical memory.
616 (Note, last changes have not been tested on Aurora yet,
617 but it will hopefully work just fine.)
618
619 2000-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
620 - GDI32: SetDIBits bugfix (for dib sections)
621 - USER32: Ported all Wine accelerator apis (fixes keys in calc)
622
623 2000-02-21: Jens Wiessner <wiessnej@rfi.de>
624 - RASAPI32: Added stubs
625 - OLEPRO32: Ported Corel Wine stub dll
626 - CRTDLL: Replaced some stubs
627
628 2000-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
629 - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
630 written by Craig Ballantyne. (Voodoo 1)
631 NOTE: Includes 3dfx Glide license
632
633 2000-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
634 - KERNEL32: Fixed memory map view bug (main map deleted when there
635 were still views left) -> fixes crash when playing Realplayer
636 video (.rm) files
637 - WINMM: Added new logging feature + fixed waveout query format bug
638
639 2000-02-16: Christoph Bratschi <cbratschi@datacomm.ch>
640 - COMCTL32: treeview: switched to unicode, fixed many bugs
641
642 2000-02-16: Sander van Leeuwen <sandervl@xs4all.nl>
643 - KERNEL32/USER32/GDI32: Added new logging feature which allows users
644 to disable or enable logging for separate source
645 files. (see Logging.txt for details)
646 - GDI32: SetDIBitsToDevice fix for RealPlayer 7 (store the right bitmap
647 size in the BITMAPINFO structure before calling Open32)
648
649 2000-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
650 - USER32: SetWindowPos bugfix (returned before hiding or showing windows)
651 Fixes Delphi apps
652 - KERNEL32: Fixed Release method of LX dlls (didn't delete object)
653 Fixed cpuhlp assembly functions (compiler changes calling
654 convention with optimizations on (stores parameter in eax
655 instead of on the stack)
656
657 2000-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
658 - COMCTL32: Added Wine license
659 - KERNEL32: Search in path for dlls if the pe loader can't find them
660 (RP7 loads pngu3264.dll by changing PATH and then calling
661 LoadLibrary)
662
663 2000-02-14: Christoph Bratschi <cbratschi@datacomm.ch>
664 - USER32: merged combobox with Corel 20000212
665 - COMCTL32: merged treeview with Corel 20000212 and continued rewrite
666
667 2000-02-12: Christoph Bratschi <cbratschi@datacomm.ch>
668 - USER32: added v5.00 messages to wndmsg.cpp
669 - GDI32: LineDDA fix
670
671 2000-02-12: David Raison <djr@lemur.co.uk>
672 - OLE32: Fixed IsEqualIID issue
673
674 2000-02-11: Vit Timchishin <tvv@sbs.kiev.ua>
675 - KERNEL32: Fix for OpenFile; fill in OFSTRUCT even if api fails
676 (needed for Acrobat Reader 4.0)
677
678 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
679 - /tools/database/ + /src/makefile: Odin32 API DB.
680
681 2000-02-10: Christoph Bratschi <cbratschi@datacomm.ch>
682 - USER32: added some stubs
683 fixed wrong pixels at the right side of menu items
684 - COMCTL32: implemented LVS_NOSORTHEADER
685 increased statusbar height (temporal hack)
686 first steps of treeview rewrite
687
688 2000-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
689 - GDI32: Added support for memory map handles in CreateDIBSection
690 Fixed CreateICA/W; Open32's version is case sensitive whereas
691 win32's apparently isn't.
692 - TOOLS\makefile: fixed clean build
693 - src\makefile: fixed clean build
694 - src\makefile.smp: fixed incorrect dir change
695
696 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
697 - *: Updated the source tree to use autogenerated dependencies.
698 You will have to do a 'nmake dep' from either /src or / before
699 being able to make anything.
700 -All makefiles is required to have a 'dep' rule.
701 -All dll makefiles is now required to have a 'lib' rule which
702 makes the libraries for the module. This rule should also
703 check that the library in $(PDWIN32_LIB) is up-to-date.
704 - Tools/FastDep: Dependency tool. (Fast=Quick-and-Dirty)
705 Moved from /src/win32k. This is currently used to generate
706 dependency information.
707 Note that it doesn't have any precompiler logic! This is causeing
708 some warnings...
709 - include/pdwin32.tool: Two new tools DEPEND and DOWITHDIRS.
710 - src/makefile: used the DOWITHDIRS to do cleanup, lib and dep.
711
712 2000-02-10: Edgar Buerkle <Edgar.Buerkle@gmx.net>
713 - GDI32: Fix alignment for 1 & 4 bits bitmaps (dibsection)
714 - NTDLL: Pretend no debugger is active in NtQueryInformationProcess
715
716 2000-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
717 - USER32: Implemented WaitForInputIdle
718 ScrollWindow fix; don't call InvalidateRect as WinScrollWindow
719 already invalidates the area (and the call to InvalidateRect was
720 wrong as it has to include the erase flag; should have called
721 RedrawWindow instead)
722 - KERNEL32: WinExec: Wait for process to block on input before
723 returning
724 - OpenGL base, GLUT, GLU: Added version resource, removed dll exitlist
725 handlers
726
727 2000-02-09: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
728 - OpenGL base, GLUT, GLU: NODEBUGINFO implemented in the makefiles.
729
730 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
731 - ODIN.INI: OPENGL32.DLL <--> OPENGL.DLL translation, since
732 WinXX OpenGL apps can be dynamically linked with
733 MS OpenGL (OPENGL32.DLL) *or* SGI OpenGL (OPENGL.DLL).
734
735 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
736 - OpenGL base: Various minor fixes
737 - OpenGL GLUT: Various minor fixes
738 - OpenGL GLU: 'Native' port of SGI GLU
739
740 2000-02-08: Knut Stange Osmundsen <knut.stange.osmundsen>
741 - Win32k: Temporarily disabled some unused imported kernelfunctions.
742 Corrected a problem with overloading _ldrEnum32bitRelRecs;
743 it failed on WS4eB. (Message 'DosDevIOCtl failed')
744
745 2000-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
746 - USER32: Don't use shell positioning for child windows (breaks Notes)
747 Turn of WM_BACKERASEBKGND when calling RedrawWindow to
748 invalidate a window (without erase flag set; but also without
749 noerase) -> fixes flickering in pingpong Opengl sample
750 - KERNEL32: Search path for executables when they can't be found in
751 the current directory.
752
753 2000-02-07: Christoph Bratschi <cbratschi@datacomm.ch>
754 - KERNEL32: Ported more Wine thunk apis
755
756 2000-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
757 - USER32: Fix for DCX_INTERSECTRGN in GetDCEx (use ExtSelectClipRgn
758 to combine current & new clip region)
759 - ADVAPI32: Ported Wine LookupAccountSidA/W (semi-stubs now)
760
761 2000-02-06: Jens Wiessner <wiessnej@rfi.de>
762 - WINMM: Updated MCI dlls (added version info)
763
764 2000-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
765 - KERNEL32: Changed GetProcessDword ordinal to 18
766 - USER32: Temporarily commented out shellposition changes
767 (breaks i.e. calc & Notes)
768 Started rewriting BeginPaint/EndPaint + DC apis
769
770 2000-02-06: Christoph Bratschi <cbratschi@datacomm.ch>
771 - USER32: ported WinHelpA from WINE
772
773 2000-02-05: Christoph Bratschi <cbratschi@datacomm.ch>
774 - USER32: WM_SETHOTKEY: save data
775 prototype for WS_EX_CONTEXTHELP button
776 check WS_EX_RIGHT in button control
777 fixed tasklist entry
778 implemented CW_USEDEFAULT with FCF_SHELLPOSITION
779
780 2000-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
781 - KERNEL32: Memory map fixes (file maps)
782 - USER32: mdi child creation fix (child still not activated when created)
783 Default WM_ERASEBKGND handler change (only erase invalid area)
784 (note: might be wrong; have to check this in NT; probably
785 need to rewrite code that sends those messages)
786 -> fixes redraws for i.e. windows behind menu windows
787 - GDI32: Don't use Open32 apis to load opengl32 (nor for GetProcAddress)
788 Import wgl* apis
789 - OPENGL: Removed OS2wgl apis (they had the wrong calling convention
790 -> causes crashes in gdi32 when compiled with optimizations on)
791
792 2000-02-04: Markus Montkowski <mmontkowski@gmx.de>
793 - DDRAW: Many minor/major bugfixes at numerous places
794 - DSOUND: Fixed GetCurrentBufferPos in the virtual player
795
796 2000-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
797 - ALL: Added version resource (if not already present)
798 Link with dllentry.obj (those dlls that don't need custom dll
799 entrypoints)
800 Clean up in process detach handler of win32 libmain
801 (except for a few core dlls (gdi32/user32/kernel32))
802 - DLLENTRY: Standard dll entrypoint
803
804 2000-02-04: Christoph Bratschi <cbratschi@datacomm.ch>
805 - COMCTL32: merged with WINE 20000130
806
807 2000-02-03: Jens Wiessner <wiessnej@rfi.de>
808 - NTDLL: Ported Wine security apis
809 - CRTDLL: Update
810
811 2000-02-03: Christoph Bratschi <cbratschi@datacomm.ch>
812 - USER32: merged controls with WINE 20000130
813
814 2000-02-03: Daniela Engert <dani@ngrt.de>
815 - GDI32: Implement RGB 555 to RGB 565 conversion in assembler
816
817 2000-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
818 - WININET: Ported Wininet code from Corel Wine tree
819 - INCLUDE\WINSOCK: MS Winsock compatible header
820 - GDI32: Prelimary RGB 555 to RGB 565 conversion in SetDIBitsToDevice
821 (will be rewritten in assembly for better performance)
822 (for RealPlayer videos in 16 bits mode)
823 BitBlt fix (return after dibsection blit -> fixes Quake 2)
824 Added MMX RGB conversion.
825 - USER32: Added export for OS2ToWin32Handle
826 - COMDLG32: Merged with latest Wine version (20000109)
827 - INCLUDE\WIN: Fixes to compile comdlg32 in C mode
828 (will be rewritten in assembly for better performance)
829 (for RealPlayer videos in 16 bits mode)
830 BitBlt fix (return after dibsection blit -> fixes Quake 2)
831
832 2000-02-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
833 - OPENGL: Ported SGI GLUT sources + Opengl update
834
835 2000-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
836 - GDI32: Cleaned up
837 Fixes for dib section apis. RealPlayer 7 can play videos
838 now (correct in 24 bps mode; upside down and wrong colors
839 in 16 bps mode)
840
841 2000-02-01: Knut Stange Osmundsen <knut.stange.osmundsen>
842 - Pe2Lx: Makefile should be working again.
843 - KERNEL32: RegisterPe2LxDll - no detach is done for Pe2Lx/Win32k DLLs.
844 This is a temporary fix.
845
846 2000-02-01: Patrick Haller <phaller@gmx.net>
847 - SHELL32: Added PathSkipRootAW
848
849 2000-02-01: Jens Wiessner <wiessnej@rfi.de>
850 - NTDLL: Updated .def file (similar to NT 4 SP6) + bugfix for impdef
851
852 2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl>
853 - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also
854 returns an error in Odin.
855 GetWindowDC & GetDC use the desktop window handle if hwnd == 0
856 (before calling GetDCEx)
857 - GDI32: Set dibsection bitmap data to 0 when allocating it.
858
859 2000-01-30: Sander van Leeuwen <sandervl@xs4all.nl>
860 - PELDR: Fixed error messages for images without fixups (peldr.dll no
861 longer required)
862 - GDI32: Removed wrong bugfix for GetDIBits (breaks Lotus Notes)
863 - USER32: Don't check for window visibility when calling SetWindowPos
864 in SetMenu. (fixes menu in standard minesweeper)
865 (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED
866 when showing a window (see Wine code))
867 Put back GetMenuStringA fix (return length of string if string pointer
868 or size parameter == 0) (almost fixes Realplayer 7 menu)
869
870 2000-01-29: Sander van Leeuwen <sandervl@xs4all.nl>
871 - GDI32: Save and restore FPU control word when calling
872 Open32's DrawText. DrawText trashes it which causes drawing
873 problems in RealPlayer 7.
874 - USER32: Call DrawTextA in uitools.cpp, not Open32's DrawText.
875 Fix for SetWindowPos for showing hidden windows
876 (call ShowWindow) -> fixed non-visible button bar in mIRC
877 Don't set WS_VISIBLE on by default. Windows are made visible
878 during creation by calling ShowWindow.
879 Call UpdateWindow for client window, not the frame.
880 - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
881 - INCLUDE\makefiles: Added c/c++ definitions for win32 apps (without
882 -D__WINE__ so you don't need to specify whether you use the ascii
883 or unicode version of a win32 api)
884
885 2000-01-29: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
886 - KERNEL32: Added GlobalWire/GlobalUnwire
887
888 2000-01-28: Sander van Leeuwen <sandervl@xs4all.nl>
889 - GDI32: Wrong return values for GetDIBits & SetDIBitsToDevice
890 (nr of scan lines copied; not true/false)
891 - USER32: Don't call default frame handler for WM_ADJUSTWINDOWPOS
892 (fixes window resize when playing videos in RealPlayer v7 &
893 dragging titlebar in Professional Mine Sweeper)
894
895 2000-01-28: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
896 - Win32k: Heap is splitted into a swappable and a resident heap.
897 Fixups are now applied when a page is loaded from disk.
898 This is done by overloading the kernel function called
899 (_)ldrEnum32bitRelRecs. This should improve performance a lot!
900
901 2000-01-27: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
902 - OPENGL: First version of opengl implementation
903
904 2000-01-27: Sander van Leeuwen <sandervl@xs4all.nl>
905 - USER32: Fixed FS corruption in OSLibPostThreadMessage
906 Send WM_CHILDACTIVATE to child windows (not only
907 to MDI children) instead of WM_ACTIVATE
908 - SHELL32: Fixed FS corruption in DragAcceptFiles
909
910 2000-01-26: Yuri Dario <mc6530@mclink.it>
911 - INCLUDE\WIN: Additions & changes for compiling Opera.
912 - many dlls: create correct library (impdef)
913
914 2000-01-26: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
915 - GDI32: Changes for Opengl support
916
917 2000-01-26: Christoph Bratschi <cbratschi@datacomm.ch>
918 - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
919 coordinates
920 changed min frame size
921 - COMCTL32: fixed wrong progress frame
922
923 2000-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
924 - OLEAUT32: Don't create logfile when logging is turned off
925 - PELDR: Don't modify cmd line in PIB structure
926 - INCLUDE: Removed string.h.
927 - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
928 (if memory is reserved, set read & write page flags)
929
930 2000-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
931 - PELDR/KERNEL32: Allocate low memory at right address and with right size
932 in peldr.dll (fixes install of Windows Media Player)
933 - KERNEL32: Print thread id for each log message
934
935 2000-01-22: Michal Necasek <mike@mendelu.cz>
936 - DINPUT: Fixes + basic functionality is complete; enough for many games
937
938 2000-01-21: Sander van Leeuwen <sandervl@xs4all.nl>
939 - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
940 Previous changes broke many apps (VPBuddy, MIrc32)
941 Don't update window if style changes (responsibility of the app)
942 Store window menu & id in same variable (fixes clock ->
943 double click on analog window -> titlebar & menu gone; menu
944 used to stay there)
945 Put back WM_CALCVALIDRECT code in pmwindow. Fixes updates
946 of clock window (who's class has CS_H/VREDRAW style).
947 - KERNEL32: Fixed image loading for resource lookup only (don't care
948 where those images are loaded as we only use it to query
949 the version resource; so base address doesn't matter)
950 (-> RealPlayer 7 installs now)
951
952 2000-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
953 - KERNEL32: Disabled creation of pe_x.log if logging disabled
954 Only get codepage once from odin.ini.
955
956 2000-01-20: Vit Timchishin <tvv@sbs.kiev.ua>
957 - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
958 - GDI32: Added codepage support for CreateCompatibleDC
959
960 2000-01-20: Christoph Bratschi <cbratschi@datacomm.ch>
961 - USER32: fixed WM_CONTEXTMENU
962 dispatch WM_MOUSEMOVE in menu loop
963
964 2000-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
965 - USER32: Removed 'old' user32 and replaced it with the new one
966 Call default window proc when DefMDIChildProcA/W is called
967 for a non-MDI window.
968 Fixed menu check & submenu marks painting
969 - KERNEL32: Increased shared heap reserve size to 512 kb
970 - SHELL32: Display Odin logo in Shell about dialog box
971
972 2000-01-18: Jens Wiessner <wiessnej@rfi.de>
973 - WINMM\WAVEMAP
974 Updated to Wine level 20000109 + corrected compile
975 - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
976 so it doesn't work)
977
978 2000-01-17: Sander van Leeuwen <sandervl@xs4all.nl>
979 - USER32\NEW: Added basic support for DInput WM_CHAR notification
980 (the rest needs to be done in dinput.dll)
981 Use KEYBOARD_Enable user32 export to (un)register WM_CHAR
982 handler. (WNDPROC type) It's called when a WM_CHAR message
983 arrives for an Odin window with hwnd, msg, wParam & lParam.
984 - DINPUT: Fixed bugs reported by Michal Necasek
985
986 2000-01-16: Christoph Bratschi <cbratschi@datacomm.ch>
987 - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
988 fixed WM_MOVE
989 changed HTCAPTION system menu position
990 changed maximized window position
991 don't move/size maximized windows
992
993 2000-01-15: Jens Wiessner <wiessnej@rfi.de>
994 - TWAIN_32: Update
995 - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
996 Updated to Wine level 20000109 + corrected compile errors
997 - WINMM: Ported Wine wave mapper.
998
999 2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
1000 - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
1001 handle as that can prevent WM_PAINTs from being dispatched)
1002 (may need reworking of Get/PeekMessage instead)
1003 ScrollWindow changes
1004 Removed frame drawing 'bugfix'.
1005 Fixed system menu position for child windows (i.e. MDI)
1006 Fixed titlebar tracking for child windows (i.e. MDI)
1007 - KERNEL32: Check for null pointers in lstrcmpA
1008
1009 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
1010 - USER32/NEW: cache menu and caption drawing
1011 changed minimize button position
1012 don't redraw system menu icon in menu.cpp
1013 hilighted menubar items don't have an edge in Win9x
1014 don't open system menu on mouseover if menubar is used and vice versa
1015 show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
1016 use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
1017
1018 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
1019 - USER32/NEW: added caption clipping for faster window text updates
1020
1021 2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
1022 - USER32\NEW: Fixed min/max bug for mdi child windows
1023 Fixed DrawMenuBar (invalidate frame rectangle in
1024 FrameUpdateClient if client rectangle wasn't changed)
1025 Fixed bugs in MsgFormatFrame & SendNCCalcSize
1026 Fixed WM_WINDOWPOSCHANGED translation for frame window (not done yet)
1027 (Winamp works now)
1028 Removed code that's no longer used (subclassed OS/2 frame
1029 controls & OS/2 scrollbar functions etc)
1030
1031 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
1032 - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
1033 is activated or deactivated
1034 Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
1035 Set window handle of non-Odin window to window desktop in WM_ACTIVATE
1036 Return window desktop handle for window handle returned by
1037 SetActiveWindow if window is non-Odin.
1038 Fixed activation of windows. (send WM_ACTIVATE when receiving
1039 a WM_WINDOWPOSCHANGED message in pmframe.cpp)
1040 Fixed DrawFrame; bottom & right frame borders now drawn correctly
1041 Fixed scrollbar positioning (style.exe)
1042 Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
1043 DC to save/restore a window's own dc.
1044 Fixed client rectangle problems. Client rectangles
1045 are always in frame coordinates; window rectangles in
1046 screen coordinates. Whenever necessary (i.e WM_MOVE)
1047 client coordinates are converted to coordinates relative
1048 to it's parent client window.
1049 Changed WM_MOVE -> client coordinates relative to parent origin
1050 if child; otherwise relative to screen origin. (needs testing)
1051 (WM_NCCALCSIZE needs to be done as well)
1052 - COMCTL32: Version resource version nrs changed (based on NT 4 SP3)
1053 - KERNEL32: Added DisableLogging & EnableLogging functions to
1054 disable logging in parts of code. Logging will only be
1055 done if the logcount is bigger than 0.
1056
1057 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
1058 - USER32/NEW: fixed WM_CALCVALIDRECTS
1059 activated WM_NCPAINT clipping
1060 added improved frame redraw mechanism
1061
1062 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
1063 - USER32\NEW: Changed client rectangle positioning (not done by PM frame
1064 handler anymore) -> fixes problems with Shell About dialog
1065 and jumping controls when resizing (Winhlp32)
1066 Fixed menu tracking for different submenus
1067 Fixed delayed repaints of invalidated menu rectangles
1068 Ported Wine messagebox code. (for GUI consistency)
1069 Fixed bugs in ShowScrollBar. (vert. scrollbar wasn't enabled
1070 in notepad)
1071 Fixed 'frame' control updates (resizing client window in
1072 SetWindowPos for SWP_FRAMECHANGED)
1073
1074 2000-01-11: Jens Wiessner <wiessnej@rfi.de>
1075 - TWAIN_32: Bugfix (removed test code)
1076
1077 2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
1078 - USER32/NEW: fixed AdjustWindowRectEx
1079
1080 2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
1081 - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
1082 Removed hardcoded dependancy on shell32; load it on-demand
1083 Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
1084 Fixed wrong return value for OSLibWinGetMsg
1085 Workaround for bug in GDI32 FillRect (menu items painted
1086 black instead of gray) (menu.cpp, MENU_DrawMenuItem)
1087 Applied patch to Wine menu code for RealPlayer
1088 Fixed default return value of DefWndProc (0)
1089 Fixed SetMenu (menus should be set when a window is no child)
1090 Call correct SetMenu function from MsgCreate Win32BaseWindow method
1091 Use WIN32_INNERFRAME frame class for top level windows again.
1092 (VPBuddy repaint problems were solved by using this class)
1093
1094 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
1095 - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
1096 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
1097 - WINMM: Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
1098 there's no audio device
1099 - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
1100 Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
1101 or button down/up message translation.
1102 Fixed LoadBitmap (only load from user32 if it's a system bitmap)
1103 Added WM_NCACTIVATE message generation
1104 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
1105 Changed GetSystemMenu; added method to Win32BaseWindow class
1106 (destroy old menu if present and switch back to default system
1107 menu if bRevert = TRUE; needs changes in non-client code)
1108
1109 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
1110 - USER32/NEW: activated menu code
1111
1112 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
1113 - USER32: Added border size for top-level windows in OSLibWinConvertStyle
1114 (borders are not drawn correctly)
1115 Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
1116 client/window rectangle when size nor position have changed)
1117 Fixed out of sync rectWindow. (children don't get notified of
1118 parent position change -> rectWindow (in screen coord.) not updated)
1119 Fixed LoadBitmap for system bitmaps
1120 Fixes for win32 titlebar + added win32 system menu
1121 System menu commands now work
1122 Fixed repaint problem for win32 titlebar
1123 Added Christoph's gradient filled title bars code
1124 For (experimental) win32-like windows add this to odin.ini:
1125 [CUSTOMIZATION]
1126 OS2Look=0
1127
1128 [COLORS]
1129 UseWinColors=1
1130
1131 2000-01-09: David Raison <djr@lemur.co.uk>
1132 - OLEAUT32: Typelib - Updated TKIND_ALIAS handling.
1133
1134 2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
1135 - USER32/NEW: implemented scrollbar nc handling
1136 windows without menus work now fine
1137 implemented gradient filled title bars
1138
1139 2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
1140 - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
1141 OSLibGetMsg bugfix + WM_QUIT translation fix
1142 OSLibGetMenuItemRect fix (y coordinate conversion)
1143 Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
1144 or button down/up message translation.
1145 - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
1146 Added Wine-like license that supercedes the main Odin license
1147 - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
1148 CRTDLL__CIatan etc etc)
1149
1150 2000-01-08: Jens Wiessner <wiessnej@rfi.de>
1151 - CRTDLL: Compile fix
1152
1153 2000-01-08: Patrick Haller <phaller@gmx.net>
1154 - SHELL32: Update: to WINE level 2000/01/08
1155 - KERNEL32: Add: stub for GetDiskFreeSpaceExAW
1156
1157 2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
1158 - GDI32: added PatBlt support for negative width/height
1159
1160 2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
1161 - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
1162 Faked RegisterServiceCtrlHandlerA/W (TODO)
1163 Partly implemented SetServiceBits/SetServiceStatus
1164 Improved QueryServiceStatus
1165 Call RtlCreateAcl in InitializeAcl
1166 - LZ32: Create correct library
1167 - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
1168 - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
1169 (991212) (-> fixes errors in RealPlayer)
1170 - USER32: GetMenuStringA fix (return length of string if string pointer
1171 or size parameter == 0)
1172
1173 2000-01-05: Jens Wiessner <wiessnej@rfi.de>
1174 - TWAIN_32: Update
1175
1176 2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
1177 - USER32/NEW: single window works now
1178
1179 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
1180 - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
1181 (should be changed)
1182 MS Office 2000 install (first part) almost working.
1183 (installs windows installer as system service)
1184 - OLEAUT32: Typelib bugfix for MS Office 2k install
1185 - odin_ini.txt: Added information about CODEPAGES & TWAIN section
1186
1187 2000-01-05: David Raison <djr@lemur.co.uk>
1188 - OLEAUT32: LHashValOfNameSys(A)
1189
1190 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
1191 - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
1192
1193 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
1194 - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
1195 Delete old region in SetWindowRegion
1196
1197 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
1198 - KERNEL32: Named pipe updates & bugfixes
1199
1200 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
1201 - LZ32/TAPI32: Updated def files to match NT 4 SP6
1202 - MSVCRT: Updated def files + MSVCRT40 version info
1203 - WINMM: Added Wine's MCI dlls (not compiled as this requires
1204 a working MCI subsystem in winmm and a redesign of
1205 wave & midi)
1206
1207 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
1208 - LZ32: Cleaned up .def file (don't import directly) & removed
1209 debugtools.h
1210 - USER32: Fixed PostThreadMessage + bugs in GetMessage
1211 - KERNEL32: Set hmq & hab THDB values for newly created
1212 threads (hmq not correct now)
1213
1214 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
1215 - KERNEL32: Started implementing named pipe apis
1216
1217 2000-01-02: David Raison <djr@lemur.co.uk>
1218 - OLEAUT32: Typelib fixes - Custom Data & Default values.
1219 Added private logging to tlib_n.log when reading a TLIB.
1220 (Should clarify what is being read & why)
1221 Now supports embedded named TLIBS in the format
1222 <path>\<libname>\<id> (required for VB6, etc.)
1223 Preparatory work to reduce dependance on
1224 current file position to enable delaying parsing
1225 data until it is requested by user.
1226
1227 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
1228 - USER32: Implemented Set/GetWindowRgn (not activated)
1229 - KERNEL32: Fixed Odin zombie processes when there's a trap inside
1230 vfprintf during logging.
1231 Cleaned up file io procedures in oslibdos.cpp
1232
1233 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
1234 - USER32: Workaround for crash in Lotus Notes when switching to a new
1235 view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
1236 has been called for a window -> don't dispatch this msg)
1237
Note: See TracBrowser for help on using the repository browser.