wine
13 years agomshtml: Implement IHTMLStyle put_borderTopColor.
Alistair Leslie-Hughes [Thu, 27 Jan 2011 05:07:45 +0000 (16:07 +1100)] 
mshtml: Implement IHTMLStyle put_borderTopColor.

13 years agosetupapi: Fix access rights for cabinet creation.
Alexandre Julliard [Wed, 2 Feb 2011 17:11:36 +0000 (18:11 +0100)] 
setupapi: Fix access rights for cabinet creation.

13 years agomsi: Try harder to remove non-persistent directories.
Hans Leidekker [Wed, 2 Feb 2011 12:00:59 +0000 (13:00 +0100)] 
msi: Try harder to remove non-persistent directories.

13 years agogdiplus: Qualify reference to Gdiplus::Pixelformat.
Iain Arnell [Wed, 2 Feb 2011 09:20:31 +0000 (10:20 +0100)] 
gdiplus: Qualify reference to Gdiplus::Pixelformat.

13 years agodinput: Ignore EV_MSC events instead of printing fixme.
Vitaliy Margolen [Wed, 2 Feb 2011 04:02:14 +0000 (21:02 -0700)] 
dinput: Ignore EV_MSC events instead of printing fixme.

13 years agodinput: Return correct error code for DIPROP_VIDPID.
Vitaliy Margolen [Wed, 2 Feb 2011 03:28:00 +0000 (20:28 -0700)] 
dinput: Return correct error code for DIPROP_VIDPID.

13 years agowinex11.drv: Only query for XShm on first use.
Henri Verbeet [Tue, 1 Feb 2011 19:47:22 +0000 (20:47 +0100)] 
winex11.drv: Only query for XShm on first use.

13 years agowined3d: Check if formats are supported as render target in srgbwrite_format_test().
Henri Verbeet [Tue, 1 Feb 2011 19:47:21 +0000 (20:47 +0100)] 
wined3d: Check if formats are supported as render target in srgbwrite_format_test().

Floating point formats in particular may not be supported everywhere.

13 years agocrypt32: Fix string quoting in CertRDNValueToStrA/W and CertNameToStrA/W.
Juan Lang [Tue, 1 Feb 2011 18:05:05 +0000 (10:05 -0800)] 
crypt32: Fix string quoting in CertRDNValueToStrA/W and CertNameToStrA/W.

Based on an idea of Christian Inci's.

13 years agocrypt32/tests: Test CertNameToStr's quoting behavior with CERT_SIMPLE_NAME_STR.
Juan Lang [Tue, 1 Feb 2011 17:12:10 +0000 (09:12 -0800)] 
crypt32/tests: Test CertNameToStr's quoting behavior with CERT_SIMPLE_NAME_STR.

13 years agocrypt32/tests: Add tests that show that CertRDNValueToStr doesn't quote (based on...
Juan Lang [Wed, 19 Jan 2011 22:52:11 +0000 (14:52 -0800)] 
crypt32/tests: Add tests that show that CertRDNValueToStr doesn't quote (based on a patch by Christian Inci).

13 years agowined3d: Get rid of the IWineD3D typedefs.
Henri Verbeet [Tue, 1 Feb 2011 18:39:54 +0000 (19:39 +0100)] 
wined3d: Get rid of the IWineD3D typedefs.

13 years agowined3d: Remove COM from IWineD3D.
Henri Verbeet [Tue, 1 Feb 2011 18:39:53 +0000 (19:39 +0100)] 
wined3d: Remove COM from IWineD3D.

13 years agowined3d: Make volumetexture_ops static.
Henri Verbeet [Tue, 1 Feb 2011 18:39:52 +0000 (19:39 +0100)] 
wined3d: Make volumetexture_ops static.

13 years agod3d9/tests: Check another return value in maxmip_test() (LLVM/Clang).
Henri Verbeet [Tue, 1 Feb 2011 18:39:51 +0000 (19:39 +0100)] 
d3d9/tests: Check another return value in maxmip_test() (LLVM/Clang).

13 years agogdi32: Upper 24 bits of a character range must be same.
Kusanagi Kouichi [Tue, 1 Feb 2011 16:37:09 +0000 (01:37 +0900)] 
gdi32: Upper 24 bits of a character range must be same.

