Changeset 5378 for trunk/changelog
- Timestamp:
- Mar 26, 2001, 12:05:36 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5375 r5378 1 /* $Id: changelog,v 1.132 0 2001-03-25 20:06:12 mikeExp $ */1 /* $Id: changelog,v 1.1321 2001-03-25 22:02:14 sandervl Exp $ */ 2 2 3 3 2001-03-25: Michal Necasek <michalnec@volny.cz> 4 - KERNEL32: o Turn off all optimizations for exceptions.cpp in release build (!) 4 5 - DINPUT: o Fixed keyboard handling. Now arrow keys should work right 5 6 on both numpad and the separate arrow block among other things. … … 7 8 2001-03-25: Sander van Leeuwen <sandervl@xs4all.nl> 8 9 - USER32: o If a static window has children, then we can't return HTTRANSPARENT 9 for WM_NCHITTEST. For some reason PM then sends all mouse messages 10 to the parent of the static window; even if they are intended 10 for WM_NCHITTEST. For some reason PM then sends all mouse messages 11 to the parent of the static window; even if they are intended 11 12 for the children of the static window. 12 13 TODO: This could break some win32 apps (parent not receiving mouse … … 42 43 (fixes crash in PowerDVD with release build of kernel32) 43 44 45 2001-03-22: Michal Necasek <michalnec@volny.cz> 46 - USER32: o Show the mouse pointer in the exitlist handler of user32. 44 47 (should restore the mouse pointer after a game crashes) 45 48 … … 81 84 now work as executed thru pec.exe. 82 85 - Kernel32: o Init VIO Console for Pe2Lx CUI images. 86 87 [DirectDraw] 88 Fullscreen=[True|False|0|1] 89 90 Don't blame me if your machine goes up in smoke after you've 91 turned fullscreen on ;-) 92 Note: It seems that fullscreen currently doesn't work right 93 with newer SDD releases for 8bpp apps, though 16/24/32bpp 94 should be OK (palette setting problems) 83 95 84 96 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
Note:
See TracChangeset
for help on using the changeset viewer.