wine
11 years agodwrite: Added basic test for IDWriteFont created from LOGFONTW.
Nikolay Sivov [Tue, 31 Jul 2012 04:18:02 +0000 (08:18 +0400)] 
dwrite: Added basic test for IDWriteFont created from LOGFONTW.

11 years agodwrite: Added IDWriteGdiInterop stub.
Nikolay Sivov [Tue, 31 Jul 2012 04:12:35 +0000 (08:12 +0400)] 
dwrite: Added IDWriteGdiInterop stub.

11 years agodwrite: Stub for IDWriteFactory.
Nikolay Sivov [Tue, 31 Jul 2012 04:07:49 +0000 (08:07 +0400)] 
dwrite: Stub for IDWriteFactory.

11 years agofusion: Use inline wrappers for calling COM methods.
Hans Leidekker [Tue, 31 Jul 2012 10:25:21 +0000 (12:25 +0200)] 
fusion: Use inline wrappers for calling COM methods.

11 years agosxs: Use inline wrappers for calling COM methods.
Hans Leidekker [Tue, 31 Jul 2012 10:25:08 +0000 (12:25 +0200)] 
sxs: Use inline wrappers for calling COM methods.

11 years agokernel32: Avoid TRUE:FALSE conditional expressions.
Michael Stefaniuc [Tue, 31 Jul 2012 09:34:54 +0000 (11:34 +0200)] 
kernel32: Avoid TRUE:FALSE conditional expressions.

11 years agowinex11.drv: Avoid TRUE:FALSE conditional expressions.
Michael Stefaniuc [Tue, 31 Jul 2012 09:33:15 +0000 (11:33 +0200)] 
winex11.drv: Avoid TRUE:FALSE conditional expressions.

11 years agomapi32: Remove superfluous TRUE:FALSE conditional expressions.
Michael Stefaniuc [Tue, 31 Jul 2012 09:31:06 +0000 (11:31 +0200)] 
mapi32: Remove superfluous TRUE:FALSE conditional expressions.

11 years agowinmm: Avoid TRUE FALSE conditional expressions.
Michael Stefaniuc [Tue, 31 Jul 2012 08:58:15 +0000 (10:58 +0200)] 
winmm: Avoid TRUE FALSE conditional expressions.

11 years agoguiddef.h: Use static const IID instance for __uuidof.
Jacek Caban [Tue, 31 Jul 2012 08:37:03 +0000 (10:37 +0200)] 
guiddef.h: Use static const IID instance for __uuidof.

11 years agowindowscodecs: Fix memory leak in error case.
Dmitry Timoshkov [Tue, 31 Jul 2012 07:17:42 +0000 (16:17 +0900)] 
windowscodecs: Fix memory leak in error case.

11 years agoinclude/winbase.h: MSC compiler implements interlocked* APIs as intrinsics in x86_64...
Dmitry Timoshkov [Tue, 31 Jul 2012 03:38:32 +0000 (12:38 +0900)] 
include/winbase.h: MSC compiler implements interlocked* APIs as intrinsics in x86_64 mode.

11 years agoinclude/winnt.h: MSC compiler doesn't support __asm keyword in x86_64 mode.
Dmitry Timoshkov [Tue, 31 Jul 2012 03:38:24 +0000 (12:38 +0900)] 
include/winnt.h: MSC compiler doesn't support __asm keyword in x86_64 mode.

11 years agoadvapi32/tests: Simple tests for TokenIntegrityLevel.
Detlef Riekenberg [Mon, 30 Jul 2012 22:09:02 +0000 (00:09 +0200)] 
advapi32/tests: Simple tests for TokenIntegrityLevel.

11 years agontdll: Support TokenIntegrityLevel.
Detlef Riekenberg [Mon, 30 Jul 2012 16:08:34 +0000 (18:08 +0200)] 
ntdll: Support TokenIntegrityLevel.

11 years agoinclude: Add TOKEN_MANDATORY_LEVEL definitions.
Detlef Riekenberg [Mon, 30 Jul 2012 16:08:33 +0000 (18:08 +0200)] 
include: Add TOKEN_MANDATORY_LEVEL definitions.

