wine
11 years agod3dx9: Implement the support for saving a surface to a DDS file.
Józef Kucia [Mon, 24 Sep 2012 11:46:38 +0000 (13:46 +0200)] 
d3dx9: Implement the support for saving a surface to a DDS file.

11 years agod3dx9: Use 4 spaces per indent level in get_image_info_from_dds().
Józef Kucia [Mon, 24 Sep 2012 11:46:37 +0000 (13:46 +0200)] 
d3dx9: Use 4 spaces per indent level in get_image_info_from_dds().

11 years agod3dx9: Introduce a function for calculating the expected size of a DDS file.
Józef Kucia [Mon, 24 Sep 2012 11:46:36 +0000 (13:46 +0200)] 
d3dx9: Introduce a function for calculating the expected size of a DDS file.

11 years agojscript: Properly invoke regexp matching in String.split.
Jacek Caban [Mon, 24 Sep 2012 13:41:53 +0000 (15:41 +0200)] 
jscript: Properly invoke regexp matching in String.split.

11 years agojscript: Added support for limit argument in String.split.
Jacek Caban [Mon, 24 Sep 2012 13:41:34 +0000 (15:41 +0200)] 
jscript: Added support for limit argument in String.split.

11 years agoshell32: Add some more function prototypes and fix the IsNetDrive() one.
Francois Gouget [Mon, 24 Sep 2012 14:33:41 +0000 (16:33 +0200)] 
shell32: Add some more function prototypes and fix the IsNetDrive() one.

11 years agoinclude: Add more string types.
Francois Gouget [Mon, 24 Sep 2012 14:33:08 +0000 (16:33 +0200)] 
include: Add more string types.

11 years agoAssorted spelling fixes.
Francois Gouget [Mon, 24 Sep 2012 14:30:19 +0000 (16:30 +0200)] 
Assorted spelling fixes.

11 years agowininet: Added support for cache containers without subdirectories.
Piotr Caban [Mon, 24 Sep 2012 12:57:55 +0000 (14:57 +0200)] 
wininet: Added support for cache containers without subdirectories.

11 years agowininet: Added support for cache path parameter in FreeUrlCacheSpace function.
Piotr Caban [Mon, 24 Sep 2012 12:57:21 +0000 (14:57 +0200)] 
wininet: Added support for cache path parameter in FreeUrlCacheSpace function.

11 years agowininet: Added tests for entries with identical hash key.
Piotr Caban [Mon, 24 Sep 2012 12:56:56 +0000 (14:56 +0200)] 
wininet: Added tests for entries with identical hash key.

11 years agowininet: Reserve more space for urlcache entry flags.
Piotr Caban [Mon, 24 Sep 2012 12:56:37 +0000 (14:56 +0200)] 
wininet: Reserve more space for urlcache entry flags.

11 years agokernel32: Add more flags for CompareString().
Francois Gouget [Mon, 24 Sep 2012 11:04:00 +0000 (13:04 +0200)] 
kernel32: Add more flags for CompareString().

And fix the name of SORT_STRINGSORT.

11 years agoshell32/tests: Add a few more ShellExecute() file URL tests.
Francois Gouget [Mon, 24 Sep 2012 11:07:15 +0000 (13:07 +0200)] 
shell32/tests: Add a few more ShellExecute() file URL tests.

11 years agoshlwapi: Fix the declaration of UrlIsFileUrlW().
Francois Gouget [Mon, 24 Sep 2012 11:05:30 +0000 (13:05 +0200)] 
shlwapi: Fix the declaration of UrlIsFileUrlW().

11 years agoshlwapi/tests: Add more PathCreateFromUrl() tests.
Francois Gouget [Mon, 24 Sep 2012 11:05:13 +0000 (13:05 +0200)] 
shlwapi/tests: Add more PathCreateFromUrl() tests.

11 years agoUse the CP_ACP and NULL macros instead of numeric literals when converting strings...
Francois Gouget [Mon, 24 Sep 2012 11:04:26 +0000 (13:04 +0200)] 
Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode.

