source: trunk/changelog@ 5469

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

* empty log message *

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