source: trunk/changelog@ 5648

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

* empty log message *

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