11 years agowininet: Support ICU_ENCODE_PERCENT, ICU_ENCODE_SPACES_ONLY, and ICU_NO_META.
Alex Henrie [Mon, 30 Jul 2012 05:42:36 +0000 (23:42 -0600)] 
wininet: Support ICU_ENCODE_PERCENT, ICU_ENCODE_SPACES_ONLY, and ICU_NO_META.

11 years agowinspool.drv: Update allowed driver version.
AndrĂ© Hentschel [Sun, 29 Jul 2012 14:34:46 +0000 (16:34 +0200)] 
winspool.drv: Update allowed driver version.

11 years agomsi: Stub Migrate10CachedPackagesW.
Vincent Povirk [Mon, 30 Jul 2012 19:34:20 +0000 (14:34 -0500)] 
msi: Stub Migrate10CachedPackagesW.

11 years agower: Return S_OK from the WerRepostSubmit stub.
Detlef Riekenberg [Sat, 28 Jul 2012 08:03:43 +0000 (10:03 +0200)] 
wer: Return S_OK from the WerRepostSubmit stub.

11 years agopo: Update Chinese (Taiwan) translation.
Wei-Lun Chao [Tue, 31 Jul 2012 01:42:44 +0000 (09:42 +0800)] 
po: Update Chinese (Taiwan) translation.

11 years agogdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.
Alexandre Julliard [Mon, 30 Jul 2012 19:53:37 +0000 (21:53 +0200)] 
gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.

11 years agowindowscodecs: Implement IWICPalette_InitializeFromPalette.
Dmitry Timoshkov [Mon, 30 Jul 2012 04:12:28 +0000 (13:12 +0900)] 
windowscodecs: Implement IWICPalette_InitializeFromPalette.

11 years agokernel32: Reimplement GetLogicalDrives using Nt{Open, Query}DirectoryObject.
Alexandre Goujon [Sat, 28 Jul 2012 14:14:15 +0000 (16:14 +0200)] 
kernel32: Reimplement GetLogicalDrives using Nt{Open, Query}DirectoryObject.

11 years agoinclude: Added dwrite.idl file.
Nikolay Sivov [Sun, 29 Jul 2012 08:50:34 +0000 (12:50 +0400)] 
include: Added dwrite.idl file.

11 years agowidl: Don't output method macro if name duplicates another method name.
Nikolay Sivov [Fri, 27 Jul 2012 16:00:18 +0000 (20:00 +0400)] 
widl: Don't output method macro if name duplicates another method name.

11 years agowidl: Protect from duplicated method names in C-style vtable struct.
Nikolay Sivov [Fri, 27 Jul 2012 15:18:04 +0000 (19:18 +0400)] 
widl: Protect from duplicated method names in C-style vtable struct.

11 years agomshtml: Use inner window directly in handle_load.
Jacek Caban [Mon, 30 Jul 2012 13:56:45 +0000 (15:56 +0200)] 
mshtml: Use inner window directly in handle_load.

11 years agomshtml: Use inner window directly in run_insert_script.
Jacek Caban [Mon, 30 Jul 2012 13:56:33 +0000 (15:56 +0200)] 
mshtml: Use inner window directly in run_insert_script.

11 years agomshtml: Use inner window directly in HTMLOptionElementFactory implementation.
Jacek Caban [Mon, 30 Jul 2012 13:56:07 +0000 (15:56 +0200)] 
mshtml: Use inner window directly in HTMLOptionElementFactory implementation.

11 years agomshtml: Use inner window directly in HTMLImageElementFactory implementation.
Jacek Caban [Mon, 30 Jul 2012 13:55:57 +0000 (15:55 +0200)] 
mshtml: Use inner window directly in HTMLImageElementFactory implementation.

11 years agomshtml: Use inner window directly from document node in htmlevent.c.
Jacek Caban [Mon, 30 Jul 2012 13:55:42 +0000 (15:55 +0200)] 
mshtml: Use inner window directly from document node in htmlevent.c.

