Commit Graph

88192 Commits

Author SHA1 Message Date
Jacek Caban 17d683b0f4 wininet: Added INTERNET_OPTION_REQUEST_FLAGS tests. 2012-05-24 20:08:47 +02:00
Jacek Caban 27af81972f wininet: Added real implementation of InternetQueryOption(INTERNET_OPTION_REQUEST_FLAGS). 2012-05-24 20:08:46 +02:00
Michael Stefaniuc afe73325f5 urlmon/tests: Remove stray ok() call. 2012-05-24 20:08:46 +02:00
Dmitry Timoshkov 882c1026a8 windowscodecs: Add a stubbed out IWICMetadataBlockReader interface. 2012-05-24 20:08:46 +02:00
Hans Leidekker 4f392d53e3 fusion: Add a stub implementation of InitializeFusion. 2012-05-24 20:08:45 +02:00
Christian Costa 2024e241ff dmusic: Cleanup IDirectMusic8Impl_QueryInterface. 2012-05-24 20:08:45 +02:00
Christian Costa 7c78cf2d31 dmusic: Display new ref in trace for AddRef and Release for direct music object. 2012-05-24 20:08:44 +02:00
Christian Costa b8a504729f d3drm: Add stub interface for IDirectTextureX. 2012-05-24 20:08:44 +02:00
Christian Costa 2d09fb800b d3drm: Add some tests for mesh default material and texture. 2012-05-24 20:08:44 +02:00
Julian Rüger e943a4f0cc po: Update German translation. 2012-05-24 20:08:42 +02:00
Frédéric Delanoy 9832be25e4 po: Update French translation. 2012-05-24 20:08:39 +02:00
Hwang YunSong 56b2af461a po: Update Korean translation. 2012-05-24 20:08:26 +02:00
Dmitry Timoshkov 92a81c215f comctl32: Use WARN instead of ERR if a toolbar index is out of range. 2012-05-24 19:54:20 +02:00
Alexander Morozov ef95a79384 wininet: Add "Content-Disposition" field. 2012-05-24 19:53:43 +02:00
Alexandre Julliard 995e2104df winex11: Always create the brush pixmap from the pattern bits. 2012-05-24 19:53:24 +02:00
Alexandre Julliard a196ad8fc1 gdi32: Always store a copy of the bitmap bits for pattern brushes. 2012-05-24 19:53:23 +02:00
Alexandre Julliard 8a86f6c993 gdi32: Don't use the DC colors when drawing a monochrome pattern to a monochrome DDB. 2012-05-23 20:24:08 +02:00
Alexandre Julliard 139aeba3ef gdi32: Implement dithering of solid brushes when drawing to DDBs. 2012-05-23 20:24:03 +02:00
Lauri Kenttä 6afed7a52b po: Update Swedish translation. 2012-05-23 19:21:59 +02:00
Lauri Kenttä 786bcf99ef po: Update Finnish translation. 2012-05-23 19:12:17 +02:00
Jacek Caban c0400560b5 wininet: Moved querying INTERNET_OPTION_REQUEST_FLAGS implementation to HTTPREQ_QueryOption. 2012-05-23 19:12:11 +02:00
Vincent Povirk d2d225f6a5 propsys: Implement IPropertyStore::GetCount. 2012-05-23 18:25:13 +02:00
Vincent Povirk 51ab813948 propsys: Implement IPropertyStore::SetValue and GetValue. 2012-05-23 18:25:12 +02:00
Vincent Povirk d8fcf75d04 propsys: Add stub InMemoryPropertyStore implementation. 2012-05-23 18:25:12 +02:00
Vincent Povirk f37bbdc159 propsys: Register CLSID_InMemoryPropertyStore. 2012-05-23 18:25:11 +02:00
Vincent Povirk 0e8b9b1211 propsys: Add tests for CLSID_InMemoryPropertyStore. 2012-05-23 18:25:11 +02:00
Francois Gouget e06ed82e94 d3d8: Add a trailing '\n' to an ERR() message. 2012-05-23 18:25:11 +02:00
Francois Gouget d090c39470 vbscript: Add support for integer values in conditional jumps. 2012-05-23 18:25:10 +02:00
Dmitry Timoshkov f0d309689c ole32: Forward OleCreateLinkFromData and OleCreateStaticFromData to OleCreateFromData. 2012-05-23 18:25:10 +02:00
Dmitry Timoshkov 83aa7eff6c ole32: Query support also for static storage formats. 2012-05-23 18:25:09 +02:00
Jacek Caban 1ee773bdad axextend.idl: Added VIDEO_STREAM_CONFIG_CAPS and AUDIO_STREAM_CONFIG_CAPS declarations. 2012-05-23 18:25:09 +02:00
Hans Leidekker 7c06862c52 fusion: Handle DWORD-sized blob indices when loading the public key. 2012-05-23 18:25:09 +02:00
Hans Leidekker 0b82e28401 fusion: Add a "v4.0_" prefix to version 4.0 assembly directories. 2012-05-23 18:25:08 +02:00
Nikolay Sivov 072c96565d po: Update Russian translation. 2012-05-23 18:25:08 +02:00
Józef Kucia ada5152650 d3dx9: Add support for luminance pixel formats. 2012-05-23 18:25:07 +02:00
Józef Kucia 3a94473802 d3dx9: Add a WARN to get_image_info_from_dds about too short DDS files. 2012-05-23 18:25:07 +02:00
Józef Kucia d313e4f9d3 d3dx9: Fix the expected_length computation for non-square DDS files. 2012-05-23 18:25:07 +02:00
Józef Kucia 7b1aa04b00 d3d8: Return D3DERR_INVALIDCALL when IDirect3DCubeTexture8::GetLevelDesc is called with invalid level. 2012-05-23 18:25:06 +02:00
Józef Kucia 707c3559a2 d3d8: Return D3DERR_INVALIDCALL when IDirect3DCubeTexture8::GetCubeMapSurface is called with invalid level. 2012-05-23 18:25:06 +02:00
Henri Verbeet 75d166f62c d3d8: Get rid of IDirect3DVolume8Impl. 2012-05-23 18:25:01 +02:00
Henri Verbeet ec466ff3b7 d3d8: Get rid of IDirect3DSurface8Impl. 2012-05-23 18:24:57 +02:00
Henri Verbeet baa5ceecb0 ddraw/tests: Add a test for the initial color keying state. 2012-05-23 18:24:51 +02:00
Henri Verbeet fa90a256d7 ddraw/tests: Properly cleanup on failed device creation in a couple of places. 2012-05-23 18:24:50 +02:00
Henri Verbeet 89d561e6f8 ddraw/tests: Add a helper function to setup execute buffers. 2012-05-23 18:24:47 +02:00
Christian Costa 8f86a0bbdd d3drm: Material object is taken into account when a mesh references it. 2012-05-23 17:49:59 +02:00
Christian Costa a442fcc9c6 d3drm: Implement IDirect3DRMXImpl_CreateMaterial. 2012-05-23 17:49:59 +02:00
Christian Costa 5b11bd8bac d3drm: Implement IDirect3DRMMaterial2 interface. 2012-05-23 17:49:57 +02:00
Christian Costa bbbe6d3e71 d3drm: Fix method name Material to CreateMaterial. 2012-05-23 17:41:19 +02:00
Christian Costa 63f39c9196 d3drm: Set vertices data of the created mesh. 2012-05-23 17:41:14 +02:00
Eric Pouech e9eab7bbfc winedbg: In the gdb remote protocol implementation, correctly manage the size of registers on the wire (esp. for 64bit ones). 2012-05-23 17:40:57 +02:00