Jacek Caban [Fri, 25 Feb 2011 13:12:02 +0000 (14:12 +0100)]
mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property.
Jacek Caban [Fri, 25 Feb 2011 13:11:52 +0000 (14:11 +0100)]
mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.
Current implementation can't work because backgroundPositionX is IE
extension, not handled by Gecko.
Jacek Caban [Fri, 25 Feb 2011 13:11:39 +0000 (14:11 +0100)]
mshtml: Moved VARIANT to style value string conversion to separated function.
Jacek Caban [Fri, 25 Feb 2011 13:11:26 +0000 (14:11 +0100)]
mshtml: Fixed buffer handling in set_nsstyle_attr.
Jacek Caban [Fri, 25 Feb 2011 13:11:16 +0000 (14:11 +0100)]
mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
Jacek Caban [Fri, 25 Feb 2011 13:11:05 +0000 (14:11 +0100)]
mshtml: Moved call_disp_func to htmlevent.c.
Jacek Caban [Fri, 25 Feb 2011 13:10:54 +0000 (14:10 +0100)]
mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
Marcus Meissner [Thu, 24 Feb 2011 16:53:16 +0000 (17:53 +0100)]
user32: Fixed some more side effect functions in assert() (Coverity).
Alexandre Julliard [Fri, 25 Feb 2011 11:10:04 +0000 (12:10 +0100)]
server: Store the global key state in the server.
Alexandre Julliard [Fri, 25 Feb 2011 10:31:47 +0000 (11:31 +0100)]
server: Store the cursor clip rectangle in the server.
Alexandre Julliard [Thu, 24 Feb 2011 16:47:59 +0000 (17:47 +0100)]
server: Store the global cursor position in the server.
Alexandre Julliard [Thu, 24 Feb 2011 15:45:04 +0000 (16:45 +0100)]
server: Make the foreground thread input per-desktop instead of global.
Nikolay Sivov [Fri, 25 Feb 2011 09:22:54 +0000 (12:22 +0300)]
oleaut32: Fix sizeof() usage (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 09:01:12 +0000 (12:01 +0300)]
comctl32/ipaddress: Use array index after range check (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 08:55:50 +0000 (11:55 +0300)]
comctl32/listview: Fix dead condition (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 08:50:01 +0000 (11:50 +0300)]
comctl32/rebar: Don't use local variable with the same name as function parameter (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 08:38:28 +0000 (11:38 +0300)]
comctl32/datetime: Fix use of out-of-scope local buffer (Coverity).
Nikolay Sivov [Fri, 25 Feb 2011 08:34:55 +0000 (11:34 +0300)]
comctl32/comboex: Reduce variable scope.
Paul Vriens [Fri, 25 Feb 2011 08:20:15 +0000 (09:20 +0100)]
msi: Add a missing va_end() (Coverity).
Austin English [Fri, 25 Feb 2011 00:08:53 +0000 (16:08 -0800)]
msxml3/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 00:07:00 +0000 (16:07 -0800)]
msi/tests: Remove win9x hacks.
Austin English [Fri, 25 Feb 2011 00:08:34 +0000 (16:08 -0800)]
oleaut32/tests: Fix a couple of todo_wine's.
Austin English [Thu, 24 Feb 2011 23:55:45 +0000 (15:55 -0800)]
oleaut32/tests: Remove win9x hacks.
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.