11 years agomshtml: Store inner window directly in HTMLDocumentNode.
Jacek Caban [Mon, 30 Jul 2012 13:55:30 +0000 (15:55 +0200)] 
mshtml: Store inner window directly in HTMLDocumentNode.

11 years agowbemprox: Add support for enumerating class properties.
Hans Leidekker [Mon, 30 Jul 2012 13:05:09 +0000 (15:05 +0200)] 
wbemprox: Add support for enumerating class properties.

11 years agowbemprox: Add support for enumerating class methods.
Hans Leidekker [Mon, 30 Jul 2012 13:04:49 +0000 (15:04 +0200)] 
wbemprox: Add support for enumerating class methods.

11 years agowbemprox: Store the class name in the class object.
Hans Leidekker [Mon, 30 Jul 2012 13:04:30 +0000 (15:04 +0200)] 
wbemprox: Store the class name in the class object.

11 years agowbemprox: Implement Win32_Service.AcceptPause and Win32_Service.AcceptStop.
Hans Leidekker [Mon, 30 Jul 2012 13:04:15 +0000 (15:04 +0200)] 
wbemprox: Implement Win32_Service.AcceptPause and Win32_Service.AcceptStop.

11 years agowbemprox: Add support for boolean properties.
Hans Leidekker [Mon, 30 Jul 2012 13:04:03 +0000 (15:04 +0200)] 
wbemprox: Add support for boolean properties.

11 years agogdi32: Clip solid pen regions to the DIB rectangle to avoid overflows.
Alexandre Julliard [Mon, 30 Jul 2012 11:59:04 +0000 (13:59 +0200)] 
gdi32: Clip solid pen regions to the DIB rectangle to avoid overflows.

11 years agogdi32: Limit line drawing coordinates to reasonable values to avoid overflows.
Alexandre Julliard [Mon, 30 Jul 2012 10:47:24 +0000 (12:47 +0200)] 
gdi32: Limit line drawing coordinates to reasonable values to avoid overflows.

11 years agogdi32: Add a helper function to initialize Bresenham parameters for line drawing.
Alexandre Julliard [Mon, 30 Jul 2012 10:02:34 +0000 (12:02 +0200)] 
gdi32: Add a helper function to initialize Bresenham parameters for line drawing.

11 years agomsxml3: Enable inline wrappers for tests.
Nikolay Sivov [Mon, 30 Jul 2012 06:32:56 +0000 (10:32 +0400)] 
msxml3: Enable inline wrappers for tests.

11 years agokernel32: Added WerRegisterMemoryBlock stub.
Nikolay Sivov [Sun, 29 Jul 2012 08:51:47 +0000 (12:51 +0400)] 
kernel32: Added WerRegisterMemoryBlock stub.

11 years agoshell32: Use proper macros when calling COM methods.
Nikolay Sivov [Sun, 29 Jul 2012 08:51:05 +0000 (12:51 +0400)] 
shell32: Use proper macros when calling COM methods.

11 years agojscript/tests: Use proper helpers for iface calls.
Jacek Caban [Mon, 30 Jul 2012 10:02:01 +0000 (12:02 +0200)] 
jscript/tests: Use proper helpers for iface calls.

11 years agomshtml/tests: Use proper helpers for iface calls.
Jacek Caban [Mon, 30 Jul 2012 09:04:56 +0000 (11:04 +0200)] 
mshtml/tests: Use proper helpers for iface calls.

11 years agourlmon/tests: Use proper helpers for iface calls.
Jacek Caban [Mon, 30 Jul 2012 08:56:13 +0000 (10:56 +0200)] 
urlmon/tests: Use proper helpers for iface calls.

11 years agoieframe/tests: Use proper helpers for iface calls.
Jacek Caban [Mon, 30 Jul 2012 08:52:52 +0000 (10:52 +0200)] 
ieframe/tests: Use proper helpers for iface calls.

11 years agourlmon: SecManagerImpl_QueryInterface clean up.
Jacek Caban [Mon, 30 Jul 2012 08:36:44 +0000 (10:36 +0200)] 
urlmon: SecManagerImpl_QueryInterface clean up.

