Commit Graph

52760 Commits

Author SHA1 Message Date
Huw Davies
ebb31dbbb7 ddraw/tests: Skip tests if we can't create a primary surface. 2008-12-05 13:52:38 +01:00
Austin English
21bc015db3 dnsapi: Remove a useless check. 2008-12-05 13:52:31 +01:00
Juan Lang
aebd13f768 cryptdlg: Implement FormatVerisignExtension. 2008-12-05 13:48:05 +01:00
Alexandre Julliard
44162aa21a libwine: Don't export the selector functions for the Windows build. 2008-12-05 13:25:23 +01:00
Nikolay Sivov
958e73aa69 gdiplus: Added GdipScaleTextureTransform. 2008-12-05 13:01:00 +01:00
Paul Vriens
d127bbd5db hlink/tests: Fix some failures on Win9x and WinMe. 2008-12-05 12:37:32 +01:00
Paul Vriens
fee339f7ff gdi32/tests: Fix a few test failures on Win9x and WinMe. 2008-12-05 12:36:53 +01:00
Paul Vriens
8fc42993a1 shlwapi/tests: Use a codepage that is supported on all platforms. 2008-12-05 12:36:49 +01:00
Michael Stefaniuc
50ff549420 gdiplus: Remove some superfluous casts. 2008-12-05 12:36:41 +01:00
Michael Stefaniuc
4386caa13b gdiplus: Reduce the number of casts by using the proper type for variables. 2008-12-05 12:36:37 +01:00
Michael Stefaniuc
176c8eb333 ddraw: Remove two superfluous casts. 2008-12-05 12:36:34 +01:00
Michael Stefaniuc
fa1d049847 atl: Remove two superfluous casts. 2008-12-05 12:36:31 +01:00
Michael Stefaniuc
f4c2f2b0c4 wnaspi32: Remove some superfluous casts. 2008-12-05 12:36:29 +01:00
Michael Stefaniuc
81f919fd37 wnaspi32: Replace malloc with HeapAlloc. 2008-12-05 12:36:26 +01:00
Michael Stefaniuc
1a18b797eb quartz: Don't cast zero. 2008-12-05 12:36:24 +01:00
Michael Stefaniuc
328f60a686 msxml3: Do not cast void pointers to other pointer types. 2008-12-05 12:36:21 +01:00
Michael Stefaniuc
276b938e1d msvcrt: Use NULL instead of casting zero. 2008-12-05 12:36:19 +01:00
Michael Stefaniuc
819ad6417b msrle32: Remove some superfluous casts. 2008-12-05 12:36:16 +01:00
Michael Stefaniuc
27d8b7436f mshtml: Remove two superfluous casts. 2008-12-05 12:36:14 +01:00
Michael Stefaniuc
f142ad923a hal: Don't cast zero. 2008-12-05 12:36:11 +01:00
Alexandre Julliard
a5f1e9b62c fnt2bdf: Get rid of useless string constants. 2008-12-05 12:36:05 +01:00
Vincent Povirk
8b49ecc3d8 server: Fix string format warning. 2008-12-05 12:31:45 +01:00
Vincent Povirk
479f5a1b21 widl: Fix string format warning.
yyerror takes a single string argument, not a format string.
2008-12-05 12:30:31 +01:00
Vincent Povirk
8f6736cf13 winedbg: Fix string format warnings. 2008-12-05 12:30:22 +01:00
Vincent Povirk
022a8439e0 setupapi/tests: Fix string format warnings. 2008-12-05 12:30:18 +01:00
Vincent Povirk
445588ba10 msxml3/tests: Fix string format warnings. 2008-12-05 12:30:14 +01:00
Vincent Povirk
6ff83ba591 dinput/tests: Fix string format warning. 2008-12-05 12:30:10 +01:00
Vincent Povirk
e4271d8736 advpack/tests: Fix string format warning. 2008-12-05 12:30:06 +01:00
Vincent Povirk
75b5322242 winex11.drv: Fix string format warning. 2008-12-05 12:30:02 +01:00
Andrew Talbot
dd8e833db2 winex11.drv: Sign-compare warnings fix. 2008-12-05 12:03:27 +01:00
Vincent Povirk
53c1c8a8a5 shell32: Add test for localized filenames in desktop.ini. 2008-12-05 11:59:44 +01:00
Vincent Povirk
3e54840225 gdiplus: Add stub for GdipSetPenCompoundArray. 2008-12-05 11:59:15 +01:00
Henri Verbeet
0c954ef743 wined3d: Explicitly pass the shader version to shader_dump_param() and shader_dump_arr_entry(). 2008-12-05 11:59:09 +01:00
Henri Verbeet
71a8a77cf9 wined3d: Explicitly pass the shader version to shader_dump_decl_usage(). 2008-12-05 11:59:06 +01:00
Henri Verbeet
a13df0e4ef wined3d: Explicitly pass the version and instruction table to shader_get_opcode(). 2008-12-05 11:59:02 +01:00
Henri Verbeet
af1bc3d9ed wined3d: Remove a redundant condition in shader_get_opcode(). 2008-12-05 11:58:58 +01:00
Henri Verbeet
a2febdd200 wined3d: Slightly improve drawStridedSlow() performance.
This moves a couple of checks outside of the main drawing loop, since
they're not going to change anyway.
2008-12-05 11:58:53 +01:00
Alexandre Julliard
d1cf3d3488 configure: Disable some modules by default on non-x86. 2008-12-05 11:44:50 +01:00
Alexandre Julliard
9434e19965 server: Limit the number of allocated handles before running out of memory. 2008-12-04 16:12:04 +01:00
Paul Vriens
9960ab2418 gdi32/tests: Fix a few test failures on Win9x and WinMe. 2008-12-04 15:46:15 +01:00
Paul Vriens
814bfc0305 shell32/tests: Fix a test failure on Win9x, NT4, Vista and W2K8. 2008-12-04 15:46:10 +01:00
Alistair Leslie-Hughes
9305cb3cfe mshtml: Implement IHTMLStyle get/put overflow. 2008-12-04 14:44:39 +01:00
Huw Davies
2392214427 dxgi: Don't crash and just skip the tests if glX in not available. 2008-12-04 14:43:31 +01:00
Alexandre Julliard
ba3054b60e wineoss.drv: Fix a couple of printf format warnings. 2008-12-04 14:33:07 +01:00
Alexandre Julliard
78ddd00800 winealsa.drv: Fix a printf format warning. 2008-12-04 14:32:59 +01:00
Alexandre Julliard
31c7ddea27 wininet/tests: Avoid using size_t in a trace. 2008-12-04 14:32:49 +01:00
Alexandre Julliard
5606bf4df4 mountmgr.sys: Avoid a compiler warning on older gcc. 2008-12-04 14:32:21 +01:00
Huw Davies
180f74afcd d3d10core/tests: Skip the tests if we can't create a DXGI factory. 2008-12-04 12:51:48 +01:00
Huw Davies
12b9d37120 d3d9/tests: Skip tests if we can't create the D3D9 object. 2008-12-04 12:51:20 +01:00
Huw Davies
855ce5bd86 d3d8/tests: Skip tests if we can't create the D3D8 object. 2008-12-04 12:51:18 +01:00