Changeset 2432 for trunk/changelog


Ignore:
Timestamp:
Jan 13, 2000, 9:10:15 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2429 r2432  
    1  /* $Id: changelog,v 1.643 2000-01-13 14:31:11 sandervl Exp $ */
     1 /* $Id: changelog,v 1.644 2000-01-13 20:10:15 sandervl Exp $ */
    22
    33 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
     
    1111                      a WM_WINDOWPOSCHANGED message in pmframe.cpp)
    1212                      Fixed DrawFrame; bottom & right frame borders now drawn correctly
    13                       Fixed scrollbar positioning (style.exe) (not completely right yet)
     13                      Fixed scrollbar positioning (style.exe)
     14                      Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
     15                      DC to save/restore a window's own dc.
     16                      Fixed client rectangle problems. Client rectangles
     17                      are always in frame coordinates; window rectangles in
     18                      screen coordinates. Whenever necessary (i.e WM_MOVE)
     19                      client coordinates are converted to coordinates relative
     20                      to it's parent client window.
     21                      Changed WM_MOVE -> client coordinates relative to parent origin
     22                      if child; otherwise relative to screen origin. (needs testing)
     23                      (WM_NCCALCSIZE needs to be done as well)
    1424        - COMCTL32:   Version resource version nrs changed (based on NT 4 SP3)
    15 
     25        - KERNEL32:   Added DisableLogging & EnableLogging functions to
     26                      disable logging in parts of code. Logging will only be
     27                      done if the logcount is bigger than 0.
    1628
    1729 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
Note: See TracChangeset for help on using the changeset viewer.