Detlef Riekenberg
53fca11fb3
faultrep/tests: Add tests for AddERExcludedApplicationA.
2010-10-26 13:02:29 +02:00
Nikolay Sivov
adfd305821
msxml3: Handle passed BSTR argument as a WCHAR string in ::createProcessingInstruction().
2010-10-26 13:01:41 +02:00
Henri Verbeet
f624d8f7b6
wined3d: Read transform flags from the compile args in pshader_hw_texm3x3tex().
2010-10-26 11:58:34 +02:00
Henri Verbeet
db156977dd
wined3d: Read transform flags from the compile args in pshader_hw_texm3x2tex().
...
Instead of directly from the stateblock. Note that the GLSL backend doesn't
take these flags into account at all. That's probably a bug in the GLSL
backend, but needs tests.
2010-10-26 11:58:31 +02:00
Henri Verbeet
8c36e4ce1d
wined3d: Explicitly pass parameters to shader_arb_ps_local_constants().
2010-10-26 11:58:23 +02:00
Henri Verbeet
5afb593cb2
wined3d: Explicitly pass parameters to shader_arb_vs_local_constants().
2010-10-26 11:58:19 +02:00
Henri Verbeet
1b2f9d29d7
wined3d: Get rid of the posFixup field from the device.
2010-10-26 11:58:12 +02:00
Austin Lund
ccd4479ce9
user32/tests: Fixed WM_SETFONT combo box tests.
2010-10-26 11:57:57 +02:00
Paul Vriens
3d3ab1cb54
wldap32: Add the Serbian (Latin and Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-10-26 11:56:50 +02:00
Detlef Riekenberg
5726ba6439
advapi32: Add a stub for EventEnabled.
2010-10-26 11:56:08 +02:00
Michael Stefaniuc
6f0c968a7b
msxml3/tests: Remove superfluous NULL check before free (Smatch).
2010-10-26 11:55:13 +02:00
Michael Stefaniuc
63bf86357e
msxml3: Remove returns after returns (Smatch).
...
That's the intent of commit 70edd9a7
.
2010-10-26 11:55:07 +02:00
Michael Stefaniuc
1fe54842e0
ddraw: Add missing unlock (Smatch).
2010-10-26 11:54:10 +02:00
Michael Stefaniuc
038fbe23cc
mscms: Don't produce unreachable code with #ifdef (Smatch).
2010-10-26 11:53:59 +02:00
Louis Lenders
ca79cf9bea
dwmapi: Add stubbed DwmGetWindowAttribute.
2010-10-26 11:53:46 +02:00
Łukasz Wojniłowicz
4a9e813732
jscript: Update the Polish translation.
2010-10-26 11:52:51 +02:00
Łukasz Wojniłowicz
eaeef7156a
inetcpl: Update the Polish translation.
2010-10-26 11:52:48 +02:00
Ričardas Barkauskas
78e4a096a3
ddraw: Surfaces with DDSCAPS_3DDEVICE and DDSCAPS_ZBUFFER can't be render targets.
2010-10-25 15:31:12 +02:00
Ričardas Barkauskas
ff659522f6
ddraw: Fix DDSCAPS_3DDEVICE surfaces always setting DDSCAPS_VISIBLE.
2010-10-25 15:31:07 +02:00
Ričardas Barkauskas
7402761e21
ddraw/tests: Test some more caps combinations.
2010-10-25 15:31:02 +02:00
Ričardas Barkauskas
c6bc9e01e3
ddraw/tests: Test if surface with DDSCAPS_ZBUFFER can be render target.
2010-10-25 15:30:51 +02:00
David Adam
743e9b35a1
d3d8: ApplyStateBlock with a zero token returns D3D_OK.
2010-10-25 15:30:46 +02:00
Andrew Nguyen
7591563885
wininet: Fix misleading OpenSSL version number check.
2010-10-25 14:33:23 +02:00
Andrew Nguyen
ccc2f5abae
winhttp: Fix misleading OpenSSL version number check.
2010-10-25 14:33:20 +02:00
Andrew Nguyen
b20e111088
wininet: Fix const qualifier warning when compiling with OpenSSL 1.0.0.
2010-10-25 14:33:12 +02:00
Andrew Nguyen
0c7bd62df2
winhttp: Fix const qualifier warning for OpenSSL 1.0.0.
2010-10-25 14:33:10 +02:00
Ričardas Barkauskas
7ee3f2d205
wlanapi: Stub WlanOpenHandle.
2010-10-25 14:31:16 +02:00
Nikolay Sivov
21fddfe235
msxml3: Use proper naming and types for IObject* interfaces.
2010-10-25 14:30:59 +02:00
Nikolay Sivov
b9956f75a9
msxml3: Add ::Unadvise().
2010-10-25 14:30:40 +02:00
Nikolay Sivov
fe3ff2ea9f
msxml3: Add ::GetConnectionPointContainer().
2010-10-25 14:30:35 +02:00
Nikolay Sivov
eb23a4df25
msxml3: Add ::GetConnectionInterface().
2010-10-25 14:30:31 +02:00
Nikolay Sivov
2a080e85e4
msxml3: Add stub IConnectionPoint, return points for supported IIDs.
2010-10-25 14:30:26 +02:00
Nikolay Sivov
0f2c996092
msxml3: Add stub connection container support.
2010-10-25 14:30:11 +02:00
Henri Verbeet
20043c0a46
dxgi: Try to create a software adapter when no regular adapters are found as well.
2010-10-25 14:29:44 +02:00
Henri Verbeet
bbc7b5ac20
d3d10core: Try to create a software adapter when no regular adapters are found as well.
2010-10-25 14:29:42 +02:00
Henri Verbeet
5ef7a8c242
wined3d: Explicitly pass parameters to shader_load_np2fixup_constants().
2010-10-25 14:29:37 +02:00
Henri Verbeet
6dd9109358
wined3d: Pass a sub-resource index instead of a face + miplevel to cube texture methods.
2010-10-25 14:29:31 +02:00
Henri Verbeet
f0a0714ecd
wined3d: Pass a sub-resource index instead of a miplevel to 2D texture methods.
2010-10-25 14:29:21 +02:00
Austin Lund
ae0a484945
gdiplus/tests: Fix GetLogFont charset tests for Asian platforms.
2010-10-25 13:52:51 +02:00
Austin Lund
86c39000a4
kernel32/tests: Increase timeouts to avoid test failures in CreateRemoteThread.
2010-10-25 13:52:51 +02:00
Austin Lund
d732cd7412
user32/tests: Fix some combo box tests for different font sizes.
2010-10-25 13:52:51 +02:00
Paul Vriens
77c67b9c80
inetcpl.cpl: Add the Serbian (Latin and Cyrillic) translation.
...
Translation by Đorđe Vasiljević.
2010-10-25 13:52:51 +02:00
Alexandre Julliard
0a50c10d34
shlwapi: Make more functions available by name.
2010-10-25 13:52:51 +02:00
Alexandre Julliard
8451598014
shell32: Make more functions available by name.
2010-10-25 13:52:51 +02:00
Alexandre Julliard
478d35fa75
comctl32: Make more functions available by name.
2010-10-25 13:52:51 +02:00
Alexandre Julliard
1379269587
kernel32: Fix a FAT format sanity check for floppies.
2010-10-25 13:52:51 +02:00
Piotr Caban
3b7a5d410e
msvcr90/tests: Make some tests fail if invalid_parameter_handler was not invoked.
2010-10-25 13:52:51 +02:00
Jacek Caban
70edd9a7fb
msxml3: Don't use xmlnode's IXMLDOMNode iface for a few stub functions.
2010-10-25 13:52:51 +02:00
Jacek Caban
16647d42db
msxml3: Remove unused xmlnode_* functions.
2010-10-25 13:52:50 +02:00
Detlef Riekenberg
0fda52b8d7
shdocvw: Add a stub for ImportPrivacySettings.
2010-10-25 13:52:50 +02:00