11 years agowinhttp: Use platform-specific versions of IActiveScriptParse methods.
Hans Leidekker [Fri, 27 Jul 2012 12:46:13 +0000 (14:46 +0200)] 
winhttp: Use platform-specific versions of IActiveScriptParse methods.

11 years agowbemprox: Parse the object path passed to IWbemServices::GetObject.
Hans Leidekker [Fri, 27 Jul 2012 12:04:28 +0000 (14:04 +0200)] 
wbemprox: Parse the object path passed to IWbemServices::GetObject.

11 years agowbemprox: Add a partial Win32_Service class implementation.
Hans Leidekker [Fri, 27 Jul 2012 12:04:03 +0000 (14:04 +0200)] 
wbemprox: Add a partial Win32_Service class implementation.

11 years agomsi: Use inline wrappers for calling COM methods.
Hans Leidekker [Fri, 27 Jul 2012 12:03:12 +0000 (14:03 +0200)] 
msi: Use inline wrappers for calling COM methods.

11 years agomsi: Use the right interface to call 32-bit and 64-bit custom action scripts.
Hans Leidekker [Fri, 27 Jul 2012 12:02:22 +0000 (14:02 +0200)] 
msi: Use the right interface to call 32-bit and 64-bit custom action scripts.

11 years agocomdlg32: Use a helper to detect the need for win16 looks.
Michael Stefaniuc [Fri, 27 Jul 2012 12:13:15 +0000 (14:13 +0200)] 
comdlg32: Use a helper to detect the need for win16 looks.

11 years agowinedbg: Simplify the "pointer to start of array" idiom.
Michael Stefaniuc [Fri, 27 Jul 2012 12:09:40 +0000 (14:09 +0200)] 
winedbg: Simplify the "pointer to start of array" idiom.

11 years agosetupapi: Simplify the "pointer to start of array" idiom.
Michael Stefaniuc [Fri, 27 Jul 2012 12:00:45 +0000 (14:00 +0200)] 
setupapi: Simplify the "pointer to start of array" idiom.

11 years agowinaspi.dll16: Simplify the "pointer to start of array" idiom.
Michael Stefaniuc [Fri, 27 Jul 2012 11:59:52 +0000 (13:59 +0200)] 
winaspi.dll16: Simplify the "pointer to start of array" idiom.

11 years agowinex11: Get rid of the OpenGL bitmap support.
Alexandre Julliard [Fri, 27 Jul 2012 14:10:53 +0000 (16:10 +0200)] 
winex11: Get rid of the OpenGL bitmap support.

11 years agomsxml3: Fix an uninitialized variable.
Alexandre Julliard [Fri, 27 Jul 2012 11:46:10 +0000 (13:46 +0200)] 
msxml3: Fix an uninitialized variable.

11 years agowindowscodecs: Fix warnings detected by compiling with inline wrappers.
Dmitry Timoshkov [Fri, 27 Jul 2012 09:08:19 +0000 (18:08 +0900)] 
windowscodecs: Fix warnings detected by compiling with inline wrappers.

11 years agooleaut32: Use proper helpers for iface calls.
Jacek Caban [Fri, 27 Jul 2012 11:15:15 +0000 (13:15 +0200)] 
oleaut32: Use proper helpers for iface calls.

11 years agourlmon: Use proper helpers for iface calls.
Jacek Caban [Fri, 27 Jul 2012 09:15:05 +0000 (11:15 +0200)] 
urlmon: Use proper helpers for iface calls.

11 years agoieframe: Use proper helpers for iface calls.
Jacek Caban [Fri, 27 Jul 2012 09:00:34 +0000 (11:00 +0200)] 
ieframe: Use proper helpers for iface calls.

11 years agomshtml: Grow the buffer faster in BufferBSC_read_data.
Jacek Caban [Fri, 27 Jul 2012 08:51:53 +0000 (10:51 +0200)] 
mshtml: Grow the buffer faster in BufferBSC_read_data.

11 years agomshtml: Added support for BOM in bind_mon_to_wstr.
Jacek Caban [Fri, 27 Jul 2012 08:51:39 +0000 (10:51 +0200)] 
mshtml: Added support for BOM in bind_mon_to_wstr.

