source: trunk/changelog@ 5483

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

* empty log message *

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