wine
12 years agojscript: Use num_set_int where possible.
Jacek Caban [Wed, 20 Jun 2012 09:18:59 +0000 (11:18 +0200)] 
jscript: Use num_set_int where possible.

12 years agojscript: Use num_set_int in array.c.
Jacek Caban [Wed, 20 Jun 2012 09:18:42 +0000 (11:18 +0200)] 
jscript: Use num_set_int in array.c.

12 years agojscript: Always store numeric literals as double.
Jacek Caban [Wed, 20 Jun 2012 09:18:22 +0000 (11:18 +0200)] 
jscript: Always store numeric literals as double.

12 years agowindowscodecs: Implement MetadataHandler_GetValueByIndex.
Dmitry Timoshkov [Wed, 20 Jun 2012 05:00:25 +0000 (14:00 +0900)] 
windowscodecs: Implement MetadataHandler_GetValueByIndex.

12 years agowindowscodecs: Implement MetadataHandler_GetMetadataFormat.
Dmitry Timoshkov [Wed, 20 Jun 2012 05:00:17 +0000 (14:00 +0900)] 
windowscodecs: Implement MetadataHandler_GetMetadataFormat.

12 years agowindowscodecs: Implement MetadataHandler_GetMetadataHandlerInfo.
Dmitry Timoshkov [Wed, 20 Jun 2012 05:00:08 +0000 (14:00 +0900)] 
windowscodecs: Implement MetadataHandler_GetMetadataHandlerInfo.

12 years agowindowscodecs: Add MetadataReaderInfo implementation.
Dmitry Timoshkov [Wed, 20 Jun 2012 04:59:56 +0000 (13:59 +0900)] 
windowscodecs: Add MetadataReaderInfo implementation.

12 years agogdiplus: Implement GdipImageSelectActiveFrame.
Dmitry Timoshkov [Wed, 20 Jun 2012 04:45:39 +0000 (13:45 +0900)] 
gdiplus: Implement GdipImageSelectActiveFrame.

12 years agogdi32: Add test for SelectClipRgn in metafiles, make it pass.
Dan Kegel [Wed, 20 Jun 2012 01:08:07 +0000 (18:08 -0700)] 
gdi32: Add test for SelectClipRgn in metafiles, make it pass.

12 years agoinclude/shlobj.h: Add some missing APIs.
Damjan Jovanovic [Wed, 20 Jun 2012 07:07:48 +0000 (09:07 +0200)] 
include/shlobj.h: Add some missing APIs.

12 years agoshell32: Fix some function prototypes.
Damjan Jovanovic [Wed, 20 Jun 2012 07:12:23 +0000 (09:12 +0200)] 
shell32: Fix some function prototypes.

12 years agoshell32: Fix some return types.
Damjan Jovanovic [Wed, 20 Jun 2012 07:11:27 +0000 (09:11 +0200)] 
shell32: Fix some return types.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Wed, 20 Jun 2012 06:00:45 +0000 (09:00 +0300)] 
po: Update Lithuanian translation.

12 years agokernel32/tests: Use the CSTR_XXX macros instead of numeric literals.
Francois Gouget [Tue, 19 Jun 2012 22:54:18 +0000 (00:54 +0200)] 
kernel32/tests: Use the CSTR_XXX macros instead of numeric literals.

12 years agomsvcp90: Use the CSTR_XXX macros instead of numeric literals.
Francois Gouget [Tue, 19 Jun 2012 22:54:01 +0000 (00:54 +0200)] 
msvcp90: Use the CSTR_XXX macros instead of numeric literals.

12 years agocomctl32: Fix lstrncmpiW() so its return value is standard and use the CSTR_XXX macros.
Francois Gouget [Tue, 19 Jun 2012 22:53:56 +0000 (00:53 +0200)] 
comctl32: Fix lstrncmpiW() so its return value is standard and use the CSTR_XXX macros.

12 years agokernel32/tests: Add line-wrapping tests for FormatMessage().
Francois Gouget [Tue, 19 Jun 2012 22:51:39 +0000 (00:51 +0200)] 
kernel32/tests: Add line-wrapping tests for FormatMessage().

