[5444] | 1 | /* $Id: changelog,v 1.1342 2001-04-02 18:24:56 sandervl Exp $ */
|
---|
[5313] | 2 |
|
---|
[5437] | 3 | 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - USER32: o Mouse message translation fix (check capture)
|
---|
[5441] | 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
|
---|
[5437] | 16 | - MSACM32: o Ported latest Wine version
|
---|
| 17 | - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
|
---|
[5444] | 18 | - DDRAW: o Back buffer fix; setup surface descriptor structure and
|
---|
| 19 | don't clear DDSCAPS_BACKBUFFER flag
|
---|
| 20 | (fix for WinDVD)
|
---|
| 21 | o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
|
---|
| 22 | isn't set.
|
---|
| 23 | Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
|
---|
| 24 | (fix for WinDVD)
|
---|
[5437] | 25 |
|
---|
[5444] | 26 |
|
---|
[5437] | 27 | 2001-04-02: Michal Necasek <michalnec@volny.cz>
|
---|
| 28 | - KERNEL32: o Fix for importing from executable
|
---|
| 29 | (fixes Blade Runner)
|
---|
[5441] | 30 | - TESTAPP\EXCEPTIONS:
|
---|
| 31 | o Small test apps to test exception handling
|
---|
[5437] | 32 |
|
---|
[5420] | 33 | 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 34 | - WININET: o Added missing exports to wininet.def
|
---|
[5423] | 35 | - KERNEL32: o Removed yesterday's codepage change.
|
---|
| 36 | (breaks Opera)
|
---|
[5422] | 37 | - WINMM: o Increased nr of DART buffers used for wave playback
|
---|
[5426] | 38 | - ODININST o Moved kernel32 init code into odininst
|
---|
| 39 | o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
|
---|
| 40 | registry key with international settings
|
---|
[5441] | 41 | - USER32: o Create dialog controls with CreateWindowExW
|
---|
[5430] | 42 | o Use correct SendMessage(A/W) call during CreateWindow
|
---|
[5420] | 43 |
|
---|