Changeset 5441 for trunk/changelog


Ignore:
Timestamp:
Apr 2, 2001, 7:31:30 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5437 r5441  
    1 /* $Id: changelog,v 1.1340 2001-04-02 09:53:23 sandervl Exp $ */
     1/* $Id: changelog,v 1.1341 2001-04-02 17:31:30 sandervl Exp $ */
    22
    33 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>   
    44    - USER32:   o Mouse message translation fix (check capture)
     5                o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
     6                  (fixes file dialogs with OFN_ENABLETEMPLATE style)
     7                  Verified behaviour in NT4, SP6 with DSShow sample
     8                  - about dialog with DS_CONTROL -> no titlebar
     9                  - file open dialog without DS_CONTROL -> titlebar + moveable
     10                    2nd dialog                   
     11                o Temporary workaround for file dialogs with template dialog child.
     12                  They don't redraw when switching directories. For some reason
     13                  the new child's (syslistview32) update rectangle stays empty
     14                  after its parent is made visible with ShowWindow
     15                  TODO: find real cause
    516    - MSACM32:  o Ported latest Wine version
    617    - WINMM:    o Ported latest Wine driver.c (necessary for msacm32 update)
     
    920    - KERNEL32: o Fix for importing from executable
    1021                  (fixes Blade Runner)
     22    - TESTAPP\EXCEPTIONS:
     23                o Small test apps to test exception handling
    1124
    1225 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>   
     
    1831                o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
    1932                  registry key with international settings
    20     - USER32:   o Creating dialog controls with CreateWindowExW
     33    - USER32:   o Create dialog controls with CreateWindowExW
    2134                o Use correct SendMessage(A/W) call during CreateWindow
    2235
Note: See TracChangeset for help on using the changeset viewer.