wine
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.

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

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

12 years agocrypt32/tests: Get rid of unneeded function typedefs.
Francois Gouget [Fri, 15 Jun 2012 13:19:50 +0000 (15:19 +0200)] 
crypt32/tests: Get rid of unneeded function typedefs.

12 years agowindowscodecs: Fix some broken tests.
Alexandre Julliard [Fri, 15 Jun 2012 14:00:33 +0000 (16:00 +0200)] 
windowscodecs: Fix some broken tests.

12 years agowineps: Retrieve the ppd file from the driver directory.
Huw Davies [Fri, 15 Jun 2012 11:53:56 +0000 (12:53 +0100)] 
wineps: Retrieve the ppd file from the driver directory.

12 years agowinspool: Set the printer location from the cups printer-location option.
Huw Davies [Fri, 15 Jun 2012 11:53:55 +0000 (12:53 +0100)] 
winspool: Set the printer location from the cups printer-location option.

12 years agowinspool: Set the printer description from the cups printer-info option.
Huw Davies [Fri, 15 Jun 2012 11:53:54 +0000 (12:53 +0100)] 
winspool: Set the printer description from the cups printer-info option.

12 years agowinspool: Add a missing default priority value.
Huw Davies [Fri, 15 Jun 2012 11:53:53 +0000 (12:53 +0100)] 
winspool: Add a missing default priority value.

12 years agowinspool: Set the printer registry values before calling into the driver.
Huw Davies [Fri, 15 Jun 2012 11:53:52 +0000 (12:53 +0100)] 
winspool: Set the printer registry values before calling into the driver.

12 years agowinegcc: Support the mingw32 target without an i[3456]86- prefix.
Damjan Jovanovic [Thu, 14 Jun 2012 18:36:02 +0000 (20:36 +0200)] 
winegcc: Support the mingw32 target without an i[3456]86- prefix.

12 years agowinebuild: Support the mingw32 target without an i[3456]86- prefix.
Damjan Jovanovic [Thu, 14 Jun 2012 18:34:47 +0000 (20:34 +0200)] 
winebuild: Support the mingw32 target without an i[3456]86- prefix.

12 years agoconfigure: Detect mingw32 better on FreeBSD.
Damjan Jovanovic [Thu, 14 Jun 2012 06:20:58 +0000 (08:20 +0200)] 
configure: Detect mingw32 better on FreeBSD.

12 years agowininet: Correctly fail INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT if libssl is...
Thomas Faber [Fri, 15 Jun 2012 09:38:24 +0000 (11:38 +0200)] 
wininet: Correctly fail INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT if libssl is not available.

12 years agomsvcp: Sync spec files.
Piotr Caban [Fri, 15 Jun 2012 09:09:33 +0000 (11:09 +0200)] 
msvcp: Sync spec files.

12 years agomsvcp90: Added basic_ios::widen implementation.
Piotr Caban [Fri, 15 Jun 2012 09:09:15 +0000 (11:09 +0200)] 
msvcp90: Added basic_ios::widen implementation.

12 years agomsvcp90: Added basic_ios::narrow implementation.
Piotr Caban [Fri, 15 Jun 2012 09:09:04 +0000 (11:09 +0200)] 
msvcp90: Added basic_ios::narrow implementation.

12 years agomsvcp90: Added setw implementation.
Piotr Caban [Fri, 15 Jun 2012 09:08:47 +0000 (11:08 +0200)] 
msvcp90: Added setw implementation.

12 years agomsvcp90: Added setprecision implementation.
Piotr Caban [Fri, 15 Jun 2012 09:08:31 +0000 (11:08 +0200)] 
msvcp90: Added setprecision implementation.

12 years agomsvcp90: Added basic_ostream<char>::operator<<(function) implementation.
Piotr Caban [Fri, 15 Jun 2012 09:08:10 +0000 (11:08 +0200)] 
msvcp90: Added basic_ostream<char>::operator<<(function) implementation.

12 years agomsvcp90: Added cin, cout and cerr objects.
Piotr Caban [Fri, 15 Jun 2012 09:07:49 +0000 (11:07 +0200)] 
msvcp90: Added cin, cout and cerr objects.

12 years agomsvcp90: Added operator<<(basic_ostream<char>, basic_string<char>) implementation.
Piotr Caban [Fri, 15 Jun 2012 09:07:23 +0000 (11:07 +0200)] 
msvcp90: Added operator<<(basic_ostream<char>, basic_string<char>) implementation.

