wine
12 years agowinegcc: Support a trailing / in paths to winebuild.
Bernhard Loos [Mon, 22 Aug 2011 08:40:10 +0000 (10:40 +0200)] 
winegcc: Support a trailing / in paths to winebuild.

12 years agomsxml3/mxnamespace: Support prefix override mode.
Nikolay Sivov [Sun, 21 Aug 2011 17:49:21 +0000 (21:49 +0400)] 
msxml3/mxnamespace: Support prefix override mode.

12 years agomsxml3/mxnamespace: Implemented getURI().
Nikolay Sivov [Sun, 21 Aug 2011 17:48:15 +0000 (21:48 +0400)] 
msxml3/mxnamespace: Implemented getURI().

12 years agomsxml3/mxnamespace: Implement declarePrefix() and getDeclaredPrefix().
Nikolay Sivov [Sun, 21 Aug 2011 17:47:09 +0000 (21:47 +0400)] 
msxml3/mxnamespace: Implement declarePrefix() and getDeclaredPrefix().

12 years agomsxml3/mxnamespace: Stub IVBMXNamespaceManager and added some tests.
Nikolay Sivov [Sun, 21 Aug 2011 17:44:28 +0000 (21:44 +0400)] 
msxml3/mxnamespace: Stub IVBMXNamespaceManager and added some tests.

12 years agomsxml3/mxnamespace: Add IMXNamespaceManager stub.
Nikolay Sivov [Sun, 21 Aug 2011 17:30:58 +0000 (21:30 +0400)] 
msxml3/mxnamespace: Add IMXNamespaceManager stub.

12 years agocmd/tests: Add tests for tab handling.
Frédéric Delanoy [Fri, 19 Aug 2011 23:26:55 +0000 (01:26 +0200)] 
cmd/tests: Add tests for tab handling.

12 years agocmd/tests: Add @tab@ keyword recognition.
Frédéric Delanoy [Fri, 19 Aug 2011 23:59:01 +0000 (01:59 +0200)] 
cmd/tests: Add @tab@ keyword recognition.

12 years agocmd/tests: Add basic cd tests.
Frédéric Delanoy [Fri, 19 Aug 2011 23:59:00 +0000 (01:59 +0200)] 
cmd/tests: Add basic cd tests.

12 years agocmd: Constify some function parameters.
Frédéric Delanoy [Fri, 19 Aug 2011 23:58:59 +0000 (01:58 +0200)] 
cmd: Constify some function parameters.

12 years agocmd: Rename WCMD_strtrim_leading_spaces to WCMD_skip_leading_spaces to better reflect...
Frédéric Delanoy [Fri, 19 Aug 2011 23:58:58 +0000 (01:58 +0200)] 
cmd: Rename WCMD_strtrim_leading_spaces to WCMD_skip_leading_spaces to better reflect its purpose.

12 years agocmd: Fix a FOR parsing bug when multiple spaces follow an IN.
Frédéric Delanoy [Fri, 19 Aug 2011 23:58:57 +0000 (01:58 +0200)] 
cmd: Fix a FOR parsing bug when multiple spaces follow an IN.

12 years agocmd/tests: Fix bug where an output line was marked as matching when the expected...
Frédéric Delanoy [Fri, 19 Aug 2011 23:58:56 +0000 (01:58 +0200)] 
cmd/tests: Fix bug where an output line was marked as matching when the expected line only differs by a terminal @space@.

12 years agocmd: Clarify some trace messages.
Frédéric Delanoy [Fri, 19 Aug 2011 23:58:55 +0000 (01:58 +0200)] 
cmd: Clarify some trace messages.

12 years agocmd: Remove reference to no longer existing WCMD_read_console from header file.
Frédéric Delanoy [Fri, 19 Aug 2011 23:58:54 +0000 (01:58 +0200)] 
cmd: Remove reference to no longer existing WCMD_read_console from header file.

12 years agocmd: Use CSTR_* instead of hardcoded values as result of CompareStringW.
Frédéric Delanoy [Fri, 19 Aug 2011 23:58:53 +0000 (01:58 +0200)] 
cmd: Use CSTR_* instead of hardcoded values as result of CompareStringW.

12 years agowinemenubuilder: Use start.exe to open URLs to respect URL handlers in registry.
Per Johansson [Thu, 11 Aug 2011 18:21:25 +0000 (20:21 +0200)] 
winemenubuilder: Use start.exe to open URLs to respect URL handlers in registry.