13 years agontdll: Fix a compile time warning.
Nikolay Sivov [Fri, 28 Jan 2011 21:58:18 +0000 (00:58 +0300)] 
ntdll: Fix a compile time warning.

13 years agoshdocvw: Initialize variable (Coverity).
Paul Vriens [Tue, 1 Feb 2011 14:12:17 +0000 (15:12 +0100)] 
shdocvw: Initialize variable (Coverity).

13 years agoexplorerframe/tests: Don't compare potentially uninitialized variables (Coverity).
Paul Vriens [Tue, 1 Feb 2011 13:46:14 +0000 (14:46 +0100)] 
explorerframe/tests: Don't compare potentially uninitialized variables (Coverity).

13 years agomsvcrt: Implement longjmp for x86_64.
Alexandre Julliard [Tue, 1 Feb 2011 15:40:31 +0000 (16:40 +0100)] 
msvcrt: Implement longjmp for x86_64.

13 years agomsvcrt: longjmp doesn't have a return value.
Alexandre Julliard [Tue, 1 Feb 2011 15:34:42 +0000 (16:34 +0100)] 
msvcrt: longjmp doesn't have a return value.

13 years agontdll: Add support for longjmp in RtlUnwindEx.
Alexandre Julliard [Tue, 1 Feb 2011 15:34:04 +0000 (16:34 +0100)] 
ntdll: Add support for longjmp in RtlUnwindEx.

13 years agokernel32: Use define instead of hardcoded value.
André Hentschel [Mon, 31 Jan 2011 18:52:54 +0000 (19:52 +0100)] 
kernel32: Use define instead of hardcoded value.

13 years agomountmgr: Use define instead of hardcoded value.
André Hentschel [Mon, 31 Jan 2011 18:44:22 +0000 (19:44 +0100)] 
mountmgr: Use define instead of hardcoded value.

13 years agowrc: Don't match a po message if a same msgid message is defined, but its msgctxt...
Akihiro Sagawa [Sat, 29 Jan 2011 15:39:32 +0000 (00:39 +0900)] 
wrc: Don't match a po message if a same msgid message is defined, but its msgctxt is null.

13 years agogdi32: Stay within the clipping area when painting text background.
David Hedberg [Sun, 30 Jan 2011 12:47:55 +0000 (20:47 +0800)] 
gdi32: Stay within the clipping area when painting text background.

13 years agomsi: Handle out-of-memory condition in encode_streamname.
Hans Leidekker [Tue, 1 Feb 2011 13:02:01 +0000 (14:02 +0100)] 
msi: Handle out-of-memory condition in encode_streamname.

13 years agoprograms: Add winemsibuilder.
Hans Leidekker [Tue, 1 Feb 2011 13:01:42 +0000 (14:01 +0100)] 
programs: Add winemsibuilder.

13 years agowinex11.drv: Make sure that default clipping region exists before calling ExcludeUpda...
Dmitry Timoshkov [Mon, 31 Jan 2011 11:30:43 +0000 (19:30 +0800)] 
winex11.drv: Make sure that default clipping region exists before calling ExcludeUpdateRgn().

13 years agomsi: Reset file attributes before removing a file.
Hans Leidekker [Tue, 1 Feb 2011 11:27:09 +0000 (12:27 +0100)] 
msi: Reset file attributes before removing a file.

13 years agohnetcfg: Return success from fw_app_put_Enabled.
Hans Leidekker [Tue, 1 Feb 2011 11:26:50 +0000 (12:26 +0100)] 
hnetcfg: Return success from fw_app_put_Enabled.

13 years agooleaut32/tests: Fix a safearray leak (Valgrind).
Nikolay Sivov [Tue, 1 Feb 2011 11:29:50 +0000 (14:29 +0300)] 
oleaut32/tests: Fix a safearray leak (Valgrind).

13 years agooleaut32/tests: Fix a IRecordInfo leak (Valgrind).
Nikolay Sivov [Tue, 1 Feb 2011 11:12:46 +0000 (14:12 +0300)] 
oleaut32/tests: Fix a IRecordInfo leak (Valgrind).

