Austin English
7c25705e3c
comctl32/tests: Remove win9x hack.
2011-02-28 13:11:22 +01:00
Austin English
de6e33f306
cryptnet/tests: Remove win9x hacks.
2011-02-28 13:11:14 +01:00
Austin English
5c9d341c69
comdlg32/tests: Remove win9x hacks.
2011-02-28 13:11:09 +01:00
Austin English
befe57aa14
advpack/tests: Remove win9x hacks.
2011-02-28 13:11:03 +01:00
Austin English
4bf211714e
advapi32/tests: Remove Win9x hacks.
2011-02-28 13:10:55 +01:00
Rico Schüller
f9d4a45fbb
d3dcompiler/tests: Improve test_reflection_bound_resources().
2011-02-28 11:10:36 +01:00
Rico Schüller
a0abef6b45
d3dcompiler/tests: Add constant buffer test.
2011-02-28 11:10:31 +01:00
Rico Schüller
3c1ffbf2e7
d3dcompiler: Reorder section parsing to reflect the order from the shader blob.
2011-02-28 11:10:25 +01:00
Rico Schüller
3850e8f4e3
d3dcompiler/tests: Add reflection ps output desc test.
2011-02-28 11:10:21 +01:00
Rico Schüller
3f04448dbb
d3dcompiler: Fix SystemValueType for pixelshader output signature.
2011-02-28 11:10:12 +01:00
Henri Verbeet
39497ff4d1
wined3d: Remove IWineD3DResource::UnLoad() from the public interface.
2011-02-28 11:09:48 +01:00
Henri Verbeet
1da773ff4d
wined3d: Merge device_unload_resource() and reset_unload_resources().
2011-02-28 11:09:38 +01:00
Henri Verbeet
14050e125d
wined3d: Recognize some Northern Islands cards in select_card_ati_mesa().
2011-02-28 11:09:35 +01:00
Henri Verbeet
d9d2fe31e3
wined3d: Filter sRGB capabilities during format initialization.
2011-02-28 11:09:25 +01:00
Thomas Mullaly
6f18cc59dd
mshtml/tests: Make IDispatch Vtbl const.
2011-02-28 11:09:20 +01:00
Nikolay Sivov
0c16c79c71
msxml3: Reject xmlns attribute to be added to element.
2011-02-28 11:09:07 +01:00
Nikolay Sivov
4e5075bcc4
msxml3/tests: Remove broken test and parameter check.
2011-02-28 11:09:04 +01:00
Marcus Meissner
a91b65960f
kernel32: Avoid shadowing "status" variable.
2011-02-28 11:07:06 +01:00
Peter Urbanec
de7d1ad77a
gdi32: Fix 64-bit pointer issues when copying upside-down bitmaps.
2011-02-25 17:21:51 +01:00
Jacek Caban
0e5aa05e71
mshtml: Added more backgroundPosition* tests.
2011-02-25 15:03:33 +01:00
Jacek Caban
c7da163bf3
mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property.
2011-02-25 15:03:33 +01:00
Jacek Caban
4cc3517107
mshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position property.
2011-02-25 15:03:33 +01:00
Jacek Caban
2d333216ad
mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property.
2011-02-25 15:03:33 +01:00
Jacek Caban
be29542f29
mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.
...
Current implementation can't work because backgroundPositionX is IE
extension, not handled by Gecko.
2011-02-25 15:03:33 +01:00
Jacek Caban
fa946c09ce
mshtml: Moved VARIANT to style value string conversion to separated function.
2011-02-25 15:03:33 +01:00
Jacek Caban
3aa970c9ea
mshtml: Fixed buffer handling in set_nsstyle_attr.
2011-02-25 15:03:32 +01:00
Jacek Caban
b5d68c70d3
mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
2011-02-25 15:03:32 +01:00
Jacek Caban
1c881e534b
mshtml: Moved call_disp_func to htmlevent.c.
2011-02-25 15:03:32 +01:00
Jacek Caban
47ebbbd447
mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
2011-02-25 15:03:32 +01:00
Marcus Meissner
b0b77d4ba9
user32: Fixed some more side effect functions in assert() (Coverity).
2011-02-25 14:47:50 +01:00
Alexandre Julliard
02e8174067
server: Store the cursor clip rectangle in the server.
2011-02-25 13:50:19 +01:00
Alexandre Julliard
183c41b49a
server: Store the global cursor position in the server.
2011-02-25 11:25:15 +01:00
Nikolay Sivov
f801abef48
oleaut32: Fix sizeof() usage (Coverity).
2011-02-25 11:09:31 +01:00
Nikolay Sivov
653b31047d
comctl32/ipaddress: Use array index after range check (Coverity).
2011-02-25 11:09:20 +01:00
Nikolay Sivov
1734577731
comctl32/listview: Fix dead condition (Coverity).
2011-02-25 11:09:15 +01:00
Nikolay Sivov
190f6ab158
comctl32/rebar: Don't use local variable with the same name as function parameter (Coverity).
2011-02-25 11:09:11 +01:00
Nikolay Sivov
f8ba490e58
comctl32/datetime: Fix use of out-of-scope local buffer (Coverity).
2011-02-25 11:09:06 +01:00
Nikolay Sivov
101c8ca5ac
comctl32/comboex: Reduce variable scope.
2011-02-25 11:08:59 +01:00
Paul Vriens
0d01212dac
msi: Add a missing va_end() (Coverity).
2011-02-25 11:08:39 +01:00
Austin English
37e6dc0846
msxml3/tests: Remove win9x hacks.
2011-02-25 11:08:31 +01:00
Austin English
05126ec247
msi/tests: Remove win9x hacks.
2011-02-25 11:08:22 +01:00
Austin English
af0c217752
oleaut32/tests: Fix a couple of todo_wine's.
2011-02-25 11:08:03 +01:00
Austin English
28e1b942bd
oleaut32/tests: Remove win9x hacks.
2011-02-25 11:07:57 +01:00
Austin English
d710056e4d
shell32/tests: Remove win9x hacks.
2011-02-25 11:07:24 +01:00
Austin English
b651dcdb6b
spoolss/tests: Change skip() to win_skip().
2011-02-25 11:07:18 +01:00
Austin English
bc32d4819a
urlmon/tests: Remove win9x hacks.
2011-02-25 11:07:06 +01:00
Austin English
04b5763923
userenv/tests: Remove win9x hacks.
2011-02-25 11:06:53 +01:00
Vincent Povirk
21d6fc9643
gdiplus: Implement ImageLockModeUserInputBuf.
2011-02-25 11:06:42 +01:00
Vincent Povirk
546b1a5cb4
gdiplus: Copy only the area requested when (un)locking bitmaps.
2011-02-25 11:06:36 +01:00
Vincent Povirk
9497e9380b
gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only.
2011-02-25 11:06:30 +01:00
Vincent Povirk
58eb96c9e7
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.
2011-02-25 11:06:25 +01:00
Vincent Povirk
d086af1d36
gdiplus: Test writes with conversion and without a user buffer.
2011-02-25 11:06:12 +01:00
André Hentschel
188b3ae1b1
msvcrt/tests: Don't test function directly when reporting errno.
2011-02-25 11:05:17 +01:00
Maarten Lankhorst
f45b6c54be
ntdll: Fix time accounting in NtQuerySystemInformation.
2011-02-24 18:25:48 +01:00
Jacek Caban
ceff92a512
mshtml: Improved debug traces.
2011-02-24 15:52:51 +01:00
Jacek Caban
6fe3c709e2
mshtml: Make sure we don't try to create node object for attributes.
2011-02-24 15:52:47 +01:00
Jacek Caban
8f79e50e1a
mshtml: Added attribute object tests.
2011-02-24 15:52:43 +01:00
Jacek Caban
17736769c4
mshtml: Added IDispatchEx support to HTMLDOMAttribute object.
2011-02-24 15:52:36 +01:00
Jacek Caban
0e3bf9b228
mshtml: Added IHTMLElement4::getAttributeNode implementation.
2011-02-24 15:52:32 +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
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
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
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