12 years agousp10: Add ShapeCharGlyphProp_Hebrew.
Aric Stewart [Tue, 19 Jun 2012 18:57:26 +0000 (13:57 -0500)] 
usp10: Add ShapeCharGlyphProp_Hebrew.

12 years agohhctrl.ocx: Don't use GWLP_USERDATA to store private data.
Andrew Eikum [Tue, 19 Jun 2012 18:22:46 +0000 (13:22 -0500)] 
hhctrl.ocx: Don't use GWLP_USERDATA to store private data.

12 years agosfnt2fnt: Fix broken .fon files on big-endian architectures.
Hilko Bengen [Mon, 18 Jun 2012 21:27:49 +0000 (23:27 +0200)] 
sfnt2fnt: Fix broken .fon files on big-endian architectures.

12 years agodevenum: Do not fail with a IBindCtx (with tests).
Detlef Riekenberg [Sat, 16 Jun 2012 17:36:24 +0000 (19:36 +0200)] 
devenum: Do not fail with a IBindCtx (with tests).

12 years agocomdlg32: Fix NULL lpstrFile uses in FILEDLG95_OnOpen.
Bruno Jesus [Fri, 15 Jun 2012 03:51:34 +0000 (00:51 -0300)] 
comdlg32: Fix NULL lpstrFile uses in FILEDLG95_OnOpen.

12 years agojoy.cpl: Hardcode axis name strings that were in joy.rc.
Lucas Zawacki [Tue, 19 Jun 2012 14:42:08 +0000 (11:42 -0300)] 
joy.cpl: Hardcode axis name strings that were in joy.rc.

12 years agogdiplus: Create a copy of the source stream when loading an image.
Dmitry Timoshkov [Tue, 19 Jun 2012 07:51:54 +0000 (16:51 +0900)] 
gdiplus: Create a copy of the source stream when loading an image.

12 years agogdiplus: Add active frame parameter to the WIC decoder interface.
Dmitry Timoshkov [Tue, 19 Jun 2012 07:51:45 +0000 (16:51 +0900)] 
gdiplus: Add active frame parameter to the WIC decoder interface.

12 years agogdiplus: Fix parameter order in expect() calls.
Dmitry Timoshkov [Tue, 19 Jun 2012 07:51:34 +0000 (16:51 +0900)] 
gdiplus: Fix parameter order in expect() calls.

12 years agogdiplus: Remove a redundant cast.
Dmitry Timoshkov [Tue, 19 Jun 2012 07:51:24 +0000 (16:51 +0900)] 
gdiplus: Remove a redundant cast.

12 years agogdiplus: GdipCreateFontFromLogfont also returns NotTrueTypeFont for a not present...
Dmitry Timoshkov [Tue, 19 Jun 2012 03:05:30 +0000 (12:05 +0900)] 
gdiplus: GdipCreateFontFromLogfont also returns NotTrueTypeFont for a not present font.

12 years agogdiplus: Add a test for creating a nonexistent font with GdipCreateFontFromLogfont.
Dmitry Timoshkov [Tue, 19 Jun 2012 03:05:17 +0000 (12:05 +0900)] 
gdiplus: Add a test for creating a nonexistent font with GdipCreateFontFromLogfont.

12 years agowbemprox: Add a partial Win32_OperatingSystem class implementation.
Hans Leidekker [Tue, 19 Jun 2012 08:21:47 +0000 (10:21 +0200)] 
wbemprox: Add a partial Win32_OperatingSystem class implementation.

12 years agowbemprox: Support mixed dynamic and static table data.
Hans Leidekker [Tue, 19 Jun 2012 08:21:12 +0000 (10:21 +0200)] 
wbemprox: Support mixed dynamic and static table data.

12 years agowbemprox: Add a partial Win32_Processor class implementation.
Hans Leidekker [Tue, 19 Jun 2012 08:20:42 +0000 (10:20 +0200)] 
wbemprox: Add a partial Win32_Processor class implementation.

12 years agowbemprox: Add a partial Win32_ComputerSystem class implementation.
Hans Leidekker [Tue, 19 Jun 2012 08:20:22 +0000 (10:20 +0200)] 
wbemprox: Add a partial Win32_ComputerSystem class implementation.

