wine
13 years agowindowscodecs: Add support for loading of multiple simple IFD fields.
Dmitry Timoshkov [Thu, 21 Jun 2012 02:20:39 +0000 (11:20 +0900)] 
windowscodecs: Add support for loading of multiple simple IFD fields.

13 years agowindowscodecs: Add support for more types of IFD fields.
Dmitry Timoshkov [Thu, 21 Jun 2012 02:20:31 +0000 (11:20 +0900)] 
windowscodecs: Add support for more types of IFD fields.

13 years agoddraw: Use wined3d_get_adapter_display_mode() in d3d_device2_EnumTextureFormats().
Henri Verbeet [Thu, 21 Jun 2012 17:35:35 +0000 (19:35 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in d3d_device2_EnumTextureFormats().

13 years agoddraw: Use wined3d_get_adapter_display_mode() in d3d_device7_EnumTextureFormats().
Henri Verbeet [Thu, 21 Jun 2012 17:35:34 +0000 (19:35 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in d3d_device7_EnumTextureFormats().

13 years agoddraw: Use wined3d_get_adapter_display_mode() in d3d7_EnumZBufferFormats().
Henri Verbeet [Thu, 21 Jun 2012 17:35:33 +0000 (19:35 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in d3d7_EnumZBufferFormats().

13 years agoddraw: Use wined3d_get_adapter_display_mode() in CreateSurface().
Henri Verbeet [Thu, 21 Jun 2012 17:35:32 +0000 (19:35 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in CreateSurface().

13 years agoddraw: Use wined3d_get_adapter_display_mode() in ddraw7_GetScanLine().
Henri Verbeet [Thu, 21 Jun 2012 17:35:31 +0000 (19:35 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in ddraw7_GetScanLine().

13 years agoinclude/httprequest.idl: Use widl-specific attributes only with widl.
Thomas Faber [Thu, 21 Jun 2012 15:18:30 +0000 (17:18 +0200)] 
include/httprequest.idl: Use widl-specific attributes only with widl.

13 years agowinspool: On OS/X read the default paper size from the core printing api.
Huw Davies [Thu, 21 Jun 2012 11:59:03 +0000 (12:59 +0100)] 
winspool: On OS/X read the default paper size from the core printing api.

13 years agowinspool: Update the devmode when we update the driver.
Huw Davies [Thu, 21 Jun 2012 11:59:02 +0000 (12:59 +0100)] 
winspool: Update the devmode when we update the driver.

13 years agowineps: Always update the default devmode.
Huw Davies [Thu, 21 Jun 2012 11:59:01 +0000 (12:59 +0100)] 
wineps: Always update the default devmode.

13 years agowineps: Add the ability to override the ppd file's default pagesize and duplex settings.
Huw Davies [Thu, 21 Jun 2012 11:59:00 +0000 (12:59 +0100)] 
wineps: Add the ability to override the ppd file's default pagesize and duplex settings.

13 years agoavifil32: Drop the 'register' storage-class specifier.
Michael Stefaniuc [Thu, 21 Jun 2012 11:17:51 +0000 (13:17 +0200)] 
avifil32: Drop the 'register' storage-class specifier.

13 years agomsvcp90: Added istream>>(base type) implementation.
Piotr Caban [Thu, 21 Jun 2012 10:27:21 +0000 (12:27 +0200)] 
msvcp90: Added istream>>(base type) implementation.

13 years agomsvcp90: Added num_get<char>::get functions implementation.
Piotr Caban [Thu, 21 Jun 2012 10:27:06 +0000 (12:27 +0200)] 
msvcp90: Added num_get<char>::get functions implementation.

13 years agomsvcp90: Added num_get<char>::_Getifld implementation.
Piotr Caban [Thu, 21 Jun 2012 10:26:47 +0000 (12:26 +0200)] 
msvcp90: Added num_get<char>::_Getifld implementation.

13 years agomsvcp90: Added num_get<char>::_Getffld implementation.
Piotr Caban [Thu, 21 Jun 2012 10:26:20 +0000 (12:26 +0200)] 
msvcp90: Added num_get<char>::_Getffld implementation.

13 years agomsvcp90: Added num_get<char> constructors implementation.
Piotr Caban [Thu, 21 Jun 2012 10:26:02 +0000 (12:26 +0200)] 
msvcp90: Added num_get<char> constructors implementation.

13 years agomsvcp90: Define basic_streambuf structure globally.
Piotr Caban [Thu, 21 Jun 2012 10:25:44 +0000 (12:25 +0200)] 
msvcp90: Define basic_streambuf structure globally.

13 years agomsvcp90: Define ios_base structure globally.
Piotr Caban [Thu, 21 Jun 2012 10:25:23 +0000 (12:25 +0200)] 
msvcp90: Define ios_base structure globally.

13 years agomsvcp90: Separate num_get::get(long double) and num_get::get(double) functions.
Piotr Caban [Thu, 21 Jun 2012 10:25:09 +0000 (12:25 +0200)] 
msvcp90: Separate num_get::get(long double) and num_get::get(double) functions.

13 years agomsvcp90: Rename num_get_char_ctor__Init function because it's not a constructor.
Piotr Caban [Thu, 21 Jun 2012 10:24:33 +0000 (12:24 +0200)] 
msvcp90: Rename num_get_char_ctor__Init function because it's not a constructor.

13 years agojscript: Moved DISPPARAMS conversion to InvokeEx.
Jacek Caban [Thu, 21 Jun 2012 08:48:36 +0000 (10:48 +0200)] 
jscript: Moved DISPPARAMS conversion to InvokeEx.

13 years agojscript: Pass jsthis internally without using DISPPARAMS.
Jacek Caban [Thu, 21 Jun 2012 08:48:10 +0000 (10:48 +0200)] 
jscript: Pass jsthis internally without using DISPPARAMS.

13 years agojscript: Make Function object invocation a special case in IDispatchEx implementation.
Jacek Caban [Thu, 21 Jun 2012 08:47:36 +0000 (10:47 +0200)] 
jscript: Make Function object invocation a special case in IDispatchEx implementation.

13 years agojscript: Use INFINITY macro instead of num_set_inf().
Jacek Caban [Thu, 21 Jun 2012 08:47:19 +0000 (10:47 +0200)] 
jscript: Use INFINITY macro instead of num_set_inf().

13 years agowindowscodecs: Implement MetadataReaderInfo_GetVersion.
Dmitry Timoshkov [Thu, 21 Jun 2012 04:30:50 +0000 (13:30 +0900)] 
windowscodecs: Implement MetadataReaderInfo_GetVersion.

13 years agowindowscodecs: Implement MetadataReaderInfo_GetFriendlyName.
Dmitry Timoshkov [Thu, 21 Jun 2012 04:30:43 +0000 (13:30 +0900)] 
windowscodecs: Implement MetadataReaderInfo_GetFriendlyName.

13 years agontdll: Omit unused typedef in test_query_process.
Gerald Pfeifer [Wed, 20 Jun 2012 20:19:43 +0000 (22:19 +0200)] 
ntdll: Omit unused typedef in test_query_process.

13 years agogdiplus: Make some data const.
Dmitry Timoshkov [Thu, 21 Jun 2012 04:30:57 +0000 (13:30 +0900)] 
gdiplus: Make some data const.

13 years agoimagehlp: Do not pass NULL to WriteFile as lpNumberOfBytesWritten.
Thomas Faber [Wed, 20 Jun 2012 21:48:44 +0000 (23:48 +0200)] 
imagehlp: Do not pass NULL to WriteFile as lpNumberOfBytesWritten.

13 years agontprint/tests: Fix some typos.
Julian Rüger [Wed, 20 Jun 2012 22:01:19 +0000 (00:01 +0200)] 
ntprint/tests: Fix some typos.

13 years agooleaut32: Use the CSTR_XXX macros instead of numeric literals.
Francois Gouget [Wed, 20 Jun 2012 21:41:13 +0000 (23:41 +0200)] 
oleaut32: Use the CSTR_XXX macros instead of numeric literals.

13 years agoxcopy: Use the CSTR_XXX macros instead of numeric literals.
Francois Gouget [Wed, 20 Jun 2012 21:41:05 +0000 (23:41 +0200)] 
xcopy: Use the CSTR_XXX macros instead of numeric literals.

13 years agoreg: Use the CSTR_XXX macros instead of numeric literals.
Francois Gouget [Wed, 20 Jun 2012 21:41:25 +0000 (23:41 +0200)] 
reg: Use the CSTR_XXX macros instead of numeric literals.

13 years agoshlwapi: Simplify the string comparison functions a bit and use the CSTR_XXX macros.
Francois Gouget [Wed, 20 Jun 2012 21:40:56 +0000 (23:40 +0200)] 
shlwapi: Simplify the string comparison functions a bit and use the CSTR_XXX macros.

13 years agomsvcrt: Use the CSTR_XXX macros instead of numeric literals.
Francois Gouget [Wed, 20 Jun 2012 21:40:33 +0000 (23:40 +0200)] 
msvcrt: Use the CSTR_XXX macros instead of numeric literals.

13 years agocomctl32: Simplify the string comparison functions a bit and use the CSTR_XXX macros.
Francois Gouget [Wed, 20 Jun 2012 21:40:13 +0000 (23:40 +0200)] 
comctl32: Simplify the string comparison functions a bit and use the CSTR_XXX macros.

13 years agopo: Update German translation.
Julian Rüger [Wed, 20 Jun 2012 21:55:30 +0000 (23:55 +0200)] 
po: Update German translation.

13 years agopo: Update Swedish translation.
Lauri Kenttä [Wed, 20 Jun 2012 20:37:52 +0000 (23:37 +0300)] 
po: Update Swedish translation.

13 years agopo: Update Finnish translation.
Lauri Kenttä [Wed, 20 Jun 2012 20:37:51 +0000 (23:37 +0300)] 
po: Update Finnish translation.

13 years agowinspool/tests: Fix failures when the spooler service is not running.
Detlef Riekenberg [Wed, 20 Jun 2012 20:24:11 +0000 (22:24 +0200)] 
winspool/tests: Fix failures when the spooler service is not running.

13 years agokernel32: Fixed read overflow in WriteFile argument.
Marcus Meissner [Wed, 20 Jun 2012 18:10:12 +0000 (20:10 +0200)] 
kernel32: Fixed read overflow in WriteFile argument.

13 years agoddraw: Use wined3d_get_adapter_display_mode() in ddraw7_GetFourCCCodes().
Henri Verbeet [Wed, 20 Jun 2012 15:45:17 +0000 (17:45 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in ddraw7_GetFourCCCodes().

13 years agoddraw: Use wined3d_get_adapter_display_mode() in ddraw7_GetDisplayMode().
Henri Verbeet [Wed, 20 Jun 2012 15:45:16 +0000 (17:45 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in ddraw7_GetDisplayMode().

13 years agoddraw: Use wined3d_get_adapter_display_mode() in ddraw_create_swapchain().
Henri Verbeet [Wed, 20 Jun 2012 15:45:15 +0000 (17:45 +0200)] 
ddraw: Use wined3d_get_adapter_display_mode() in ddraw_create_swapchain().

13 years agowined3d: Lie about the display format in wined3d_get_adapter_display_mode().
Henri Verbeet [Wed, 20 Jun 2012 15:45:14 +0000 (17:45 +0200)] 
wined3d: Lie about the display format in wined3d_get_adapter_display_mode().

13 years agowined3d: Only filter redundant mode changes in wined3d.
Henri Verbeet [Wed, 20 Jun 2012 15:45:13 +0000 (17:45 +0200)] 
wined3d: Only filter redundant mode changes in wined3d.

13 years agowininet: Use the correct type for sock_namelen in FTP_Connect.
Thomas Faber [Wed, 20 Jun 2012 14:31:36 +0000 (16:31 +0200)] 
wininet: Use the correct type for sock_namelen in FTP_Connect.

13 years agowindowscodecs: Report missing component info strings as zero-length.
Vincent Povirk [Mon, 16 Apr 2012 20:25:37 +0000 (15:25 -0500)] 
windowscodecs: Report missing component info strings as zero-length.

13 years agomsvcp90: Fix basic_ios<char>::imbue implementation.
Piotr Caban [Wed, 20 Jun 2012 11:15:45 +0000 (13:15 +0200)] 
msvcp90: Fix basic_ios<char>::imbue implementation.

13 years agomsvcp90: Added _Stoullx implementation.
Piotr Caban [Wed, 20 Jun 2012 11:15:29 +0000 (13:15 +0200)] 
msvcp90: Added _Stoullx implementation.

13 years agomsvcp90: Added _Stollx implementation.
Piotr Caban [Wed, 20 Jun 2012 11:15:11 +0000 (13:15 +0200)] 
msvcp90: Added _Stollx implementation.

13 years agomsvcp90: Added _Stofx implementation.
Piotr Caban [Wed, 20 Jun 2012 11:14:55 +0000 (13:14 +0200)] 
msvcp90: Added _Stofx implementation.

13 years agomsvcp90: Added _Stodx implementation.
Piotr Caban [Wed, 20 Jun 2012 11:14:37 +0000 (13:14 +0200)] 
msvcp90: Added _Stodx implementation.

13 years agowbemprox: Implement Win32_Process.CommandLine for the current process.
Hans Leidekker [Wed, 20 Jun 2012 10:07:02 +0000 (12:07 +0200)] 
wbemprox: Implement Win32_Process.CommandLine for the current process.

13 years agowbemprox: Append key properties to the class path.
Hans Leidekker [Wed, 20 Jun 2012 10:06:40 +0000 (12:06 +0200)] 
wbemprox: Append key properties to the class path.

13 years agowbemprox: Implement Win32_Process.Handle.
Hans Leidekker [Wed, 20 Jun 2012 10:06:17 +0000 (12:06 +0200)] 
wbemprox: Implement Win32_Process.Handle.

13 years agowbemprox: Add support for retrieving system properties.
Hans Leidekker [Wed, 20 Jun 2012 10:05:59 +0000 (12:05 +0200)] 
wbemprox: Add support for retrieving system properties.

13 years agojscript: Use INFINITY macro instead of ret_inf() hack.
Jacek Caban [Wed, 20 Jun 2012 09:19:11 +0000 (11:19 +0200)] 
jscript: Use INFINITY macro instead of ret_inf() hack.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

13 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().

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

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

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

13 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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