[5488] | 1 | /* $Id: changelog,v 1.1353 2001-04-06 14:36:59 sandervl Exp $ */
|
---|
[5313] | 2 |
|
---|
[5488] | 3 | 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - WINMM: o Clean up DirectAudio thread properly.
|
---|
| 5 |
|
---|
[5484] | 6 | 2001-04-05: Sofiya (sofiya@din.or.jp)
|
---|
| 7 | - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
|
---|
| 8 | - srclen <= -1 -> calculate length (docs say only for -1)
|
---|
| 9 | - source and destination pointer can't be the same (as docs also claim)
|
---|
| 10 | (verified in Windows ME & Windows NT4, SP6)
|
---|
| 11 |
|
---|
[5483] | 12 | 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 13 | - USER32: o Rewrote ShowCursor
|
---|
| 14 |
|
---|
[5469] | 15 | 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 16 | - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
|
---|
[5475] | 17 | o lstrcpynWtoA & lstrcpynAtoW fixes
|
---|
[5477] | 18 | o Removed WideCharToLocal & LocalToWideChar
|
---|
[5469] | 19 | - INCLUDE\unicode.h:
|
---|
| 20 | o AsciiToUnicode* & UnicodeToAscii* functions implemented
|
---|
| 21 | with functions in heapstring.h
|
---|
| 22 | - * o Compile fixes due to header changes
|
---|
| 23 |
|
---|
[5452] | 24 | 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 25 | - DDRAW: o Only reset physical palette in DirectDraw destructor if
|
---|
| 26 | palette was really changed.
|
---|
| 27 | (gets rid of excessive screen redraws in DXView)
|
---|
| 28 | - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
|
---|
| 29 | o Return GetUserDefaultLangID in GetSystemDefaultLangID
|
---|
| 30 | o Ported Wine's codepage, string & unicode functions (codepage.cpp)
|
---|
| 31 | o Ported Wine's codepage unicode conversion functions & tables
|
---|
| 32 | (kernel32\unicode)
|
---|
[5455] | 33 | o Rewrote string functions (heapstring.cpp) to use new unicode
|
---|
| 34 | functions.
|
---|
[5464] | 35 | - USER32: o Ported Wine's Char* functions
|
---|
| 36 | TODO: IsCharAlphaA & IsCharAlphaNumericA
|
---|
[5452] | 37 |
|
---|
[5437] | 38 | 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 39 | - USER32: o Mouse message translation fix (check capture)
|
---|
[5441] | 40 | o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
|
---|
| 41 | (fixes file dialogs with OFN_ENABLETEMPLATE style)
|
---|
| 42 | Verified behaviour in NT4, SP6 with DSShow sample
|
---|
| 43 | - about dialog with DS_CONTROL -> no titlebar
|
---|
| 44 | - file open dialog without DS_CONTROL -> titlebar + moveable
|
---|
| 45 | 2nd dialog
|
---|
| 46 | o Temporary workaround for file dialogs with template dialog child.
|
---|
| 47 | They don't redraw when switching directories. For some reason
|
---|
| 48 | the new child's (syslistview32) update rectangle stays empty
|
---|
| 49 | after its parent is made visible with ShowWindow
|
---|
| 50 | TODO: find real cause
|
---|
[5437] | 51 | - MSACM32: o Ported latest Wine version
|
---|
| 52 | - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
|
---|
[5444] | 53 | - DDRAW: o Back buffer fix; setup surface descriptor structure and
|
---|
| 54 | don't clear DDSCAPS_BACKBUFFER flag
|
---|
| 55 | (fix for WinDVD)
|
---|
| 56 | o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
|
---|
| 57 | isn't set.
|
---|
| 58 | Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
|
---|
| 59 | (fix for WinDVD)
|
---|
[5447] | 60 | - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
|
---|
| 61 | correct version of the pe loader (PE/PEC)
|
---|
[5437] | 62 |
|
---|
| 63 | 2001-04-02: Michal Necasek <michalnec@volny.cz>
|
---|
| 64 | - KERNEL32: o Fix for importing from executable
|
---|
| 65 | (fixes Blade Runner)
|
---|
[5441] | 66 | - TESTAPP\EXCEPTIONS:
|
---|
| 67 | o Small test apps to test exception handling
|
---|
[5437] | 68 |
|
---|
[5420] | 69 | 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 70 | - WININET: o Added missing exports to wininet.def
|
---|
[5423] | 71 | - KERNEL32: o Removed yesterday's codepage change.
|
---|
| 72 | (breaks Opera)
|
---|
[5422] | 73 | - WINMM: o Increased nr of DART buffers used for wave playback
|
---|
[5426] | 74 | - ODININST o Moved kernel32 init code into odininst
|
---|
| 75 | o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
|
---|
| 76 | registry key with international settings
|
---|
[5441] | 77 | - USER32: o Create dialog controls with CreateWindowExW
|
---|
[5430] | 78 | o Use correct SendMessage(A/W) call during CreateWindow
|
---|
[5420] | 79 |
|
---|