Changeset 2974 for trunk/changelog
- Timestamp:
- Mar 2, 2000, 8:18:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2972 r2974 1 /* $Id: changelog,v 1.76 8 2000-03-02 14:52:08sandervl Exp $ */1 /* $Id: changelog,v 1.769 2000-03-02 19:18:04 sandervl Exp $ */ 2 2 3 3 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl> … … 7 7 - WINMM: Fixed DartWaveOut::getPosition (overflow) 8 8 (fixes mp3 playback in RealPlayer 7) 9 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash 10 if app wants to change dir to "\") 11 Create shell folders + shell keys 12 (NOTE: This has to be done in the odin install program 13 once we have one) 9 14 10 15 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl> … … 12 17 13 18 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl> 14 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine15 (FindWindowExW was not working correctly either)16 First send WM_NCACTIVATE, then WM_ACTIVATE17 Fixed focus problems with Odin apps18 (Call WinSetFocus in OSLibWinSetActiveWindow instead of19 WinSetActiveWindow when a user clicks on the titlebar20 of an inactive window & after sending WM_MOUSEACTIVATE)21 TODO: Does WinSetActiveWindow work properly or should we22 always call WinSetFocus???23 Call Dinput handler when translating mouse & keyboard24 messages (during Get/PeekMessage)25 - OPENGL: Always build release version of glide, mesa, glu32 & glut26 Build mesa software & 3dfx dlls; don't build OS/2 opengl27 wrapper anymore28 - OPENGL\GLIDE\CVG\GLIDE:29 Disable instruction scheduling in release build -> messed up30 31 TODO: Somebody should also check this for the voodoo 1 glide dll.19 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine 20 (FindWindowExW was not working correctly either) 21 First send WM_NCACTIVATE, then WM_ACTIVATE 22 Fixed focus problems with Odin apps 23 (Call WinSetFocus in OSLibWinSetActiveWindow instead of 24 WinSetActiveWindow when a user clicks on the titlebar 25 of an inactive window & after sending WM_MOUSEACTIVATE) 26 TODO: Does WinSetActiveWindow work properly or should we 27 always call WinSetFocus??? 28 Call Dinput handler when translating mouse & keyboard 29 messages (during Get/PeekMessage) 30 - OPENGL: Always build release version of glide, mesa, glu32 & glut 31 Build mesa software & 3dfx dlls; don't build OS/2 opengl 32 wrapper anymore 33 - OPENGL\GLIDE\CVG\GLIDE: 34 Disable instruction scheduling in release build -> messed up 35 colors when turned on (most likely VAC optimizer bug) 36 TODO: Somebody should also check this for the voodoo 1 glide dll. 32 37 - OPENGL\GLIDE\CVG: 33 38 Fixed makefile 34 39 - OPENGL\MESA\GL\gl.h 35 40 Removed circular header dependency (breaks build) 36 41 - OPENGL\MESA\3dfx: 37 42 Copy 3dfx opengl32.dll to bin\glide 38 43 39 44 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.