Changeset 5147 for trunk/changelog
- Timestamp:
- Feb 17, 2001, 3:49:58 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5140 r5147 1 /* $Id: changelog,v 1.1259 2001-02-15 08:50:45 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1260 2001-02-17 14:49:58 sandervl Exp $ */ 2 3 2001-02-17: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32: o Store active status in custom window word. QWS_FLAGS appears 5 to be modified by PM somewhere. 6 (fixes WM_ACTIVATE loop in Opera when maximizing or restoring 7 the mdi window) 8 o Don't include RDW_NOERASE flag in InvalidateRect/Rgn 9 (fixes background erase for mdi client window in Opera) 10 o IsChild only checked the direct parent of a window. Must 11 check all parents (parents of parents etc) 12 (fixes TAB handling in Opera dialogs) 13 o Ported latest GetNextDlgTabItem from Wine 14 (fixes TAB handling in Opera dialogs) 2 15 3 16 2001-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.