source: trunk/changelog@ 5477

Last change on this file since 5477 was 5477, checked in by sandervl, 25 years ago

* empty log message *

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