source: trunk/changelog@ 5649

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

* empty log message *

File size: 14.8 KB
Line 
1/* $Id: changelog,v 1.1394 2001-05-03 18:14:32 sandervl Exp $ */
2
3 2000-05-03: Yuri Dario <mc6530@mclink.it>
4 - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
5 o Fix for groupbox WM_SETFONT handler. Must erase top part
6 if font is changed.
7
8 2001-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
9 - DSOUND: o DirectAudio interface updates
10 - WINMM: o Odin.ini key to switch between DART & DirectAudio (see odin.ini.txt)
11
12 2001-04-29: Dietrich Teickner <Dietrich_Teickner@t-online.de>
13 - SHELL32: o Update for SHFileOperationA (FO_COPY)
14
15 2001-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
16 - COMCTL32: o Resync with latest Wine (20010418) (animate, comboex, rebar,
17 status, tab)
18 - WINMM: o Don't start playback if stream is paused (waveOutWrite)
19 (only affects DART playback; prevents out of sync
20 video & audio in RealPlayer)
21 - WSOCK32: o Save FS before calling _beginthread
22
23 2001-04-28: Dietrich Teickner <Dietrich_Teickner@t-online.de>
24 - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
25
26 2000-04-28: Yuri Dario <mc6530@mclink.it>
27 - WSOCK32: o Send FD_READ notification even if nr of bytes read = 0
28 o Corrected error return for recv
29 (fixes for Opera)
30 - KERNEL32: o dprintf(NULL) flushes log stream
31
32 2001-04-28: Sander van Leeuwen <sandervl@xs4all.nl>
33 - SHELL32: o Resync with latest Wine (20010418) + merged Odin fixes/additions
34 - SHLWAPI: o Resync with latest Wine (20010418) + merged Odin fixes/additions
35 - KERNEL32: o Added GetSystemWindowsDirectoryA/W exports
36 - USER32: o Don't use PM api directly in dialog message loop. Must call
37 PeekMessageA & GetMessageA. (or else the WH_MSGFILTER hook
38 won't be called)
39 o Check WM_(SYS)MSGFILTER hooks in DoDialogBox
40
41 2001-04-28: Markus Montkowski <mmontkowski@gmx.de|
42 - MSVFW32: o Fixed ICOpen, check and correct fccType from VIDC to vidc.
43 Videocodecs do load now.
44
45 2001-04-27: Sander van Leeuwen <sandervl@xs4all.nl>
46 - USER32: o Call WH_GETMESSAGE hook handler from GetMessage and PeekMessage
47 (if message present)
48 o Added (not 100% correct) filtering for nonclient mouse messages
49 (fixes nonclient messages for MS Word 97 (frame & menu mouse actions))
50 o Recalculate HDC height of windows with CS_OWNDC style if
51 window is resized.
52 (fixes 28 pixel shift up in MS Word MDI window; Word calls
53 GetDCEx once and does custom WM_PAINT handling (never calls
54 Begin/EndPaint))
55 - KERNEL32: o HeapReAlloc: return old pointer if new size is smaller or
56 equal to old size.
57 - GDI32: o Limit length of converted strings in InternalDrawTextExW,
58 InternalGetTabbedTextExtentW, InternalTabbedTextOutW &
59 InternalTextOutW. (cbCount might be smaller than string
60 length)
61 (fixes crash in MS Word when it tries to display the about
62 dialog)
63 - INCLUDE\win\unicode:
64 o strcpyW bugfix (didn't terminate string -> heap corruption)
65 - DSOUND: o Preliminary code added for DirectAudio interface.
66 (not finished & not activated)
67
68 2001-04-26: Sander van Leeuwen <sandervl@xs4all.nl>
69 - KERNEL32: o Implemented FreeLibraryAndExitThread
70 o Create HandleManager class for mailslots + partial implementation
71 for mailslot APIs (using named pipes)
72 o Fixed wrong return values for some CloseHandle methods
73 o Fixed CreateNamedPipe; must not call DosCreateNPipe for existing pipe
74 (at least according to the SDK docs; must verify this in NT!)
75 o Implemented CreateFile and CloseHandle for named pipe class
76 o Implemented SetNamedPipeHandleState
77 o GetEnvironmentVariableW fix (breakpoint hit in debug build)
78 - ADVAPI32: o IsTextUnicode forwarded to RtlIsTextUnicode (ntdll)
79 - GDI32: o InternalTextOutW fix (breakpoint hit in debug build)
80 - OLE32: o Resync with latest Wine build (20010418)
81
82 2001-04-25: Sander van Leeuwen <sandervl@xs4all.nl>
83 - USER32: o Check visibility of parents in IsWindowVisible
84 o Call ShowWindow(SW_MINIMIZE) in CloseWindow (for non-child windows)
85 Don't use PM directly to minimize it.
86
87 2001-04-25: Shingo Tsuda <sofiya@din.or.jp>
88 - GDI32: o DBCS fix for looking up font name in font rename profile section
89
90 2001-04-24: Sander van Leeuwen <sandervl@xs4all.nl>
91 - COMDLG32, DPLAYX, OLE32, OLEAUT32:
92 o Compile fixes for VAC 3.6.5 (nameless unions & structs)
93 - COMDLG32: o Resync with latest Wine code
94 (directory changed after file chosen in file open dialog)
95
96 2001-04-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
97 - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
98
99 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
100 - DDRAW: o Wrong calling convention of io_init2. Parameter is pushed
101 on the stack, not put in eax.
102 (fixes crash in release ddraw & systems with xf86sup.sys
103 installed)
104 - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
105 EXC_CallHandler rewrite.
106 (fixes global data section)
107 o Build fake header for LX executable
108 (fixes crash during Acrobat Reader 5 install (regsvr32.exe))
109 - NTDLL: o Updated rtlstr.c (Wine)
110 o Wrote partial implementation of RtlGetAce. Not tested well.
111 Enough to prevent Acrobat Reader 5 install from crashing.
112 - ADVAPI32: o Forward AddAce, FindFirstFreeAce, GetAce & AddAccessAllowedAce
113 to NTDLL
114 - INSTALL: o Add Font registry keys
115 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
116 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts]
117 "Courier 10,12,15 (VGA res)"="COURE.FON"
118 "MS Sans Serif 8,10,12,14,18,24 (VGA res)"="SSERIFE.FON"
119 "MS Serif 8,10,12,14,18,24 (VGA res)"="SERIFE.FON"
120
121 2001-04-21: Sander van Leeuwen <sandervl@xs4all.nl>
122 - KERNEL32: o DosWrite for stdout doesn't accept high addresses
123 o Rewrote EXC_CallHandler in assembly (copied compiler output
124 (opt. off))
125 No longer necessary to turn off optimizations for exceptions.cpp.
126 o Added partial implementation of GetLongPathNameA/W
127
128 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
129 - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
130 Seems to cause PM hangs on some (a lot?) machines for
131 reasons unknown.
132
133 2001-04-20: Patrick Haller <patrick.haller@innotek.de>
134 - DSOUND: o Fixes / Workaround for PowerDVD 3.0
135 Crashed when allocating sound object for
136 48kHz, 16-Bit, 4 channels
137 o dynamically size the internal mixing buffer
138 in DSMIXER
139
140 2001-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
141 - KERNEL32: o Fail properly when a dll can't be found or loaded.
142 - SHELL32: o Ported latest shlfileop.c from Wine. (include functional
143 SHFileOperation).
144 TODO: Merge the rest.
145
146 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
147 - dailybuild:
148 o Adjusted to new build pattern.
149 o Copy all builds to local archive directory.
150 - tools\install:
151 o Added Xx2Lx.
152 - Readme.txt:
153 o Changed Pe2Lx to Xx2Lx.
154
155 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
156 - Unicode: o Minor addjustments to makefile. CFLAGS is the correct
157 place to addjust flags for C compilation. And flags
158 are compiler specific.. wrapped it in CCENV checks.
159 - Tools\Common:
160 o Revamped a couple of things - introduced interface classes.
161 Not quite statisfied yet, but it's working.
162 o Starting to make an kFileSDF class to access .SDF files
163 SDF = Structure Definition Files - used by PMDF. Contains
164 information about structures (struct _somthing_s).
165 Needs this information for win32k.
166 - Tools\Database:
167 o Recreate makefiles, new style. GD is not compiled any longer.
168 o Addjusted APIImport to fit changes in Tools\Common.
169 - Tools\ImpLib:
170 o Addjusted code to fit changes in Tools\Common.
171
172 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
173 - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
174 converted strings; use FreeAsciiString instead)
175 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
176 and more features)
177 o Open files in binary mode only; fixes load failures for
178 shell32 icons (newlines were translated; bytes removed from
179 icon data)
180 - DPLAYX: o Compile fixes for header changes.
181 - include\odin.h:
182 o Changes for wrc. It chokes on calling conventions.
183 o Got rid of annoying 'unused struct' warnings
184
185 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
186 - DSOUND: o Removed pmwinx.lib from makefile. Wasn't used; and it had
187 bad path (ie. no path).
188
189 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
190 - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
191 (fixes crash in Notepad and possibly solves many other problems)
192 - USER32: o SetCapture change; return immediately when new capture window
193 is the same as old one.
194 (fixes high cpu load in PowerDVD when holding mouse cursor over
195 control window; PM kept sending WM_MOUSEMOVE messages)
196 o Rewrote ClipCursor & GetClipCursor
197 o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
198 flag is changed by the application using SetWindowLong.
199 (fixes Lotus Notes size bar & upper left rectangle painting)
200
201 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
202 - configure,win32k:
203 o Added option to Configure.cmd, -w, which omittes building
204 of Win32k.sys.
205
206 2001-04-12: Shingo Tsuda <sofiya@din.or.jp>
207 - USER32: o Fixes for DBCS strings
208
209 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
210 - PELDR: o Print module name that contributed to the failure of
211 loading kernel32.
212
213 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
214 - WINMM: o Clean up DirectAudio thread properly.
215
216 2001-04-05: Shingo Tsuda <sofiya@din.or.jp>
217 - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
218 - srclen <= -1 -> calculate length (docs say only for -1)
219 - source and destination pointer can't be the same (as docs also claim)
220 (verified in Windows ME & Windows NT4, SP6)
221
222 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
223 - USER32: o Rewrote ShowCursor
224
225 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
226 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
227 o lstrcpynWtoA & lstrcpynAtoW fixes
228 o Removed WideCharToLocal & LocalToWideChar
229 - INCLUDE\unicode.h:
230 o AsciiToUnicode* & UnicodeToAscii* functions implemented
231 with functions in heapstring.h
232 - * o Compile fixes due to header changes
233
234 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
235 - DDRAW: o Only reset physical palette in DirectDraw destructor if
236 palette was really changed.
237 (gets rid of excessive screen redraws in DXView)
238 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
239 o Return GetUserDefaultLangID in GetSystemDefaultLangID
240 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
241 o Ported Wine's codepage unicode conversion functions & tables
242 (kernel32\unicode)
243 o Rewrote string functions (heapstring.cpp) to use new unicode
244 functions.
245 - USER32: o Ported Wine's Char* functions
246 TODO: IsCharAlphaA & IsCharAlphaNumericA
247
248 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
249 - USER32: o Mouse message translation fix (check capture)
250 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
251 (fixes file dialogs with OFN_ENABLETEMPLATE style)
252 Verified behaviour in NT4, SP6 with DSShow sample
253 - about dialog with DS_CONTROL -> no titlebar
254 - file open dialog without DS_CONTROL -> titlebar + moveable
255 2nd dialog
256 o Temporary workaround for file dialogs with template dialog child.
257 They don't redraw when switching directories. For some reason
258 the new child's (syslistview32) update rectangle stays empty
259 after its parent is made visible with ShowWindow
260 TODO: find real cause
261 - MSACM32: o Ported latest Wine version
262 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
263 - DDRAW: o Back buffer fix; setup surface descriptor structure and
264 don't clear DDSCAPS_BACKBUFFER flag
265 (fix for WinDVD)
266 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
267 isn't set.
268 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
269 (fix for WinDVD)
270 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
271 correct version of the pe loader (PE/PEC)
272
273 2001-04-02: Michal Necasek <michalnec@volny.cz>
274 - KERNEL32: o Fix for importing from executable
275 (fixes Blade Runner)
276 - TESTAPP\EXCEPTIONS:
277 o Small test apps to test exception handling
278
279 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
280 - WININET: o Added missing exports to wininet.def
281 - KERNEL32: o Removed yesterday's codepage change.
282 (breaks Opera)
283 - WINMM: o Increased nr of DART buffers used for wave playback
284 - ODININST o Moved kernel32 init code into odininst
285 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
286 registry key with international settings
287 - USER32: o Create dialog controls with CreateWindowExW
288 o Use correct SendMessage(A/W) call during CreateWindow
289
Note: See TracBrowser for help on using the repository browser.