12 years agomsxml3: Added IStream support to IMXWriter.
Thomas Mullaly [Fri, 12 Aug 2011 23:11:08 +0000 (19:11 -0400)] 
msxml3: Added IStream support to IMXWriter.

12 years agomsxml3/tests: Added more IMXWriter tests.
Thomas Mullaly [Fri, 12 Aug 2011 23:11:54 +0000 (19:11 -0400)] 
msxml3/tests: Added more IMXWriter tests.

12 years agomsxml3/tests: Added IStream tests for IMXWriter.
Thomas Mullaly [Fri, 12 Aug 2011 23:11:30 +0000 (19:11 -0400)] 
msxml3/tests: Added IStream tests for IMXWriter.

12 years agoadvapi32/tests: Test what happens when a service fails to or cannot start.
Francois Gouget [Fri, 12 Aug 2011 15:50:07 +0000 (17:50 +0200)] 
advapi32/tests: Test what happens when a service fails to or cannot start.

12 years agogdi32: Initial gamma setting tests.
André Hentschel [Thu, 11 Aug 2011 18:37:26 +0000 (20:37 +0200)] 
gdi32: Initial gamma setting tests.

12 years agowinex11: Validate the ramps also when not converting them to single values.
André Hentschel [Thu, 11 Aug 2011 18:35:11 +0000 (20:35 +0200)] 
winex11: Validate the ramps also when not converting them to single values.

12 years agoieframe: Only print the FIXMEs once for progress bar handling.
André Hentschel [Wed, 10 Aug 2011 21:00:52 +0000 (23:00 +0200)] 
ieframe: Only print the FIXMEs once for progress bar handling.

12 years agouser32: When destroying a window, preserve the first WM_QUIT message that was posted...
Francois Gouget [Fri, 5 Aug 2011 18:29:52 +0000 (20:29 +0200)] 
user32: When destroying a window, preserve the first WM_QUIT message that was posted to it.

12 years agouser32/tests: Test what happens to a WM_QUIT posted to a window that gets destroyed.
Francois Gouget [Fri, 5 Aug 2011 18:27:42 +0000 (20:27 +0200)] 
user32/tests: Test what happens to a WM_QUIT posted to a window that gets destroyed.

12 years agoshell32: Replace call of RegDeleteKeyW by SHDeleteKeyW.
Mariusz Pluciński [Fri, 5 Aug 2011 16:26:08 +0000 (18:26 +0200)] 
shell32: Replace call of RegDeleteKeyW by SHDeleteKeyW.

12 years agopo: Fix some errors in Lithuanian translation.
Aurimas Fišeras [Mon, 22 Aug 2011 14:22:47 +0000 (17:22 +0300)] 
po: Fix some errors in Lithuanian translation.

Detected by Francois Gouget

12 years agotaskmgr: Remove some useless and untranslatable popup labels.
Francois Gouget [Mon, 22 Aug 2011 13:46:37 +0000 (15:46 +0200)] 
taskmgr: Remove some useless and untranslatable popup labels.

12 years agocomdlg32: Specify a message context for 'mm'.
Francois Gouget [Mon, 22 Aug 2011 13:45:41 +0000 (15:45 +0200)] 
comdlg32: Specify a message context for 'mm'.

12 years agopo: Remove English strings from the Hungarian translation.
Francois Gouget [Mon, 22 Aug 2011 14:01:23 +0000 (16:01 +0200)] 
po: Remove English strings from the Hungarian translation.

12 years agopo: Fix a couple of issues around linefeeds in the Persian translation.
Francois Gouget [Mon, 22 Aug 2011 13:55:46 +0000 (15:55 +0200)] 
po: Fix a couple of issues around linefeeds in the Persian translation.

12 years agopo: Remove English strings from the Hebrew translation.
Francois Gouget [Mon, 22 Aug 2011 13:54:39 +0000 (15:54 +0200)] 
po: Remove English strings from the Hebrew translation.

12 years agopo: German translations added and updated.
André Hentschel [Sat, 13 Aug 2011 15:09:13 +0000 (17:09 +0200)] 
po: German translations added and updated.

12 years agokernel32: Create(Named)Pipe uses an nonalertable io mode.
Bernhard Loos [Mon, 22 Aug 2011 09:02:51 +0000 (11:02 +0200)] 
kernel32: Create(Named)Pipe uses an nonalertable io mode.