12 years agowmic: Add support for querying class properties.
Hans Leidekker [Tue, 19 Jun 2012 08:19:59 +0000 (10:19 +0200)] 
wmic: Add support for querying class properties.

12 years agowbemprox: Implement IWbemClassObject::GetNames.
Hans Leidekker [Tue, 19 Jun 2012 08:19:38 +0000 (10:19 +0200)] 
wbemprox: Implement IWbemClassObject::GetNames.

12 years agoinclude: Fix the definition of IWbemClassObject::GetNames.
Hans Leidekker [Tue, 19 Jun 2012 08:19:19 +0000 (10:19 +0200)] 
include: Fix the definition of IWbemClassObject::GetNames.

12 years agowbemprox: Improve tracing in IWbemLocator::ConnectServer.
Hans Leidekker [Tue, 19 Jun 2012 08:19:03 +0000 (10:19 +0200)] 
wbemprox: Improve tracing in IWbemLocator::ConnectServer.

12 years agod3dx9/tests: Improve test failure messages for check_dds_pixel_format.
Józef Kucia [Mon, 18 Jun 2012 23:35:48 +0000 (01:35 +0200)] 
d3dx9/tests: Improve test failure messages for check_dds_pixel_format.

12 years agod3dx9: Recognize X8B8G8R8 pixel format in DDS files.
Józef Kucia [Mon, 18 Jun 2012 23:35:47 +0000 (01:35 +0200)] 
d3dx9: Recognize X8B8G8R8 pixel format in DDS files.

12 years agod3dx9/tests: Add tests for ID3DXFont::GetGlyphData.
Józef Kucia [Mon, 18 Jun 2012 23:15:38 +0000 (01:15 +0200)] 
d3dx9/tests: Add tests for ID3DXFont::GetGlyphData.

12 years agod3dx9/tests: Add tests for ID3DXFont::PreloadText.
Józef Kucia [Mon, 18 Jun 2012 23:15:37 +0000 (01:15 +0200)] 
d3dx9/tests: Add tests for ID3DXFont::PreloadText.

12 years agod3dx9: Get rid of ID3DXFontImpl.
Józef Kucia [Mon, 18 Jun 2012 23:15:36 +0000 (01:15 +0200)] 
d3dx9: Get rid of ID3DXFontImpl.

12 years agod3drm/tests: Destroy window after use.
André Hentschel [Mon, 18 Jun 2012 20:30:10 +0000 (22:30 +0200)] 
d3drm/tests: Destroy window after use.

12 years agowindowscodecs: Implement IWICComponentInfo::GetVersion.
Vincent Povirk [Mon, 16 Apr 2012 20:22:23 +0000 (15:22 -0500)] 
windowscodecs: Implement IWICComponentInfo::GetVersion.

12 years agowindowscodecs: Implement IWICComponentInfo::GetVendorGUID.
Vincent Povirk [Mon, 16 Apr 2012 20:19:05 +0000 (15:19 -0500)] 
windowscodecs: Implement IWICComponentInfo::GetVendorGUID.

12 years agowindowscodecs: Always report pixel formats are signed.
Vincent Povirk [Mon, 16 Apr 2012 20:12:51 +0000 (15:12 -0500)] 
windowscodecs: Always report pixel formats are signed.

12 years agowindowscodecs: Implement IWICComponentInfo::GetFriendlyName.
Vincent Povirk [Mon, 16 Apr 2012 20:05:58 +0000 (15:05 -0500)] 
windowscodecs: Implement IWICComponentInfo::GetFriendlyName.

12 years agowindowscodecs: Check for NULL in IWICComponentInfo::GetComponentType.
Vincent Povirk [Mon, 16 Apr 2012 19:57:40 +0000 (14:57 -0500)] 
windowscodecs: Check for NULL in IWICComponentInfo::GetComponentType.

12 years agoriched20: Accept middle click as paste (like edit control does).
Dan Kegel [Mon, 18 Jun 2012 18:31:22 +0000 (11:31 -0700)] 
riched20: Accept middle click as paste (like edit control does).

12 years agomshtml: Return true in IOmNavigator::javaEnabled.
Jacek Caban [Mon, 18 Jun 2012 15:52:01 +0000 (17:52 +0200)] 
mshtml: Return true in IOmNavigator::javaEnabled.

