Changeset 2957 for trunk/changelog
- Timestamp:
- Mar 1, 2000, 2:31:36 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2953 r2957 1 /* $Id: changelog,v 1.761 2000-02-29 22:44:56 sandervl Exp $ */ 1 /* $Id: changelog,v 1.762 2000-03-01 13:31:06 sandervl Exp $ */ 2 3 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine 5 (FindWindowExW was not working correctly either) 6 First send WM_NCACTIVATE, then WM_ACTIVATE 7 Fixed focus problems with Odin apps 8 (Call WinSetFocus in OSLibWinSetActiveWindow instead of 9 WinSetActiveWindow when a user clicks on the titlebar 10 of an inactive window & after sending WM_MOUSEACTIVATE) 11 TODO: Does WinSetActiveWindow work properly or should we 12 always call WinSetFocus??? 13 Call Dinput handler when translating mouse & keyboard 14 messages (during Get/PeekMessage) 15 16 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net> 17 - USER32: Fixed dprintf in CreateWindowExW 18 Added left & right cursor keys to Win32BaseWindow::setExtendedKey 2 19 3 20 2000-02-29: Edgar Buerkle <Edgar.Buerkle@gmx.net> … … 13 30 COBOL (just for fun! - I'll use it at job) 14 31 Things seems to work ok, but if an error occurs, please 15 fix it or send me a not and I'll fix it ASAP.32 fix it or send me a note and I'll fix it ASAP. 16 33 17 34 2000-02-29: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.