Commit Graph

80568 Commits

Author SHA1 Message Date
Alexandre Julliard
78e8fccbd6 rpcrt4: Use the same phase values for clients and stubs. 2011-07-28 23:07:21 +02:00
Alexandre Julliard
f3734fd687 rpcrt4: Pass the full argument format to the size/marshall/unmarshall wrappers to greatly simplify the argument processing. 2011-07-28 22:13:49 +02:00
Austin English
5e941f89c2 user32/tests: Remove win9x hacks. 2011-07-28 19:57:32 +02:00
André Hentschel
a355121414 user32: Fix for finding nested default buttons. 2011-07-28 19:54:46 +02:00
Frédéric Delanoy
327eb31325 cmd/tests: Additional variable expansion FOR tests. 2011-07-28 18:55:25 +02:00
Frédéric Delanoy
25fcad3768 cmd: Partial fix for echo's special ':' handling. 2011-07-28 18:55:07 +02:00
Frédéric Delanoy
dcd544f744 cmd/tests: Test special handling of ':' in echo. 2011-07-28 18:54:50 +02:00
Frédéric Delanoy
5fe0f1e1dc cmd/tests: Fix test runner so it catches cases where an output line contains the associated expected line as prefix. 2011-07-28 18:54:47 +02:00
Frédéric Delanoy
81bf925401 include: Assorted spelling fixes. 2011-07-28 18:37:40 +02:00
Jacek Caban
cbaf5f4663 urlmon: Fixed duplicated IUri creation in CoInternetGetSecurityUrlEx. 2011-07-28 18:37:40 +02:00
Jacek Caban
0281b7d30b wininet: Fixed realm allocation in cache_basic_authorization. 2011-07-28 18:37:40 +02:00
Jacek Caban
256bd4532c mshtml: Added IDispatchEx support for IHTMLStyle5 and IHTMLStyle6 ifaces. 2011-07-28 18:37:40 +02:00
Jacek Caban
b9d425e7e6 mshtml.idl: Added missing DispHTMLStyle properties. 2011-07-28 18:37:40 +02:00
Jacek Caban
e22b578366 mshtml: Added IHTMLSyle6 stub implementation. 2011-07-28 18:37:40 +02:00
Jacek Caban
8925638f9f mshtml: Added IHTMLStyle5 implementation. 2011-07-28 18:37:40 +02:00
Jacek Caban
b9202639e3 mshtml.idl: Added IHTMLStyle5 and IHTMLStyle6 declarations. 2011-07-28 18:37:40 +02:00
Jacek Caban
f42d9e2ef2 ieframe: Moved ie.c tests to ieframe. 2011-07-28 18:37:40 +02:00
Piotr Caban
a8c6fda501 msvcrt: Fix uninitialized memory access in wcsrtombs_l implementation (valgrind). 2011-07-28 18:37:39 +02:00
Huw Davies
d61e1ffaab gdi32: Use the helper to retrieve the number of colours. 2011-07-28 18:37:39 +02:00
Huw Davies
3460665c50 gdi32: Add an inline helper to return the number of colour entries in a dib. 2011-07-28 18:37:39 +02:00
Huw Davies
fccd4e29c9 shell32: Initialise the error string pointer. 2011-07-28 18:37:39 +02:00
Huw Davies
3f62946272 gdi32/tests: Add tests for GetDIBits using non-trivial source and destination areas. 2011-07-28 18:37:39 +02:00
Huw Davies
863eb31bba gdi32: Better handling of non-trivial source and destination areas. 2011-07-28 18:37:39 +02:00
Alexandre Julliard
ad7cb0cf6c rpcrt4: Convert old-style arguments for stub calls. 2011-07-28 17:48:19 +02:00
Alexandre Julliard
348f00e116 rpcrt4: Convert old-style arguments for NdrMesProcEncodeDecode. 2011-07-28 17:30:40 +02:00
Alexandre Julliard
e8e3a2da83 rpcrt4: Convert old-style argument formats to new style so that the client call implementation can be shared. 2011-07-28 16:54:01 +02:00
Alexandre Julliard
cf930f1fc9 rpcrt4: Simplify tracing of function parameters and flags. 2011-07-28 13:01:30 +02:00
Alexandre Julliard
064a81782c rpcrt4: Fetch the arguments address from the StubMsg structure. 2011-07-28 12:48:39 +02:00
Alexandre Julliard
4447f221db rpcrt4: Use a single structure for all parameter types in new format descriptors. 2011-07-28 12:43:27 +02:00
Michael Stefaniuc
29575d2f4c dmime: Merge the IClassFactory implementations. 2011-07-28 11:32:05 +02:00
Michael Stefaniuc
0c4ec942ba dmusic: Merge the IClassFactory implementations. 2011-07-28 11:31:57 +02:00
Michael Stefaniuc
3ff39057d2 dswave: Implement IClassFactory::QueryInterface. 2011-07-28 11:31:52 +02:00
Michael Stefaniuc
348392fe2b dswave: COM cleanup for the IClassFactory iface. 2011-07-28 11:31:47 +02:00
Hans Leidekker
7939090fde winhttp: Disable automatic authentication. 2011-07-28 11:31:34 +02:00
Bernhard Loos
20bdf059ab msi: MsiDatabaseCommit also succeeds for a a readonly database. 2011-07-28 11:31:28 +02:00
Vincent Povirk
5f46f701c5 windowscodecs: Implement IcoFrameDecode_GetResolution. 2011-07-28 11:30:23 +02:00
Vincent Povirk
b031b619c7 windowscodecs: Implement FlipRotator_CopyPalette. 2011-07-28 11:30:18 +02:00
Vincent Povirk
6956f2be1b windowscodecs: Implement FlipRotator_GetResolution. 2011-07-28 11:30:14 +02:00
Vincent Povirk
e9fba4fc07 windowscodecs: Implement GetDecoderInfo for all the decoders. 2011-07-28 11:30:09 +02:00
Vincent Povirk
5a45076d1d windowscodecs: Implement GetContainerFormat for more components. 2011-07-28 11:30:02 +02:00
Stefan Dösinger
41f9ca2abf wined3d: Restore the call to context_validate_onscreen_formats.
This got lost accidentally in d321959dd7.
2011-07-28 11:29:52 +02:00
Michael Stefaniuc
2ddf1c38c7 dpnet: COM cleanup for the IDirectPlay8Address iface. 2011-07-28 11:29:37 +02:00
Henri Verbeet
487cc9729b wined3d: Only invalidate state for the current context in wined3d_buffer_map(). 2011-07-28 11:29:27 +02:00
Henri Verbeet
cc2dc5b0c8 wined3d: Only invalidate state for the current context in wined3d_device_set_cursor_properties(). 2011-07-28 11:29:24 +02:00
Henri Verbeet
a1ba5b5131 wined3d: Only invalidate state for the current context in device_clear_render_targets(). 2011-07-28 11:29:21 +02:00
Henri Verbeet
7e3f85cab6 wined3d: Only invalidate state for the current context in tesselate_rectpatch(). 2011-07-28 11:29:18 +02:00
Henri Verbeet
2bf020e26f wined3d: Only invalidate state for the current context in surface_blt_fbo(). 2011-07-28 11:29:14 +02:00
Matteo Bruni
afd1fe4389 d3d9/tests: Add a couple of fog tests. 2011-07-28 11:29:05 +02:00
Matteo Bruni
0c34811612 ddraw/tests: Add a couple of fog tests. 2011-07-28 11:29:02 +02:00
André Hentschel
f931f479bc comctl32: Remove dead increments (clang). 2011-07-28 11:28:51 +02:00