wine
12 years agodpnet/tests: Fix a test that fails on Windows.
Alexandre Julliard [Thu, 3 Nov 2011 10:24:30 +0000 (11:24 +0100)] 
dpnet/tests: Fix a test that fails on Windows.

12 years agoddraw/tests: Add more attachment/detachment test cases.
Octavian Voicu [Thu, 3 Nov 2011 11:32:11 +0000 (13:32 +0200)] 
ddraw/tests: Add more attachment/detachment test cases.

12 years agoddraw/tests: Use more common pixel formats and caps for attachment tests.
Octavian Voicu [Thu, 3 Nov 2011 11:32:10 +0000 (13:32 +0200)] 
ddraw/tests: Use more common pixel formats and caps for attachment tests.

12 years agoddraw/tests: Move surface attachment tests from refcount.c to dsurface.c.
Octavian Voicu [Thu, 3 Nov 2011 11:32:09 +0000 (13:32 +0200)] 
ddraw/tests: Move surface attachment tests from refcount.c to dsurface.c.

12 years agosane.ds: Remove unneeded address-of operators from array name.
Andrew Talbot [Wed, 2 Nov 2011 22:29:07 +0000 (22:29 +0000)] 
sane.ds: Remove unneeded address-of operators from array name.

12 years agowined3d: Locking partial blocks is not allowed in DEFAULT pool resources.
Stefan Dösinger [Thu, 13 Oct 2011 21:35:38 +0000 (23:35 +0200)] 
wined3d: Locking partial blocks is not allowed in DEFAULT pool resources.

12 years agod3d9/tests: Move the double unlock test into a separate test, test other pools.
Stefan Dösinger [Thu, 13 Oct 2011 21:13:53 +0000 (23:13 +0200)] 
d3d9/tests: Move the double unlock test into a separate test, test other pools.

12 years agontdll: Make the VirtualProtect tests pass under Wine.
Dmitry Timoshkov [Mon, 31 Oct 2011 05:48:54 +0000 (13:48 +0800)] 
ntdll: Make the VirtualProtect tests pass under Wine.

12 years agontdll: Use PAGE_READWRITE access when resolving DLL imports.
Dmitry Timoshkov [Mon, 31 Oct 2011 05:48:37 +0000 (13:48 +0800)] 
ntdll: Use PAGE_READWRITE access when resolving DLL imports.

12 years agomsi: GetComputerName returns ERROR_BUFFER_OVERFLOW when the buffer is too small.
Hans Leidekker [Thu, 3 Nov 2011 10:40:16 +0000 (11:40 +0100)] 
msi: GetComputerName returns ERROR_BUFFER_OVERFLOW when the buffer is too small.

12 years agomsiexec: Preserve the first argument in process_args_from_reg.
Hans Leidekker [Thu, 3 Nov 2011 10:39:44 +0000 (11:39 +0100)] 
msiexec: Preserve the first argument in process_args_from_reg.

12 years agowined3d: Use wined3d_surface_blt() in swapchain_gl_present().
Henri Verbeet [Wed, 2 Nov 2011 21:46:54 +0000 (22:46 +0100)] 
wined3d: Use wined3d_surface_blt() in swapchain_gl_present().

12 years agowined3d: Use wined3d_surface_blt() in wined3d_swapchain_get_front_buffer_data().
Henri Verbeet [Wed, 2 Nov 2011 21:46:53 +0000 (22:46 +0100)] 
wined3d: Use wined3d_surface_blt() in wined3d_swapchain_get_front_buffer_data().

12 years agowined3d: Use wined3d_surface_blt() in surface_upload_from_surface().
Henri Verbeet [Wed, 2 Nov 2011 21:46:52 +0000 (22:46 +0100)] 
wined3d: Use wined3d_surface_blt() in surface_upload_from_surface().

12 years agomsxml3: Add type id placeholder for index 0 to make lookup code actually work.
Nikolay Sivov [Wed, 2 Nov 2011 20:13:24 +0000 (23:13 +0300)] 
msxml3: Add type id placeholder for index 0 to make lookup code actually work.

