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