12 years agokernel32: Make CreateThread hotpatchable.
Bernhard Loos [Mon, 22 Aug 2011 08:40:29 +0000 (10:40 +0200)] 
kernel32: Make CreateThread hotpatchable.

12 years agontdll: Initialize the Length field of PEB->LdrData.
Bernhard Loos [Mon, 22 Aug 2011 08:40:15 +0000 (10:40 +0200)] 
ntdll: Initialize the Length field of PEB->LdrData.

12 years agouser32/tests: Add combobox CB_SETDROPPEDWITH/CB_GETDROPPEDWIDTH tests.
Bruno Jesus [Mon, 22 Aug 2011 01:23:06 +0000 (22:23 -0300)] 
user32/tests: Add combobox CB_SETDROPPEDWITH/CB_GETDROPPEDWIDTH tests.

12 years agowined3d: Invalidate streamsrc, vdecl and indexbuffer after strided draws.
Stefan Dösinger [Thu, 18 Aug 2011 22:55:14 +0000 (00:55 +0200)] 
wined3d: Invalidate streamsrc, vdecl and indexbuffer after strided draws.

12 years agowined3d: Sync a function prototype with its definition.
Michael Stefaniuc [Sun, 21 Aug 2011 22:22:40 +0000 (00:22 +0200)] 
wined3d: Sync a function prototype with its definition.

12 years agowined3d: Don't use the old depth-stencil surface after decrementing its ref count.
Chris Robinson [Fri, 12 Aug 2011 06:21:51 +0000 (23:21 -0700)] 
wined3d: Don't use the old depth-stencil surface after decrementing its ref count.

12 years agogdi32/tests: Remove win9x hacks.
Austin English [Wed, 10 Aug 2011 01:12:01 +0000 (18:12 -0700)] 
gdi32/tests: Remove win9x hacks.

12 years agod3d8/tests: Make sure to use return values (LLVM/Clang).
Austin English [Wed, 10 Aug 2011 00:46:54 +0000 (17:46 -0700)] 
d3d8/tests: Make sure to use return values (LLVM/Clang).

12 years agokernel32/tests: Remove win9x hacks.
Austin English [Tue, 9 Aug 2011 20:06:26 +0000 (13:06 -0700)] 
kernel32/tests: Remove win9x hacks.

12 years agocomctl32: Fix incorrect use of border metrics.
Owen Rudge [Tue, 9 Aug 2011 15:39:09 +0000 (16:39 +0100)] 
comctl32: Fix incorrect use of border metrics.

12 years agoddraw: Print IDirectDrawGammaControl interface reference count for easier debugging.
Ričardas Barkauskas [Sun, 7 Aug 2011 22:26:19 +0000 (01:26 +0300)] 
ddraw: Print IDirectDrawGammaControl interface reference count for easier debugging.

12 years agoddraw: Do not AddRef IDirectDraw7 iface in CreateSurface helper.
Ričardas Barkauskas [Sun, 7 Aug 2011 22:26:08 +0000 (01:26 +0300)] 
ddraw: Do not AddRef IDirectDraw7 iface in CreateSurface helper.

12 years agoddraw: Don't allow setting palette on non root surfaces.
Ričardas Barkauskas [Sun, 7 Aug 2011 22:26:00 +0000 (01:26 +0300)] 
ddraw: Don't allow setting palette on non root surfaces.

12 years agoddraw/tests: Properly release no longer used interfaces.
Ričardas Barkauskas [Sun, 7 Aug 2011 22:25:54 +0000 (01:25 +0300)] 
ddraw/tests: Properly release no longer used interfaces.

12 years agoriched20: Fix uninitialized variable usage.
Thomas Faber [Fri, 5 Aug 2011 23:48:38 +0000 (01:48 +0200)] 
riched20: Fix uninitialized variable usage.

12 years agooleaut32: Use type names and sizeof() instead of hardcoded values for save/load methods.
Nikolay Sivov [Sun, 21 Aug 2011 14:44:54 +0000 (18:44 +0400)] 
oleaut32: Use type names and sizeof() instead of hardcoded values for save/load methods.

12 years agooleaut32: Use strdupW to duplicate strings.
Nikolay Sivov [Sun, 21 Aug 2011 14:13:47 +0000 (18:13 +0400)] 
oleaut32: Use strdupW to duplicate strings.

12 years agooleaut32: FONTDESC size field value is not important for OleCreateFontIndirect.
Nikolay Sivov [Sun, 21 Aug 2011 13:53:12 +0000 (17:53 +0400)] 
oleaut32: FONTDESC size field value is not important for OleCreateFontIndirect.

