Jacek Caban
79971018ec
mshtml.idl: Added DispHTMLDOMAttribute declaration.
2011-02-24 15:52:21 +01:00
Jacek Caban
877069c2ad
mshtml: Added IHTMLElement4 stub implementation.
2011-02-24 15:52:03 +01:00
Austin English
35a39e3cf6
version/tests: Remove win9x hacks.
2011-02-24 15:50:50 +01:00
Austin English
291949cbc4
kernel32/tests: Remove win9x hacks.
2011-02-24 15:50:43 +01:00
Austin English
c796ae653c
gdi32/tests: Remove win9x hacks.
2011-02-24 15:50:25 +01:00
Dmitry Timoshkov
1b041c92cb
gdi32: Add a EnumFontFamilies test to see how it handles various font faces.
2011-02-24 15:49:44 +01:00
Dmitry Timoshkov
2aaf6c2c8c
gdi32: EnumFontFamilies should also match against fully qualified face name.
2011-02-24 15:49:40 +01:00
Nikolay Sivov
4735c5193f
msxml3: Get rid of not longer used internal IXMLDOMNode vtable.
2011-02-24 15:49:31 +01:00
Nikolay Sivov
bf01d1b3d7
msxml3: Remove transformNode() forward.
2011-02-24 15:49:30 +01:00
Nikolay Sivov
aac690d4fc
msxml3: Remove selectSingleNode() forward.
2011-02-24 15:49:29 +01:00
Nikolay Sivov
004944c81a
msxml3: Remove selectNodes() forward.
2011-02-24 15:49:29 +01:00
Alexandre Julliard
a1c8f6df84
msxml3: Include the system libxml headers before the Windows headers.
2011-02-24 15:49:28 +01:00
Dmitry Timoshkov
9bc5946cde
gdi32: Use graphics mode specified at the EMF creation time when playing EMR_EXTTEXTOUT record.
2011-02-24 15:49:27 +01:00
Huw Davies
ac5e9812fd
oleaut32: Fix the typelib marshaler when the vtbl has holes.
2011-02-24 15:49:27 +01:00
Huw Davies
060c8daf7f
oleaut32: Mask off the lsb from the vtbl offset. This is set when the user specifies an offset in ICreateTypeInfo.
2011-02-24 15:49:27 +01:00
Michael Stefaniuc
15f4248a63
storage.dll16: COM cleanup in storage.c.
2011-02-24 15:49:27 +01:00
Michael Stefaniuc
16c543a089
msxml3: COM cleanup for the IDispatchEx iface.
2011-02-24 15:49:27 +01:00
Vincent Povirk
b92d834d36
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.
2011-02-24 15:49:27 +01:00
Vincent Povirk
d6582ae8bd
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.
2011-02-24 15:49:15 +01:00
Vincent Povirk
71bfd33463
msvcrt: Try to call CorExitProcess instead of ExitProcess on exit.
2011-02-24 12:40:45 +01:00
Marcus Meissner
ae0797150e
ws2_32: name is never NULL as array (Coverity).
2011-02-24 12:40:30 +01:00
Marcus Meissner
706b43f4dd
msvcrt: Use = instead of == in test (Coverity).
2011-02-24 12:40:14 +01:00
Marcus Meissner
372c7fca58
winedump: Remove double assignment (Coverity).
2011-02-24 12:40:08 +01:00
Maarten Lankhorst
e9a4dee1eb
mshtml: Make sure system xpcom dll gets loaded.
2011-02-24 12:40:02 +01:00
Alexandre Julliard
45ead7fe85
d3dx9_36: Cleanup the fixme_once handling.
2011-02-24 12:20:25 +01:00
Alexandre Julliard
b7987db36f
winex11: Update the window cursor at most once every 100ms if nothing changed.
2011-02-24 12:17:10 +01:00
Alexandre Julliard
94fb0f5935
winex11: Synchronize the mouse cursor in update_mouse_state.
2011-02-24 12:16:54 +01:00
Alexandre Julliard
f0396489e6
server: Increment the usage count of the global table also when starting a local hook.
2011-02-24 12:15:38 +01:00
Matteo Bruni
85a578f782
d3dx9: Fix memory access for images with less than 4 bytes per pixel (Valgrind).
2011-02-23 19:38:26 +01:00
Amine Khaldi
b6990fa77a
d3dcompiler_43: Avoid an unintended fall-through.
2011-02-23 19:24:05 +01:00
Amine Khaldi
4b7795a943
riched20: Add a missing break.
2011-02-23 19:23:38 +01:00
André Hentschel
a16b51c62c
odbccp32: Improve some stubs.
2011-02-23 19:22:02 +01:00
André Hentschel
6e62dc8ece
advapi32: Add stub for EnableTraceEx.
2011-02-23 19:21:58 +01:00
John Edmonds
3c239fa0cd
gdi32: Fixed GetDIBits for top-down bitmaps.
2011-02-23 19:21:41 +01:00
John Edmonds
d2e1478db0
gdi32/tests: Added tests for copying a single pixel from top down and bottom up bitmaps.
2011-02-23 19:21:38 +01:00
Amine Khaldi
e9ab576c73
comdlg32: Add missing break (Coverity).
2011-02-23 18:24:28 +01:00
Marcus Meissner
a91b0e4544
user32: Remove side effect code out of asserts() (Coverity).
2011-02-23 18:24:20 +01:00
Marcus Meissner
89e662084f
user32: Move functional code out of assert() (Coverity).
2011-02-23 18:22:50 +01:00
Marcus Meissner
62f270e269
regedit: fgetc() gets int, not char (Coverity).
2011-02-23 18:22:35 +01:00
Nikolay Sivov
d0bff37cb2
msxml3: Remove get_text() forward.
2011-02-23 18:22:18 +01:00
Nikolay Sivov
2e5a0dd63f
msxml3: Remove get_ownerDocument() forward.
2011-02-23 18:22:12 +01:00
Nikolay Sivov
3d63982f86
msxml3: Remove hasChildNodes() forward.
2011-02-23 18:22:04 +01:00
Nikolay Sivov
5775bcde4a
msxml3: Remove appendChild() forward.
2011-02-23 18:21:57 +01:00
Nikolay Sivov
1178f7b46e
msxml3: Remove forward to removeChild() method for nodes.
2011-02-23 18:21:51 +01:00
Rico Schüller
12d4683f05
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetType().
2011-02-23 18:21:36 +01:00
Rico Schüller
c647243ed9
d3dcompiler: Implement ID3D11ShaderReflectionType::GetDesc().
2011-02-23 18:21:34 +01:00
Rico Schüller
3c75a985e3
d3dcompiler: Implement ID3D11ShaderRefleflection::GetVariableByName().
2011-02-23 18:21:32 +01:00
Marcus Meissner
0d198362aa
dbghelp: Fixed pasted size error (Coverity).
2011-02-23 15:01:27 +01:00
Marcus Meissner
ab138e9c58
cryptui: Fixed bad sizeof() (Coverity).
2011-02-23 15:01:22 +01:00
Marcus Meissner
b42c593f67
kernel32: Fixed mismatched bracket (Coverity).
2011-02-23 15:01:17 +01:00