12 years agod3drm: Implement IDirect3DRMMeshBuilderX_GetClassName.
André Hentschel [Thu, 14 Jun 2012 18:31:22 +0000 (20:31 +0200)] 
d3drm: Implement IDirect3DRMMeshBuilderX_GetClassName.

12 years agod3drm: Implement IDirect3DRMLight_GetClassName.
André Hentschel [Thu, 14 Jun 2012 18:30:07 +0000 (20:30 +0200)] 
d3drm: Implement IDirect3DRMLight_GetClassName.

12 years agod3drm: Implement IDirect3DRMFrameX_GetClassName.
André Hentschel [Thu, 14 Jun 2012 18:29:21 +0000 (20:29 +0200)] 
d3drm: Implement IDirect3DRMFrameX_GetClassName.

12 years agoinclude: Fix WICPersistOptions definition.
Dmitry Timoshkov [Fri, 15 Jun 2012 03:42:24 +0000 (12:42 +0900)] 
include: Fix WICPersistOptions definition.

12 years agontdll: Check for NetBSD in CDROM_Verify.
André Hentschel [Thu, 14 Jun 2012 21:37:33 +0000 (23:37 +0200)] 
ntdll: Check for NetBSD in CDROM_Verify.

12 years agokernel32: Return success from ReadFileEx/WriteFileEx when I/O is pending.
Vincent Povirk [Thu, 14 Jun 2012 19:42:47 +0000 (14:42 -0500)] 
kernel32: Return success from ReadFileEx/WriteFileEx when I/O is pending.

12 years agokernel32: Add test for pending ReadFileEx/WriteFileEx calls.
Vincent Povirk [Thu, 14 Jun 2012 19:35:27 +0000 (14:35 -0500)] 
kernel32: Add test for pending ReadFileEx/WriteFileEx calls.

12 years agokernel32: Add named pipe server test with ReadFileEx/WriteFileEx.
Vincent Povirk [Thu, 14 Jun 2012 18:38:19 +0000 (13:38 -0500)] 
kernel32: Add named pipe server test with ReadFileEx/WriteFileEx.

12 years agohhctrl.ocx: Fix displaying the first page for some help files.
Erich Hoover [Thu, 14 Jun 2012 15:44:08 +0000 (09:44 -0600)] 
hhctrl.ocx: Fix displaying the first page for some help files.

12 years agowindowscodecs: Check IFD structure when loading metadata.
Dmitry Timoshkov [Wed, 13 Jun 2012 09:31:09 +0000 (18:31 +0900)] 
windowscodecs: Check IFD structure when loading metadata.

12 years agowindowscodecs: Add support for WICPersistOptionsLittleEndian/WICPersistOptionsBigEndi...
Dmitry Timoshkov [Wed, 13 Jun 2012 09:31:02 +0000 (18:31 +0900)] 
windowscodecs: Add support for WICPersistOptionsLittleEndian/WICPersistOptionsBigEndian in the IFD metadata reader.

12 years agowindowscodecs: Implement partial loading of IFD metadata.
Dmitry Timoshkov [Wed, 13 Jun 2012 09:30:54 +0000 (18:30 +0900)] 
windowscodecs: Implement partial loading of IFD metadata.

12 years agowindowscodecs: Add a test to show that metadata reader may not rewind the stream...
Dmitry Timoshkov [Wed, 13 Jun 2012 09:30:46 +0000 (18:30 +0900)] 
windowscodecs: Add a test to show that metadata reader may not rewind the stream after loading the data.

12 years agopo: Update Polish translation.
Łukasz Wojniłowicz [Thu, 14 Jun 2012 13:56:50 +0000 (15:56 +0200)] 
po: Update Polish translation.

12 years agopo: Update German translation.
Julian Rüger [Wed, 13 Jun 2012 22:55:47 +0000 (00:55 +0200)] 
po: Update German translation.

12 years agomsvcrt/tests: Fix Portuguese locale test on NT4.
Piotr Caban [Thu, 14 Jun 2012 09:35:31 +0000 (11:35 +0200)] 
msvcrt/tests: Fix Portuguese locale test on NT4.

12 years agod3dx9_36: Implementation of D3DXQuaternionSquadSetup.
Nozomi Kodama [Thu, 14 Jun 2012 02:37:04 +0000 (10:37 +0800)] 
d3dx9_36: Implementation of D3DXQuaternionSquadSetup.