12 years agooleaut32/tests: Clean result value checks.
Nikolay Sivov [Sun, 21 Aug 2011 13:45:49 +0000 (17:45 +0400)] 
oleaut32/tests: Clean result value checks.

12 years agooleaut32: Get rid of duplicated condition check.
Nikolay Sivov [Sun, 21 Aug 2011 09:40:32 +0000 (13:40 +0400)] 
oleaut32: Get rid of duplicated condition check.

12 years agooleaut32: Clean QueryInterface() method, turn impl. calls to interface calls.
Nikolay Sivov [Sun, 21 Aug 2011 08:27:53 +0000 (12:27 +0400)] 
oleaut32: Clean QueryInterface() method, turn impl. calls to interface calls.

12 years agooleaut32: Remove some useless comments and initializers.
Nikolay Sivov [Sun, 21 Aug 2011 08:16:28 +0000 (12:16 +0400)] 
oleaut32: Remove some useless comments and initializers.

12 years agogdi32: Change the object-level brush function to accept a stand-alone dib and a separ...
Huw Davies [Fri, 19 Aug 2011 15:26:20 +0000 (16:26 +0100)] 
gdi32: Change the object-level brush function to accept a stand-alone dib and a separate clip region.

12 years agogdi32: Implement Polyline and PolyPolyline in the dib driver.
Huw Davies [Fri, 19 Aug 2011 15:26:19 +0000 (16:26 +0100)] 
gdi32: Implement Polyline and PolyPolyline in the dib driver.

12 years agogdi32: Move to using a multi-line pen object-level function.
Huw Davies [Fri, 19 Aug 2011 15:26:18 +0000 (16:26 +0100)] 
gdi32: Move to using a multi-line pen object-level function.

12 years agogdi32: Use the gdi_image_bits structure to maintain the dib driver's bits.
Huw Davies [Fri, 19 Aug 2011 15:26:17 +0000 (16:26 +0100)] 
gdi32: Use the gdi_image_bits structure to maintain the dib driver's bits.

12 years agogdi32: Simplify dibdrv_PutImage a little.
Huw Davies [Fri, 19 Aug 2011 15:26:16 +0000 (16:26 +0100)] 
gdi32: Simplify dibdrv_PutImage a little.

12 years agogdi32: Avoid directly accessing the bits ptr where possible.
Huw Davies [Fri, 19 Aug 2011 15:26:15 +0000 (16:26 +0100)] 
gdi32: Avoid directly accessing the bits ptr where possible.

12 years agogdi32: Use the dib driver GetImage and PutImage implementations in GetBitmapBits...
Huw Davies [Fri, 19 Aug 2011 15:26:14 +0000 (16:26 +0100)] 
gdi32: Use the dib driver GetImage and PutImage implementations in GetBitmapBits and SetBitmapBits when appropriate.

12 years agogdi32: Add a helper to retrieve the bitmap functions.
Huw Davies [Fri, 19 Aug 2011 15:26:13 +0000 (16:26 +0100)] 
gdi32: Add a helper to retrieve the bitmap functions.

12 years agogdi32: Allow SetBitmapBits to set incomplete scanlines.
Huw Davies [Fri, 19 Aug 2011 15:26:12 +0000 (16:26 +0100)] 
gdi32: Allow SetBitmapBits to set incomplete scanlines.

12 years agogdi32: Avoid a possible unnecessary conversion if PutImage is called with zero biClrUsed.
Huw Davies [Fri, 19 Aug 2011 15:26:11 +0000 (16:26 +0100)] 
gdi32: Avoid a possible unnecessary conversion if PutImage is called with zero biClrUsed.

12 years agogdi32: Fix colour table comparison.
Huw Davies [Fri, 19 Aug 2011 15:26:10 +0000 (16:26 +0100)] 
gdi32: Fix colour table comparison.

12 years agowined3d: Move FBO based color blits from IWineD3DSurfaceImpl_BltOverride() to wined3d...
Henri Verbeet [Sun, 21 Aug 2011 19:35:00 +0000 (21:35 +0200)] 
wined3d: Move FBO based color blits from IWineD3DSurfaceImpl_BltOverride() to wined3d_surface_blt().

12 years agowined3d: Move surface_color_fill() based color fills from IWineD3DSurfaceImpl_BltOver...
Henri Verbeet [Sun, 21 Aug 2011 19:34:59 +0000 (21:34 +0200)] 
wined3d: Move surface_color_fill() based color fills from IWineD3DSurfaceImpl_BltOverride() to wined3d_surface_blt().

