Changeset 5763 for trunk/changelog


Ignore:
Timestamp:
May 19, 2001, 11:31:39 PM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5761 r5763  
    1 /* $Id: changelog,v 1.1430 2001-05-19 19:44:23 sandervl Exp $ */
     1/* $Id: changelog,v 1.1431 2001-05-19 21:31:39 bird Exp $ */
     2
     3 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     4    - win32k:   o Added improovments from Rafal, better validation of the
     5                  paths which are found. Might cause some warnings for
     6                  some of you, but just read and ignore them.
     7                  Run configure.cmd (one of them)!
    28
    39 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
    4     - GDI32:    o LPtoDP/DPtoLP: check input because GpiConvert doesn't like 
     10    - GDI32:    o LPtoDP/DPtoLP: check input because GpiConvert doesn't like
    511                  illegal values (TODO: check what NT does)
    612                  (fixes huge buttons in VirtualPC dialog (font with wrong
     
    1824                  Takes 3 parameters, not 4. (Wine bug)
    1925                o Ordinal export 151 takes 3 parameters, not zero.
    20                 o Implemented SHLWAPI_151 (case sensitive string compare 
     26                o Implemented SHLWAPI_151 (case sensitive string compare
    2127                  with length; ascii version of SHLWAPI_152)
    22                 o Implemented SHLWAPI_153 (case insensitive string compare 
     28                o Implemented SHLWAPI_153 (case insensitive string compare
    2329                  with length (ascii))
    24                 o Added SHLWAPI_154 (case insensitive string compare with 
     30                o Added SHLWAPI_154 (case insensitive string compare with
    2531                  length (unicode))
    2632    - USER32:   o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs
     
    3945 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
    4046    - USER32:   o InvalidateRect & InvalidateRgn must call RedrawWindow
    41                   with RDW_ALLCHILDREN flag. 
     47                  with RDW_ALLCHILDREN flag.
    4248                  (RealPlayer 8 install dialog doesn't have WS_CLIPCHILDREN
    4349                   style -> InvalidateRect overwrites child windows (buttons))
     
    4551 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
    4652    - USER32:   o Destroy menu windows when they are no longer used.
    47                   (fixes activation problems with dialogs created after 
     53                  (fixes activation problems with dialogs created after
    4854                   selecting a menu item)
    4955                  (TODO: sync with latest wine menu control sourcecode)
Note: See TracChangeset for help on using the changeset viewer.