Commit Graph

88004 Commits (f833061e50dc44edbf8a892c1aab226e2bbb9c40)
 

Author SHA1 Message Date
Vincent Povirk f833061e50 propsys: Implement IPropertyStoreCache::SetState. 2012-05-24 21:30:40 +02:00
Vincent Povirk c3748c7daa propsys: Implement IPropertyStoreCache::GetValueAndState. 2012-05-24 21:30:33 +02:00
Vincent Povirk a28183f390 propsys: Implement IPropertyStoreCache::GetState. 2012-05-24 21:30:24 +02:00
Vincent Povirk 0ba11e8970 propsys: Implement IPropertyStore::GetAt. 2012-05-24 21:30:14 +02:00
Aric Stewart 11f24690d5 quartz: COM cleanup for ParserImpl. 2012-05-24 21:23:29 +02:00
Aric Stewart 7fab2428c8 quartz: COM cleanup for Parser_OutputPin. 2012-05-24 21:23:25 +02:00
Henri Verbeet 8560f36cb8 d3d9: Get rid of the D3DDECLTYPE_INFO typedef. 2012-05-24 20:08:49 +02:00
Henri Verbeet d521e6c287 d3d8: Get rid of the wined3d_usage_t typedef. 2012-05-24 20:08:49 +02:00
Henri Verbeet 4bf45eca23 ddraw/tests: Add test_wndproc() for the other ddraw versions as well. 2012-05-24 20:08:49 +02:00
Henri Verbeet ef03ac0005 ddraw/tests: Move test_wndproc() to ddraw7.c. 2012-05-24 20:08:48 +02:00
Henri Verbeet 4905773baf ddraw: Only initially enable color keying for version 1 devices. 2012-05-24 20:08:48 +02:00
Jacek Caban 23440d918b wininet: Added better traces for status info in INTERNET_SendCallback. 2012-05-24 20:08:47 +02:00
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