Changeset 3661 for trunk/changelog


Ignore:
Timestamp:
Jun 7, 2000, 4:46:25 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3657 r3661  
    1  /* $Id: changelog,v 1.972 2000-06-03 16:40:15 sandervl Exp $ */
     1 /* $Id: changelog,v 1.973 2000-06-07 14:46:25 sandervl Exp $ */
     2
     3 2000-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - USER32:       Fixed wrong dispatch of WM_NCHITTEST
     5                    Fixed DC leak in EndPaint (reset hps type to TYPE_1)
     6                    -> resulted in out of memory and very slow PM operations
     7                    -> ICQ 2000a install now finishes (used to run out of mem)
     8                    Rewrote window management; now one PM window (non-frame)
     9                    is created for each win32 window (used to be a frame/client
     10                    pair)
     11                    -> speeds up drawing & fixes some repaint problems
     12                    Window coordinates (internally stored) are now relative
     13                    to window parent (or screen coord. if no parent); client
     14                    coordinates relative to the frame window
     15                    GetParent now returns owner if toplevel window
     16                    SetParent hides and shows window when changing parent
     17                    Added support for DCX_USESTYLE, DCX_CLIPSIBLINGS, DCX_CLIPCHILDREN
     18                    and DCX_PARENTCLIP in GetDCEx
     19                    Rewrote Set/GetWindowPlacement + SetInternalWindowPos (Wine port)
     20                    Manual minimize, maximize & restore in ShowWindow + fixes
     21                    TODO: Repaint problems, move child windows when client position/size
     22                          changes
     23    - SHELL32:      Disabled system tray window for now. (appears in top/right
     24                    of the desktop otherwise)
    225
    326 2000-06-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
Note: See TracChangeset for help on using the changeset viewer.