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.
Dmitry Timoshkov [Wed, 18 Jul 2012 08:24:58 +0000 (17:24 +0900)]
gdiplus: Retrieve image palette from WIC.
Henri Verbeet [Tue, 24 Jul 2012 09:32:27 +0000 (11:32 +0200)]
wined3d: Call core GL functions through gl_info.gl_ops as well.
Henri Verbeet [Tue, 24 Jul 2012 09:32:26 +0000 (11:32 +0200)]
wined3d: Pass a gl_info structure to fragment_pipeline.enable_extension().
Henri Verbeet [Tue, 24 Jul 2012 09:32:25 +0000 (11:32 +0200)]
wined3d: Get rid of the GL extension function pointer typedefs.
Alexandre Julliard [Wed, 25 Jul 2012 17:59:13 +0000 (19:59 +0200)]
wined3d: Retrieve OpenGL extension functions directly through the TEB table.
Jacek Caban [Wed, 25 Jul 2012 13:16:29 +0000 (15:16 +0200)]
mshtml: Added runtimeStyle tests.
Jacek Caban [Wed, 25 Jul 2012 12:47:13 +0000 (14:47 +0200)]
mshtml: Added IHTMLElement2::get_runtimeStyle hackish implementation.
Jacek Caban [Wed, 25 Jul 2012 12:46:54 +0000 (14:46 +0200)]
mshtml: Moved more logic to HTMLStyle_Create.
Hans Leidekker [Wed, 25 Jul 2012 11:13:17 +0000 (13:13 +0200)]
wbemprox: Implement IWbemClassObject::GetMethod.
Hans Leidekker [Wed, 25 Jul 2012 11:12:57 +0000 (13:12 +0200)]
wbemprox: Reset the number of rows only when the table was filled dynamically.
Hans Leidekker [Wed, 25 Jul 2012 11:12:42 +0000 (13:12 +0200)]
wbemprox: Fix corner cases in IEnumWbemClassObject::Skip.
Hans Leidekker [Wed, 25 Jul 2012 11:12:28 +0000 (13:12 +0200)]
wbemprox: Add helpers for retrieving class instances.
Hans Leidekker [Wed, 25 Jul 2012 11:12:10 +0000 (13:12 +0200)]
wbemprox: Implement IWbemClassObject::Put.
Michael Stefaniuc [Wed, 25 Jul 2012 10:39:56 +0000 (12:39 +0200)]
cabinet: Simplify the "pointer to start of array" idiom.
Michael Stefaniuc [Wed, 25 Jul 2012 10:38:40 +0000 (12:38 +0200)]
dnsapi: Remove a superfluous TRUE-FALSE conditional expression.
Francois Gouget [Wed, 25 Jul 2012 09:10:00 +0000 (11:10 +0200)]
d3dcompiler_43: Make debug_dump_ir_expr() static.
Alexandre Julliard [Wed, 25 Jul 2012 12:49:02 +0000 (14:49 +0200)]
opengl32: Store the modified extension string in the context.
Alexandre Julliard [Wed, 25 Jul 2012 12:28:47 +0000 (14:28 +0200)]
opengl32: Store the context current DCs on the opengl32 side.
Alexandre Julliard [Mon, 16 Jul 2012 20:53:28 +0000 (22:53 +0200)]
opengl32: Allocate a separate context structure to store generic information.
Detlef Riekenberg [Tue, 24 Jul 2012 22:19:53 +0000 (00:19 +0200)]
wer: Add a stub for WerReportAddFile.
Detlef Riekenberg [Tue, 24 Jul 2012 22:19:52 +0000 (00:19 +0200)]
wer: Return S_OK from WerReportSetParameter.
Detlef Riekenberg [Tue, 24 Jul 2012 22:10:40 +0000 (00:10 +0200)]
apphelp/tests: Add tests for ApphelpCheckShellObject.
Francois Gouget [Wed, 25 Jul 2012 09:09:57 +0000 (11:09 +0200)]
msvcp90: Make num_put__Iput() static.
Francois Gouget [Wed, 25 Jul 2012 09:09:53 +0000 (11:09 +0200)]
kernel32/tests: Use NULL instead of casting 0.
Dmitry Timoshkov [Wed, 25 Jul 2012 02:25:35 +0000 (11:25 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Henri Verbeet [Tue, 24 Jul 2012 21:21:33 +0000 (23:21 +0200)]
d3d10: Implement d3d10_effect_sampler_variable_GetBackingStore().
Henri Verbeet [Tue, 24 Jul 2012 21:21:32 +0000 (23:21 +0200)]
d3d10: Add support for parsing sampler states.
Henri Verbeet [Tue, 24 Jul 2012 21:21:31 +0000 (23:21 +0200)]
d3d10: Implement d3d10_effect_blend_variable_GetBackingStore().
Henri Verbeet [Tue, 24 Jul 2012 21:21:30 +0000 (23:21 +0200)]
d3d10: Add support for parsing blend states.
Henri Verbeet [Tue, 24 Jul 2012 21:21:29 +0000 (23:21 +0200)]
ddraw: Implement ddraw7_GetMonitorFrequency() on top of wined3d_get_adapter_display_mode().
Jacek Caban [Tue, 24 Jul 2012 13:56:05 +0000 (15:56 +0200)]
mshtml: Clean up InvokeEx implementation by using get_dispid_type.
Jacek Caban [Tue, 24 Jul 2012 13:55:54 +0000 (15:55 +0200)]
mshtml: Added IHTMLDOMAttribute::get_specified implementation.
Jacek Caban [Tue, 24 Jul 2012 13:55:41 +0000 (15:55 +0200)]
mshtml: Use proper document node for createElement called on document fragment.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:18:16 +0000 (15:18 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:17:15 +0000 (15:17 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:16:15 +0000 (15:16 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:15:15 +0000 (15:15 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:14:14 +0000 (15:14 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:13:15 +0000 (15:13 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:12:17 +0000 (15:12 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:11:15 +0000 (15:11 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:10:15 +0000 (15:10 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:07:15 +0000 (15:07 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:06:15 +0000 (15:06 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:05:18 +0000 (15:05 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:04:20 +0000 (15:04 +0900)]
windowscodecs: Make classinfo structure const.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:03:20 +0000 (15:03 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:02:20 +0000 (15:02 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object.
Dmitry Timoshkov [Tue, 24 Jul 2012 06:01:27 +0000 (15:01 +0900)]
windowscodecs: Do not assume that vtable is the first element of the object.
Alexandre Julliard [Tue, 24 Jul 2012 15:37:39 +0000 (17:37 +0200)]
winex11: Add a helper function to correctly check extension strings.
Jacek Caban [Tue, 24 Jul 2012 11:17:41 +0000 (13:17 +0200)]
jscript: Use prototype for builtin String properties.
Jacek Caban [Tue, 24 Jul 2012 11:17:32 +0000 (13:17 +0200)]
jscript: Use prototype for builtin RegExp properties.
Jacek Caban [Tue, 24 Jul 2012 11:17:19 +0000 (13:17 +0200)]
jscript: Use prototype for builtin Number properties.
Jacek Caban [Tue, 24 Jul 2012 11:17:06 +0000 (13:17 +0200)]
jscript: Use prototype for builtin Date properties.
Jacek Caban [Tue, 24 Jul 2012 11:16:46 +0000 (13:16 +0200)]
jscript: Use prototype for builtin Boolean properties.
Jacek Caban [Tue, 24 Jul 2012 11:15:53 +0000 (13:15 +0200)]
jscript: Use prototype for builtin Array properties.
Nikolay Sivov [Tue, 24 Jul 2012 10:05:18 +0000 (14:05 +0400)]
dwrite: Added initial stub.
Detlef Riekenberg [Sat, 21 Jul 2012 16:25:39 +0000 (18:25 +0200)]
apphelp: Implement ApphelpCheckShellObject.
Detlef Riekenberg [Sat, 21 Jul 2012 16:25:38 +0000 (18:25 +0200)]
include: Add appcompatapi.h.
Piotr Caban [Tue, 24 Jul 2012 09:48:04 +0000 (11:48 +0200)]
msvcp: Sync spec files.