12 years agowininet: Added support for more certificate error types.
Jacek Caban [Mon, 18 Jun 2012 15:42:18 +0000 (17:42 +0200)] 
wininet: Added support for more certificate error types.

12 years agowined3d: Rename WINED3DLOCK_* to WINED3D_MAP_*.
Henri Verbeet [Mon, 18 Jun 2012 15:19:42 +0000 (17:19 +0200)] 
wined3d: Rename WINED3DLOCK_* to WINED3D_MAP_*.

12 years agod3d8/tests: Add a test for resource bindings after reset.
Henri Verbeet [Mon, 18 Jun 2012 15:19:41 +0000 (17:19 +0200)] 
d3d8/tests: Add a test for resource bindings after reset.

12 years agod3d9/tests: Add a test for resource bindings after reset.
Henri Verbeet [Mon, 18 Jun 2012 15:19:40 +0000 (17:19 +0200)] 
d3d9/tests: Add a test for resource bindings after reset.

12 years agowined3d: Reset render target bindings in wined3d_device_reset().
Henri Verbeet [Mon, 18 Jun 2012 15:19:39 +0000 (17:19 +0200)] 
wined3d: Reset render target bindings in wined3d_device_reset().

12 years agowined3d: Unset the depth/stencil surface before checking resources in wined3d_device_...
Henri Verbeet [Mon, 18 Jun 2012 15:19:38 +0000 (17:19 +0200)] 
wined3d: Unset the depth/stencil surface before checking resources in wined3d_device_reset().

12 years agomsvcp90: Added codecvt<wchar> implementation.
Piotr Caban [Mon, 18 Jun 2012 15:00:24 +0000 (17:00 +0200)] 
msvcp90: Added codecvt<wchar> implementation.

12 years agomsvcp90: Added codecvt<wchar> class stub.
Piotr Caban [Mon, 18 Jun 2012 14:59:56 +0000 (16:59 +0200)] 
msvcp90: Added codecvt<wchar> class stub.

12 years agokernel32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Mon, 18 Jun 2012 09:38:38 +0000 (11:38 +0200)] 
kernel32/tests: Add a trailing '\n' to an ok() call.

12 years agowbemprox: Add tests for IWbemServices.
Hans Leidekker [Mon, 18 Jun 2012 12:00:58 +0000 (14:00 +0200)] 
wbemprox: Add tests for IWbemServices.

12 years agowbemprox: Add query tests.
Hans Leidekker [Mon, 18 Jun 2012 07:32:22 +0000 (09:32 +0200)] 
wbemprox: Add query tests.

12 years agowbemprox: Add a partial Win32_Process class implementation.
Hans Leidekker [Mon, 18 Jun 2012 07:32:02 +0000 (09:32 +0200)] 
wbemprox: Add a partial Win32_Process class implementation.

12 years agowbemprox: Implement IWbemClassObject::Get.
Hans Leidekker [Mon, 18 Jun 2012 07:31:29 +0000 (09:31 +0200)] 
wbemprox: Implement IWbemClassObject::Get.

12 years agowbemprox: Implement IEnumWbemClassObject::Skip.
Hans Leidekker [Mon, 18 Jun 2012 07:31:00 +0000 (09:31 +0200)] 
wbemprox: Implement IEnumWbemClassObject::Skip.

12 years agowbemprox: Implement IEnumWbemClassObject::Reset.
Hans Leidekker [Mon, 18 Jun 2012 07:30:43 +0000 (09:30 +0200)] 
wbemprox: Implement IEnumWbemClassObject::Reset.

12 years agowindowscodecs: Remove not reachable code in the TIFF decoder.
Dmitry Timoshkov [Mon, 18 Jun 2012 05:32:04 +0000 (14:32 +0900)] 
windowscodecs: Remove not reachable code in the TIFF decoder.

12 years agomsxml3: Reader shouldn't depend on input being properly allocated BSTR string.
Nikolay Sivov [Sun, 17 Jun 2012 19:51:09 +0000 (23:51 +0400)] 
msxml3: Reader shouldn't depend on input being properly allocated BSTR string.

