source: trunk/changelog@ 5552

Last change on this file since 5552 was 5552, checked in by phaller, 24 years ago

.

File size: 7.9 KB
Line 
1/* $Id: changelog,v 1.1368 2001-04-20 13:22:17 phaller Exp $ */
2
3 2001-04-20: Patrick Haller <patrick.haller@innotek.de>
4 - DSOUND: o Fixes / Workaround for PowerDVD 3.0
5 Crashed when allocating sound object for
6 48kHz, 16-Bit, 4 channels
7 o dynamically size the internal mixing buffer
8 in DSMIXER
9
10 2001-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
11 - KERNEL32: o Fail properly when a dll can't be found or loaded.
12 - SHELL32: o Ported latest shlfileop.c from Wine. (include functional
13 SHFileOperation).
14 TODO: Merge the rest.
15
16 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
17 - dailybuild:
18 o Adjusted to new build pattern.
19 o Copy all builds to local archive directory.
20 - tools\install:
21 o Added Xx2Lx.
22 - Readme.txt:
23 o Changed Pe2Lx to Xx2Lx.
24
25 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
26 - Unicode: o Minor addjustments to makefile. CFLAGS is the correct
27 place to addjust flags for C compilation. And flags
28 are compiler specific.. wrapped it in CCENV checks.
29 - Tools\Common:
30 o Revamped a couple of things - introduced interface classes.
31 Not quite statisfied yet, but it's working.
32 o Starting to make an kFileSDF class to access .SDF files
33 SDF = Structure Definition Files - used by PMDF. Contains
34 information about structures (struct _somthing_s).
35 Needs this information for win32k.
36 - Tools\Database:
37 o Recreate makefiles, new style. GD is not compiled any longer.
38 o Addjusted APIImport to fit changes in Tools\Common.
39 - Tools\ImpLib:
40 o Addjusted code to fit changes in Tools\Common.
41
42 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
43 - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
44 converted strings; use FreeAsciiString instead)
45 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
46 and more features)
47 o Open files in binary mode only; fixes load failures for
48 shell32 icons (newlines were translated; bytes removed from
49 icon data)
50 - DPLAYX: o Compile fixes for header changes.
51 - include\odin.h:
52 o Changes for wrc. It chokes on calling conventions.
53 o Got rid of annoying 'unused struct' warnings
54
55 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
56 - DSOUND: o Removed pmwinx.lib from makefile. Wasn't used; and it had
57 bad path (ie. no path).
58
59 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
60 - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
61 (fixes crash in Notepad and possibly solves many other problems)
62 - USER32: o SetCapture change; return immediately when new capture window
63 is the same as old one.
64 (fixes high cpu load in PowerDVD when holding mouse cursor over
65 control window; PM kept sending WM_MOUSEMOVE messages)
66 o Rewrote ClipCursor & GetClipCursor
67 o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
68 flag is changed by the application using SetWindowLong.
69 (fixes Lotus Notes size bar & upper left rectangle painting)
70
71 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
72 - configure,win32k:
73 o Added option to Configure.cmd, -w, which omittes building
74 of Win32k.sys.
75
76 2001-04-12: Sofiya (sofiya@din.or.jp)
77 - USER32: o Fixes for DBCS strings
78
79 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
80 - PELDR: o Print module name that contributed to the failure of
81 loading kernel32.
82
83 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
84 - WINMM: o Clean up DirectAudio thread properly.
85
86 2001-04-05: Sofiya (sofiya@din.or.jp)
87 - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
88 - srclen <= -1 -> calculate length (docs say only for -1)
89 - source and destination pointer can't be the same (as docs also claim)
90 (verified in Windows ME & Windows NT4, SP6)
91
92 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
93 - USER32: o Rewrote ShowCursor
94
95 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
96 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
97 o lstrcpynWtoA & lstrcpynAtoW fixes
98 o Removed WideCharToLocal & LocalToWideChar
99 - INCLUDE\unicode.h:
100 o AsciiToUnicode* & UnicodeToAscii* functions implemented
101 with functions in heapstring.h
102 - * o Compile fixes due to header changes
103
104 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
105 - DDRAW: o Only reset physical palette in DirectDraw destructor if
106 palette was really changed.
107 (gets rid of excessive screen redraws in DXView)
108 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
109 o Return GetUserDefaultLangID in GetSystemDefaultLangID
110 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
111 o Ported Wine's codepage unicode conversion functions & tables
112 (kernel32\unicode)
113 o Rewrote string functions (heapstring.cpp) to use new unicode
114 functions.
115 - USER32: o Ported Wine's Char* functions
116 TODO: IsCharAlphaA & IsCharAlphaNumericA
117
118 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
119 - USER32: o Mouse message translation fix (check capture)
120 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
121 (fixes file dialogs with OFN_ENABLETEMPLATE style)
122 Verified behaviour in NT4, SP6 with DSShow sample
123 - about dialog with DS_CONTROL -> no titlebar
124 - file open dialog without DS_CONTROL -> titlebar + moveable
125 2nd dialog
126 o Temporary workaround for file dialogs with template dialog child.
127 They don't redraw when switching directories. For some reason
128 the new child's (syslistview32) update rectangle stays empty
129 after its parent is made visible with ShowWindow
130 TODO: find real cause
131 - MSACM32: o Ported latest Wine version
132 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
133 - DDRAW: o Back buffer fix; setup surface descriptor structure and
134 don't clear DDSCAPS_BACKBUFFER flag
135 (fix for WinDVD)
136 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
137 isn't set.
138 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
139 (fix for WinDVD)
140 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
141 correct version of the pe loader (PE/PEC)
142
143 2001-04-02: Michal Necasek <michalnec@volny.cz>
144 - KERNEL32: o Fix for importing from executable
145 (fixes Blade Runner)
146 - TESTAPP\EXCEPTIONS:
147 o Small test apps to test exception handling
148
149 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
150 - WININET: o Added missing exports to wininet.def
151 - KERNEL32: o Removed yesterday's codepage change.
152 (breaks Opera)
153 - WINMM: o Increased nr of DART buffers used for wave playback
154 - ODININST o Moved kernel32 init code into odininst
155 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
156 registry key with international settings
157 - USER32: o Create dialog controls with CreateWindowExW
158 o Use correct SendMessage(A/W) call during CreateWindow
159
Note: See TracBrowser for help on using the repository browser.