Changeset 9958
- Timestamp:
- Mar 31, 2003, 4:56:21 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/changelog ¶
r9952 r9958 1 /* $Id: changelog,v 1.2532 2003-03-28 13:57:41 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2533 2003-03-31 02:56:21 bird Exp $ */ 2 3 2003-03-31: knut st. osmundsen <bird-odin-spam@anduin > 4 - PE2LX/WIN32K: 5 o Custombuild feature for excluding dlls. Cleanups. 6 o Option for making all object RW file. 2 7 3 8 2003-03-28: Sander van Leeuwen <sandervl@innotek > 4 - USER32: o Removed changes for window tracking (move/size) with full 9 - USER32: o Removed changes for window tracking (move/size) with full 5 10 window dragging enabled (2003-03-27) 6 11 … … 13 18 14 19 2003-03-26: Sander van Leeuwen <sandervl@innotek > 15 - KERNEL32: o WaitForSingleObject/(Msg)WaitForMultipleObject fixes to 16 prevent thread priorities from being accidentally boosted to 20 - KERNEL32: o WaitForSingleObject/(Msg)WaitForMultipleObject fixes to 21 prevent thread priorities from being accidentally boosted to 17 22 time critical 18 23 19 24 2003-03-22: Sander van Leeuwen <sandervl@innotek > 20 - USER32: o If an application doesn't validate the update region 21 while processing WM_PAINT, then we must remember it for 22 the next time. 23 Windows will only send a WM_PAINT once until another part of 25 - USER32: o If an application doesn't validate the update region 26 while processing WM_PAINT, then we must remember it for 27 the next time. 28 Windows will only send a WM_PAINT once until another part of 24 29 the window is invalidated. Unfortunately PM keeps on sending 25 30 WM_PAINT messages until we validate the update region. … … 35 40 2003-03-18: Platon Fomichev <platon@innotek > 36 41 - USER32: o Shift/Ctrl/Alt+Numpad keys illegal behaviour. Generic numpad 37 keys like (/*-+) produced garbage. 42 keys like (/*-+) produced garbage. 38 43 39 44 2003-03-12: Platon Fomichev <stauff@innotek >
Note:
See TracChangeset
for help on using the changeset viewer.