Commit Graph

89836 Commits

Author SHA1 Message Date
Dmitry Timoshkov e536a128f7 gdiplus: Store device resolution in the graphics object. 2012-07-26 11:07:41 +02:00
Dmitry Timoshkov 9697829511 gdiplus: Add missing 'break'. 2012-07-26 11:07:24 +02:00
Alexandre Julliard 9e76bcf331 msvcr90/tests: Fix tests for errno values. 2012-07-26 11:06:37 +02:00
Alexandre Julliard 06989a0483 msvcrt: Make sure that errno is always set when calling the invalid parameter handler. 2012-07-26 11:05:32 +02:00
Dan Kegel 47b9dd1b55 msvcp100: Add _Container_base0::_Swap_all, _Container_base0::_Orphan_all. 2012-07-25 21:00:03 +02:00
Dmitry Timoshkov c67951c70a gdiplus: Handle image loading failures under some XP versions. 2012-07-25 20:14:57 +02:00
Dmitry Timoshkov 0b40df2990 gdiplus: Make get_palette() usable for generating predefined palettes. 2012-07-25 20:13:58 +02:00
Dmitry Timoshkov f165e2725f gdiplus: Add 8bppGray to the list of supported formats. 2012-07-25 20:13:55 +02:00
Dmitry Timoshkov 271d801ea4 gdiplus: Use predefined palette if an image doesn't provide one. 2012-07-25 20:13:52 +02:00
Dmitry Timoshkov 45cdafc5e8 gdiplus: Add 8bppIndexed to the list of supported formats. 2012-07-25 20:13:18 +02:00
Dmitry Timoshkov dce93479ea gdiplus: Retrieve image palette from WIC. 2012-07-25 20:13:07 +02:00
Henri Verbeet 894d161891 wined3d: Call core GL functions through gl_info.gl_ops as well. 2012-07-25 20:10:08 +02:00
Henri Verbeet af1ba676c8 wined3d: Pass a gl_info structure to fragment_pipeline.enable_extension(). 2012-07-25 20:01:31 +02:00
Henri Verbeet 4b90d79473 wined3d: Get rid of the GL extension function pointer typedefs. 2012-07-25 20:01:16 +02:00
Alexandre Julliard 63396e00b9 wined3d: Retrieve OpenGL extension functions directly through the TEB table. 2012-07-25 19:59:13 +02:00
Jacek Caban 140cd1b914 mshtml: Added runtimeStyle tests. 2012-07-25 16:11:21 +02:00
Jacek Caban 9ccc5f487b mshtml: Added IHTMLElement2::get_runtimeStyle hackish implementation. 2012-07-25 16:11:21 +02:00
Jacek Caban 5b633c29b9 mshtml: Moved more logic to HTMLStyle_Create. 2012-07-25 16:11:21 +02:00
Hans Leidekker f930085904 wbemprox: Implement IWbemClassObject::GetMethod. 2012-07-25 16:11:20 +02:00
Hans Leidekker 317d002828 wbemprox: Reset the number of rows only when the table was filled dynamically. 2012-07-25 16:11:20 +02:00
Hans Leidekker 2c5da008f7 wbemprox: Fix corner cases in IEnumWbemClassObject::Skip. 2012-07-25 16:11:19 +02:00
Hans Leidekker 0f11ac361e wbemprox: Add helpers for retrieving class instances. 2012-07-25 16:11:18 +02:00
Hans Leidekker 53d1cc1ed6 wbemprox: Implement IWbemClassObject::Put. 2012-07-25 16:11:18 +02:00
Michael Stefaniuc b41c71e3ab cabinet: Simplify the "pointer to start of array" idiom. 2012-07-25 16:11:18 +02:00
Michael Stefaniuc d8bdd4cc01 dnsapi: Remove a superfluous TRUE-FALSE conditional expression. 2012-07-25 16:11:17 +02:00
Francois Gouget 3dd26315a4 d3dcompiler_43: Make debug_dump_ir_expr() static. 2012-07-25 16:11:17 +02:00
Alexandre Julliard 5923e32ef1 opengl32: Store the modified extension string in the context. 2012-07-25 16:11:16 +02:00
Alexandre Julliard 5f157e18e2 opengl32: Store the context current DCs on the opengl32 side. 2012-07-25 16:11:05 +02:00
Alexandre Julliard 2077a58c21 opengl32: Allocate a separate context structure to store generic information. 2012-07-25 14:50:25 +02:00
Detlef Riekenberg 36e7fd09ee wer: Add a stub for WerReportAddFile. 2012-07-25 14:50:25 +02:00
Detlef Riekenberg 169533def2 wer: Return S_OK from WerReportSetParameter. 2012-07-25 14:50:25 +02:00
Detlef Riekenberg 084e33d254 apphelp/tests: Add tests for ApphelpCheckShellObject. 2012-07-25 14:50:25 +02:00
Francois Gouget e6b4444107 msvcp90: Make num_put__Iput() static. 2012-07-25 14:50:25 +02:00
Francois Gouget b193b0b7a8 kernel32/tests: Use NULL instead of casting 0. 2012-07-25 14:50:25 +02:00
Dmitry Timoshkov 2a08532cfb windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts. 2012-07-25 11:22:03 +02:00
Henri Verbeet 9f212a6c95 d3d10: Implement d3d10_effect_sampler_variable_GetBackingStore(). 2012-07-25 11:21:03 +02:00
Henri Verbeet 98751a4994 d3d10: Add support for parsing sampler states. 2012-07-25 11:21:00 +02:00
Henri Verbeet 32d4464e90 d3d10: Implement d3d10_effect_blend_variable_GetBackingStore(). 2012-07-25 11:20:58 +02:00
Henri Verbeet aaf47457b9 d3d10: Add support for parsing blend states. 2012-07-25 11:20:55 +02:00
Henri Verbeet 5b093e6ba9 ddraw: Implement ddraw7_GetMonitorFrequency() on top of wined3d_get_adapter_display_mode(). 2012-07-25 11:20:51 +02:00
Jacek Caban 1f6febea08 mshtml: Clean up InvokeEx implementation by using get_dispid_type. 2012-07-24 21:27:12 +02:00
Jacek Caban af4967186a mshtml: Added IHTMLDOMAttribute::get_specified implementation. 2012-07-24 21:27:12 +02:00
Jacek Caban a68e77d613 mshtml: Use proper document node for createElement called on document fragment. 2012-07-24 21:27:12 +02:00
Dmitry Timoshkov b1d063b17f windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts. 2012-07-24 21:27:12 +02:00
Dmitry Timoshkov 85c02fd760 windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts. 2012-07-24 21:27:12 +02:00
Dmitry Timoshkov e9b642ee69 windowscodecs: Do not assume that vtable is the first element of the object. 2012-07-24 21:27:12 +02:00
Dmitry Timoshkov e796ef820b windowscodecs: Do not assume that vtable is the first element of the object. 2012-07-24 21:27:11 +02:00
Dmitry Timoshkov 6abda85c29 windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts. 2012-07-24 21:27:11 +02:00
Dmitry Timoshkov 6588aea643 windowscodecs: Do not assume that vtable is the first element of the object. 2012-07-24 21:27:11 +02:00
Dmitry Timoshkov f8d2c922b0 windowscodecs: Do not assume that vtable is the first element of the object, avoid not necessary casts. 2012-07-24 21:27:11 +02:00