11 years agomshtml: Moved conversion to unicode of buffers from binding to navigate.c.
Jacek Caban [Fri, 27 Jul 2012 08:51:24 +0000 (10:51 +0200)] 
mshtml: Moved conversion to unicode of buffers from binding to navigate.c.

11 years agomshtml: Moved IStream::Read calls to separated function.
Jacek Caban [Fri, 27 Jul 2012 08:51:11 +0000 (10:51 +0200)] 
mshtml: Moved IStream::Read calls to separated function.

11 years agowbemprox: Make some signature table functions static.
Francois Gouget [Fri, 27 Jul 2012 08:22:28 +0000 (10:22 +0200)] 
wbemprox: Make some signature table functions static.

11 years agokernel32/tests: Make initonce_callback() static.
Francois Gouget [Fri, 27 Jul 2012 08:22:24 +0000 (10:22 +0200)] 
kernel32/tests: Make initonce_callback() static.

11 years agomsxml3: Enable inline wrappers and fix warnings.
Nikolay Sivov [Fri, 27 Jul 2012 03:53:58 +0000 (07:53 +0400)] 
msxml3: Enable inline wrappers and fix warnings.

11 years agomsvcp71: Added _String_base::_Xlen and _Xran implementation.
Piotr Caban [Fri, 27 Jul 2012 07:38:49 +0000 (09:38 +0200)] 
msvcp71: Added _String_base::_Xlen and _Xran implementation.

11 years agomsi/tests: Use always static binding for GetTokenInformation.
Detlef Riekenberg [Thu, 26 Jul 2012 20:30:33 +0000 (22:30 +0200)] 
msi/tests: Use always static binding for GetTokenInformation.

11 years agogdi32: Support OpenGL in bitmaps through libOSMesa.
Alexandre Julliard [Thu, 26 Jul 2012 18:47:31 +0000 (20:47 +0200)] 
gdi32: Support OpenGL in bitmaps through libOSMesa.

11 years agouser32: Rearrange ComboBox repositioning code.
Sergey Guralnik [Wed, 4 Jul 2012 19:34:57 +0000 (23:34 +0400)] 
user32: Rearrange ComboBox repositioning code.

11 years agomshtml: Properly handle NULL VT_DISPATCH refChild in IHTMLDOMNode::insertBefore.
Jacek Caban [Thu, 26 Jul 2012 15:52:42 +0000 (17:52 +0200)] 
mshtml: Properly handle NULL VT_DISPATCH refChild in IHTMLDOMNode::insertBefore.

11 years agomsvcp71: Added basic_string::append(iterator, iterator) implementation.
Piotr Caban [Thu, 26 Jul 2012 11:56:01 +0000 (13:56 +0200)] 
msvcp71: Added basic_string::append(iterator, iterator) implementation.

11 years agomsvcp71: Added iterator based basic_string::replace implementation.
Piotr Caban [Thu, 26 Jul 2012 11:55:45 +0000 (13:55 +0200)] 
msvcp71: Added iterator based basic_string::replace implementation.

11 years agomsvcp71: Added functions for creating basic_string iterators.
Piotr Caban [Thu, 26 Jul 2012 11:55:28 +0000 (13:55 +0200)] 
msvcp71: Added functions for creating basic_string iterators.

11 years agowidl: Emit default argument values for cpp methods.
Nikolay Sivov [Thu, 26 Jul 2012 11:20:50 +0000 (15:20 +0400)] 
widl: Emit default argument values for cpp methods.

11 years agokernel32: Some tests for LOCALE_SNAME and neutral locales.
Nikolay Sivov [Thu, 26 Jul 2012 09:14:15 +0000 (13:14 +0400)] 
kernel32: Some tests for LOCALE_SNAME and neutral locales.

11 years agokernel32: Fix base for value returned with LOCALE_RETURN_NUMBER.
Nikolay Sivov [Thu, 26 Jul 2012 07:38:19 +0000 (11:38 +0400)] 
kernel32: Fix base for value returned with LOCALE_RETURN_NUMBER.