12 years agomsxml3: Revert: msxml3: Reuse MXAttributes implementation for SAX reader attributes...
Nikolay Sivov [Sun, 17 Jun 2012 12:37:45 +0000 (16:37 +0400)] 
msxml3: Revert: msxml3: Reuse MXAttributes implementation for SAX reader attributes reporting.

This reverts commit c2c8b9e771a1eb80cab4b142a3bc3ed5434a4a47 and adds
a comment for uri reporting feature that some application use, for
example Office 2010.  The problem is that namespace uri pointer should
stay the same and we keep it in element stack for that, MXAttributes
allocates new string for each attribute and won't work as needed
unfortunately.

12 years agoinclude: Make IMAGE_COR20_HEADER declaration compatible with PSDK headers.
Thomas Faber [Sun, 17 Jun 2012 13:51:56 +0000 (15:51 +0200)] 
include: Make IMAGE_COR20_HEADER declaration compatible with PSDK headers.

12 years agowined3d: Use INFINITY.
Thomas Faber [Sun, 17 Jun 2012 14:07:30 +0000 (16:07 +0200)] 
wined3d: Use INFINITY.

12 years agoport.h: Add INFINITY macro.
Thomas Faber [Sun, 17 Jun 2012 13:59:25 +0000 (15:59 +0200)] 
port.h: Add INFINITY macro.

12 years agowininet: Use the correct struct in a sizeof.
Thomas Faber [Sun, 17 Jun 2012 14:18:36 +0000 (16:18 +0200)] 
wininet: Use the correct struct in a sizeof.

12 years agows2_32/tests: Add missing parentheses to ok() output.
Thomas Faber [Sun, 17 Jun 2012 13:03:50 +0000 (15:03 +0200)] 
ws2_32/tests: Add missing parentheses to ok() output.

12 years agod3drm: Implement IDirect3DRMViewportX_GetClassName.
André Hentschel [Sun, 17 Jun 2012 17:07:14 +0000 (19:07 +0200)] 
d3drm: Implement IDirect3DRMViewportX_GetClassName.

12 years agod3drm: Implement IDirect3DRMWinDevice_GetClassName.
André Hentschel [Sun, 17 Jun 2012 17:04:50 +0000 (19:04 +0200)] 
d3drm: Implement IDirect3DRMWinDevice_GetClassName.

12 years agod3drm: Implement IDirect3DRMDeviceX_GetClassName.
André Hentschel [Sun, 17 Jun 2012 17:02:53 +0000 (19:02 +0200)] 
d3drm: Implement IDirect3DRMDeviceX_GetClassName.

12 years agod3drm: Implement IDirect3DRMTextureX_GetClassName.
André Hentschel [Sun, 17 Jun 2012 13:39:36 +0000 (15:39 +0200)] 
d3drm: Implement IDirect3DRMTextureX_GetClassName.

12 years agod3drm: Fix initial specular value of the Material2 interface.
André Hentschel [Sun, 17 Jun 2012 13:38:50 +0000 (15:38 +0200)] 
d3drm: Fix initial specular value of the Material2 interface.

12 years agod3drm: Implement IDirect3DRMX_CreateTexture.
André Hentschel [Sun, 17 Jun 2012 13:37:59 +0000 (15:37 +0200)] 
d3drm: Implement IDirect3DRMX_CreateTexture.

12 years agod3drm: Implement IDirect3DRMMaterial2_GetClassName.
André Hentschel [Sun, 17 Jun 2012 13:37:05 +0000 (15:37 +0200)] 
d3drm: Implement IDirect3DRMMaterial2_GetClassName.

12 years agod3drm: Implement IDirect3DRMMesh_GetClassName.
André Hentschel [Sun, 17 Jun 2012 13:36:14 +0000 (15:36 +0200)] 
d3drm: Implement IDirect3DRMMesh_GetClassName.

12 years agod3drm: Implement IDirect3DRMX_CreateMesh.
André Hentschel [Sun, 17 Jun 2012 13:35:18 +0000 (15:35 +0200)] 
d3drm: Implement IDirect3DRMX_CreateMesh.

12 years agogdi32: Remove an outdated comment in struct DefaultFontInfo.
Akihiro Sagawa [Sat, 16 Jun 2012 14:15:55 +0000 (23:15 +0900)] 
gdi32: Remove an outdated comment in struct DefaultFontInfo.