11 years agowinex11: Avoid a redundant TRACE.
Ken Thomases [Sat, 22 Sep 2012 20:44:42 +0000 (15:44 -0500)] 
winex11: Avoid a redundant TRACE.

11 years agomshtml: Added IHTMLDocument::get_charset implementation.
Jacek Caban [Mon, 24 Sep 2012 12:10:50 +0000 (14:10 +0200)] 
mshtml: Added IHTMLDocument::get_charset implementation.

11 years agomshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation.
Jacek Caban [Mon, 24 Sep 2012 12:10:33 +0000 (14:10 +0200)] 
mshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation.

11 years agomshtml: Added function overriding tests.
Jacek Caban [Mon, 24 Sep 2012 12:10:19 +0000 (14:10 +0200)] 
mshtml: Added function overriding tests.

11 years agomshtml: Added support for overriding builtin functions.
Jacek Caban [Mon, 24 Sep 2012 12:10:05 +0000 (14:10 +0200)] 
mshtml: Added support for overriding builtin functions.

11 years agowinex11: Add window data structure locking to the remaining entry points.
Alexandre Julliard [Mon, 24 Sep 2012 12:09:43 +0000 (14:09 +0200)] 
winex11: Add window data structure locking to the remaining entry points.

11 years agowinex11: Add window data structure locking to the SetLayeredWindowAttributes entry...
Alexandre Julliard [Mon, 24 Sep 2012 12:09:04 +0000 (14:09 +0200)] 
winex11: Add window data structure locking to the SetLayeredWindowAttributes entry point.

11 years agowinex11: Add window data structure locking to the SetWindowStyle entry point.
Alexandre Julliard [Mon, 24 Sep 2012 12:08:33 +0000 (14:08 +0200)] 
winex11: Add window data structure locking to the SetWindowStyle entry point.

11 years agowinex11: Add window data structure locking to the WindowPosChanging/Changed entry...
Alexandre Julliard [Mon, 24 Sep 2012 12:06:42 +0000 (14:06 +0200)] 
winex11: Add window data structure locking to the WindowPosChanging/Changed entry points.

11 years agowinex11: Add window data structure locking to the SysCommand entry point.
Alexandre Julliard [Mon, 24 Sep 2012 11:41:20 +0000 (13:41 +0200)] 
winex11: Add window data structure locking to the SysCommand entry point.

11 years agowinex11: Add window data structure locking to the ShowWindow entry point.
Alexandre Julliard [Mon, 24 Sep 2012 11:36:35 +0000 (13:36 +0200)] 
winex11: Add window data structure locking to the ShowWindow entry point.

11 years agogdiplus: Make GIF palettes in a custom test image slightly more different.
Dmitry Timoshkov [Mon, 24 Sep 2012 07:05:45 +0000 (16:05 +0900)] 
gdiplus: Make GIF palettes in a custom test image slightly more different.

11 years agorpcrt4: Match MSVC version of call_server_func with GCC.
Thomas Faber [Sat, 22 Sep 2012 10:38:11 +0000 (12:38 +0200)] 
rpcrt4: Match MSVC version of call_server_func with GCC.

11 years agoscrrun: Silence unknown interfaces.
Alistair Leslie-Hughes [Fri, 21 Sep 2012 03:29:02 +0000 (13:29 +1000)] 
scrrun: Silence unknown interfaces.

11 years agooledb32: Add IDataInitialize interface support.
Alistair Leslie-Hughes [Mon, 24 Sep 2012 04:20:13 +0000 (14:20 +1000)] 
oledb32: Add IDataInitialize interface support.

11 years agouuid: Add msdasc.h.
Alistair Leslie-Hughes [Mon, 24 Sep 2012 03:44:00 +0000 (13:44 +1000)] 
uuid: Add msdasc.h.

11 years agomlang: Implement get source/dest codepages for IMLangConvertCharset.
Nikolay Sivov [Mon, 24 Sep 2012 08:06:28 +0000 (12:06 +0400)] 
mlang: Implement get source/dest codepages for IMLangConvertCharset.