12 years agogdi32: Add support for pattern brushes in the DIB driver.
Alexandre Julliard [Thu, 3 Nov 2011 10:24:07 +0000 (11:24 +0100)] 
gdi32: Add support for pattern brushes in the DIB driver.

12 years agogdi32: Retrieve the bits of a pattern brush when it's selected into a different type...
Alexandre Julliard [Thu, 3 Nov 2011 10:11:14 +0000 (11:11 +0100)] 
gdi32: Retrieve the bits of a pattern brush when it's selected into a different type of DC.

12 years agogdi32: Don't free bitmap bits when changing the owner, we may still have pointers...
Alexandre Julliard [Thu, 3 Nov 2011 11:49:46 +0000 (12:49 +0100)] 
gdi32: Don't free bitmap bits when changing the owner, we may still have pointers to them.

12 years agogdi32: Pass the full brush contents in the SelectBrush driver entry point.
Alexandre Julliard [Wed, 2 Nov 2011 20:17:15 +0000 (21:17 +0100)] 
gdi32: Pass the full brush contents in the SelectBrush driver entry point.

12 years agogdi32: Store internal brush data in separate fields in the brush object.
Alexandre Julliard [Wed, 2 Nov 2011 19:58:36 +0000 (20:58 +0100)] 
gdi32: Store internal brush data in separate fields in the brush object.

12 years agojscript: Use specified expression length to trace it.
Nikolay Sivov [Wed, 2 Nov 2011 18:43:20 +0000 (21:43 +0300)] 
jscript: Use specified expression length to trace it.

12 years agontdll: Fix restart size calculation.
Grazvydas Ignotas [Wed, 2 Nov 2011 17:27:51 +0000 (19:27 +0200)] 
ntdll: Fix restart size calculation.

12 years agokernel32: Use PAGE_READWRITE access when enabling write access to resource data.
Dmitry Timoshkov [Mon, 31 Oct 2011 05:48:08 +0000 (13:48 +0800)] 
kernel32: Use PAGE_READWRITE access when enabling write access to resource data.

12 years agoopengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly...
Louis Lenders [Sun, 30 Oct 2011 21:13:34 +0000 (22:13 +0100)] 
opengl32: Use wrappers for wglCreateContext and wglMakeCurrent instead of directly forwarding to gdi32.

12 years agoapphelp: New dll stub.
André Hentschel [Mon, 31 Oct 2011 19:05:49 +0000 (20:05 +0100)] 
apphelp: New dll stub.

12 years agowincrypt.h: Fix a typo.
Alexander Morozov [Wed, 2 Nov 2011 11:16:07 +0000 (15:16 +0400)] 
wincrypt.h: Fix a typo.

12 years agokernel32: Make sure we reference stack data still in scope (Coverity).
Marcus Meissner [Wed, 2 Nov 2011 10:53:40 +0000 (11:53 +0100)] 
kernel32: Make sure we reference stack data still in scope (Coverity).

12 years agoinetcpl: Convert dialogs to po files.
Alexandre Julliard [Wed, 2 Nov 2011 13:55:15 +0000 (14:55 +0100)] 
inetcpl: Convert dialogs to po files.

12 years agowineconsole: Convert dialogs to po files.
Alexandre Julliard [Wed, 2 Nov 2011 13:28:22 +0000 (14:28 +0100)] 
wineconsole: Convert dialogs to po files.

12 years agomscoree: Return S_OK from CanLaunchOrAttach.
Alistair Leslie-Hughes [Mon, 17 Oct 2011 23:39:47 +0000 (10:39 +1100)] 
mscoree: Return S_OK from CanLaunchOrAttach.

12 years agodinput: Window supplied to SetCooperativeLevel have to be top level window.
Vitaliy Margolen [Wed, 2 Nov 2011 05:45:39 +0000 (23:45 -0600)] 
dinput: Window supplied to SetCooperativeLevel have to be top level window.

12 years agowindowscodecs: Remove unneeded address-of operators from array names.
Andrew Talbot [Tue, 1 Nov 2011 22:51:46 +0000 (22:51 +0000)] 
windowscodecs: Remove unneeded address-of operators from array names.