12 years agogdi32: Fix East-Asian font parameters.
Akihiro Sagawa [Sat, 16 Jun 2012 14:15:53 +0000 (23:15 +0900)] 
gdi32: Fix East-Asian font parameters.

12 years agogdi32/tests: Make GetStockObject tests pass on East-Asian machines.
Akihiro Sagawa [Sat, 16 Jun 2012 14:15:51 +0000 (23:15 +0900)] 
gdi32/tests: Make GetStockObject tests pass on East-Asian machines.

12 years agojscript/tests: Fix some typos.
André Hentschel [Fri, 15 Jun 2012 21:23:55 +0000 (23:23 +0200)] 
jscript/tests: Fix some typos.

12 years agod3dx9_36: Recognize A8B8G8R8 format.
Nozomi Kodama [Fri, 15 Jun 2012 19:14:49 +0000 (03:14 +0800)] 
d3dx9_36: Recognize A8B8G8R8 format.

12 years agod3dx9_36: Implementation of D3DXSHMultiply3.
Nozomi Kodama [Fri, 15 Jun 2012 03:51:54 +0000 (11:51 +0800)] 
d3dx9_36: Implementation of D3DXSHMultiply3.

12 years agowing32: Don't recommend a top-down DIB.
Alexandre Julliard [Mon, 18 Jun 2012 08:54:50 +0000 (10:54 +0200)] 
wing32: Don't recommend a top-down DIB.

12 years agogdi32: Fix the contents of the region data in metafiles.
Alexandre Julliard [Mon, 18 Jun 2012 08:54:20 +0000 (10:54 +0200)] 
gdi32: Fix the contents of the region data in metafiles.

12 years agowininet: Fixed returned buffer size in HttpQueryInfo(HTTP_QUERY_STATUS_CODE) when...
Jacek Caban [Fri, 15 Jun 2012 16:15:20 +0000 (18:15 +0200)] 
wininet: Fixed returned buffer size in HttpQueryInfo(HTTP_QUERY_STATUS_CODE) when insufficient buffer is passed.

12 years agowininet: Fix a compiler warning on Mingw.
Alexandre Julliard [Fri, 15 Jun 2012 15:58:23 +0000 (17:58 +0200)] 
wininet: Fix a compiler warning on Mingw.

12 years agowbemprox: Implement IEnumWbemClassObject::Next.
Hans Leidekker [Fri, 15 Jun 2012 13:48:32 +0000 (15:48 +0200)] 
wbemprox: Implement IEnumWbemClassObject::Next.

12 years agowbemprox: Add support for evaluating query conditions.
Hans Leidekker [Fri, 15 Jun 2012 13:47:54 +0000 (15:47 +0200)] 
wbemprox: Add support for evaluating query conditions.

12 years agowbemprox: Add a partial Win32_BIOS class implementation.
Hans Leidekker [Fri, 15 Jun 2012 13:47:28 +0000 (15:47 +0200)] 
wbemprox: Add a partial Win32_BIOS class implementation.

12 years agowbemprox: Add support for parsing WQL queries.
Hans Leidekker [Fri, 15 Jun 2012 13:46:51 +0000 (15:46 +0200)] 
wbemprox: Add support for parsing WQL queries.

12 years agoadvapi32: Pass service name as argv[0] to ServiceMain.
Jacek Caban [Fri, 15 Jun 2012 14:37:27 +0000 (16:37 +0200)] 
advapi32: Pass service name as argv[0] to ServiceMain.

12 years agoservices.exe: Added tests.
Jacek Caban [Fri, 15 Jun 2012 13:35:19 +0000 (15:35 +0200)] 
services.exe: Added tests.

12 years agokernel32: Use the English (United States) spelling of license.
Francois Gouget [Fri, 15 Jun 2012 13:22:52 +0000 (15:22 +0200)] 
kernel32: Use the English (United States) spelling of license.

12 years agoshell32/tests: Get rid of unneeded function typedefs.
Francois Gouget [Fri, 15 Jun 2012 13:20:30 +0000 (15:20 +0200)] 
shell32/tests: Get rid of unneeded function typedefs.