11 years agomlang: Store source and destination codepage ids in IMLangConvertCharset_Initialize.
Nikolay Sivov [Sun, 23 Sep 2012 21:15:11 +0000 (01:15 +0400)] 
mlang: Store source and destination codepage ids in IMLangConvertCharset_Initialize.

11 years agomlang: Added IMLangConvertCharset stub.
Nikolay Sivov [Sun, 23 Sep 2012 20:01:55 +0000 (00:01 +0400)] 
mlang: Added IMLangConvertCharset stub.

11 years agopo: Update Russian translations.
Nikolay Sivov [Sun, 23 Sep 2012 12:09:58 +0000 (16:09 +0400)] 
po: Update Russian translations.

11 years agomsxml3: Implemented IConnectionPoint_Advise for document object.
Nikolay Sivov [Sun, 23 Sep 2012 11:55:13 +0000 (15:55 +0400)] 
msxml3: Implemented IConnectionPoint_Advise for document object.

11 years agocomctl32: Invalid format returned by NF_QUERY defaults to ANSI in treeview.
Christian Costa [Sun, 23 Sep 2012 18:46:31 +0000 (20:46 +0200)] 
comctl32: Invalid format returned by NF_QUERY defaults to ANSI in treeview.

11 years agod3dx9_36: Add stub for D3DXCleanMesh.
Christian Costa [Sun, 23 Sep 2012 18:45:44 +0000 (20:45 +0200)] 
d3dx9_36: Add stub for D3DXCleanMesh.

11 years agowininet: Make URLCacheContainers_{Create,Delete}All() static.
Francois Gouget [Mon, 24 Sep 2012 06:42:21 +0000 (08:42 +0200)] 
wininet: Make URLCacheContainers_{Create,Delete}All() static.

11 years agomshtml: Make navigate_uri() static.
Francois Gouget [Mon, 24 Sep 2012 06:42:13 +0000 (08:42 +0200)] 
mshtml: Make navigate_uri() static.

11 years agod3dcompiler_43: Make compare_hlsl_types_rb() static.
Francois Gouget [Mon, 24 Sep 2012 06:42:08 +0000 (08:42 +0200)] 
d3dcompiler_43: Make compare_hlsl_types_rb() static.

11 years agokernel32: Add line wrapping support to FormatMessage().
Francois Gouget [Mon, 24 Sep 2012 06:38:13 +0000 (08:38 +0200)] 
kernel32: Add line wrapping support to FormatMessage().

11 years agoregedit: Fix the spelling of multi-string.
Francois Gouget [Mon, 24 Sep 2012 06:32:45 +0000 (08:32 +0200)] 
regedit: Fix the spelling of multi-string.

11 years agooleaut32/tests: Fix compilation on systems that don't support nameless structs or...
Francois Gouget [Mon, 24 Sep 2012 06:03:29 +0000 (08:03 +0200)] 
oleaut32/tests: Fix compilation on systems that don't support nameless structs or unions.

11 years agowindowscodecs: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 24 Sep 2012 06:03:10 +0000 (08:03 +0200)] 
windowscodecs: Fix compilation on systems that don't support nameless unions.

11 years agod3dx9_36/tests: Fix compilation on systems that don't support nameless structs or...
Francois Gouget [Mon, 24 Sep 2012 06:02:31 +0000 (08:02 +0200)] 
d3dx9_36/tests: Fix compilation on systems that don't support nameless structs or unions.

11 years agowindowscodecs: Take into account return value of IWICPalette_InitializeCustom().
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:32 +0000 (13:23 +0900)] 
windowscodecs: Take into account return value of IWICPalette_InitializeCustom().

11 years agowindowscodecs: Calculate transparent color index for global GIF palette.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:18 +0000 (13:23 +0900)] 
windowscodecs: Calculate transparent color index for global GIF palette.

11 years agowindowscodecs: Add some tests for palette in a multiframe GIF image.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:10 +0000 (13:23 +0900)] 
windowscodecs: Add some tests for palette in a multiframe GIF image.

