Ricardo Filipe [Fri, 5 Dec 2008 15:39:59 +0000 (15:39 +0000)]
setupapi: Add stubs for SetupPromptForDiskA/W.
Paul Vriens [Fri, 5 Dec 2008 11:54:26 +0000 (12:54 +0100)]
oleacc/tests: Fix the test failures on Win9x/WinMe and Vista/W2K8.
Huw Davies [Fri, 5 Dec 2008 12:22:17 +0000 (12:22 +0000)]
ddraw/tests: Skip tests if we can't create a primary surface.
Austin English [Fri, 5 Dec 2008 07:12:36 +0000 (01:12 -0600)]
dnsapi: Remove a useless check.
Juan Lang [Thu, 4 Dec 2008 19:44:47 +0000 (11:44 -0800)]
cryptdlg: Implement FormatVerisignExtension.
Alexandre Julliard [Fri, 5 Dec 2008 12:25:23 +0000 (13:25 +0100)]
libwine: Don't export the selector functions for the Windows build.
Nikolay Sivov [Fri, 5 Dec 2008 07:37:21 +0000 (10:37 +0300)]
gdiplus: Added GdipScaleTextureTransform.
Paul Vriens [Fri, 5 Dec 2008 09:10:29 +0000 (10:10 +0100)]
hlink/tests: Fix some failures on Win9x and WinMe.
Paul Vriens [Fri, 5 Dec 2008 09:51:46 +0000 (10:51 +0100)]
gdi32/tests: Fix a few test failures on Win9x and WinMe.
Paul Vriens [Fri, 5 Dec 2008 07:49:08 +0000 (08:49 +0100)]
shlwapi/tests: Use a codepage that is supported on all platforms.
Michael Stefaniuc [Fri, 5 Dec 2008 06:53:04 +0000 (07:53 +0100)]
gdiplus: Remove some superfluous casts.
Michael Stefaniuc [Fri, 5 Dec 2008 06:52:51 +0000 (07:52 +0100)]
gdiplus: Reduce the number of casts by using the proper type for variables.
Michael Stefaniuc [Fri, 5 Dec 2008 06:51:16 +0000 (07:51 +0100)]
ddraw: Remove two superfluous casts.
Michael Stefaniuc [Fri, 5 Dec 2008 06:50:43 +0000 (07:50 +0100)]
atl: Remove two superfluous casts.
Michael Stefaniuc [Fri, 5 Dec 2008 06:49:17 +0000 (07:49 +0100)]
wnaspi32: Remove some superfluous casts.
Michael Stefaniuc [Fri, 5 Dec 2008 06:48:19 +0000 (07:48 +0100)]
wnaspi32: Replace malloc with HeapAlloc.
Michael Stefaniuc [Fri, 5 Dec 2008 06:47:42 +0000 (07:47 +0100)]
quartz: Don't cast zero.
Michael Stefaniuc [Fri, 5 Dec 2008 06:47:27 +0000 (07:47 +0100)]
msxml3: Do not cast void pointers to other pointer types.
Michael Stefaniuc [Fri, 5 Dec 2008 06:47:01 +0000 (07:47 +0100)]
msvcrt: Use NULL instead of casting zero.
Michael Stefaniuc [Fri, 5 Dec 2008 06:46:40 +0000 (07:46 +0100)]
msrle32: Remove some superfluous casts.
Michael Stefaniuc [Fri, 5 Dec 2008 06:46:08 +0000 (07:46 +0100)]
mshtml: Remove two superfluous casts.
Michael Stefaniuc [Fri, 5 Dec 2008 06:45:49 +0000 (07:45 +0100)]
hal: Don't cast zero.
Alexandre Julliard [Fri, 5 Dec 2008 11:36:05 +0000 (12:36 +0100)]
fnt2bdf: Get rid of useless string constants.
Vincent Povirk [Fri, 5 Dec 2008 04:02:35 +0000 (22:02 -0600)]
server: Fix string format warning.
Vincent Povirk [Fri, 5 Dec 2008 05:25:56 +0000 (23:25 -0600)]
widl: Fix string format warning.
yyerror takes a single string argument, not a format string.
Vincent Povirk [Fri, 5 Dec 2008 03:59:30 +0000 (21:59 -0600)]
winedbg: Fix string format warnings.
Vincent Povirk [Fri, 5 Dec 2008 03:49:40 +0000 (21:49 -0600)]
setupapi/tests: Fix string format warnings.
Vincent Povirk [Fri, 5 Dec 2008 03:40:28 +0000 (21:40 -0600)]
msxml3/tests: Fix string format warnings.
Vincent Povirk [Fri, 5 Dec 2008 03:33:56 +0000 (21:33 -0600)]
dinput/tests: Fix string format warning.
Vincent Povirk [Fri, 5 Dec 2008 03:26:48 +0000 (21:26 -0600)]
advpack/tests: Fix string format warning.
Vincent Povirk [Fri, 5 Dec 2008 03:18:52 +0000 (21:18 -0600)]
winex11.drv: Fix string format warning.
Andrew Talbot [Thu, 4 Dec 2008 22:26:05 +0000 (22:26 +0000)]
winex11.drv: Sign-compare warnings fix.
Vincent Povirk [Tue, 2 Dec 2008 22:12:08 +0000 (16:12 -0600)]
shell32: Add test for localized filenames in desktop.ini.
Vincent Povirk [Thu, 4 Dec 2008 20:30:47 +0000 (14:30 -0600)]
gdiplus: Add stub for GdipSetPenCompoundArray.
Henri Verbeet [Thu, 4 Dec 2008 16:41:31 +0000 (17:41 +0100)]
wined3d: Explicitly pass the shader version to shader_dump_param() and shader_dump_arr_entry().
Henri Verbeet [Thu, 4 Dec 2008 16:41:31 +0000 (17:41 +0100)]
wined3d: Explicitly pass the shader version to shader_dump_decl_usage().
Henri Verbeet [Thu, 4 Dec 2008 16:41:31 +0000 (17:41 +0100)]
wined3d: Explicitly pass the version and instruction table to shader_get_opcode().
Henri Verbeet [Thu, 4 Dec 2008 16:41:31 +0000 (17:41 +0100)]
wined3d: Remove a redundant condition in shader_get_opcode().
Henri Verbeet [Thu, 4 Dec 2008 16:41:30 +0000 (17:41 +0100)]
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.
Alexandre Julliard [Fri, 5 Dec 2008 10:44:50 +0000 (11:44 +0100)]
configure: Disable some modules by default on non-x86.
Alexandre Julliard [Thu, 4 Dec 2008 15:12:04 +0000 (16:12 +0100)]
server: Limit the number of allocated handles before running out of memory.
Paul Vriens [Thu, 4 Dec 2008 13:44:08 +0000 (14:44 +0100)]
gdi32/tests: Fix a few test failures on Win9x and WinMe.
Paul Vriens [Thu, 4 Dec 2008 10:39:09 +0000 (11:39 +0100)]
shell32/tests: Fix a test failure on Win9x, NT4, Vista and W2K8.
Alistair Leslie-Hughes [Tue, 25 Nov 2008 10:04:11 +0000 (21:04 +1100)]
mshtml: Implement IHTMLStyle get/put overflow.
Huw Davies [Wed, 3 Dec 2008 13:33:32 +0000 (13:33 +0000)]
dxgi: Don't crash and just skip the tests if glX in not available.
Alexandre Julliard [Thu, 4 Dec 2008 13:33:07 +0000 (14:33 +0100)]
wineoss.drv: Fix a couple of printf format warnings.
Alexandre Julliard [Thu, 4 Dec 2008 13:32:59 +0000 (14:32 +0100)]
winealsa.drv: Fix a printf format warning.
Alexandre Julliard [Thu, 4 Dec 2008 13:32:49 +0000 (14:32 +0100)]
wininet/tests: Avoid using size_t in a trace.
Alexandre Julliard [Thu, 4 Dec 2008 13:32:21 +0000 (14:32 +0100)]
mountmgr.sys: Avoid a compiler warning on older gcc.
Huw Davies [Wed, 3 Dec 2008 14:03:10 +0000 (14:03 +0000)]
d3d10core/tests: Skip the tests if we can't create a DXGI factory.
Huw Davies [Wed, 3 Dec 2008 17:00:40 +0000 (17:00 +0000)]
d3d9/tests: Skip tests if we can't create the D3D9 object.
Huw Davies [Wed, 3 Dec 2008 17:00:24 +0000 (17:00 +0000)]
d3d8/tests: Skip tests if we can't create the D3D8 object.
Alexandre Julliard [Thu, 4 Dec 2008 11:48:47 +0000 (12:48 +0100)]
winedos: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:48:29 +0000 (12:48 +0100)]
wintab32: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:48:21 +0000 (12:48 +0100)]
uxtheme: Make some functions static.
Alexandre Julliard [Thu, 4 Dec 2008 11:48:08 +0000 (12:48 +0100)]
rpcrt4: Make a variable static.
Alexandre Julliard [Thu, 4 Dec 2008 11:47:56 +0000 (12:47 +0100)]
ole32: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:47:42 +0000 (12:47 +0100)]
mciavi32: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:47:32 +0000 (12:47 +0100)]
inetcomm: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:47:27 +0000 (12:47 +0100)]
dbghelp: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:47:20 +0000 (12:47 +0100)]
d3dxof: Make some functions static.
Alexandre Julliard [Thu, 4 Dec 2008 11:47:11 +0000 (12:47 +0100)]
d3d9_36: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:47:04 +0000 (12:47 +0100)]
d3d9: Make some functions static.
Alexandre Julliard [Thu, 4 Dec 2008 11:46:52 +0000 (12:46 +0100)]
d3d8: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:46:45 +0000 (12:46 +0100)]
comctl32: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:46:34 +0000 (12:46 +0100)]
browseui: Make a function static.
Alexandre Julliard [Thu, 4 Dec 2008 11:28:17 +0000 (12:28 +0100)]
Avoid including time.h before winsock.h in tests.
Alexandre Julliard [Thu, 4 Dec 2008 11:23:13 +0000 (12:23 +0100)]
ntdll: Implemented RtlCaptureContext.
Ricardo Filipe [Wed, 3 Dec 2008 03:43:44 +0000 (03:43 +0000)]
iccvid: Remove dead stores (llvm/clang).
Ricardo Filipe [Wed, 3 Dec 2008 03:30:03 +0000 (03:30 +0000)]
crypt32: Remove dead code (llvm/clang).
Vincent Povirk [Mon, 24 Nov 2008 23:20:00 +0000 (17:20 -0600)]
gdiplus: Implement GdipGetRegionHRgn for combined regions.
Kirill K. Smirnov [Thu, 4 Dec 2008 08:51:12 +0000 (11:51 +0300)]
winecfg/audio: Properly terminate an empty list of drivers.
Alexandre Julliard [Thu, 4 Dec 2008 11:14:58 +0000 (12:14 +0100)]
quartz: Use FIELD_OFFSET instead of casting a pointer to int.
Alexandre Julliard [Thu, 4 Dec 2008 11:14:17 +0000 (12:14 +0100)]
ntdll/tests: Use the correct prototype for RtlAllocateHeap/RtlReAllocateHeap.
Alexandre Julliard [Thu, 4 Dec 2008 11:13:21 +0000 (12:13 +0100)]
imm32/tests: Don't use a pointer in an ok test.
Alexandre Julliard [Thu, 4 Dec 2008 11:13:01 +0000 (12:13 +0100)]
gdiplus/tests: Don't cast pointers to integers.
Alexandre Julliard [Thu, 4 Dec 2008 11:12:29 +0000 (12:12 +0100)]
comctl32/tests: Avoid handle casts in traces.
Alexandre Julliard [Thu, 4 Dec 2008 11:10:16 +0000 (12:10 +0100)]
Define _WIN32_WINNT before including any headers.
Michael Stefaniuc [Thu, 4 Dec 2008 04:32:23 +0000 (05:32 +0100)]
ws2_32/tests: Remove some superfluous casts.
Michael Stefaniuc [Thu, 4 Dec 2008 04:32:06 +0000 (05:32 +0100)]
regedit: Remove some superfluous casts.
Michael Stefaniuc [Thu, 4 Dec 2008 04:31:43 +0000 (05:31 +0100)]
cmd: Remove some superfluous casts.
Michael Stefaniuc [Thu, 4 Dec 2008 04:31:26 +0000 (05:31 +0100)]
winecfg: Remove some superfluous casts.
Francois Gouget [Thu, 4 Dec 2008 08:22:13 +0000 (09:22 +0100)]
Make sure we have a space before the ellipses in Slovenian resources.
Francois Gouget [Thu, 4 Dec 2008 08:22:09 +0000 (09:22 +0100)]
cmdlgtst: Fix an ellipsis in the copyright message.
Rob Shearman [Wed, 3 Dec 2008 18:24:50 +0000 (18:24 +0000)]
winspool.drv: Use CP_UNIXCP instead of CP_ACP for data that is going to or coming from system library functions.
Andrew Talbot [Wed, 3 Dec 2008 17:42:10 +0000 (17:42 +0000)]
wineoss.drv: Sign-compare warnings fix.
Andrew Talbot [Wed, 3 Dec 2008 17:42:06 +0000 (17:42 +0000)]
dxgi: Memory allocation size fix.
Alexandre Julliard [Thu, 4 Dec 2008 11:05:31 +0000 (12:05 +0100)]
gdiplus: Fix the GdipMultiplyMatrix prototype.
Nikolay Sivov [Wed, 3 Dec 2008 15:22:55 +0000 (18:22 +0300)]
gdiplus: Added GdipGetPenFillType.
Henri Verbeet [Wed, 3 Dec 2008 13:53:44 +0000 (14:53 +0100)]
wined3d: Get rid of vcheckGLcall.
Everywhere it's used a regular checkGLcall will do just as well.
Stefan Dösinger [Wed, 3 Dec 2008 13:53:43 +0000 (14:53 +0100)]
wined3d: Fix D3DFMT_R32F, R16F, G16R16F, ... in the pixel shader.
This allows us to drop the load time conversion and the clear
readback hack and replaces it with a color fixup in the fixed
function pipeline replacement.
Henri Verbeet [Wed, 3 Dec 2008 13:53:43 +0000 (14:53 +0100)]
wined3d: Make shader texture format fixups more generic.
Based on a patch by Stefan Dösinger. This is more flexible, and allows
the shader backend implementation to be simpler, since it doesn't have
to know about specific formats. The next patch makes use of this.
Henri Verbeet [Wed, 3 Dec 2008 13:53:43 +0000 (14:53 +0100)]
wined3d: Remove sampled_format from IWineD3DBaseShaderClass, it isn't used anywhere.
Henri Verbeet [Wed, 3 Dec 2008 13:53:42 +0000 (14:53 +0100)]
wined3d: Move GlPixelFormatDesc to wined3d_private.h where it belongs.
Also remove the silly typedef.
Alexandre Julliard [Wed, 3 Dec 2008 21:37:07 +0000 (22:37 +0100)]
winebuild: Don't add stdcall decorations on non-x86 platforms.
Alexandre Julliard [Wed, 3 Dec 2008 15:41:58 +0000 (16:41 +0100)]
rpcss: Build with -D__WINESRC__ since it's using Wine-specific features.
Alexandre Julliard [Wed, 3 Dec 2008 15:41:39 +0000 (16:41 +0100)]
rpcss: Get rid of the useless rpcss.h header.
Vitaly Lipatov [Mon, 24 Nov 2008 20:06:40 +0000 (23:06 +0300)]
winex11: Add check for XmbTextPropertyToTextList result.
Alexandre Julliard [Wed, 3 Dec 2008 11:13:37 +0000 (12:13 +0100)]
dinput: Make some functions static.
Alexandre Julliard [Wed, 3 Dec 2008 11:12:52 +0000 (12:12 +0100)]
comdlg32: Make some functions static.