13 years agodxdiagn: Avoid caching a single instance of the root container.
Andrew Nguyen [Tue, 1 Feb 2011 10:32:34 +0000 (04:32 -0600)] 
dxdiagn: Avoid caching a single instance of the root container.

13 years agodxdiagn: Simplify the root container initialization.
Andrew Nguyen [Tue, 1 Feb 2011 10:32:24 +0000 (04:32 -0600)] 
dxdiagn: Simplify the root container initialization.

13 years agodxdiagn: Convert the property linked list to a standard Wine list.
Andrew Nguyen [Tue, 1 Feb 2011 10:32:15 +0000 (04:32 -0600)] 
dxdiagn: Convert the property linked list to a standard Wine list.

13 years agodxdiagn: Convert the container linked list to a standard Wine list.
Andrew Nguyen [Tue, 1 Feb 2011 10:32:05 +0000 (04:32 -0600)] 
dxdiagn: Convert the container linked list to a standard Wine list.

13 years agodxdiagn: Avoid zeroing memory in container functions.
Andrew Nguyen [Tue, 1 Feb 2011 10:31:47 +0000 (04:31 -0600)] 
dxdiagn: Avoid zeroing memory in container functions.

13 years agontdll: Add a helper function for checking stack frame limits.
Alexandre Julliard [Tue, 1 Feb 2011 11:18:39 +0000 (12:18 +0100)] 
ntdll: Add a helper function for checking stack frame limits.

13 years agontdll: Avoid copying and restoring the context in RtlCaptureContext for i386.
Alexandre Julliard [Tue, 1 Feb 2011 11:13:19 +0000 (12:13 +0100)] 
ntdll: Avoid copying and restoring the context in RtlCaptureContext for i386.

13 years agontdll/tests: Avoid casting away const in comparison functions.
Andrew Nguyen [Tue, 1 Feb 2011 10:40:44 +0000 (04:40 -0600)] 
ntdll/tests: Avoid casting away const in comparison functions.

13 years agomsvcr90/tests: Avoid casting away const in comparison functions.
Andrew Nguyen [Tue, 1 Feb 2011 10:40:14 +0000 (04:40 -0600)] 
msvcr90/tests: Avoid casting away const in comparison functions.

13 years agontdll: Fix one-time warning message output.
Andrew Nguyen [Tue, 1 Feb 2011 10:33:47 +0000 (04:33 -0600)] 
ntdll: Fix one-time warning message output.

13 years agoshell32: Keep at least one reference to the autocompletion object at initialization...
Andrew Nguyen [Tue, 1 Feb 2011 10:16:38 +0000 (04:16 -0600)] 
shell32: Keep at least one reference to the autocompletion object at initialization until the edit window is destroyed.

Spotted with Valgrind.

13 years agoshell32: Store the autocompletion object pointer in a window property rather than...
Andrew Nguyen [Tue, 1 Feb 2011 10:16:30 +0000 (04:16 -0600)] 
shell32: Store the autocompletion object pointer in a window property rather than in the window user data.

13 years agoshell32: Improve initialization state and parameter handling in IAutoComplete::Init.
Andrew Nguyen [Tue, 1 Feb 2011 10:16:20 +0000 (04:16 -0600)] 
shell32: Improve initialization state and parameter handling in IAutoComplete::Init.

13 years agoshell32/tests: Release the IAutoComplete interface on a failure path.
Andrew Nguyen [Tue, 1 Feb 2011 10:16:02 +0000 (04:16 -0600)] 
shell32/tests: Release the IAutoComplete interface on a failure path.

13 years agogdi32: Add ExtSelectClipRgn() tests for memory and window DCs.
Dmitry Timoshkov [Tue, 1 Feb 2011 10:04:28 +0000 (18:04 +0800)] 
gdi32: Add ExtSelectClipRgn() tests for memory and window DCs.

13 years agogdiplus: C++ fixes for headers.
Iain Arnell [Tue, 1 Feb 2011 07:49:46 +0000 (08:49 +0100)] 
gdiplus: C++ fixes for headers.

13 years agomountmgr: Balance volume references in add_volume().
Ken Thomases [Mon, 31 Jan 2011 23:07:16 +0000 (17:07 -0600)] 
mountmgr: Balance volume references in add_volume().