12 years agoshell32: Remove unneeded address-of operators from array names.
Andrew Talbot [Tue, 1 Nov 2011 22:51:42 +0000 (22:51 +0000)] 
shell32: Remove unneeded address-of operators from array names.

12 years agorsaenh: Remove unneeded address-of operator from array name.
Andrew Talbot [Tue, 1 Nov 2011 22:51:38 +0000 (22:51 +0000)] 
rsaenh: Remove unneeded address-of operator from array name.

12 years agomsxml3: Silence IDispatchJS query.
Nikolay Sivov [Tue, 1 Nov 2011 20:52:32 +0000 (23:52 +0300)] 
msxml3: Silence IDispatchJS query.

12 years agomsxml3: Support IDispatchEx for IXMLDOMParseError.
Nikolay Sivov [Tue, 1 Nov 2011 20:50:56 +0000 (23:50 +0300)] 
msxml3: Support IDispatchEx for IXMLDOMParseError.

12 years agouser32: Only attempt autoscroll line breaking on an edit control when we have a reaso...
Aric Stewart [Tue, 1 Nov 2011 19:48:35 +0000 (14:48 -0500)] 
user32: Only attempt autoscroll line breaking on an edit control when we have a reasonable width to break to.

12 years agowined3d: Make the shader parameter to shader_arb_load_constantsF() const.
Henri Verbeet [Tue, 1 Nov 2011 19:15:22 +0000 (20:15 +0100)] 
wined3d: Make the shader parameter to shader_arb_load_constantsF() const.

12 years agowined3d: Make the buffer parameter to buffer_sanitize_flags() const.
Henri Verbeet [Tue, 1 Nov 2011 19:15:21 +0000 (20:15 +0100)] 
wined3d: Make the buffer parameter to buffer_sanitize_flags() const.

12 years agowined3d: Construct the non-rhw projection matrix directly in transform_projection().
Henri Verbeet [Tue, 1 Nov 2011 19:15:20 +0000 (20:15 +0100)] 
wined3d: Construct the non-rhw projection matrix directly in transform_projection().

12 years agowined3d: Construct the rhw projection matrix directly in transform_projection().
Henri Verbeet [Tue, 1 Nov 2011 19:15:19 +0000 (20:15 +0100)] 
wined3d: Construct the rhw projection matrix directly in transform_projection().

12 years agowined3d: Construct the projection matrix directly in set_blit_dimension().
Henri Verbeet [Tue, 1 Nov 2011 19:15:18 +0000 (20:15 +0100)] 
wined3d: Construct the projection matrix directly in set_blit_dimension().

This saves a needless matrix multiplication and is actually more obvious than
the glOrtho() call.

12 years agopo: Update German translation.
André Hentschel [Tue, 1 Nov 2011 18:37:33 +0000 (19:37 +0100)] 
po: Update German translation.

12 years agontdll: Only load ARMv7 PE images when supported by CPU.
André Hentschel [Tue, 1 Nov 2011 18:32:57 +0000 (19:32 +0100)] 
ntdll: Only load ARMv7 PE images when supported by CPU.

12 years agowininet: Add a stub for RunOnceUrlCache.
Austin English [Tue, 1 Nov 2011 18:14:16 +0000 (11:14 -0700)] 
wininet: Add a stub for RunOnceUrlCache.

12 years agodbghelp: Use ARMv7 for debugging.
André Hentschel [Tue, 1 Nov 2011 15:41:43 +0000 (16:41 +0100)] 
dbghelp: Use ARMv7 for debugging.

12 years agowinedbg: Use ARMv7 for debugging.
André Hentschel [Tue, 1 Nov 2011 15:41:33 +0000 (16:41 +0100)] 
winedbg: Use ARMv7 for debugging.

12 years agowinebuild: Use ARMv7 for wine modules.
André Hentschel [Tue, 1 Nov 2011 15:41:11 +0000 (16:41 +0100)] 
winebuild: Use ARMv7 for wine modules.

