Michael Stefaniuc
1dc371c255
crypt32/tests: Remove superfluous pointer casts.
2009-01-21 10:25:35 +01:00
Michael Stefaniuc
ae6231d048
comcat: Remove superfluous pointer casts.
2009-01-21 10:25:30 +01:00
Austin English
b0d46d6892
iphplapi: Reorder defines for NetBSD.
2009-01-21 10:25:25 +01:00
Andrew Talbot
98dad20925
rsaenh: Declare some functions static.
2009-01-21 10:25:16 +01:00
André Hentschel
2ef02afe95
comctl32: Fix callback in treeview.
2009-01-21 10:25:06 +01:00
Aric Stewart
9b0be4980a
shell32: Initial stub for SHCreateShellItem. It returns E_NOINTERFACE until shell32 version 6.0 or later.
2009-01-21 10:24:59 +01:00
Damjan Jovanovic
36a24b93c7
shlwapi: Support the command file type association query.
2009-01-21 10:24:49 +01:00
Paul Chitescu
540febecf9
wined3d: Detect Radeon Xpress Series, report PCI ID of Radeon Xpress 200M.
2009-01-21 10:24:44 +01:00
Ge van Geldorp
33a6e66bef
user32/tests: Prevent buffer overflow.
2009-01-21 10:24:39 +01:00
Paul Vriens
efe334b5b1
crypt32/tests: Skip a few tests if needed.
2009-01-21 10:24:31 +01:00
Paul Vriens
d18249dda6
wintrust/tests: Check file attributes set by CryptCATAdminAddCatalog.
2009-01-21 10:24:15 +01:00
Paul Vriens
d4cf5a55c6
wintrust/tests: Add some cdf parsing tests.
2009-01-21 10:23:52 +01:00
Paul Vriens
78d75b7a5d
wintrust: Add some cdf parsing definitions.
2009-01-21 10:23:31 +01:00
Hans Leidekker
e361356e8e
wintrust: Set system attribute on the target catalog file in CryptCATAdminAddCatalog.
2009-01-21 10:23:24 +01:00
Hans Leidekker
41e94622dc
updspapi: Add a stub implementation of UpdSpSetDynamicStringA.
2009-01-21 10:23:12 +01:00
Hans Leidekker
34d4466342
wininet: Strip trailing slashes from filename in CreateUrlCacheEntryW.
2009-01-21 10:22:46 +01:00
Alexandre Julliard
fe3ba1295b
advapi32/tests: Add some more tests for GetServiceKeyName.
2009-01-20 19:51:08 +01:00
Alexandre Julliard
df671256f8
advapi32/tests: Improve error reporting in the service test. Don't check last error on success.
2009-01-20 17:50:11 +01:00
Alexandre Julliard
6d0a0fb182
kernel32/nls: Use a codepage 950 encoding that round trips correctly for Unicode char 0x5341.
2009-01-20 16:43:08 +01:00
Anders Jonsson
e9d8c9f572
write: Add Swedish translation.
2009-01-20 15:17:29 +01:00
Anders Jonsson
fed3c945f0
wordpad: Add Swedish translation.
2009-01-20 15:17:25 +01:00
Michael Stefaniuc
0a51e54fce
oleview: Remove superfluous pointer casts.
2009-01-20 15:17:22 +01:00
Ge van Geldorp
78457300aa
msi/tests: EstimatedSize is not set consistently between Windows Installer versions.
2009-01-20 14:02:43 +01:00
Ge van Geldorp
f0f6225906
urlmon/tests: Fix protocol tests when proxy is configured.
2009-01-20 14:02:33 +01:00
Shunichi Fuji
4bf77d6cf7
configure: Set default libs if ***-config is missing.
2009-01-20 14:02:26 +01:00
Alexandre Julliard
023df85183
winmm/tests: Increase the timing tolerances some more.
2009-01-20 14:02:12 +01:00
Alexandre Julliard
d8375e2137
user32/tests: Fix some more message test failures on Windows.
2009-01-20 14:02:02 +01:00
Vincent Pelletier
d2969fef92
dinput: Add effect gain support.
2009-01-20 12:58:14 +01:00
Vincent Pelletier
a4b201a287
winejoystick.drv: Implement POV support.
2009-01-20 12:57:27 +01:00
Vincent Pelletier
b04e8226e5
winejoystick.drv: Use JSIOCGAXMAP ioctl to correct axes mapping.
2009-01-20 12:57:11 +01:00
Vincent Pelletier
279690e3e7
winejoystick.drv: Fix file descriptor leak.
2009-01-20 12:55:52 +01:00
Stefan Dösinger
3d97055be7
wined3d: Get rid of is_compiled in the pixel shader.
2009-01-20 12:55:17 +01:00
Stefan Dösinger
50109aa969
wined3d: Get rid of last_was_foggy_shader & friends.
...
The fog settings do not depend on wether the shader writes to oFog or not,
instead they depend on the FOGVERTEXMODE and FOGTABLEMODE settings, and if a
vertex shader is bound at all.
It works the same way as with the fixed function, and having a vertex shader
is the same as using pretransformed vertices, just that the fog coord comes
from the shader instead of the specular color:
FOGTABLEMODE != NONE: The Z coord is used, oFog is ignored
FOGTABLEMODE == NONE, with VS: oFog is used
FOGTABLEMODE == NONE, no VS, XYZ: Z is used
FOGTABLEMODE == NONE, no VS, XYZRHW: diffuse color is used
2009-01-20 12:45:40 +01:00
Stefan Dösinger
3c3272dc41
wined3d: Don't single-allocate new gl shaders.
2009-01-20 12:45:09 +01:00
Huw Davies
3a35271960
comdlg32: Add a function to update the orientation buttons.
2009-01-20 12:44:04 +01:00
Huw Davies
b6ed969ee5
comdlg32: Add a helper for setting the defaultsource.
2009-01-20 12:44:02 +01:00
Huw Davies
562dd4ab65
comdlg32: Add helpers for getting and setting the devmode papersize.
2009-01-20 12:43:55 +01:00
Huw Davies
c1209a68c3
comdlg32: Add a helper for getting the orientation.
2009-01-20 12:43:51 +01:00
Huw Davies
6b6adccc8c
comdlg32: Add a helper for setting the orientation.
2009-01-20 12:43:47 +01:00
Huw Davies
e75b7ad745
comdlg32: Let pagesetup_update_papersize take care of landscape mode.
2009-01-20 12:43:42 +01:00
Huw Davies
276434caa9
comdlg32: Switch to using a locale dependent decimal separator.
2009-01-20 12:43:35 +01:00
Huw Davies
5f15c1c12e
comdlg32: Fix parsing of the margin edit controls.
2009-01-20 12:43:07 +01:00
Huw Davies
11e028be8e
comdlg32: Give update_margin_edits the ability to update just one edit control if required.
2009-01-20 12:42:56 +01:00
Michael Stefaniuc
bdbfac5996
ole32/tests: Remove superfluous pointer casts.
2009-01-20 12:34:31 +01:00
Michael Stefaniuc
170f7f8dc1
objsel: Remove superfluous pointer casts.
2009-01-20 12:34:29 +01:00
Henri Verbeet
ba771f0fac
ddraw: Fix Thunk_IDirect3DDeviceImpl_2_GetCurrentViewport().
2009-01-20 12:34:20 +01:00
Henri Verbeet
b2d42ad665
ddraw: Compare the against the correct IID in IDirect3DExecuteBufferImpl_QueryInterface().
2009-01-20 12:34:17 +01:00
Henri Verbeet
9e7b5676a7
d3d9: Remove some superfluous pointer casts.
2009-01-20 12:34:12 +01:00
Henri Verbeet
3dbe0f9a82
d3d10core: Remove a superfluous pointer cast.
2009-01-20 12:34:09 +01:00
Henri Verbeet
5d875906c1
wined3d: Remove some superfluous pointer casts.
2009-01-20 12:34:05 +01:00