Changeset 2966 for trunk/changelog
- Timestamp:
- Mar 2, 2000, 2:20:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2964 r2966 1 /* $Id: changelog,v 1.766 2000-03-01 21:59:05 sandervl Exp $ */ 1 /* $Id: changelog,v 1.767 2000-03-02 13:20:34 sandervl Exp $ */ 2 3 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl> 4 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp 5 - OPENGL\MESA: Reapplied TLS fixes 6 - OPENGL\MESA\3dfx: Use c files from Mesa dir 2 7 3 8 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl> … … 5 10 6 11 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl> 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Fixed makefile12 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine 13 (FindWindowExW was not working correctly either) 14 First send WM_NCACTIVATE, then WM_ACTIVATE 15 Fixed focus problems with Odin apps 16 (Call WinSetFocus in OSLibWinSetActiveWindow instead of 17 WinSetActiveWindow when a user clicks on the titlebar 18 of an inactive window & after sending WM_MOUSEACTIVATE) 19 TODO: Does WinSetActiveWindow work properly or should we 20 always call WinSetFocus??? 21 Call Dinput handler when translating mouse & keyboard 22 messages (during Get/PeekMessage) 23 - OPENGL: Always build release version of glide, mesa, glu32 & glut 24 Build mesa software & 3dfx dlls; don't build OS/2 opengl 25 wrapper anymore 26 - OPENGL\GLIDE\CVG\GLIDE: 27 Disable instruction scheduling in release build -> messed up 28 colors when turned on (most likely VAC optimizer bug) 29 TODO: Somebody should also check this for the voodoo 1 glide dll. 30 - OPENGL\GLIDE\CVG: 31 Fixed makefile 27 32 - OPENGL\MESA\GL\gl.h 28 Removed circular header dependency (breaks build)33 Removed circular header dependency (breaks build) 29 34 - OPENGL\MESA\3dfx: 30 35 Copy 3dfx opengl32.dll to bin\glide … … 34 39 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net> 35 40 - USER32: Fixed dprintf in CreateWindowExW 36 41 Added left & right cursor keys to Win32BaseWindow::setExtendedKey 37 42 38 43 2000-02-29: Edgar Buerkle <Edgar.Buerkle@gmx.net> 39 44 - USER32: Added support for keyboard hooks (fixes Moorhuhn) 40 45 in PeekMessage & GetMessage 41 46 42 47 2000-02-29: knut st. osmundsen <knut.stange.osmundse@pmsc.no> … … 52 57 2000-02-29: Sander van Leeuwen <sandervl@xs4all.nl> 53 58 - OPENGL\MESA: Added Odin port of Mesa Opengl library 54 59 (Ported by Jeroen van den Horn) 55 60 NOTE: The Mesa 3D graphics library has a different license 56 61 (see LICENSE.TXT in the Mesa directory) 57 62 - OPENGL\MESA\3DFX: 58 Added Odin port of 3dfx Voodoo Mesa GL 59 (tested with simple opengl samples only, but 60 this is the first hardware accelerated Opengl 61 implementation for OS/2!) 62 NOTE: This is not yet included in the daily build 63 Added Odin port of 3dfx Voodoo Mesa GL 64 (tested with simple opengl samples only, but 65 this is the first hardware accelerated Opengl 66 implementation for OS/2!) 63 67 NOTE: The Mesa 3dfx graphics library has a different license 64 68 (see LICENSE.TXT in the Mesa\3dfx directory) 65 69 - KERNEL32: Only call ExitProcess the first time KillWin32Process 66 70 is executed. Call DosExit otherwise. … … 69 73 2000-02-28: Sander van Leeuwen <sandervl@xs4all.nl> 70 74 - KERNEL32: Call ExitProcess in KillWin32Process to make sure 71 72 75 the dll libmain handlers are called after a crash. 76 (i.e. Glide needs this to restore the display) 73 77 - INCLUDE\WIN: Added wgl definitions to wingdi.h 74 78 … … 109 113 2000-02-25: Sander van Leeuwen <sandervl@xs4all.nl> 110 114 - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port 111 written by Craig Ballantyne. (Voodoo 1 & Voodoo 2) 112 NOTE: Includes 3dfx Glide license 113 NOTE: Both untested 115 written by Craig Ballantyne. (Voodoo 1 & Voodoo 2) 116 NOTE: Includes 3dfx Glide license 114 117 115 118 2000-02-24: Sander van Leeuwen <sandervl@xs4all.nl> 116 119 - USER32: WS_MAXIMIZE & WS_MINIMIZE flags updated when necessary 117 118 119 120 120 Changed/fixed RedrawWindow -> fixes lack of erase background 121 msg in AbiWord rebar control & Papyrus start dialog 122 TODO: Pingpong.exe broken again. Need to fix this correctly 123 Hide caret in BeginPaint, show it in EndPaint 121 124 - GDI32: CreateICA/W bugfix (Open32 tests lpszDriver for NULL even though it's ignored) 122 125 (fixes Papyrus error message about CreateIC) 123 126 - COMCTL32: Fixed wrong calling convention for property sheet handlers 124 125 This fixes crashes in VPBUDDY (preferences dialog) AND (!)126 127 128 129 127 (prsht.h in include\win) 128 This fixes crashes in VPBUDDY (preferences dialog) AND (!) 129 fixes the empty preferences dialog in both debug & release 130 builds. 131 NOTE: I've fixed similar bugs before. Somebody should verify 132 all comctl32 handlers... 130 133 131 134 2000-02-23: Christoph Bratschi <cbratschi@datacomm.ch> 132 135 - USER32: export 55AA pattern functions for COMCTL32 133 fixed EN_CHANGED136 fixed EN_CHANGED 134 137 - COMCTL32: converted to C++ -> needs nmake dep 135 ported animate control138 ported animate control 136 139 137 140 2000-02-22: Sander van Leeuwen <sandervl@xs4all.nl> 138 141 - WINMM/GDI32/KERNEL32/USER32: Fixed compile problems for release build 139 142 - USER32: Fixed bug in window class ctor (windowProc not set to 0) 140 143 (only showed up in release build) 141 144 - KERNEL32: Fixed bug in commitPage (winimagepeldr.cpp) 142 143 144 145 146 147 145 (only showed up in release build) 146 Fixed wrong calling convention for SetLastError calls 147 in OSLibiGetModuleHandleA 148 (only showed up in release build) 149 Fixed wrong calling convention for SetLastError calls 150 in oslibdos.cpp. 148 151 149 152 2000-02-22: Christoph Bratschi <cbratschi@datacomm.ch> 150 153 - COMCTL32: merged with Corel WINE 20000212 151 added common base functions154 added common base functions 152 155 153 156 2000-02-21: Przemyslaw Dobrowolski <dobrawka@asua.org.pl> … … 156 159 2000-02-21: Christoph Bratschi <cbratschi@datacomm.ch> 157 160 - USER32: merged controls and nc code with Corel WINE 20000212 158 added WS_EX_CONTEXTHELP button161 added WS_EX_CONTEXTHELP button 159 162 160 163 2000-02-21: knut st. osmundsen <knut.stange.osmundse@pmsc.no> … … 181 184 2000-02-18: Sander van Leeuwen <sandervl@xs4all.nl> 182 185 - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port 183 184 186 written by Craig Ballantyne. (Voodoo 1) 187 NOTE: Includes 3dfx Glide license 185 188 186 189 2000-02-17: Sander van Leeuwen <sandervl@xs4all.nl> 187 190 - KERNEL32: Fixed memory map view bug (main map deleted when there 188 189 191 were still views left) -> fixes crash when playing Realplayer 192 video (.rm) files 190 193 - WINMM: Added new logging feature + fixed waveout query format bug 191 194
Note:
See TracChangeset
for help on using the changeset viewer.