Austin English [Thu, 24 Feb 2011 23:40:28 +0000 (15:40 -0800)]
shell32/tests: Remove win9x hacks.
Austin English [Thu, 24 Feb 2011 23:31:42 +0000 (15:31 -0800)]
spoolss/tests: Change skip() to win_skip().
Austin English [Thu, 24 Feb 2011 23:31:05 +0000 (15:31 -0800)]
urlmon/tests: Remove win9x hacks.
Austin English [Thu, 24 Feb 2011 23:28:13 +0000 (15:28 -0800)]
userenv/tests: Remove win9x hacks.
Vincent Povirk [Thu, 24 Feb 2011 22:48:03 +0000 (16:48 -0600)]
gdiplus: Implement ImageLockModeUserInputBuf.
Vincent Povirk [Thu, 24 Feb 2011 22:32:54 +0000 (16:32 -0600)]
gdiplus: Copy only the area requested when (un)locking bitmaps.
Vincent Povirk [Thu, 24 Feb 2011 22:12:43 +0000 (16:12 -0600)]
gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only.
Vincent Povirk [Thu, 24 Feb 2011 22:09:17 +0000 (16:09 -0600)]
gdiplus: Copy the bits on bitmap unlock if the write flag is set.
The read and write flags are independent, so a read flag being set doesn't
imply we can quit early.
Vincent Povirk [Thu, 24 Feb 2011 22:04:04 +0000 (16:04 -0600)]
gdiplus: Test writes with conversion and without a user buffer.
André Hentschel [Thu, 24 Feb 2011 20:14:37 +0000 (21:14 +0100)]
msvcrt/tests: Don't test function directly when reporting errno.
Maarten Lankhorst [Wed, 23 Feb 2011 13:12:22 +0000 (14:12 +0100)]
ntdll: Fix time accounting in NtQuerySystemInformation.
Jacek Caban [Thu, 24 Feb 2011 12:04:49 +0000 (13:04 +0100)]
mshtml: Improved debug traces.
Jacek Caban [Thu, 24 Feb 2011 12:04:39 +0000 (13:04 +0100)]
mshtml: Make sure we don't try to create node object for attributes.
Jacek Caban [Thu, 24 Feb 2011 12:04:29 +0000 (13:04 +0100)]
mshtml: Added attribute object tests.
Jacek Caban [Thu, 24 Feb 2011 12:04:18 +0000 (13:04 +0100)]
mshtml: Added IDispatchEx support to HTMLDOMAttribute object.
Jacek Caban [Thu, 24 Feb 2011 12:04:08 +0000 (13:04 +0100)]
mshtml: Added IHTMLElement4::getAttributeNode implementation.
Jacek Caban [Thu, 24 Feb 2011 12:03:57 +0000 (13:03 +0100)]
mshtml.idl: Added DispHTMLDOMAttribute declaration.
Jacek Caban [Thu, 24 Feb 2011 12:03:42 +0000 (13:03 +0100)]
mshtml: Added IHTMLElement4 stub implementation.
Austin English [Thu, 24 Feb 2011 03:12:33 +0000 (19:12 -0800)]
version/tests: Remove win9x hacks.
Austin English [Wed, 23 Feb 2011 09:38:49 +0000 (01:38 -0800)]
kernel32/tests: Remove win9x hacks.
Austin English [Wed, 23 Feb 2011 08:56:37 +0000 (00:56 -0800)]
gdi32/tests: Remove win9x hacks.
Dmitry Timoshkov [Mon, 14 Feb 2011 09:55:03 +0000 (17:55 +0800)]
gdi32: Add a EnumFontFamilies test to see how it handles various font faces.
Dmitry Timoshkov [Mon, 14 Feb 2011 09:54:25 +0000 (17:54 +0800)]
gdi32: EnumFontFamilies should also match against fully qualified face name.
Nikolay Sivov [Wed, 23 Feb 2011 12:13:36 +0000 (15:13 +0300)]
msxml3: Get rid of not longer used internal IXMLDOMNode vtable.
Nikolay Sivov [Wed, 23 Feb 2011 12:03:42 +0000 (15:03 +0300)]
msxml3: Remove transformNode() forward.
Nikolay Sivov [Wed, 23 Feb 2011 11:44:20 +0000 (14:44 +0300)]
msxml3: Remove selectSingleNode() forward.
Nikolay Sivov [Wed, 23 Feb 2011 11:42:24 +0000 (14:42 +0300)]
msxml3: Remove selectNodes() forward.
Alexandre Julliard [Thu, 24 Feb 2011 12:11:53 +0000 (13:11 +0100)]
msxml3: Include the system libxml headers before the Windows headers.
Dmitry Timoshkov [Thu, 24 Feb 2011 10:19:56 +0000 (18:19 +0800)]
gdi32: Use graphics mode specified at the EMF creation time when playing EMR_EXTTEXTOUT record.
Huw Davies [Thu, 24 Feb 2011 10:09:36 +0000 (10:09 +0000)]
oleaut32: Fix the typelib marshaler when the vtbl has holes.
Huw Davies [Thu, 24 Feb 2011 09:42:58 +0000 (09:42 +0000)]
oleaut32: Mask off the lsb from the vtbl offset. This is set when the user specifies an offset in ICreateTypeInfo.
Michael Stefaniuc [Thu, 24 Feb 2011 10:21:40 +0000 (11:21 +0100)]
storage.dll16: COM cleanup in storage.c.
Michael Stefaniuc [Wed, 23 Feb 2011 22:15:47 +0000 (23:15 +0100)]
msxml3: COM cleanup for the IDispatchEx iface.
Vincent Povirk [Wed, 23 Feb 2011 21:29:58 +0000 (15:29 -0600)]
mscoree: Always return S_FALSE from DllCanUnloadNow.
We can't really unload after Mono is loaded unless we're exiting the process.
We could before that, but it's probably not worth the effort.
Vincent Povirk [Mon, 21 Feb 2011 20:22:02 +0000 (14:22 -0600)]
mscoree: Overhaul of mono runtime shutdown process.
It turns out that we can't free individual domains because that tears down
important data structures. Instead we must shut down the entire runtime, but
only if Mono doesn't shut itself down first. And we need to do it before
DLL_PROCESS_DETACH because important libraries might be gone by then.
Vincent Povirk [Mon, 21 Feb 2011 21:49:59 +0000 (15:49 -0600)]
msvcrt: Try to call CorExitProcess instead of ExitProcess on exit.
Marcus Meissner [Wed, 23 Feb 2011 20:27:22 +0000 (21:27 +0100)]
ws2_32: name is never NULL as array (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 19:47:32 +0000 (20:47 +0100)]
msvcrt: Use = instead of == in test (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 19:45:59 +0000 (20:45 +0100)]
winedump: Remove double assignment (Coverity).
Maarten Lankhorst [Tue, 22 Feb 2011 23:20:33 +0000 (00:20 +0100)]
mshtml: Make sure system xpcom dll gets loaded.
Alexandre Julliard [Wed, 23 Feb 2011 20:49:13 +0000 (21:49 +0100)]
d3dx9_36: Cleanup the fixme_once handling.
Alexandre Julliard [Thu, 24 Feb 2011 11:14:58 +0000 (12:14 +0100)]
winex11: Update the window cursor at most once every 100ms if nothing changed.
Alexandre Julliard [Wed, 23 Feb 2011 20:46:08 +0000 (21:46 +0100)]
winex11: Synchronize the mouse cursor in update_mouse_state.
Alexandre Julliard [Wed, 23 Feb 2011 19:25:05 +0000 (20:25 +0100)]
server: Increment the usage count of the global table also when starting a local hook.
Matteo Bruni [Wed, 16 Feb 2011 01:39:21 +0000 (02:39 +0100)]
d3dx9: Fix memory access for images with less than 4 bytes per pixel (Valgrind).
Amine Khaldi [Wed, 23 Feb 2011 17:05:12 +0000 (18:05 +0100)]
d3dcompiler_43: Avoid an unintended fall-through.
Amine Khaldi [Wed, 23 Feb 2011 09:32:03 +0000 (10:32 +0100)]
riched20: Add a missing break.
André Hentschel [Tue, 22 Feb 2011 19:23:07 +0000 (20:23 +0100)]
odbccp32: Improve some stubs.
André Hentschel [Tue, 22 Feb 2011 19:22:40 +0000 (20:22 +0100)]
advapi32: Add stub for EnableTraceEx.
John Edmonds [Mon, 21 Feb 2011 03:31:26 +0000 (22:31 -0500)]
gdi32: Fixed GetDIBits for top-down bitmaps.
John Edmonds [Mon, 21 Feb 2011 03:30:29 +0000 (22:30 -0500)]
gdi32/tests: Added tests for copying a single pixel from top down and bottom up bitmaps.
Amine Khaldi [Wed, 23 Feb 2011 16:30:33 +0000 (17:30 +0100)]
comdlg32: Add missing break (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 16:38:23 +0000 (17:38 +0100)]
user32: Remove side effect code out of asserts() (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 16:33:20 +0000 (17:33 +0100)]
user32: Move functional code out of assert() (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 16:20:43 +0000 (17:20 +0100)]
regedit: fgetc() gets int, not char (Coverity).
Nikolay Sivov [Wed, 23 Feb 2011 11:40:43 +0000 (14:40 +0300)]
msxml3: Remove get_text() forward.
Nikolay Sivov [Wed, 23 Feb 2011 11:38:32 +0000 (14:38 +0300)]
msxml3: Remove get_ownerDocument() forward.
Nikolay Sivov [Wed, 23 Feb 2011 11:35:35 +0000 (14:35 +0300)]
msxml3: Remove hasChildNodes() forward.
Nikolay Sivov [Wed, 23 Feb 2011 11:32:16 +0000 (14:32 +0300)]
msxml3: Remove appendChild() forward.
Nikolay Sivov [Wed, 23 Feb 2011 11:28:44 +0000 (14:28 +0300)]
msxml3: Remove forward to removeChild() method for nodes.
Rico Schüller [Tue, 22 Feb 2011 20:01:30 +0000 (21:01 +0100)]
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetType().
Rico Schüller [Tue, 22 Feb 2011 20:01:19 +0000 (21:01 +0100)]
d3dcompiler: Implement ID3D11ShaderReflectionType::GetDesc().
Rico Schüller [Tue, 22 Feb 2011 20:01:11 +0000 (21:01 +0100)]
d3dcompiler: Implement ID3D11ShaderRefleflection::GetVariableByName().
Marcus Meissner [Wed, 23 Feb 2011 04:41:27 +0000 (05:41 +0100)]
dbghelp: Fixed pasted size error (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 04:30:38 +0000 (05:30 +0100)]
cryptui: Fixed bad sizeof() (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 04:21:42 +0000 (05:21 +0100)]
kernel32: Fixed mismatched bracket (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 04:14:38 +0000 (05:14 +0100)]
rsaenh: Fixed bad sizeof() usage (Coverity).
Marcus Meissner [Wed, 23 Feb 2011 02:22:52 +0000 (03:22 +0100)]
wineoss.drv: Fixed incorrect sizeof() (Coverity).
Jacek Caban [Wed, 23 Feb 2011 12:12:07 +0000 (13:12 +0100)]
urlmon: Register MIME filter only for bindings testing them.
Hans Leidekker [Wed, 23 Feb 2011 10:25:17 +0000 (11:25 +0100)]
msi: A custom action dll failing to load is not a fatal error.
Juan Lang [Wed, 23 Feb 2011 02:43:40 +0000 (18:43 -0800)]
cryptnet: Delete existing cache entries when out of date.
Alexandre Goujon [Tue, 22 Feb 2011 20:02:22 +0000 (21:02 +0100)]
ws2_32: Make gethostbyname fail if WSAStartup was not called before.
Jacek Caban [Tue, 22 Feb 2011 18:48:37 +0000 (19:48 +0100)]
wscript: Added tests.
Peter Schellenbach [Mon, 21 Feb 2011 20:15:22 +0000 (12:15 -0800)]
oleaut32: Fixed short time & medium time named formats.
Alistair Leslie-Hughes [Sat, 19 Feb 2011 04:51:29 +0000 (15:51 +1100)]
msxml3: Add IObjectSafety support to IXMLHTTPRequest.
Andrew Nguyen [Tue, 22 Feb 2011 13:10:22 +0000 (07:10 -0600)]
configure: Check for a modern sched_setaffinity prototype.
Hans Leidekker [Tue, 22 Feb 2011 12:23:30 +0000 (13:23 +0100)]
uninstaller: List 32-bit applications on 64-bit platforms.
Hans Leidekker [Tue, 22 Feb 2011 12:23:19 +0000 (13:23 +0100)]
appwiz.cpl: List 32-bit applications on 64-bit platforms.
Hans Leidekker [Tue, 22 Feb 2011 12:16:55 +0000 (13:16 +0100)]
msi: Fix a trace.
Maarten Lankhorst [Sat, 19 Feb 2011 01:27:13 +0000 (02:27 +0100)]
gdi32: Handle BITMAP_CopyBitmap correctly for negative heights.
Alexander Kochetkov [Fri, 18 Feb 2011 22:56:01 +0000 (01:56 +0300)]
gdi32: Fix scaling factors for EMR_EXTTEXTOUTW.
Alistair Leslie-Hughes [Fri, 18 Feb 2011 01:04:56 +0000 (12:04 +1100)]
oleaut32: Implement ITypeInfo_GetNames Stub/Proxy.
Michael Stefaniuc [Tue, 22 Feb 2011 11:12:27 +0000 (12:12 +0100)]
storage.dll16: Remove unused struct declaration.
Nikolay Sivov [Mon, 21 Feb 2011 23:48:01 +0000 (02:48 +0300)]
msxml4: Add version info.
Nikolay Sivov [Mon, 21 Feb 2011 23:04:02 +0000 (02:04 +0300)]
msxml3: Use helper to consistently dump variant parameters.
Nikolay Sivov [Mon, 21 Feb 2011 21:49:18 +0000 (00:49 +0300)]
msxml3: Remove useless parts of schema cleanup helper.
Rico Schüller [Mon, 21 Feb 2011 21:52:30 +0000 (22:52 +0100)]
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetBuffer().
Rico Schüller [Mon, 21 Feb 2011 21:52:27 +0000 (22:52 +0100)]
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetDesc().
Rico Schüller [Mon, 21 Feb 2011 21:52:24 +0000 (22:52 +0100)]
d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetVariableByName().
Rico Schüller [Mon, 21 Feb 2011 21:52:16 +0000 (22:52 +0100)]
d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetVariableByIndex().
Rico Schüller [Mon, 21 Feb 2011 21:52:13 +0000 (22:52 +0100)]
d3dcompiler: Parse reflection types.
Nikolay Sivov [Sat, 19 Feb 2011 14:09:58 +0000 (17:09 +0300)]
msxml3: Store document event handler for ready state notification.
Jacek Caban [Mon, 21 Feb 2011 16:49:32 +0000 (17:49 +0100)]
jscript: Added more uninitialization tests.
Jacek Caban [Mon, 21 Feb 2011 16:49:15 +0000 (17:49 +0100)]
jscript: Added SetScriptState(SCRIPTSTATE_UNINITIALIZED) implementation.
Maarten Lankhorst [Wed, 16 Feb 2011 18:09:15 +0000 (19:09 +0100)]
gdiplus: Implement in-memory font storage.
Alexandre Julliard [Mon, 21 Feb 2011 17:19:11 +0000 (18:19 +0100)]
cabinet: Preserve trailing slash on directory name in Extract().
Alexandre Julliard [Mon, 21 Feb 2011 17:05:28 +0000 (18:05 +0100)]
wine.inf: Put some fake dlls in the right place for WoW64.
Dylan Smith [Mon, 21 Feb 2011 14:29:56 +0000 (09:29 -0500)]
d3dx9: Add stubs for D3DXCreateText.
Jacek Caban [Mon, 21 Feb 2011 12:00:07 +0000 (13:00 +0100)]
include: Make some include guards compatible with MS headers.
This is for compatibility with mingw-w64.
Alistair Leslie-Hughes [Mon, 21 Feb 2011 09:23:48 +0000 (20:23 +1100)]
mshtml: Add support for get/put mousemove event.