11 years agokernel32: Some test for handling locales specified by language only.
Nikolay Sivov [Thu, 26 Jul 2012 07:20:46 +0000 (11:20 +0400)] 
kernel32: Some test for handling locales specified by language only.

11 years agomshtml: Use inline wrappers and fixed found warnings.
Jacek Caban [Thu, 26 Jul 2012 09:37:48 +0000 (11:37 +0200)] 
mshtml: Use inline wrappers and fixed found warnings.

11 years agowidl: Added an extension that uses inline functions instead of macros for C interface...
Jacek Caban [Thu, 26 Jul 2012 09:35:43 +0000 (11:35 +0200)] 
widl: Added an extension that uses inline functions instead of macros for C interface calls.

11 years agoactivdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function...
Jacek Caban [Thu, 26 Jul 2012 09:34:46 +0000 (11:34 +0200)] 
activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration.

11 years agowined3d: Avoid TRUE-FALSE conditional expressions.
Michael Stefaniuc [Thu, 26 Jul 2012 09:28:32 +0000 (11:28 +0200)] 
wined3d: Avoid TRUE-FALSE conditional expressions.

11 years agocabinet: Avoid TRUE-FALSE conditional expressions.
Michael Stefaniuc [Thu, 26 Jul 2012 09:26:28 +0000 (11:26 +0200)] 
cabinet: Avoid TRUE-FALSE conditional expressions.

11 years agomlang/tests: Simplify the "pointer to start of array" idiom.
Michael Stefaniuc [Thu, 26 Jul 2012 09:23:34 +0000 (11:23 +0200)] 
mlang/tests: Simplify the "pointer to start of array" idiom.

11 years agogdiplus: Add some GdipTransformPoints tests for a device with different x/y resolutions.
Dmitry Timoshkov [Wed, 25 Jul 2012 05:52:46 +0000 (14:52 +0900)] 
gdiplus: Add some GdipTransformPoints tests for a device with different x/y resolutions.

11 years agogdiplus: Store device resolution in the graphics object.
Dmitry Timoshkov [Tue, 24 Jul 2012 08:18:48 +0000 (17:18 +0900)] 
gdiplus: Store device resolution in the graphics object.

11 years agogdiplus: Add missing 'break'.
Dmitry Timoshkov [Thu, 26 Jul 2012 02:29:25 +0000 (11:29 +0900)] 
gdiplus: Add missing 'break'.

11 years agomsvcr90/tests: Fix tests for errno values.
Alexandre Julliard [Thu, 26 Jul 2012 09:06:37 +0000 (11:06 +0200)] 
msvcr90/tests: Fix tests for errno values.

11 years agomsvcrt: Make sure that errno is always set when calling the invalid parameter handler.
Alexandre Julliard [Thu, 26 Jul 2012 09:05:32 +0000 (11:05 +0200)] 
msvcrt: Make sure that errno is always set when calling the invalid parameter handler.

11 years agomsvcp100: Add _Container_base0::_Swap_all, _Container_base0::_Orphan_all.
Dan Kegel [Tue, 24 Jul 2012 20:33:40 +0000 (13:33 -0700)] 
msvcp100: Add _Container_base0::_Swap_all, _Container_base0::_Orphan_all.

11 years agogdiplus: Handle image loading failures under some XP versions.
Dmitry Timoshkov [Wed, 25 Jul 2012 09:11:05 +0000 (18:11 +0900)] 
gdiplus: Handle image loading failures under some XP versions.

11 years agogdiplus: Make get_palette() usable for generating predefined palettes.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:28:20 +0000 (17:28 +0900)] 
gdiplus: Make get_palette() usable for generating predefined palettes.

11 years agogdiplus: Add 8bppGray to the list of supported formats.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:27:29 +0000 (17:27 +0900)] 
gdiplus: Add 8bppGray to the list of supported formats.

11 years agogdiplus: Use predefined palette if an image doesn't provide one.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:26:38 +0000 (17:26 +0900)] 
gdiplus: Use predefined palette if an image doesn't provide one.

11 years agogdiplus: Add 8bppIndexed to the list of supported formats.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:25:54 +0000 (17:25 +0900)] 
gdiplus: Add 8bppIndexed to the list of supported formats.