12 years agogdi32: Sanitize the DIB information for DIB pattern brushes.
Alexandre Julliard [Wed, 2 Nov 2011 11:22:44 +0000 (12:22 +0100)] 
gdi32: Sanitize the DIB information for DIB pattern brushes.

12 years agogdi32: Store a pointer instead of a global handle for DIB pattern brushes.
Alexandre Julliard [Wed, 2 Nov 2011 11:02:27 +0000 (12:02 +0100)] 
gdi32: Store a pointer instead of a global handle for DIB pattern brushes.

12 years agogdi32/tests: Add some tests for palette-relative pattern brushes.
Alexandre Julliard [Wed, 2 Nov 2011 10:33:00 +0000 (11:33 +0100)] 
gdi32/tests: Add some tests for palette-relative pattern brushes.

12 years agowineps: Fix a couple of typos in the path painting function.
Alexandre Julliard [Tue, 1 Nov 2011 20:10:13 +0000 (21:10 +0100)] 
wineps: Fix a couple of typos in the path painting function.

Thanks to Octavian Voicu.

12 years agokernel32: Update English resource.
Ken Sharp [Fri, 28 Oct 2011 14:57:52 +0000 (15:57 +0100)] 
kernel32: Update English resource.

12 years agontdll: Try to load ARMv7 PE images on ARM.
André Hentschel [Tue, 1 Nov 2011 15:19:16 +0000 (16:19 +0100)] 
ntdll: Try to load ARMv7 PE images on ARM.

12 years agowinedump: Add machine string for ARMv7.
André Hentschel [Tue, 1 Nov 2011 15:19:24 +0000 (16:19 +0100)] 
winedump: Add machine string for ARMv7.

12 years agokernel32/tests: Use ARMv7 for PE images.
André Hentschel [Tue, 1 Nov 2011 15:18:52 +0000 (16:18 +0100)] 
kernel32/tests: Use ARMv7 for PE images.

12 years agowinecfg: Play test sound asynchronously.
Andrew Eikum [Tue, 1 Nov 2011 15:18:13 +0000 (10:18 -0500)] 
winecfg: Play test sound asynchronously.

12 years agouser32: Early versions of usp10 are not well behaved with ScriptString_pSize when...
Aric Stewart [Tue, 1 Nov 2011 15:09:37 +0000 (10:09 -0500)] 
user32: Early versions of usp10 are not well behaved with ScriptString_pSize when SCRIPT_STRING_ANALYSIS is NULL.

12 years agomscoree: Implement ICorDebug EnumerateProcesses.
Alistair Leslie-Hughes [Sun, 30 Oct 2011 22:15:39 +0000 (09:15 +1100)] 
mscoree: Implement ICorDebug EnumerateProcesses.

12 years agogdi32: Add some brush tests.
Alexandre Julliard [Tue, 1 Nov 2011 13:07:05 +0000 (14:07 +0100)] 
gdi32: Add some brush tests.

12 years agojscript: Add a version resource.
Hans Leidekker [Tue, 1 Nov 2011 10:09:02 +0000 (11:09 +0100)] 
jscript: Add a version resource.

12 years agovbscript: Add a version resource.
Hans Leidekker [Tue, 1 Nov 2011 10:08:45 +0000 (11:08 +0100)] 
vbscript: Add a version resource.

12 years agomsi: Set the ComputerName property.
Hans Leidekker [Tue, 1 Nov 2011 10:07:45 +0000 (11:07 +0100)] 
msi: Set the ComputerName property.

12 years agomsi: Handle some more message types in MSI_ProcessMessage.
Hans Leidekker [Tue, 1 Nov 2011 10:07:21 +0000 (11:07 +0100)] 
msi: Handle some more message types in MSI_ProcessMessage.

12 years agomsi: Fix the log mode for progress messages.
Hans Leidekker [Tue, 1 Nov 2011 10:06:46 +0000 (11:06 +0100)] 
msi: Fix the log mode for progress messages.

12 years agoshell32: Release site pointer.
Alistair Leslie-Hughes [Tue, 1 Nov 2011 03:29:28 +0000 (14:29 +1100)] 
shell32: Release site pointer.