11 years agowindowscodecs: Implement IWICBitmapDecoder_CopyPalette for the GIF decoder.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:23:04 +0000 (13:23 +0900)] 
windowscodecs: Implement IWICBitmapDecoder_CopyPalette for the GIF decoder.

11 years agowindowscodecs: Add some tests for GIF global palette.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:57 +0000 (13:22 +0900)] 
windowscodecs: Add some tests for GIF global palette.

11 years agowindowscodecs: Fix calculation of transparent GIF color index.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:49 +0000 (13:22 +0900)] 
windowscodecs: Fix calculation of transparent GIF color index.

11 years agowindowscodecs: Return WINCODEC_ERR_FRAMEMISSING if there is no global GIF palette.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:42 +0000 (13:22 +0900)] 
windowscodecs: Return WINCODEC_ERR_FRAMEMISSING if there is no global GIF palette.

11 years agowindowscodecs: Add some tests for GIF palette.
Dmitry Timoshkov [Mon, 24 Sep 2012 04:22:33 +0000 (13:22 +0900)] 
windowscodecs: Add some tests for GIF palette.

11 years agoamstream: Add IAMMediaStream interface to AudioMediaStream object.
Christian Costa [Sun, 23 Sep 2012 18:43:48 +0000 (20:43 +0200)] 
amstream: Add IAMMediaStream interface to AudioMediaStream object.

11 years agoamstream: Add IAMMediaStream interface to DirectDrawMediaStream object.
Christian Costa [Sun, 23 Sep 2012 18:43:40 +0000 (20:43 +0200)] 
amstream: Add IAMMediaStream interface to DirectDrawMediaStream object.

11 years agoamstream: Rename media stream objects and their method names for multi interfaces...
Christian Costa [Sun, 23 Sep 2012 18:43:31 +0000 (20:43 +0200)] 
amstream: Rename media stream objects and their method names for multi interfaces support.

11 years agowined3d: Take the data type of immediates into account in shader_glsl_get_register_na...
Henri Verbeet [Sun, 23 Sep 2012 20:14:49 +0000 (22:14 +0200)] 
wined3d: Take the data type of immediates into account in shader_glsl_get_register_name().

11 years agowined3d: Just return the shader from wined3d_device_get_vertex_shader().
Henri Verbeet [Sun, 23 Sep 2012 20:14:48 +0000 (22:14 +0200)] 
wined3d: Just return the shader from wined3d_device_get_vertex_shader().

11 years agowined3d: wined3d_device_set_vertex_shader() never fails.
Henri Verbeet [Sun, 23 Sep 2012 20:14:47 +0000 (22:14 +0200)] 
wined3d: wined3d_device_set_vertex_shader() never fails.

11 years agod3d10: Implement d3d10_effect_shader_variable_GetPixelShader().
Henri Verbeet [Sun, 23 Sep 2012 20:14:46 +0000 (22:14 +0200)] 
d3d10: Implement d3d10_effect_shader_variable_GetPixelShader().

11 years agod3d10: Implement d3d10_effect_shader_variable_GetGeometryShader().
Henri Verbeet [Sun, 23 Sep 2012 20:14:45 +0000 (22:14 +0200)] 
d3d10: Implement d3d10_effect_shader_variable_GetGeometryShader().

11 years agojscript: Fixed conversion in place in IVariantChangeType::ChangeType.
Jacek Caban [Fri, 21 Sep 2012 16:00:33 +0000 (18:00 +0200)] 
jscript: Fixed conversion in place in IVariantChangeType::ChangeType.

11 years agoshell32/tests: Use the explicit type for a function pointer.
Michael Stefaniuc [Fri, 21 Sep 2012 15:52:51 +0000 (17:52 +0200)] 
shell32/tests: Use the explicit type for a function pointer.

11 years agod3dcompiler: Parse "for" loops with declarations.
Matteo Bruni [Fri, 21 Sep 2012 14:25:59 +0000 (16:25 +0200)] 
d3dcompiler: Parse "for" loops with declarations.

