Changeset 6170 for trunk/changelog
- Timestamp:
- Jul 4, 2001, 7:46:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6167 r6170 1 /* $Id: changelog,v 1.156 2 2001-07-04 09:54:49sandervl Exp $ */1 /* $Id: changelog,v 1.1563 2001-07-04 17:46:43 sandervl Exp $ */ 2 2 3 3 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl> … … 12 12 o Send WM_SETICON to frame window with converted win32 icon 13 13 (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 14 25 - GDI32: o Workaround for applications that depend on 16 bits 15 26 GDI object handles.
Note:
See TracChangeset
for help on using the changeset viewer.