13 years agod3d9: Add an sRGB format test.
Stefan Dösinger [Sun, 31 Oct 2010 21:43:37 +0000 (22:43 +0100)] 
d3d9: Add an sRGB format test.

13 years agomshtml: Make sure previous request is stopped before starting new request in IPersist...
Piotr Caban [Mon, 31 Jan 2011 19:28:23 +0000 (20:28 +0100)] 
mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit.

13 years agomshtml: Abort more request in abort_document_bindings.
Piotr Caban [Mon, 31 Jan 2011 19:28:10 +0000 (20:28 +0100)] 
mshtml: Abort more request in abort_document_bindings.

13 years agod3d9: Work around an odd nvidia windows bug.
Stefan Dösinger [Sun, 30 Jan 2011 20:10:50 +0000 (21:10 +0100)] 
d3d9: Work around an odd nvidia windows bug.

13 years agod3d9: Use a proper window class in the device tests.
Stefan Dösinger [Sun, 30 Jan 2011 19:50:11 +0000 (20:50 +0100)] 
d3d9: Use a proper window class in the device tests.

13 years agowined3d: Pass a const adapter to the format caps checking functions.
Henri Verbeet [Mon, 31 Jan 2011 18:19:25 +0000 (19:19 +0100)] 
wined3d: Pass a const adapter to the format caps checking functions.

13 years agowined3d: Just fail if the texture type is not supported in create_glsl_blt_shader...
Henri Verbeet [Mon, 31 Jan 2011 18:19:24 +0000 (19:19 +0100)] 
wined3d: Just fail if the texture type is not supported in create_glsl_blt_shader() (LLVM/Clang).

Changing the texture type has no effect at this point, and it wouldn't work
properly anyway.

13 years agod3d9/tests: Check ColorFill() return codes in color_fill_test() (LLVM/Clang).
Henri Verbeet [Mon, 31 Jan 2011 18:19:23 +0000 (19:19 +0100)] 
d3d9/tests: Check ColorFill() return codes in color_fill_test() (LLVM/Clang).

13 years agod3d8/tests: Release doesn't return a HRESULT (LLVM/Clang).
Henri Verbeet [Mon, 31 Jan 2011 18:19:22 +0000 (19:19 +0100)] 
d3d8/tests: Release doesn't return a HRESULT (LLVM/Clang).

13 years agocrypt32/tests: Don't assign a return value that's never checked (clang).
Juan Lang [Fri, 28 Jan 2011 21:20:23 +0000 (13:20 -0800)] 
crypt32/tests: Don't assign a return value that's never checked (clang).

13 years agocrypt32/tests: Remove dead assignments (clang).
Juan Lang [Mon, 31 Jan 2011 16:12:20 +0000 (08:12 -0800)] 
crypt32/tests: Remove dead assignments (clang).

13 years agocrypt32/tests: Test some return values (clang).
Juan Lang [Mon, 31 Jan 2011 16:11:04 +0000 (08:11 -0800)] 
crypt32/tests: Test some return values (clang).

13 years agocrypt32/tests: Test return value rather than output buffer before checking buffer...
Juan Lang [Fri, 28 Jan 2011 21:11:37 +0000 (13:11 -0800)] 
crypt32/tests: Test return value rather than output buffer before checking buffer contents (clang).

13 years agowinex11.drv: Improve error handling in bitmap synthesizing code.
Alexander Scott-Johns [Mon, 31 Jan 2011 15:38:31 +0000 (15:38 +0000)] 
winex11.drv: Improve error handling in bitmap synthesizing code.

13 years agowinex11.drv: Remove unused constant, and fix a comment.
Alexander Scott-Johns [Mon, 31 Jan 2011 02:35:44 +0000 (02:35 +0000)] 
winex11.drv: Remove unused constant, and fix a comment.

13 years agowinemapi: Address can contain "SMTP:".
Alexander Morozov [Fri, 14 Jan 2011 14:58:55 +0000 (17:58 +0300)] 
winemapi: Address can contain "SMTP:".

