Changeset 6170 for trunk/changelog


Ignore:
Timestamp:
Jul 4, 2001, 7:46:43 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6167 r6170  
    1 /* $Id: changelog,v 1.1562 2001-07-04 09:54:49 sandervl Exp $ */
     1/* $Id: changelog,v 1.1563 2001-07-04 17:46:43 sandervl Exp $ */
    22
    33 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
     
    1212                o Send WM_SETICON to frame window with converted win32 icon
    1313                  (application icon now visible in task list)
     14                o Quick fix for window creation:
     15                  Before a window has processed WM_NCCREATE:
     16                  - GetTopWindow can't return that window handle
     17                  - GetWindow(parent, GW_CHILD) can't return that window handle
     18                  - IsChild works
     19                  TODO: Does this affect more functions?? (other GetWindow ops)
     20                  (verified in NT4, SP6)
     21                  TODO: Must add window to parent's child list after WM_NCCREATE
     22                        and rewrite GetWindow & GetTopWindow
     23                  (fix for crash in MP3 Explorer)
     24
    1425    - GDI32:    o Workaround for applications that depend on 16 bits
    1526                  GDI object handles.
Note: See TracChangeset for help on using the changeset viewer.