12 years agowinefile: Convert dialogs to po files.
Alexandre Julliard [Tue, 1 Nov 2011 11:10:10 +0000 (12:10 +0100)] 
winefile: Convert dialogs to po files.

12 years agowordpad: Convert dialogs to po files.
Alexandre Julliard [Tue, 1 Nov 2011 10:52:09 +0000 (11:52 +0100)] 
wordpad: Convert dialogs to po files.

12 years agooleview: Convert dialogs to po files.
Alexandre Julliard [Tue, 1 Nov 2011 10:12:19 +0000 (11:12 +0100)] 
oleview: Convert dialogs to po files.

12 years agorsaenh: Infer private exponent length from data length.
Juan Lang [Mon, 31 Oct 2011 17:44:23 +0000 (10:44 -0700)] 
rsaenh: Infer private exponent length from data length.

12 years agorsaenh: Test importing a key with an input buffer that's too small for the key it...
Juan Lang [Mon, 31 Oct 2011 17:43:43 +0000 (10:43 -0700)] 
rsaenh: Test importing a key with an input buffer that's too small for the key it contains.

12 years agorsaenh: Add error messages for failed private key imports.
Juan Lang [Wed, 26 Oct 2011 23:02:03 +0000 (16:02 -0700)] 
rsaenh: Add error messages for failed private key imports.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Mon, 31 Oct 2011 18:16:19 +0000 (20:16 +0200)] 
po: Update Lithuanian translation.

12 years agodbghelp: Implement SymMatchStringW.
André Hentschel [Mon, 31 Oct 2011 19:08:00 +0000 (20:08 +0100)] 
dbghelp: Implement SymMatchStringW.

12 years agodbghelp: Rename SymMatchString and forward it to SymMatchStringA.
André Hentschel [Mon, 31 Oct 2011 19:07:32 +0000 (20:07 +0100)] 
dbghelp: Rename SymMatchString and forward it to SymMatchStringA.

12 years agowininet: Implement ShowX509EncodedCertificate.
Juan Lang [Mon, 31 Oct 2011 19:55:15 +0000 (12:55 -0700)] 
wininet: Implement ShowX509EncodedCertificate.

12 years agopo: Update Italian translation.
Luca Bennati [Mon, 31 Oct 2011 18:23:34 +0000 (19:23 +0100)] 
po: Update Italian translation.

12 years agopo: Update French translation.
Frédéric Delanoy [Mon, 31 Oct 2011 23:23:04 +0000 (00:23 +0100)] 
po: Update French translation.

12 years agoqedit: Remove unneeded address-of operator from array name.
Andrew Talbot [Mon, 31 Oct 2011 21:19:37 +0000 (21:19 +0000)] 
qedit: Remove unneeded address-of operator from array name.

12 years agoole32: Remove unneeded address-of operators from array names.
Andrew Talbot [Mon, 31 Oct 2011 21:19:33 +0000 (21:19 +0000)] 
ole32: Remove unneeded address-of operators from array names.

12 years agogdiplus: Remove unneeded address-of operators from array names.
Andrew Talbot [Mon, 31 Oct 2011 21:19:29 +0000 (21:19 +0000)] 
gdiplus: Remove unneeded address-of operators from array names.

12 years agofusion: Remove unneeded address-of operators from array names.
Andrew Talbot [Mon, 31 Oct 2011 21:19:25 +0000 (21:19 +0000)] 
fusion: Remove unneeded address-of operators from array names.

12 years agocryptui: Remove unneeded address-of operators from array names.
Andrew Talbot [Mon, 31 Oct 2011 21:19:21 +0000 (21:19 +0000)] 
cryptui: Remove unneeded address-of operators from array names.

12 years agocomdlg32: Remove unneeded address-of operator from array name.
Andrew Talbot [Mon, 31 Oct 2011 21:19:16 +0000 (21:19 +0000)] 
comdlg32: Remove unneeded address-of operator from array name.

