source: trunk/changelog@ 5641

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

* empty log message *

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