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
RevLine 
[5649]1/* $Id: changelog,v 1.1394 2001-05-03 18:14:32 sandervl Exp $ */
[5313]2
[5645]3 2000-05-03: Yuri Dario <mc6530@mclink.it>
4 - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
[5649]5 o Fix for groupbox WM_SETFONT handler. Must erase top part
6 if font is changed.
[5645]7
[5641]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
[5637]12 2001-04-29: Dietrich Teickner <Dietrich_Teickner@t-online.de>
13 - SHELL32: o Update for SHFileOperationA (FO_COPY)
14
[5629]15 2001-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
16 - COMCTL32: o Resync with latest Wine (20010418) (animate, comboex, rebar,
17 status, tab)
[5631]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)
[5639]21 - WSOCK32: o Save FS before calling _beginthread
[5629]22
[5622]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
[5619]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
[5629]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
[5619]40
[5615]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
[5603]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.
[5610]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)
[5603]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
[5589]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
[5592]74 (at least according to the SDK docs; must verify this in NT!)
[5589]75 o Implemented CreateFile and CloseHandle for named pipe class
76 o Implemented SetNamedPipeHandleState
[5592]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)
[5599]80 - OLE32: o Resync with latest Wine build (20010418)
[5589]81
[5584]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
[5580]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)
[5582]93 - COMDLG32: o Resync with latest Wine code
94 (directory changed after file chosen in file open dialog)
[5580]95
[5575]96 2001-04-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
97 - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
98
[5563]99 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
[5573]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)
[5563]104 - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
105 EXC_CallHandler rewrite.
106 (fixes global data section)
[5565]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
[5571]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"
[5563]120
[5558]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.
[5560]126 o Added partial implementation of GetLongPathNameA/W
[5558]127
[5555]128 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
129 - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
[5573]130 Seems to cause PM hangs on some (a lot?) machines for
[5555]131 reasons unknown.
132
[5552]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
[5543]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
[5541]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
[5537]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
[5515]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)
[5517]175 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
176 and more features)
[5537]177 o Open files in binary mode only; fixes load failures for
[5517]178 shell32 icons (newlines were translated; bytes removed from
179 icon data)
[5520]180 - DPLAYX: o Compile fixes for header changes.
[5517]181 - include\odin.h:
182 o Changes for wrc. It chokes on calling conventions.
183 o Got rid of annoying 'unused struct' warnings
[5515]184
[5514]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
[5504]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)
[5506]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)
[5508]196 o Rewrote ClipCursor & GetClipCursor
[5510]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)
[5504]200
[5501]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
[5584]206 2001-04-12: Shingo Tsuda <sofiya@din.or.jp>
[5497]207 - USER32: o Fixes for DBCS strings
208
[5501]209 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
[5493]210 - PELDR: o Print module name that contributed to the failure of
211 loading kernel32.
212
[5501]213 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[5488]214 - WINMM: o Clean up DirectAudio thread properly.
215
[5584]216 2001-04-05: Shingo Tsuda <sofiya@din.or.jp>
[5484]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
[5501]222 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[5483]223 - USER32: o Rewrote ShowCursor
224
[5501]225 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
[5469]226 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
[5475]227 o lstrcpynWtoA & lstrcpynAtoW fixes
[5477]228 o Removed WideCharToLocal & LocalToWideChar
[5469]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
[5501]234 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
235 - DDRAW: o Only reset physical palette in DirectDraw destructor if
[5452]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)
[5455]243 o Rewrote string functions (heapstring.cpp) to use new unicode
244 functions.
[5464]245 - USER32: o Ported Wine's Char* functions
246 TODO: IsCharAlphaA & IsCharAlphaNumericA
[5452]247
[5501]248 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[5437]249 - USER32: o Mouse message translation fix (check capture)
[5441]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
[5501]255 2nd dialog
[5441]256 o Temporary workaround for file dialogs with template dialog child.
257 They don't redraw when switching directories. For some reason
[5501]258 the new child's (syslistview32) update rectangle stays empty
[5441]259 after its parent is made visible with ShowWindow
260 TODO: find real cause
[5437]261 - MSACM32: o Ported latest Wine version
262 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
[5444]263 - DDRAW: o Back buffer fix; setup surface descriptor structure and
264 don't clear DDSCAPS_BACKBUFFER flag
265 (fix for WinDVD)
[5501]266 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
[5444]267 isn't set.
268 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
269 (fix for WinDVD)
[5447]270 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
271 correct version of the pe loader (PE/PEC)
[5437]272
273 2001-04-02: Michal Necasek <michalnec@volny.cz>
274 - KERNEL32: o Fix for importing from executable
275 (fixes Blade Runner)
[5441]276 - TESTAPP\EXCEPTIONS:
277 o Small test apps to test exception handling
[5437]278
[5501]279 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5420]280 - WININET: o Added missing exports to wininet.def
[5423]281 - KERNEL32: o Removed yesterday's codepage change.
282 (breaks Opera)
[5422]283 - WINMM: o Increased nr of DART buffers used for wave playback
[5426]284 - ODININST o Moved kernel32 init code into odininst
285 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
286 registry key with international settings
[5441]287 - USER32: o Create dialog controls with CreateWindowExW
[5430]288 o Use correct SendMessage(A/W) call during CreateWindow
[5420]289
Note: See TracBrowser for help on using the repository browser.