12 years agowined3d: Reject color fills on sysmem surfaces in ffp_blit_supported().
Henri Verbeet [Sun, 21 Aug 2011 19:34:58 +0000 (21:34 +0200)] 
wined3d: Reject color fills on sysmem surfaces in ffp_blit_supported().

12 years agowined3d: Directly call surface_cpu_blt() in cpu_blit_color_fill().
Henri Verbeet [Sun, 21 Aug 2011 19:34:57 +0000 (21:34 +0200)] 
wined3d: Directly call surface_cpu_blt() in cpu_blit_color_fill().

And avoid a potential infinite recursion if wined3d_surface_blt() ends up
calling cpu_blit_color_fill().

12 years agowined3d: Allow color fills on FBO attachable surfaces in ffp_blit_supported().
Henri Verbeet [Sun, 21 Aug 2011 19:34:56 +0000 (21:34 +0200)] 
wined3d: Allow color fills on FBO attachable surfaces in ffp_blit_supported().

12 years agowined3d: Don't allow blits with an invalid destination rectangle when a clipper is...
Henri Verbeet [Sun, 21 Aug 2011 19:34:55 +0000 (21:34 +0200)] 
wined3d: Don't allow blits with an invalid destination rectangle when a clipper is set either.

Clippers don't really work. Previously we mostly didn't run into this because
the rectangle was already rejected by ddraw_surface7_Blt(), although
ddraw_surface7_BltFast() might have been affected in a couple of cases. We
should of course implement clippers, but until that happens, completely
rejecting the blit is better than introducing memory corruption.

This fixes a regression introduced by commit
92e616f355ded5f3634625dba245e9b437e3ad6a.

12 years agowined3d: Draw buffers are per-framebuffer state.
Henri Verbeet [Sun, 21 Aug 2011 19:34:54 +0000 (21:34 +0200)] 
wined3d: Draw buffers are per-framebuffer state.

12 years agowined3d: Merge FindContext() into context_acquire().
Henri Verbeet [Sun, 21 Aug 2011 19:34:53 +0000 (21:34 +0200)] 
wined3d: Merge FindContext() into context_acquire().

This actually fixes a bug. A context's current_rt field may get set to NULL if
that surface gets destroyed or unloaded. In general, the next time that
context is acquired, context_setup_target() will then set everything up again.
However, if a context_acquire() call with a NULL target ends up returning such
a context, context_setup_target() never sets the current_rt field because the
target FindContext() chooses never gets propagated to context_acquire(). This
patch ensures context_setup_target() is never called with a NULL target.

12 years agowined3d: Reuse convert_a8r8g8b8_x8r8g8b8() for B8G8R8X8 -> B8G8R8A8 conversions.
Henri Verbeet [Sun, 21 Aug 2011 19:34:52 +0000 (21:34 +0200)] 
wined3d: Reuse convert_a8r8g8b8_x8r8g8b8() for B8G8R8X8 -> B8G8R8A8 conversions.

12 years agowined3d: Add compressed surface support to surface_cpu_blt().
Henri Verbeet [Sun, 21 Aug 2011 19:34:51 +0000 (21:34 +0200)] 
wined3d: Add compressed surface support to surface_cpu_blt().

12 years agontdll: Stub TokenSessionId for query call.
Nikolay Sivov [Mon, 8 Aug 2011 21:27:22 +0000 (01:27 +0400)] 
ntdll: Stub TokenSessionId for query call.

12 years agoadvapi32/tests: Fix invalid read in test.
Nikolay Sivov [Sat, 6 Aug 2011 09:33:38 +0000 (13:33 +0400)] 
advapi32/tests: Fix invalid read in test.

12 years agocomctl32/treeview: Set edit box text before notification and keep it after.
Nikolay Sivov [Sat, 6 Aug 2011 08:55:33 +0000 (12:55 +0400)] 
comctl32/treeview: Set edit box text before notification and keep it after.

12 years agowinex11: Simplify rectangle operations.
Huw Davies [Fri, 19 Aug 2011 15:23:57 +0000 (16:23 +0100)] 
winex11: Simplify rectangle operations.

12 years agowinex11: Sync a dib section's bits before copying the brush.
Huw Davies [Fri, 19 Aug 2011 15:23:56 +0000 (16:23 +0100)] 
winex11: Sync a dib section's bits before copying the brush.