12 years agoole32: Drop 'inline' from a function using sigsetjmp.
Michael Stefaniuc [Mon, 31 Oct 2011 20:49:48 +0000 (21:49 +0100)] 
ole32: Drop 'inline' from a function using sigsetjmp.

12 years agocomctl32: Drop 'inline' from a function using sigsetjmp.
Michael Stefaniuc [Mon, 31 Oct 2011 20:45:55 +0000 (21:45 +0100)] 
comctl32: Drop 'inline' from a function using sigsetjmp.

12 years agomsxml3: Init IDispatchEx data for all node types.
Nikolay Sivov [Mon, 31 Oct 2011 19:09:12 +0000 (22:09 +0300)] 
msxml3: Init IDispatchEx data for all node types.

12 years agomsxml3: Fix trace formats to match all other files.
Nikolay Sivov [Mon, 31 Oct 2011 13:44:28 +0000 (16:44 +0300)] 
msxml3: Fix trace formats to match all other files.

12 years agowined3d: Make the buffer parameter to buffer_is_fully_dirty() const.
Henri Verbeet [Mon, 31 Oct 2011 18:48:15 +0000 (19:48 +0100)] 
wined3d: Make the buffer parameter to buffer_is_fully_dirty() const.

12 years agowined3d: Make the buffer parameter to buffer_is_dirty() const.
Henri Verbeet [Mon, 31 Oct 2011 18:48:14 +0000 (19:48 +0100)] 
wined3d: Make the buffer parameter to buffer_is_dirty() const.

12 years agowined3d: Get rid of the local_constant typedef.
Henri Verbeet [Mon, 31 Oct 2011 18:48:13 +0000 (19:48 +0100)] 
wined3d: Get rid of the local_constant typedef.

12 years agowined3d: Create the DIB section for DDSCAPS_OWNDC surfaces on initialization.
Henri Verbeet [Mon, 31 Oct 2011 18:48:12 +0000 (19:48 +0100)] 
wined3d: Create the DIB section for DDSCAPS_OWNDC surfaces on initialization.

12 years agowined3d: Get rid of the wined3d_surface_bltfast() export.
Henri Verbeet [Mon, 31 Oct 2011 18:48:11 +0000 (19:48 +0100)] 
wined3d: Get rid of the wined3d_surface_bltfast() export.

12 years agogdi32: Add a DC driver entry point for GdiGradientFill.
Alexandre Julliard [Mon, 31 Oct 2011 22:51:38 +0000 (23:51 +0100)] 
gdi32: Add a DC driver entry point for GdiGradientFill.

12 years agogdi32/tests: Add some tests for the behavior of a printer DC.
Alexandre Julliard [Mon, 31 Oct 2011 19:23:20 +0000 (20:23 +0100)] 
gdi32/tests: Add some tests for the behavior of a printer DC.

12 years agogdi32: Emulate DDB support using the DIB driver when the graphics driver doesn't...
Alexandre Julliard [Mon, 31 Oct 2011 19:21:15 +0000 (20:21 +0100)] 
gdi32: Emulate DDB support using the DIB driver when the graphics driver doesn't support bitmaps.

12 years agogdi32: Allocate the bits for a DDB the first time it's used in any DIB driver call.
Alexandre Julliard [Mon, 31 Oct 2011 19:06:37 +0000 (20:06 +0100)] 
gdi32: Allocate the bits for a DDB the first time it's used in any DIB driver call.

12 years agowinspool/tests: Allow a different way of specifying the paper size capabilities.
Alexandre Julliard [Mon, 31 Oct 2011 19:00:26 +0000 (20:00 +0100)] 
winspool/tests: Allow a different way of specifying the paper size capabilities.

12 years agowineps: Stroke and fill GDI paths using Postscript paths.
Alexandre Julliard [Mon, 31 Oct 2011 18:58:12 +0000 (19:58 +0100)] 
wineps: Stroke and fill GDI paths using Postscript paths.

12 years agowineps: Implement PolyBezier using the Postscript curveto function.
Alexandre Julliard [Mon, 31 Oct 2011 18:39:02 +0000 (19:39 +0100)] 
wineps: Implement PolyBezier using the Postscript curveto function.