90724 Commits

Author SHA1 Message Date
Francois Gouget
e8a515c28f shell32/tests: Add a few more ShellExecute() file URL tests. 2012-09-24 22:27:28 +02:00
Francois Gouget
340dee86f0 shlwapi: Fix the declaration of UrlIsFileUrlW(). 2012-09-24 22:27:28 +02:00
Francois Gouget
73f89e7e4c shlwapi/tests: Add more PathCreateFromUrl() tests. 2012-09-24 22:27:28 +02:00
Francois Gouget
709a0b764d Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode. 2012-09-24 22:27:28 +02:00
Ken Thomases
5844105223 winex11: Avoid a redundant TRACE. 2012-09-24 22:27:27 +02:00
Jacek Caban
efb08f261d mshtml: Added IHTMLDocument::get_charset implementation. 2012-09-24 22:27:27 +02:00
Jacek Caban
514e65c1e9 mshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation. 2012-09-24 22:27:27 +02:00
Jacek Caban
4d469b55a5 mshtml: Added function overriding tests. 2012-09-24 22:27:27 +02:00
Jacek Caban
6d3bfe8ee5 mshtml: Added support for overriding builtin functions. 2012-09-24 22:27:27 +02:00
Alexandre Julliard
313157a036 winex11: Add window data structure locking to the remaining entry points. 2012-09-24 22:27:27 +02:00
Alexandre Julliard
b515beb4a0 winex11: Add window data structure locking to the SetLayeredWindowAttributes entry point. 2012-09-24 22:27:27 +02:00
Alexandre Julliard
84918e7f06 winex11: Add window data structure locking to the SetWindowStyle entry point. 2012-09-24 22:27:27 +02:00
Alexandre Julliard
4c58210390 winex11: Add window data structure locking to the WindowPosChanging/Changed entry points. 2012-09-24 22:27:27 +02:00
Alexandre Julliard
803fc6e27c winex11: Add window data structure locking to the SysCommand entry point. 2012-09-24 22:27:27 +02:00
Alexandre Julliard
6a9f5e18d1 winex11: Add window data structure locking to the ShowWindow entry point. 2012-09-24 22:27:26 +02:00
Dmitry Timoshkov
5f9be70570 gdiplus: Make GIF palettes in a custom test image slightly more different. 2012-09-24 22:27:26 +02:00
Thomas Faber
25b76525f3 rpcrt4: Match MSVC version of call_server_func with GCC. 2012-09-24 22:27:26 +02:00
Alistair Leslie-Hughes
5912bdeec2 scrrun: Silence unknown interfaces. 2012-09-24 22:27:26 +02:00
Alistair Leslie-Hughes
0fd6649988 oledb32: Add IDataInitialize interface support. 2012-09-24 22:27:26 +02:00
Alistair Leslie-Hughes
eda7615d69 uuid: Add msdasc.h. 2012-09-24 22:27:26 +02:00
Nikolay Sivov
031f3ca167 mlang: Implement get source/dest codepages for IMLangConvertCharset. 2012-09-24 22:27:26 +02:00
Nikolay Sivov
ed42bf08db mlang: Store source and destination codepage ids in IMLangConvertCharset_Initialize. 2012-09-24 22:27:26 +02:00
Nikolay Sivov
f5edf34c6c mlang: Added IMLangConvertCharset stub. 2012-09-24 22:27:25 +02:00
Nikolay Sivov
62569cc4ba po: Update Russian translations. 2012-09-24 22:27:25 +02:00
Nikolay Sivov
65598b975c msxml3: Implemented IConnectionPoint_Advise for document object. 2012-09-24 22:27:25 +02:00
Christian Costa
55ff254986 comctl32: Invalid format returned by NF_QUERY defaults to ANSI in treeview. 2012-09-24 16:38:16 +02:00
Christian Costa
fcb9c5fadb d3dx9_36: Add stub for D3DXCleanMesh. 2012-09-24 16:38:16 +02:00
Francois Gouget
51c90eba23 wininet: Make URLCacheContainers_{Create,Delete}All() static. 2012-09-24 16:38:16 +02:00
Francois Gouget
7af53b5f48 mshtml: Make navigate_uri() static. 2012-09-24 16:38:16 +02:00
Francois Gouget
919db661e5 d3dcompiler_43: Make compare_hlsl_types_rb() static. 2012-09-24 16:38:16 +02:00
Francois Gouget
49cf27ab2a kernel32: Add line wrapping support to FormatMessage(). 2012-09-24 16:38:15 +02:00
Francois Gouget
8700bb86a2 regedit: Fix the spelling of multi-string. 2012-09-24 10:51:47 +02:00
Francois Gouget
085b1ba3f5 oleaut32/tests: Fix compilation on systems that don't support nameless structs or unions. 2012-09-24 10:51:47 +02:00
Francois Gouget
fe6451e2ab windowscodecs: Fix compilation on systems that don't support nameless unions. 2012-09-24 10:51:47 +02:00
Francois Gouget
ae3a919ba0 d3dx9_36/tests: Fix compilation on systems that don't support nameless structs or unions. 2012-09-24 10:03:37 +02:00
Dmitry Timoshkov
36560f462b windowscodecs: Take into account return value of IWICPalette_InitializeCustom(). 2012-09-24 10:03:27 +02:00
Dmitry Timoshkov
a457978489 windowscodecs: Calculate transparent color index for global GIF palette. 2012-09-24 10:03:22 +02:00
Dmitry Timoshkov
3eb499556e windowscodecs: Add some tests for palette in a multiframe GIF image. 2012-09-24 10:03:15 +02:00
Dmitry Timoshkov
54800a8074 windowscodecs: Implement IWICBitmapDecoder_CopyPalette for the GIF decoder. 2012-09-24 10:03:09 +02:00
Dmitry Timoshkov
af8b90c106 windowscodecs: Add some tests for GIF global palette. 2012-09-24 10:03:03 +02:00
Dmitry Timoshkov
507abc41ca windowscodecs: Fix calculation of transparent GIF color index. 2012-09-24 10:01:08 +02:00
Dmitry Timoshkov
56f37637b8 windowscodecs: Return WINCODEC_ERR_FRAMEMISSING if there is no global GIF palette. 2012-09-24 10:01:02 +02:00
Dmitry Timoshkov
51242a3f18 windowscodecs: Add some tests for GIF palette. 2012-09-24 10:00:56 +02:00
Christian Costa
e8c256b185 amstream: Add IAMMediaStream interface to AudioMediaStream object. 2012-09-24 09:59:16 +02:00
Christian Costa
6b73c61c63 amstream: Add IAMMediaStream interface to DirectDrawMediaStream object. 2012-09-24 09:58:42 +02:00
Christian Costa
b74bcb61f9 amstream: Rename media stream objects and their method names for multi interfaces support. 2012-09-24 09:58:31 +02:00
Henri Verbeet
eb4d20ef31 wined3d: Take the data type of immediates into account in shader_glsl_get_register_name(). 2012-09-24 09:58:09 +02:00
Henri Verbeet
6909b5143b wined3d: Just return the shader from wined3d_device_get_vertex_shader(). 2012-09-24 09:58:06 +02:00
Henri Verbeet
b97ec7ae0c wined3d: wined3d_device_set_vertex_shader() never fails. 2012-09-24 09:58:03 +02:00
Henri Verbeet
1dcc63c170 d3d10: Implement d3d10_effect_shader_variable_GetPixelShader(). 2012-09-24 09:57:59 +02:00