Nikolay Sivov [Tue, 31 Jul 2012 04:18:02 +0000 (08:18 +0400)]
dwrite: Added basic test for IDWriteFont created from LOGFONTW.
Nikolay Sivov [Tue, 31 Jul 2012 04:12:35 +0000 (08:12 +0400)]
dwrite: Added IDWriteGdiInterop stub.
Nikolay Sivov [Tue, 31 Jul 2012 04:07:49 +0000 (08:07 +0400)]
dwrite: Stub for IDWriteFactory.
Hans Leidekker [Tue, 31 Jul 2012 10:25:21 +0000 (12:25 +0200)]
fusion: 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.
Michael Stefaniuc [Tue, 31 Jul 2012 09:34:54 +0000 (11:34 +0200)]
kernel32: 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.
Michael Stefaniuc [Tue, 31 Jul 2012 09:31:06 +0000 (11:31 +0200)]
mapi32: Remove superfluous TRUE:FALSE conditional expressions.
Michael Stefaniuc [Tue, 31 Jul 2012 08:58:15 +0000 (10:58 +0200)]
winmm: Avoid TRUE FALSE conditional expressions.
Jacek Caban [Tue, 31 Jul 2012 08:37:03 +0000 (10:37 +0200)]
guiddef.h: Use static const IID instance for __uuidof.
Dmitry Timoshkov [Tue, 31 Jul 2012 07:17:42 +0000 (16:17 +0900)]
windowscodecs: Fix memory leak in error case.
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.
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.
Detlef Riekenberg [Mon, 30 Jul 2012 22:09:02 +0000 (00:09 +0200)]
advapi32/tests: Simple tests for TokenIntegrityLevel.
Detlef Riekenberg [Mon, 30 Jul 2012 16:08:34 +0000 (18:08 +0200)]
ntdll: Support TokenIntegrityLevel.
Detlef Riekenberg [Mon, 30 Jul 2012 16:08:33 +0000 (18:08 +0200)]
include: Add TOKEN_MANDATORY_LEVEL definitions.
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.
André Hentschel [Sun, 29 Jul 2012 14:34:46 +0000 (16:34 +0200)]
winspool.drv: Update allowed driver version.
Vincent Povirk [Mon, 30 Jul 2012 19:34:20 +0000 (14:34 -0500)]
msi: Stub Migrate10CachedPackagesW.
Detlef Riekenberg [Sat, 28 Jul 2012 08:03:43 +0000 (10:03 +0200)]
wer: Return S_OK from the WerRepostSubmit stub.
Wei-Lun Chao [Tue, 31 Jul 2012 01:42:44 +0000 (09:42 +0800)]
po: Update Chinese (Taiwan) translation.
Alexandre Julliard [Mon, 30 Jul 2012 19:53:37 +0000 (21:53 +0200)]
gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.
Dmitry Timoshkov [Mon, 30 Jul 2012 04:12:28 +0000 (13:12 +0900)]
windowscodecs: Implement IWICPalette_InitializeFromPalette.
Alexandre Goujon [Sat, 28 Jul 2012 14:14:15 +0000 (16:14 +0200)]
kernel32: Reimplement GetLogicalDrives using Nt{Open, Query}DirectoryObject.
Nikolay Sivov [Sun, 29 Jul 2012 08:50:34 +0000 (12:50 +0400)]
include: Added dwrite.idl file.
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.
Nikolay Sivov [Fri, 27 Jul 2012 15:18:04 +0000 (19:18 +0400)]
widl: Protect from duplicated method names in C-style vtable struct.
Jacek Caban [Mon, 30 Jul 2012 13:56:45 +0000 (15:56 +0200)]
mshtml: Use inner window directly in handle_load.
Jacek Caban [Mon, 30 Jul 2012 13:56:33 +0000 (15:56 +0200)]
mshtml: Use inner window directly in run_insert_script.
Jacek Caban [Mon, 30 Jul 2012 13:56:07 +0000 (15:56 +0200)]
mshtml: Use inner window directly in HTMLOptionElementFactory implementation.
Jacek Caban [Mon, 30 Jul 2012 13:55:57 +0000 (15:55 +0200)]
mshtml: Use inner window directly in HTMLImageElementFactory implementation.
Jacek Caban [Mon, 30 Jul 2012 13:55:42 +0000 (15:55 +0200)]
mshtml: Use inner window directly from document node in htmlevent.c.
Jacek Caban [Mon, 30 Jul 2012 13:55:30 +0000 (15:55 +0200)]
mshtml: Store inner window directly in HTMLDocumentNode.
Hans Leidekker [Mon, 30 Jul 2012 13:05:09 +0000 (15:05 +0200)]
wbemprox: Add support for enumerating class properties.
Hans Leidekker [Mon, 30 Jul 2012 13:04:49 +0000 (15:04 +0200)]
wbemprox: Add support for enumerating class methods.
Hans Leidekker [Mon, 30 Jul 2012 13:04:30 +0000 (15:04 +0200)]
wbemprox: Store the class name in the class object.
Hans Leidekker [Mon, 30 Jul 2012 13:04:15 +0000 (15:04 +0200)]
wbemprox: Implement Win32_Service.AcceptPause and Win32_Service.AcceptStop.
Hans Leidekker [Mon, 30 Jul 2012 13:04:03 +0000 (15:04 +0200)]
wbemprox: Add support for boolean properties.
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.
Alexandre Julliard [Mon, 30 Jul 2012 10:47:24 +0000 (12:47 +0200)]
gdi32: Limit line drawing coordinates to reasonable values to avoid overflows.
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.
Nikolay Sivov [Mon, 30 Jul 2012 06:32:56 +0000 (10:32 +0400)]
msxml3: Enable inline wrappers for tests.
Nikolay Sivov [Sun, 29 Jul 2012 08:51:47 +0000 (12:51 +0400)]
kernel32: Added WerRegisterMemoryBlock stub.
Nikolay Sivov [Sun, 29 Jul 2012 08:51:05 +0000 (12:51 +0400)]
shell32: Use proper macros when calling COM methods.
Jacek Caban [Mon, 30 Jul 2012 10:02:01 +0000 (12:02 +0200)]
jscript/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.
Jacek Caban [Mon, 30 Jul 2012 08:56:13 +0000 (10:56 +0200)]
urlmon/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.
Jacek Caban [Mon, 30 Jul 2012 08:36:44 +0000 (10:36 +0200)]
urlmon: SecManagerImpl_QueryInterface clean up.
Hans Leidekker [Fri, 27 Jul 2012 12:46:13 +0000 (14:46 +0200)]
winhttp: Use platform-specific versions of IActiveScriptParse methods.
Hans Leidekker [Fri, 27 Jul 2012 12:04:28 +0000 (14:04 +0200)]
wbemprox: Parse the object path passed to IWbemServices::GetObject.
Hans Leidekker [Fri, 27 Jul 2012 12:04:03 +0000 (14:04 +0200)]
wbemprox: Add a partial Win32_Service class implementation.
Hans Leidekker [Fri, 27 Jul 2012 12:03:12 +0000 (14:03 +0200)]
msi: Use inline wrappers for calling COM methods.
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.
Michael Stefaniuc [Fri, 27 Jul 2012 12:13:15 +0000 (14:13 +0200)]
comdlg32: Use a helper to detect the need for win16 looks.
Michael Stefaniuc [Fri, 27 Jul 2012 12:09:40 +0000 (14:09 +0200)]
winedbg: 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.
Michael Stefaniuc [Fri, 27 Jul 2012 11:59:52 +0000 (13:59 +0200)]
winaspi.dll16: Simplify the "pointer to start of array" idiom.
Alexandre Julliard [Fri, 27 Jul 2012 14:10:53 +0000 (16:10 +0200)]
winex11: Get rid of the OpenGL bitmap support.
Alexandre Julliard [Fri, 27 Jul 2012 11:46:10 +0000 (13:46 +0200)]
msxml3: Fix an uninitialized variable.
Dmitry Timoshkov [Fri, 27 Jul 2012 09:08:19 +0000 (18:08 +0900)]
windowscodecs: Fix warnings detected by compiling with inline wrappers.
Jacek Caban [Fri, 27 Jul 2012 11:15:15 +0000 (13:15 +0200)]
oleaut32: 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.
Jacek Caban [Fri, 27 Jul 2012 09:00:34 +0000 (11:00 +0200)]
ieframe: Use proper helpers for iface calls.
Jacek Caban [Fri, 27 Jul 2012 08:51:53 +0000 (10:51 +0200)]
mshtml: Grow the buffer faster in BufferBSC_read_data.
Jacek Caban [Fri, 27 Jul 2012 08:51:39 +0000 (10:51 +0200)]
mshtml: Added support for BOM in bind_mon_to_wstr.
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.
Jacek Caban [Fri, 27 Jul 2012 08:51:11 +0000 (10:51 +0200)]
mshtml: Moved IStream::Read calls to separated function.
Francois Gouget [Fri, 27 Jul 2012 08:22:28 +0000 (10:22 +0200)]
wbemprox: Make some signature table functions static.
Francois Gouget [Fri, 27 Jul 2012 08:22:24 +0000 (10:22 +0200)]
kernel32/tests: Make initonce_callback() static.
Nikolay Sivov [Fri, 27 Jul 2012 03:53:58 +0000 (07:53 +0400)]
msxml3: Enable inline wrappers and fix warnings.
Piotr Caban [Fri, 27 Jul 2012 07:38:49 +0000 (09:38 +0200)]
msvcp71: Added _String_base::_Xlen and _Xran implementation.
Detlef Riekenberg [Thu, 26 Jul 2012 20:30:33 +0000 (22:30 +0200)]
msi/tests: Use always static binding for GetTokenInformation.
Alexandre Julliard [Thu, 26 Jul 2012 18:47:31 +0000 (20:47 +0200)]
gdi32: Support OpenGL in bitmaps through libOSMesa.
Sergey Guralnik [Wed, 4 Jul 2012 19:34:57 +0000 (23:34 +0400)]
user32: Rearrange ComboBox repositioning code.
Jacek Caban [Thu, 26 Jul 2012 15:52:42 +0000 (17:52 +0200)]
mshtml: Properly handle NULL VT_DISPATCH refChild in IHTMLDOMNode::insertBefore.
Piotr Caban [Thu, 26 Jul 2012 11:56:01 +0000 (13:56 +0200)]
msvcp71: Added basic_string::append(iterator, iterator) implementation.
Piotr Caban [Thu, 26 Jul 2012 11:55:45 +0000 (13:55 +0200)]
msvcp71: Added iterator based basic_string::replace implementation.
Piotr Caban [Thu, 26 Jul 2012 11:55:28 +0000 (13:55 +0200)]
msvcp71: Added functions for creating basic_string iterators.
Nikolay Sivov [Thu, 26 Jul 2012 11:20:50 +0000 (15:20 +0400)]
widl: Emit default argument values for cpp methods.
Nikolay Sivov [Thu, 26 Jul 2012 09:14:15 +0000 (13:14 +0400)]
kernel32: Some tests for LOCALE_SNAME and neutral locales.
Nikolay Sivov [Thu, 26 Jul 2012 07:38:19 +0000 (11:38 +0400)]
kernel32: Fix base for value returned with LOCALE_RETURN_NUMBER.
Nikolay Sivov [Thu, 26 Jul 2012 07:20:46 +0000 (11:20 +0400)]
kernel32: Some test for handling locales specified by language only.
Jacek Caban [Thu, 26 Jul 2012 09:37:48 +0000 (11:37 +0200)]
mshtml: Use inline wrappers and fixed found warnings.
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.
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.
Michael Stefaniuc [Thu, 26 Jul 2012 09:28:32 +0000 (11:28 +0200)]
wined3d: Avoid TRUE-FALSE conditional expressions.
Michael Stefaniuc [Thu, 26 Jul 2012 09:26:28 +0000 (11:26 +0200)]
cabinet: Avoid TRUE-FALSE conditional expressions.
Michael Stefaniuc [Thu, 26 Jul 2012 09:23:34 +0000 (11:23 +0200)]
mlang/tests: Simplify the "pointer to start of array" idiom.
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.
Dmitry Timoshkov [Tue, 24 Jul 2012 08:18:48 +0000 (17:18 +0900)]
gdiplus: Store device resolution in the graphics object.
Dmitry Timoshkov [Thu, 26 Jul 2012 02:29:25 +0000 (11:29 +0900)]
gdiplus: Add missing 'break'.
Alexandre Julliard [Thu, 26 Jul 2012 09:06:37 +0000 (11:06 +0200)]
msvcr90/tests: Fix tests for errno values.
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.
Dan Kegel [Tue, 24 Jul 2012 20:33:40 +0000 (13:33 -0700)]
msvcp100: Add _Container_base0::_Swap_all, _Container_base0::_Orphan_all.
Dmitry Timoshkov [Wed, 25 Jul 2012 09:11:05 +0000 (18:11 +0900)]
gdiplus: Handle image loading failures under some XP versions.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:28:20 +0000 (17:28 +0900)]
gdiplus: Make get_palette() usable for generating predefined palettes.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:27:29 +0000 (17:27 +0900)]
gdiplus: Add 8bppGray to the list of supported formats.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:26:38 +0000 (17:26 +0900)]
gdiplus: Use predefined palette if an image doesn't provide one.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:25:54 +0000 (17:25 +0900)]
gdiplus: Add 8bppIndexed to the list of supported formats.