Changeset 3342
- Timestamp:
- Apr 7, 2000, 7:06:53 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ChangeLog-2000 (modified) (1 diff)
-
Open32.bugs (modified) (1 diff)
-
changelog (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog-2000
r3100 r3342 1 /* $Id: ChangeLog-2000,v 1.1 2000-03-13 12:45:22 sandervl Exp $ */ 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 2 486 3 487 2000-02-29: Edgar Buerkle <Edgar.Buerkle@gmx.net> -
trunk/Open32.bugs
r2423 r3342 49 49 SelectObject (hdc, hOldPen); 50 50 - FillRect uses the wrong color sometimes; see menu code (MENU_DrawMenuItem) 51 - Wrong return values for GetDIBits & SetDIBitsToDevice 52 (nr of scan lines copied; not true/false) 53 - SetDIBitsToDevice can't handle compressed bitmaps (presumably all other 54 bitmap apis as well) 51 55 52 56 Limitations: -
trunk/changelog
r3340 r3342 1 /* $Id: changelog,v 1.87 1 2000-04-07 12:54:17sandervl Exp $ */1 /* $Id: changelog,v 1.872 2000-04-07 17:06:22 sandervl Exp $ */ 2 2 3 3 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl> … … 8 8 region has the same size as the window; doing so creates 9 9 update problems for no obvious reason) 10 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap 11 is not compressed. (fixes crash during startup in Excel) 12 NOTE: Open32 doesn't implement compression type conversion 13 correctly. (black splash screen for RLE8 bitmap) 10 14 11 15 2000-04-07: David Raison <djr@lemur.co.uk> … … 76 80 see the tracking frame when moving a window) 77 81 78 2000-03-31: Christoph Bratschi <cbratschi@datacomm.ch>79 - USER32: readded CS_HITTEST for HT_TRANSPARENT handling, transparent80 tooltips are now supported81 (why is HT_TRANSPARENT in the groupbox control commented out?)82 - COMCTL32: treeview: added TTF_TRANSPARENT tooltip style83 84 2000-03-30: Christoph Bratschi <cbratschi@datacomm.ch>85 - KERNEL32:86 - SHLWAPI: added stubs for explorer.exe87 - COMCTL32: treeview: finished info tip88 89 2000-03-30: Sander van Leeuwen <sandervl@xs4all.nl>90 - KERNEL32: Also double thread stack in release build91 (RealPlayer 7 runs out of stack sometimes)92 - WSOCK32: Fixed bugs in WSAStartup/Cleanup & select (fixes Gnutella)93 94 2000-03-29: Sander van Leeuwen <sandervl@xs4all.nl>95 - KERNEL32: Throw exception when critical section times out96 - USER32: Fixed bugs in PeekMessageA/W (fixes connection failures97 & hangs after warning dialogs in RealPlayer 7)98 - GDI32: Check for NULL region in GetRgnBox; can cause a crash99 in Open32100 101 2000-03-29: Christoph Bratschi <cbratschi@datacomm.ch>102 - KERNEL32: added FindFileFirstMultiA for internal usage103 104 2000-03-28: Markus Montkowski <mmontkowski@gmx.de>105 - KERNEL32: Added workaround for GetDiskFreeSpaceA; Open32 api doesn't106 like NULL pointers107 108 2000-03-28: Sander van Leeuwen <sandervl@xs4all.nl>109 - KERNEL32: Fixed VirtualQuery; cbLength is length of memory structure,110 not range of pages111 Fixed compare of imported api names with length < 4112 Fixed OpenFile; if filename doesn't contain path, look for113 it in:114 1: dir from which the app loaded115 2: current dir116 3: windows system dir117 4: windows dir118 5: dirs in path path environment variable119 NOTE: Icon extraction in shell32 is broken; expects PE120 images even when looking for icons in shell32.121 (it should use FindResourceExA/W when looking for resources122 in that case)123 - USER32: Fixed combobox focus changes when showing dropdown window124 - WSOCK32: Added support for warp 4 error messages (0 based)125 Fixed FD_CLOSE async notification (fixes telnet ability126 to detect lost connections)127 128 2000-03-28: Christoph Bratschi <cbratschi@datacomm.ch>129 - SHELL32: don't use pdump() in release build130 - GDI32: dump ROP2 mode131 132 2000-03-27: Sander van Leeuwen <sandervl@xs4all.nl>133 - USER32: Fixed SetParent; remove child from parent's list (previously134 didn't happen for children of the desktop)135 136 2000-03-27: Christoph Bratschi <cbratschi@datacomm.ch>137 - SHELL32: only scan dir once in CreateFolderEnumList138 floppy drives have a fixed name139 NOTE: delete 'bin\debug(release)\shres.*' or the resources140 won't be updated141 142 2000-03-26: Christoph Bratschi <cbratschi@datacomm.ch>143 - COMDLG32:144 - SHELL32: merged with Corel WINE 20000324145 146 2000-03-25: Sander van Leeuwen <sandervl@xs4all.nl>147 - KERNEL32: Fixes for GetStdHandle148 - WSOCK32: Fixes for getservbyname & getservbyport149 150 2000-03-24: Sander van Leeuwen <sandervl@xs4all.nl>151 - KERNEL32: Fixed typo in pe loader (check for < 512 MB)152 - USER32: Add size of space between two menu items when calculating153 size of ownerdrawn menu item (fixes RealPlayer 7 menu)154 - GDI32: Default format of 16 bits dibsection is RGB555155 (fixes wrong colors when (sometimes) playing flash files156 in RealPlayer 7)157 - WSOCK32\NEW: Bugfixes158 - WSOCK32: Replaced with new wsock32159 160 2000-03-24: Achim Hasenmueller <achimha@innotek.de>161 - WSOCK32\NEW: Made it compile with the TCP/IP V5162 header files.163 NOTE: should we rely on the 32bit164 stack, is there any benefit for us?165 - DPLAY: Added ordinals 2 and 3 to the def file, APIs166 already seem to be implemented?!?167 - COMDLG32: Fixed correct (Win95/OS2) dialog invocation168 169 2000-03-24: Christoph Bratschi <cbratschi@datacomm.ch>170 - USER32: fixed GetClipboardFormatNameW171 fixed scrollbar memory leak172 - SHELL32: fixed IDataObject_fnGetData return value (file dialog173 is now usable)174 175 2000-03-23: Sander van Leeuwen <sandervl@xs4all.nl>176 - KERNEL32: Fixed shared global mutex177 Added VSemaphore class178 - USER32: Fixed shared global mutex179 TODO:180 ---->> Compiler bug: during __ctordtorInit it calls the constructor181 of global objects, even if the dll has already182 been loaded!183 Replaced WriteLogs by dprintfs184 - WSOCK32\NEW: Added WSAAsyncSelect + bugfixes185 186 2000-03-23: Christoph Bratschi <cbratschi@datacomm.ch>187 - COMDLG32: improved file dialog combobox188 - COMCTL32: removed static WINMM linking189 several listview fixes190 191 2000-03-22: Sander van Leeuwen <sandervl@xs4all.nl>192 - WSOCK32\NEW: Completely rewritten (removed dependancy on pmwsock)193 Untested and unfinished (WSAAsyncSelect)194 195 2000-03-21: Sander van Leeuwen <sandervl@xs4all.nl>196 - GDI32: Added RGB 555 to 565 conversion in dibsection blit.197 (fixes wrong colors in RealPlayer 7 Update 1 (rm videos198 only))199 - include\odinwrap.h: Disable heap checking by default for debug200 build -> kills performance!201 202 2000-03-21: Edgar Buerkle <Edgar.Buerkle@gmx.net>203 - MSVCRT: Adding logging statement to _EH_prolog204 205 2000-03-21: Christoph Bratschi <cbratschi@datacomm.ch>206 - COMCTL32: optimized header/treeview for AMD cpuid207 fixed dispinfo callbacks208 reduced listview redraws209 fixed wrong ASCII definitions in commctrl.h210 211 2000-03-20: David Raison <djr@lemur.co.uk>212 - OLE32: Ported OleQueryCreateFromData, OleCreateFromData from213 wine/corel sources.214 - OLEAUT32: Bugfix in ITypeLibImpl_GetDocumentation215 216 2000-03-20: Sander van Leeuwen <sandervl@xs4all.nl>217 - WSOCK32: Fixed relay bug in WSAAsyncSelect (delete relay slot218 with same socket nr & window handle; there can219 be more selects per window)220 221 2000-03-19: David Raison <djr@lemur.co.uk>222 - OLE32: Bugfixes.223 Ported changes from wine/corel sources.224 Created ReadClassStm, WriteClassStm, ProgIDFromCLSID225 226 2000-03-19: Sander van Leeuwen <sandervl@xs4all.nl>227 - ODINCRT: Fixed FS wrapper for _fdopen & others in file.cpp228 (missing SetFS)229 230 2000-03-19: Michal Necasek <mike@mendelu.cz>231 - DINPUT: Few fixes, now Fallout 1/2 almost works232 233 2000-03-18: Michal Necasek <mike@mendelu.cz>234 - DDRAW: Fixed messed up DPA callback calling convention235 Added some transparent blit code which was236 mysteriously missing237 238 2000-03-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>239 - MSVCRT: Implemented _EH_prolog240 241 2000-03-18: Christoph Bratschi <cbratschi@datacomm.ch>242 - USER32: merged with Corel WINE 20000317243 added GCL_HICONSM support244 fixed messagebox with no icon245 - COMCTL32: merged with Corel WINE 20000317 + bug fixes246 247 2000-03-18: Sander van Leeuwen <sandervl@xs4all.nl>248 - ODINCRT: Added FS wrapper for _fdopen249 (fixes crash at exit in Professional MineSweeper when250 selection About Odin from the system menu)251 252 2000-03-17: Christoph Bratschi <cbratschi@datacomm.ch>253 - COMCTL32: fixed trackbar buddy alignment254 added useful internal tooltip styles255 256 2000-03-17: Sander van Leeuwen <sandervl@xs4all.nl>257 - WSOCK32: Semaphore protection for relay slot alloc/free258 Fixed bug in WSAAsyncSelect. Allow more than one259 async call per window for RelayAlloc call. If it's not260 alloced, pmwsock will return an error. Previously it was261 overwriting slots for other async calls. (WSAAsyncGetHostName262 in RealPlayer 7)263 - KERNEL32: Fixed handle creation for thread 0.264 265 2000-03-16: knut st. osmundsen <knut.stange.osmundse@pmsc.no>266 - TOOLS\FASTDEP:267 Speed optimizations: using AVL trees, include dir caching,268 dependencies stored in AVL tree until all files has been269 processes, buffered write.270 Cyclic dependency check.271 All files but the objectfiles now should have fully qualified paths.272 273 - INCLUDE\PDWIN32.TOOLS:274 DEPEND: Enabled cyclic check.275 276 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>277 - USER32: Fixed virtual keycode of return key278 TODO: Not done for all keys. Should probably looks at the279 scancode (not virtual char) to translate keys.280 - GDI32: RP7 calls CreateDIBSection with HDC 0; Call281 GetWindowDC(GetDesktopWindow()) in that case282 -> fixes crash (result of CreateDIBSection failure)283 TODO: Looks like this is allowed in NT, but need to check284 this to be sure nothing else caused this problem.285 (Note: most recent RealPlayer 7 version only)286 - KERNEL32: Semaphore protection of handle alloc287 Added handlemanager class for thread handles288 Added workaround for Open32 WaitForSingleObject bug289 (if thread is terminated and WaitForSingleObject is290 called with the thread's handle -> never returns291 (new rp7 hang at exit))292 TODO: WaitForMultipleObjects can still hang ->293 Event, semaphore, mutex & wait apis need to294 be redesigned (not using Open32)295 296 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>297 - USER32: implemented much faster LB_SETCOUNT298 299 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>300 - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection301 (why was this commented out?)302 Fixed combobox: Clear CBF_SELCHANGE flag before calling303 CBUpdateEdit304 Don't send CBN_EDITUPDATE when CBF_NOEDITNOTIFY305 flag is set (by combo_handletext)306 -> fixes infinite loops in RealPlayer 7 (type name of file307 previously used in edit box; last letter entered -> crash)308 AdjustWindowRectEx bugfix (reported by Robert Lalla)309 Don't clear WS_POPUP flag. (HAS_THINFRAME depends on it)310 -> fixes wrong resolution changes in Quake 2311 Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)312 313 - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's314 CreateFile. (otherwise it fails) -> fixes RealPlayer 7315 Basic (new update).316 317 - WSOCK32: Changed workaround for setsockopt bug (SO_SNDBUF/SO_RCVBUF (OS/2's318 winsock returns WSAEINVAL if size > 64k))319 Only change size if setsockopt returns WSAINVAL (32 bits stack320 should support size > 64 kb (?))321 Added selective logging feature.322 323 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>324 - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like325 i.e. 'c:'; needs to be changed into 'c:\'326 327 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>328 - include\winconst.h: Fixed KEY_ALL_ACCESS definition329 (reported by Yuri Dario)330 - DSOUND: Replaced dsound by new version331 - USER32: Replaced os2.h includes by os2wrap.h332 Set message nr, wParam & lParam to 0 for dummy messages333 (to prevent keyboard or mouse messages swallowed by dinput334 from being dispatched)335 - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)336 - WSOCK32: Fixed bug in setsockopt for SO_SNDBUF/SO_RCVBUF (OS/2's337 winsock returns WSAEINVAL if size > 64k)338 339 2000-03-12: Michal Necasek <mike@mendelu.cz>340 - dsound\new: Fixed sound in Heroes of M&M III341 342 2000-03-11: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>343 - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)344 345 2000-03-11: knut st. osmundsen <knut.stange.osmundse@pmsc.no>346 - OPENGL\GLUT: Fix for gettimeofday. This is defined conflicting in347 the toolkit sys\time.h.348 - TOOLS\BIN: Implemented an optional directory locking in349 dowithdirs.cmd. (Useful for SMP builds.)350 351 2000-03-11: Sander van Leeuwen <sandervl@xs4all.nl>352 - OPENGL\GLUT: Fixed compile problems + cleanup353 (use C(XX)FLAGS_WIN32APP so you don't have to354 explicitely specify which api type you use (ascii or unicode)!)355 356 - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide357 - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined358 359 2000-03-11: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>360 - OPENGL: Fixed error preventing build to complete361 362 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>363 - KERNEL32: Set initial max nr of file handles to 256 during kernel32 init364 Create DDRAW & DSOUND registry keys in InitRegistry365 (NOTE: Must be done in install program!)366 Added some win95 stubs367 - GDI32: Added 16 bits device apis stubs368 369 2000-03-10: Michal Necasek <mike@mendelu.cz>370 - dsound\new: Changed DART buffer size calcualation, hopefully371 WinAmp will sound better now.372 373 2000-03-09: knut st. osmundsen <knut.stange.osmundse@pmsc.no>374 - include\pdwin32.tools: New tool, EXISTS --> \tools\bin\Exists.cmd375 - tools\bin\Exists.cmd: New tool which checks if the file passed in376 exists. If the file exists it returns 0, else 1. This is377 used to check if .depend and other files exists in the378 makefiles. (See pdwin32.post to see how.)379 - include\pdwin32.post: .depend is only included if it exists. You'll380 get a warning if it don't, but the makefile works fine.381 Added a check on OBJDIR not being empty in the clean rule.382 $(RM) $(OBJDIR)\* is will remove all files in the root dir if383 OBJDIR is empty.384 - win32k: Updated makefile with the use of EXISTS for both .depend and385 makfile.inc. An update check for makefile.inc <-> configure.cmd386 was also added.387 Added checks for empty variables in clean rule, and we no longer388 deletes * in any directory.389 390 A CVS tip:391 When new directories are added you have to to a 'cvs checkout .'392 from the root.393 A 'cvs update' don't get the new directories it seems394 (There have been added some dirs under win32k lately so please do this.)395 396 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>397 - KERNEL32: Major rewrite of PE loader classes to correctly support398 dll dependencies399 TODO: Circular dependencies only partly working400 (a->b->a works, but a->b->c->a doesn't)401 - USER32: Fixed bug in dialog constructor (class name translation)402 (only showed up in release build)403 Dinput mouse changes/fixes404 405 2000-03-08: Michal Necasek <mike@mendelu.cz>406 - dsound\new: Fixed volume and panning calculation that407 sometimes caused ugly noise408 409 2000-03-08: Michal Necasek <mike@mendelu.cz>410 - dsound\new: Completely new DART-based DirectSound. Works fine411 for me with Quake 3, Moorhuhn and WinAmp.412 413 2000-03-07: knut st. osmundsen <knut.stange.osmundse@pmsc.no>414 - makefiles and include\pdwin32.*:415 * Updated nearly all makefiles to the new makefile style.416 Win32k, pe2lx and some subdirs of Winmm417 * Odin32 resource files are now to have the extention .orc418 All files have, save some under WinMM and in old/new dirs,419 been renamed. There are now new interference rules in420 pdwin32.tools which will create the resource assembly and421 assemble it into an object file. So you simply have to422 specify the output object file for Odin32 resources along423 with the other object files.424 * A little not on forwarders. ILINK returns a warning code of425 4 when aliases are generated. An errorcode <> 0 stops NMAKE426 normally. To workaround these problem we simply tell NMAKE to427 accespt all error codes in the range 0-4. This is done by428 putting '-4 ' in front of the $(LD2) statement.429 I don't want to see _any_ '-$(LD2)'!!!430 431 432 2000-03-06: Sander van Leeuwen <sandervl@xs4all.nl>433 - USER32: Fixed bug in edit control434 If nyoff > nr lines in control -> bottom line in control435 window should show last line of control436 Wine code shows last line at the top of the control437 (Quake 3 startup edit control shows the problem)438 439 2000-03-05: knut st. osmundsen <knut.stange.osmundse@pmsc.no>440 - include\pdwin32.vac*: Added OS2RC and OS2RCFLAGS. This defines the441 OS/2 resource compiler and the flags used during compilation.442 When it comes to linking we should assume NO flags and simply443 invoke the it like this: $(OS2RC) <source>.res <target>.dll.444 (See src\kernel32\makefile for an example.)445 446 2000-03-05: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>447 - GLUT32: Really fixed optimized build now. Was not a VACPP bug but448 error in calling convention prototype in glutint.h449 450 2000-03-04: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>451 - GLUT32: Added logic to escape from optimizer bug in VACPP452 453 2000-03-04: knut st. osmundsen <knut.stange.osmundse@pmsc.no>454 - fastdep: Simple preprocessor. Commments and #if 0/1.455 - OPENGL: Corrected makefiles. using LD2 and LD2FLAGS. Many makefiles456 Didn't concider the NODEBUGINFO macro causing daily builds457 to become enormous. Daily build of 6MB is not good!.458 - include\pdwin32.v*.*:459 *Alternate linker tool, LD2. This is ilink for VAC.460 (See src\kernel32\makefile for hints how to use it).461 *Synced configuration for the two VAC versions.462 463 NOTE that NODEBUGINFO and DEBUGALL is handled within these464 files. You don't have to test for them to set the correct465 compiler and linker flags, this is allready done!466 467 2000-03-04: Sander van Leeuwen <sandervl@xs4all.nl>468 - INCLUDE\pdwin32.tools, pdwin.vac*469 Added new build rules (conditional at this time)470 For each dll a subdir bin\release & bin\debug is created471 in which the object files of the release & build version472 are saved.473 - INCLUDE\pdwin32.post474 Common makefile rules to be included by all makefiles475 - USER32\KERNEL32: Switched to new build rules476 - WSOCK32: Fixed bug in setsockopt for SO_LINGER (options size wasn't477 adjusted)478 - KERNEL32: Fixed shell dirs (now all created in odin\bin dir)479 Partially fixed destruction of loaded dlls in ExitProcess480 (TODO: dependencies are not yet right; needs new design)481 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)482 to hmdevio.cpp483 - USER32: Pass on keyboard messages if dinput handler returns TRUE484 Also send non-client mouse messages to dinput485 (TODO: always returns true after calling dinput handler)486 - OPENGL\GLIDE:487 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)488 to hmdevio.cpp (reported by Michal Necasek)489 490 2000-03-03: Markus Montkowski <mmontkowski@gmx.de>491 - DDRAW: Fixed bug in CreateSurface and QueryInterface492 (Moorhuhn now starts fine with ddraw)493 - USER32: Changed VirtualKey for VK_NEWLINE from 0x0A to 0x0D494 in the virtualKeyTable495 496 2000-03-03: Sander van Leeuwen <sandervl@xs4all.nl>497 - KERNEL32: Create shell dirs in odin\bin directory498 Cleanup (never call Open32 apis directly if the proc499 isn't a wrapper; include win32api.h and call Odin api)500 Fixed FS corruption for DosAliasMem501 Fixed bug in Win32PeLdrImage::commitPage (quake 3 screensaver's502 fixup section doesn't start on page boundary)503 - ADVAPI32/KERNEL32: Moved registry apis in kernel32 as we need them504 there (importing them directly creates a circular505 dependency (kernel32->advapi32->kernel32))506 Should probably be moved to ntdll507 - WINMM: Fixed typo in DartWaveOut::init to determine bits per sample508 (Realplayer 7 audio now works (when playing .rm files))509 510 2000-03-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>511 - KERNEL32: Fixed calling convention bug in conprop2.cpp512 (caused crashes with release build)513 514 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>515 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp516 - OPENGL\MESA: Reapplied TLS fixes517 Check for null pointer in wglSetPixelFormat518 - OPENGL\MESA\3dfx: Use c files from Mesa dir519 Check for null pointer in wglSetPixelFormat520 - WINMM: Fixed DartWaveOut::getPosition (overflow)521 (fixes mp3 playback in RealPlayer 7)522 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash523 if app wants to change dir to "\")524 Create shell folders + shell keys525 (NOTE: This has to be done in the odin install program526 once we have one)527 - ADVAPI32: Added crypt api stubs528 529 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>530 - OPENGL: Implemented DIVE support in Mesa531 532 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>533 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine534 (FindWindowExW was not working correctly either)535 First send WM_NCACTIVATE, then WM_ACTIVATE536 Fixed focus problems with Odin apps537 (Call WinSetFocus in OSLibWinSetActiveWindow instead of538 WinSetActiveWindow when a user clicks on the titlebar539 of an inactive window & after sending WM_MOUSEACTIVATE)540 TODO: Does WinSetActiveWindow work properly or should we541 always call WinSetFocus???542 Call Dinput handler when translating mouse & keyboard543 messages (during Get/PeekMessage)544 - OPENGL: Always build release version of glide, mesa, glu32 & glut545 Build mesa software & 3dfx dlls; don't build OS/2 opengl546 wrapper anymore547 - OPENGL\GLIDE\CVG\GLIDE:548 Disable instruction scheduling in release build -> messed up549 colors when turned on (most likely VAC optimizer bug)550 TODO: Somebody should also check this for the voodoo 1 glide dll.551 - OPENGL\GLIDE\CVG:552 Fixed makefile553 - OPENGL\MESA\GL\gl.h554 Removed circular header dependency (breaks build)555 - OPENGL\MESA\3dfx:556 Copy 3dfx opengl32.dll to bin\glide557 558 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>559 - USER32: Fixed dprintf in CreateWindowExW560 Added left & right cursor keys to Win32BaseWindow::setExtendedKey561
Note:
See TracChangeset
for help on using the changeset viewer.
