Changeset 1537 for trunk/changelog


Ignore:
Timestamp:
Nov 1, 1999, 5:18:05 PM (26 years ago)
Author:
dengert
Message:

fix STATICs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1534 r1537  
    1  /* $Id: changelog,v 1.392 1999-10-31 21:44:06 hugh Exp $ */
    2 
    3  99-10-29  Markus Montkowski <mmontkowski@gmx.de>
    4         - GDI32:  Fixed bug in CreateDIBSection, only copy ptr when ptr. var not
    5                   NULL.
    6                   Added DIBSections to GetObject_A, so programms can query
    7                   a DIBSECTION for the obj.
     1 /* $Id: changelog,v 1.393 1999-11-01 16:18:03 dengert Exp $ */
     2
     3 99-11-01: Daniela Engert <dani@ngrt.de>
     4        - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
     5                  (fixes missing text in WELCOME)
     6
     7        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     8
     9        This is a hack!
     10
     11        Dialog controls which contain/surround other controls *need* to be
     12        created with the WS_CLIPSIBLINGS style.
     13
     14        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     15
     16 99-10-31: Christoph Bratschi <cbratschi@datacomm.ch>
     17        - KERNEL32: Ported Wine time apis
     18
     19 99-10-31: Daniela Engert <dani@ngrt.de>
     20        - USER32: add WS_CLIPSIBLINGS to BS_GROUPBOX style controls (fixes
     21                  missing buttons in SOL)
     22
     23 99-10-31: Sander van Leeuwen <sandervl@xs4all.nl>
     24        - USER32: Remove CS_SYNCPAINT class flag -> fixes VPBuddy resize + paint
     25                  Put back methods that belong in the Win32Dialog class.
     26                  (MapDialogRect, DIALOG_Init, several x & y unit helpers)
     27                  -> fixes calc window controls.
    828
    929 99-10-30: Christoph Bratschi <cbratschi@datacomm.ch>
     
    1333                  fixed scrollbar timer handling
    1434                  pmframe: fixed WM_ACTIVATE bug
     35
     36 99-10-29  Markus Montkowski <mmontkowski@gmx.de>
     37        - GDI32:  Fixed bug in CreateDIBSection, only copy ptr when ptr. var not
     38                  NULL.
     39                  Added DIBSections to GetObject_A, so programms can query
     40                  a DIBSECTION for the obj.
    1541
    1642 99-10-30: Daniela Engert <dani@ngrt.de>
Note: See TracChangeset for help on using the changeset viewer.