12 years agogdiplus: Accept wider range of fonts.
Dmitry Timoshkov [Thu, 14 Jun 2012 05:12:40 +0000 (14:12 +0900)] 
gdiplus: Accept wider range of fonts.

12 years agogdiplus: Check for NULL image in GdipImageRotateFlip.
Vincent Povirk [Wed, 13 Jun 2012 18:39:35 +0000 (13:39 -0500)] 
gdiplus: Check for NULL image in GdipImageRotateFlip.

12 years agowindowscodecs: Implement IWICComponentInfo::GetAuthor.
Vincent Povirk [Mon, 16 Apr 2012 19:55:30 +0000 (14:55 -0500)] 
windowscodecs: Implement IWICComponentInfo::GetAuthor.

12 years agowindowscodecs: Add stub IWICPixelFormatInfo implementation.
Vincent Povirk [Mon, 16 Apr 2012 19:50:00 +0000 (14:50 -0500)] 
windowscodecs: Add stub IWICPixelFormatInfo implementation.

12 years agowindowscodecs: Register pixel formats.
Vincent Povirk [Mon, 16 Apr 2012 19:31:09 +0000 (14:31 -0500)] 
windowscodecs: Register pixel formats.

12 years agowindowscodecs: Add test for IWICComponentInfo.
Vincent Povirk [Sat, 24 Mar 2012 18:17:33 +0000 (13:17 -0500)] 
windowscodecs: Add test for IWICComponentInfo.

12 years agoinclude: Add IWICPixelFormatInfo definition.
Vincent Povirk [Sat, 24 Mar 2012 17:30:02 +0000 (12:30 -0500)] 
include: Add IWICPixelFormatInfo definition.

12 years agomsvcp: Sync spec files.
Piotr Caban [Thu, 14 Jun 2012 13:37:54 +0000 (15:37 +0200)] 
msvcp: Sync spec files.

12 years agomsvcp90: Added operator>>(basic_istream<char>, basic_string<char>) implementation.
Piotr Caban [Thu, 14 Jun 2012 13:37:36 +0000 (15:37 +0200)] 
msvcp90: Added operator>>(basic_istream<char>, basic_string<char>) implementation.

12 years agomsvcp90: Use codecvt<char>::is in basic_istream_char__Ipfx function.
Piotr Caban [Thu, 14 Jun 2012 13:37:13 +0000 (15:37 +0200)] 
msvcp90: Use codecvt<char>::is in basic_istream_char__Ipfx function.

12 years agomsvcp90: Added basic_ostream<char>::endl implementation.
Piotr Caban [Thu, 14 Jun 2012 13:36:56 +0000 (15:36 +0200)] 
msvcp90: Added basic_ostream<char>::endl implementation.

12 years agomsvcp80: Added _Getcat implementation for supported facets.
Piotr Caban [Thu, 14 Jun 2012 13:36:39 +0000 (15:36 +0200)] 
msvcp80: Added _Getcat implementation for supported facets.

12 years agomsvcp90: Export locale::facet_Register function.
Piotr Caban [Thu, 14 Jun 2012 13:36:26 +0000 (15:36 +0200)] 
msvcp90: Export locale::facet_Register function.

12 years agomsvcp90: Export locale::facet vtable.
Piotr Caban [Thu, 14 Jun 2012 13:36:04 +0000 (15:36 +0200)] 
msvcp90: Export locale::facet vtable.

12 years agomsvcp90: Added basic_fstream<char> implementation.
Piotr Caban [Thu, 14 Jun 2012 13:35:45 +0000 (15:35 +0200)] 
msvcp90: Added basic_fstream<char> implementation.

12 years agolocalspl: Have GetPrinterDriverDirectory create the driver directory.
Huw Davies [Thu, 14 Jun 2012 14:31:38 +0000 (15:31 +0100)] 
localspl: Have GetPrinterDriverDirectory create the driver directory.

This is needed so that during wineprefix creation, winspool.drv can succeed in printer initialisation.

12 years agodsound: Fail if app requests 3D buffer interface on a non-3D buffer.
Andrew Eikum [Thu, 14 Jun 2012 14:25:48 +0000 (09:25 -0500)] 
dsound: Fail if app requests 3D buffer interface on a non-3D buffer.

12 years agowbemprox: Add stub implementations of IEnumWbemClassObject and IWbemClassObject.
Hans Leidekker [Thu, 14 Jun 2012 14:03:26 +0000 (16:03 +0200)] 
wbemprox: Add stub implementations of IEnumWbemClassObject and IWbemClassObject.