13 years agowinemapi: Implement MAPIResolveName.
Alexander Morozov [Thu, 13 Jan 2011 13:56:24 +0000 (16:56 +0300)] 
winemapi: Implement MAPIResolveName.

13 years agoprograms: Add a stubbed PlugPlay service.
Hans Leidekker [Mon, 31 Jan 2011 14:26:17 +0000 (15:26 +0100)] 
programs: Add a stubbed PlugPlay service.

13 years agowinebuild: Don't remove stdcall decorations on non-x86.
Alexandre Julliard [Mon, 31 Jan 2011 16:39:45 +0000 (17:39 +0100)] 
winebuild: Don't remove stdcall decorations on non-x86.

13 years agoopencl: Avoid size_t in traces.
Alexandre Julliard [Mon, 31 Jan 2011 14:36:45 +0000 (15:36 +0100)] 
opencl: Avoid size_t in traces.

13 years agontdll/tests: Avoid sizeof in a trace.
Alexandre Julliard [Mon, 31 Jan 2011 14:36:32 +0000 (15:36 +0100)] 
ntdll/tests: Avoid sizeof in a trace.

13 years agodbghelp: Fix an uninitialized return value.
Alexandre Julliard [Mon, 31 Jan 2011 14:36:23 +0000 (15:36 +0100)] 
dbghelp: Fix an uninitialized return value.

13 years agomsvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for...
Detlef Riekenberg [Sun, 30 Jan 2011 22:34:38 +0000 (23:34 +0100)] 
msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages.

13 years agontdll: Fix frame address check in RtlCaptureStackBackTrace to match what RtlUnwind...
Alexandre Julliard [Mon, 31 Jan 2011 13:18:30 +0000 (14:18 +0100)] 
ntdll: Fix frame address check in RtlCaptureStackBackTrace to match what RtlUnwind does.

13 years agowinedbg: Added support for variables with thread storage.
Eric Pouech [Sat, 29 Jan 2011 19:38:21 +0000 (20:38 +0100)] 
winedbg: Added support for variables with thread storage.

13 years agodbghelp: Properly declare variables with thread storage from codeview debug format.
Eric Pouech [Sat, 29 Jan 2011 19:38:15 +0000 (20:38 +0100)] 
dbghelp: Properly declare variables with thread storage from codeview debug format.

13 years agodbghelp: Added support for variables in thread storage.
Eric Pouech [Sat, 29 Jan 2011 19:38:04 +0000 (20:38 +0100)] 
dbghelp: Added support for variables in thread storage.

13 years agowinedump: Added definition and dumping of thread local variables.
Eric Pouech [Sat, 29 Jan 2011 19:37:58 +0000 (20:37 +0100)] 
winedump: Added definition and dumping of thread local variables.

13 years agonotepad: Load UTF-8 encoding name from resources instead of using GetCPInfoEx.
Alexander Scott-Johns [Thu, 27 Jan 2011 20:08:22 +0000 (20:08 +0000)] 
notepad: Load UTF-8 encoding name from resources instead of using GetCPInfoEx.

13 years agowinex11.drv: Remove broken HeapFree call.
Alexander Scott-Johns [Fri, 28 Jan 2011 20:35:33 +0000 (20:35 +0000)] 
winex11.drv: Remove broken HeapFree call.

13 years agoole32: Fix error handling in get_data_from_metafilepict and get_data_from_bitmap.
Alexander Scott-Johns [Fri, 28 Jan 2011 19:49:50 +0000 (19:49 +0000)] 
ole32: Fix error handling in get_data_from_metafilepict and get_data_from_bitmap.

13 years agouser32: Partially fix clipboard viewer infinite recursion bug.
Alexander Scott-Johns [Tue, 25 Jan 2011 22:38:49 +0000 (22:38 +0000)] 
user32: Partially fix clipboard viewer infinite recursion bug.

13 years agowinecoreaudio: Fix deprecation warnings in mixer.c.
Charles Davis [Sat, 29 Jan 2011 23:44:24 +0000 (16:44 -0700)] 
winecoreaudio: Fix deprecation warnings in mixer.c.

13 years agowinecoreaudio: Fix deprecation warnings in audio.c.
Charles Davis [Sat, 29 Jan 2011 23:42:25 +0000 (16:42 -0700)] 
winecoreaudio: Fix deprecation warnings in audio.c.