11 years agod3dcompiler: Parse "for" loops without variable declarations.
Matteo Bruni [Fri, 21 Sep 2012 14:25:58 +0000 (16:25 +0200)] 
d3dcompiler: Parse "for" loops without variable declarations.

11 years agod3dcompiler: Parse "do-while" loop.
Matteo Bruni [Fri, 21 Sep 2012 14:25:57 +0000 (16:25 +0200)] 
d3dcompiler: Parse "do-while" loop.

11 years agod3dcompiler: Parse "while" loops.
Matteo Bruni [Fri, 21 Sep 2012 14:25:56 +0000 (16:25 +0200)] 
d3dcompiler: Parse "while" loops.

11 years agod3dcompiler: Allow casts to arrays.
Matteo Bruni [Fri, 21 Sep 2012 14:25:55 +0000 (16:25 +0200)] 
d3dcompiler: Allow casts to arrays.

11 years agodmime: Rename params in IDirectMusicPerformance8Impl_AssignPChannel & IDirectMusicPer...
Christian Costa [Fri, 21 Sep 2012 14:02:10 +0000 (16:02 +0200)] 
dmime: Rename params in IDirectMusicPerformance8Impl_AssignPChannel & IDirectMusicPerformance8Impl_PChannelInfo.

11 years agodmsynth: Implement IKsControl_KsProperty for Synth and SynthSink objects.
Christian Costa [Fri, 21 Sep 2012 13:44:37 +0000 (15:44 +0200)] 
dmsynth: Implement IKsControl_KsProperty for Synth and SynthSink objects.

11 years agowininet: Update used blocks count when block is allocated or freed.
Piotr Caban [Fri, 21 Sep 2012 12:54:15 +0000 (14:54 +0200)] 
wininet: Update used blocks count when block is allocated or freed.

11 years agowininet: Stop urlcache clearing when dll is being unloaded.
Piotr Caban [Fri, 21 Sep 2012 12:53:57 +0000 (14:53 +0200)] 
wininet: Stop urlcache clearing when dll is being unloaded.

11 years agowininet: Improved FreeUrlCacheSpaceW implementation.
Piotr Caban [Fri, 21 Sep 2012 12:53:47 +0000 (14:53 +0200)] 
wininet: Improved FreeUrlCacheSpaceW implementation.

11 years agowininet: Call FreeUrlCacheSpaceW when cache is full.
Piotr Caban [Fri, 21 Sep 2012 12:53:33 +0000 (14:53 +0200)] 
wininet: Call FreeUrlCacheSpaceW when cache is full.

11 years agoinclude: Fix the CDSIZEOF_STRUCT definition to avoid warnings on 64-bit.
Alexandre Julliard [Fri, 21 Sep 2012 16:29:09 +0000 (18:29 +0200)] 
include: Fix the CDSIZEOF_STRUCT definition to avoid warnings on 64-bit.

11 years agocomdlg32: Add structure size checks.
Huw Davies [Fri, 21 Sep 2012 12:22:51 +0000 (13:22 +0100)] 
comdlg32: Add structure size checks.

11 years agocomdlg32: Copy additional structure members if present.
Huw Davies [Fri, 21 Sep 2012 12:22:50 +0000 (13:22 +0100)] 
comdlg32: Copy additional structure members if present.

11 years agoinclude: Add missing structure members.
Huw Davies [Fri, 21 Sep 2012 12:22:49 +0000 (13:22 +0100)] 
include: Add missing structure members.

11 years agocommdlg: Set the nt40 version size.
Huw Davies [Fri, 21 Sep 2012 12:22:48 +0000 (13:22 +0100)] 
commdlg: Set the nt40 version size.

11 years agocomdlg32/tests: Explicitly set the structure size to the nt40 version size.
Huw Davies [Fri, 21 Sep 2012 12:22:47 +0000 (13:22 +0100)] 
comdlg32/tests: Explicitly set the structure size to the nt40 version size.

11 years agocomdlg32: Make the unicode copy the same size as the ansi version.
Huw Davies [Fri, 21 Sep 2012 12:22:46 +0000 (13:22 +0100)] 
comdlg32: Make the unicode copy the same size as the ansi version.

