Changeset 5719 for trunk/changelog
- Timestamp:
- May 16, 2001, 3:18:58 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5714 r5719 1 /* $Id: changelog,v 1.1414 2001-05-15 16:59:24 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1415 2001-05-16 01:18:58 bird Exp $ */ 2 3 2001-05-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - Tools\bin:o Synced with other projects using the same tools. 2 5 3 6 2001-05-15: Sander van Leeuwen <sandervl@xs4all.nl> … … 28 31 Frame windows never have the WS_CLIPCHILDREN style; this caused 29 32 the transparency problems reported earlier when using this method. 30 E.g.: Dialog parent, groupbox; invalidate part of groupbox -> 31 painting algorithm stops top-down search when it finds 33 E.g.: Dialog parent, groupbox; invalidate part of groupbox -> 34 painting algorithm stops top-down search when it finds 32 35 a window with WS_CLIPCHILDREN style 33 -> result: dialog window won't update groupbox background 36 -> result: dialog window won't update groupbox background 34 37 as groupbox only draws the border 35 o UpdateWindow: Must use frame window handle even though 38 o UpdateWindow: Must use frame window handle even though 36 39 UpdateWindow only updates the client area. 37 40 If the frame window has a valid update region and we call 38 WinUpdateWindow for the client window, then no WM_PAINT 41 WinUpdateWindow for the client window, then no WM_PAINT 39 42 messages will be sent. 40 43 o Don't erase background in RedrawWindow (invalidate) when 41 RDW_ERASE flag not set. 44 RDW_ERASE flag not set. 42 45 (gets rid of excessive background redraws (flickering) for 43 46 progress windows in some installers)
Note:
See TracChangeset
for help on using the changeset viewer.