13 years agowinecoreaudio: Fix deprecation warnings in audiounit.c.
Charles Davis [Sat, 29 Jan 2011 23:45:54 +0000 (16:45 -0700)] 
winecoreaudio: Fix deprecation warnings in audiounit.c.

13 years agowinecoreaudio: Don't use Component Manager on Mac OS 10.6.
Charles Davis [Sat, 29 Jan 2011 23:45:53 +0000 (16:45 -0700)] 
winecoreaudio: Don't use Component Manager on Mac OS 10.6.

13 years agokernel32: Use binary search for key lookup in terminfo generated data.
Eric Pouech [Sat, 29 Jan 2011 19:02:36 +0000 (20:02 +0100)] 
kernel32: Use binary search for key lookup in terminfo generated data.

13 years agokernel32: Added shift & ctrl modifiers for function keys.
Eric Pouech [Sat, 29 Jan 2011 19:02:30 +0000 (20:02 +0100)] 
kernel32: Added shift & ctrl modifiers for function keys.

13 years agokernel32: Added support for extended capacities in terminfo for xterm-like terminals.
Eric Pouech [Sat, 29 Jan 2011 19:02:21 +0000 (20:02 +0100)] 
kernel32: Added support for extended capacities in terminfo for xterm-like terminals.

13 years agokernel32: Store key len in dbkey_pair structure for efficiency reasons.
Eric Pouech [Sat, 29 Jan 2011 19:02:15 +0000 (20:02 +0100)] 
kernel32: Store key len in dbkey_pair structure for efficiency reasons.

13 years agokernel32/tests: Add a test for ioctl 0x560000.
Hans Leidekker [Mon, 31 Jan 2011 10:32:04 +0000 (11:32 +0100)] 
kernel32/tests: Add a test for ioctl 0x560000.

13 years agomountmgr: Add a stub implementation of ioctl 0x560000.
Hans Leidekker [Mon, 31 Jan 2011 10:31:46 +0000 (11:31 +0100)] 
mountmgr: Add a stub implementation of ioctl 0x560000.

13 years agod3d8: COM cleanup for the IDirect3DTexture8 iface.
Michael Stefaniuc [Mon, 31 Jan 2011 00:47:39 +0000 (01:47 +0100)] 
d3d8: COM cleanup for the IDirect3DTexture8 iface.

13 years agod3d8: COM cleanup for the IDirect3DCubeTexture8 iface.
Michael Stefaniuc [Mon, 31 Jan 2011 00:46:17 +0000 (01:46 +0100)] 
d3d8: COM cleanup for the IDirect3DCubeTexture8 iface.

13 years agod3d8: Remove the unused struct IDirect3DResource8Impl.
Michael Stefaniuc [Mon, 31 Jan 2011 00:44:00 +0000 (01:44 +0100)] 
d3d8: Remove the unused struct IDirect3DResource8Impl.

The rest was removed in cdb7a94ae2dc.

13 years agod3d8: COM cleanup for the IDirect3DSwapChain8 iface.
Michael Stefaniuc [Mon, 31 Jan 2011 00:40:25 +0000 (01:40 +0100)] 
d3d8: COM cleanup for the IDirect3DSwapChain8 iface.

13 years agod3d8: COM cleanup for the IDirect3DVolume8 iface.
Michael Stefaniuc [Mon, 31 Jan 2011 00:37:33 +0000 (01:37 +0100)] 
d3d8: COM cleanup for the IDirect3DVolume8 iface.

13 years agomshtml: Added support for recursive script runners.
Jacek Caban [Sun, 30 Jan 2011 23:32:30 +0000 (00:32 +0100)] 
mshtml: Added support for recursive script runners.

13 years agomshtml: Added script execution time tests.
Jacek Caban [Sun, 30 Jan 2011 23:32:04 +0000 (00:32 +0100)] 
mshtml: Added script execution time tests.

13 years agopo: Update Japanese translation.
Akihiro Sagawa [Sat, 29 Jan 2011 14:43:06 +0000 (23:43 +0900)] 
po: Update Japanese translation.