11 years agocomdlg32: Only copy the valid portion of the structure.
Huw Davies [Fri, 21 Sep 2012 12:22:45 +0000 (13:22 +0100)] 
comdlg32: Only copy the valid portion of the structure.

11 years agogdiplus: Add an ability to cache bitmap properties and use distinct metadata loaders...
Dmitry Timoshkov [Fri, 21 Sep 2012 10:58:20 +0000 (19:58 +0900)] 
gdiplus: Add an ability to cache bitmap properties and use distinct metadata loaders for different image formats.

11 years agogdiplus: Add more tests for GIF image properties.
Dmitry Timoshkov [Fri, 21 Sep 2012 10:57:08 +0000 (19:57 +0900)] 
gdiplus: Add more tests for GIF image properties.

11 years agogdiplus: Test GIF properties using a specially created GIF image with a bunch of...
Dmitry Timoshkov [Fri, 21 Sep 2012 10:56:21 +0000 (19:56 +0900)] 
gdiplus: Test GIF properties using a specially created GIF image with a bunch of extensions.

11 years agoatliface.idl: Added IRegistrarBase declaration.
Jacek Caban [Fri, 21 Sep 2012 11:45:55 +0000 (13:45 +0200)] 
atliface.idl: Added IRegistrarBase declaration.

11 years agodmusic: Rename params in SynthPortImpl_IDirectMusicPort_QueryInterface.
Christian Costa [Fri, 21 Sep 2012 09:47:06 +0000 (11:47 +0200)] 
dmusic: Rename params in SynthPortImpl_IDirectMusicPort_QueryInterface.

11 years agodmusic: Rename params in IDirectMusic8Impl_GetDefaultPort.
Christian Costa [Fri, 21 Sep 2012 09:46:57 +0000 (11:46 +0200)] 
dmusic: Rename params in IDirectMusic8Impl_GetDefaultPort.

11 years agoitss: Canonicalize relative paths before resolving object.
Jacek Caban [Fri, 21 Sep 2012 10:28:18 +0000 (12:28 +0200)] 
itss: Canonicalize relative paths before resolving object.

11 years agomshtml: Use IUri as base URL in navigate_url.
Jacek Caban [Fri, 21 Sep 2012 10:24:37 +0000 (12:24 +0200)] 
mshtml: Use IUri as base URL in navigate_url.

11 years agoinclude: Added uiautomation.h.
Jacek Caban [Fri, 21 Sep 2012 09:16:21 +0000 (11:16 +0200)] 
include: Added uiautomation.h.

11 years agoinclude: Added uiautomationcore.idl.
Jacek Caban [Fri, 21 Sep 2012 09:16:06 +0000 (11:16 +0200)] 
include: Added uiautomationcore.idl.

11 years agowinex11: Add window data structure locking to the map/unmap functions.
Alexandre Julliard [Fri, 21 Sep 2012 14:50:17 +0000 (16:50 +0200)] 
winex11: Add window data structure locking to the map/unmap functions.

11 years agowinex11: Store the window display connection in the window structure.
Alexandre Julliard [Fri, 21 Sep 2012 14:29:24 +0000 (16:29 +0200)] 
winex11: Store the window display connection in the window structure.

11 years agowinex11: Add window data structure locking to the window region functions.
Alexandre Julliard [Fri, 21 Sep 2012 13:53:48 +0000 (15:53 +0200)] 
winex11: Add window data structure locking to the window region functions.

11 years agowinex11: Add window data structure locking to the X window creation paths.
Alexandre Julliard [Fri, 21 Sep 2012 10:45:35 +0000 (12:45 +0200)] 
winex11: Add window data structure locking to the X window creation paths.

11 years agowinex11: Separate fetching the window icon bits and setting the WM hints.
Alexandre Julliard [Fri, 21 Sep 2012 09:52:29 +0000 (11:52 +0200)] 
winex11: Separate fetching the window icon bits and setting the WM hints.