12 years agowineps: Don't write a PostScript trailer if we haven't written a header.
Huw Davies [Fri, 19 Aug 2011 15:22:10 +0000 (16:22 +0100)] 
wineps: Don't write a PostScript trailer if we haven't written a header.

12 years agomscoree: COM cleanup for the ICLRRuntimeInfo iface.
Michael Stefaniuc [Thu, 18 Aug 2011 22:43:17 +0000 (00:43 +0200)] 
mscoree: COM cleanup for the ICLRRuntimeInfo iface.

12 years agoamstream: Use CoTaskMemRealloc instead of alloc+copy.
Michael Stefaniuc [Tue, 16 Aug 2011 08:32:27 +0000 (10:32 +0200)] 
amstream: Use CoTaskMemRealloc instead of alloc+copy.

12 years agoamstream: Get rid of the explicit implementation of IMediaStream.
Michael Stefaniuc [Tue, 16 Aug 2011 08:24:15 +0000 (10:24 +0200)] 
amstream: Get rid of the explicit implementation of IMediaStream.

12 years agoamstream: Avoid the forward declaration of the DirectDrawMediaStream_Vtbl.
Michael Stefaniuc [Tue, 16 Aug 2011 08:13:31 +0000 (10:13 +0200)] 
amstream: Avoid the forward declaration of the DirectDrawMediaStream_Vtbl.

12 years agoamstream: Basic COM cleanup for the IDirectDrawMediaStream iface.
Michael Stefaniuc [Tue, 16 Aug 2011 08:11:54 +0000 (10:11 +0200)] 
amstream: Basic COM cleanup for the IDirectDrawMediaStream iface.

12 years agowineoss.drv: Fix AudioRenderClient write pointer calculation.
Jörg Höhle [Tue, 9 Aug 2011 21:34:11 +0000 (23:34 +0200)] 
wineoss.drv: Fix AudioRenderClient write pointer calculation.

12 years agowinealsa.drv: Fix AudioRenderClient write pointer calculation.
Jörg Höhle [Tue, 9 Aug 2011 21:27:51 +0000 (23:27 +0200)] 
winealsa.drv: Fix AudioRenderClient write pointer calculation.

12 years agoamstream: Avoid a forward declaration of the IMediaStreamFilter vtbl.
Michael Stefaniuc [Wed, 10 Aug 2011 22:14:30 +0000 (00:14 +0200)] 
amstream: Avoid a forward declaration of the IMediaStreamFilter vtbl.

12 years agoamstream: COM cleanup for the IMediaStreamFilter iface.
Michael Stefaniuc [Wed, 10 Aug 2011 22:13:17 +0000 (00:13 +0200)] 
amstream: COM cleanup for the IMediaStreamFilter iface.

12 years agogameux: COM cleanup in gamestatistics.c.
Michael Stefaniuc [Wed, 10 Aug 2011 22:11:07 +0000 (00:11 +0200)] 
gameux: COM cleanup in gamestatistics.c.

12 years agogameux: COM cleanup in gameexplorer.c.
Michael Stefaniuc [Wed, 10 Aug 2011 22:06:47 +0000 (00:06 +0200)] 
gameux: COM cleanup in gameexplorer.c.

12 years agodxdiagn: COM cleanup for the IDxDiagContainer iface.
Michael Stefaniuc [Wed, 10 Aug 2011 21:59:30 +0000 (23:59 +0200)] 
dxdiagn: COM cleanup for the IDxDiagContainer iface.

12 years agodxdiagn: COM cleanup for the IDxDiagProvider iface.
Michael Stefaniuc [Wed, 10 Aug 2011 21:58:23 +0000 (23:58 +0200)] 
dxdiagn: COM cleanup for the IDxDiagProvider iface.

12 years agoqcap: COM cleanup in capturegraph.c.
Michael Stefaniuc [Wed, 10 Aug 2011 21:57:01 +0000 (23:57 +0200)] 
qcap: COM cleanup in capturegraph.c.

12 years agogdi32/tests: Consistently print out all infos about non-equal rects.
André Hentschel [Tue, 9 Aug 2011 17:17:12 +0000 (19:17 +0200)] 
gdi32/tests: Consistently print out all infos about non-equal rects.

12 years agowinex11: Fix function header for building without xrender headers.
André Hentschel [Tue, 9 Aug 2011 17:16:58 +0000 (19:16 +0200)] 
winex11: Fix function header for building without xrender headers.