Changeset 5719 for trunk/changelog


Ignore:
Timestamp:
May 16, 2001, 3:18:58 AM (24 years ago)
Author:
bird
Message:

* empty log message *

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.
    25
    36 2001-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
     
    2831                  Frame windows never have the WS_CLIPCHILDREN style; this caused
    2932                  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
    3235                        a window with WS_CLIPCHILDREN style
    33                         -> result: dialog window won't update groupbox background 
     36                        -> result: dialog window won't update groupbox background
    3437                                   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
    3639                  UpdateWindow only updates the client area.
    3740                  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
    3942                  messages will be sent.
    4043                o Don't erase background in RedrawWindow (invalidate) when
    41                   RDW_ERASE flag not set. 
     44                  RDW_ERASE flag not set.
    4245                  (gets rid of excessive background redraws (flickering) for
    4346                   progress windows in some installers)
Note: See TracChangeset for help on using the changeset viewer.