Commit Graph

79680 Commits

Author SHA1 Message Date
Alexandre Julliard 5758d74897 Release 1.3.23. 2011-06-25 00:29:32 +02:00
Dylan Smith f73e0f05ef d3dx9/tests: Avoid using FP_NAN for portability. 2011-06-24 13:25:48 -05:00
Travis Athougies 1758141847 include: Added define for DDSCAPS2_VOLUME. 2011-06-24 13:17:55 -05:00
Travis Athougies 59e0573a7b d3dx9_36: Added stub implementation of D3DXSaveSurfaceToFileInMemoryA and D3DXSaveSurfaceToFileInMemoryW. 2011-06-24 13:17:37 -05:00
Travis Athougies 4434becd03 d3dx9_36: Added stub D3DXCreateCubeTextureFromFileInMemory. 2011-06-24 13:17:32 -05:00
Jay Yang 30fa4cb5d0 comctl32: Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list. 2011-06-24 13:13:24 -05:00
Jay Yang 583641bc9d shell32: Implement ILIsEmpty. 2011-06-24 13:12:58 -05:00
Mariusz Pluciński a0afd4cbd9 include: Add new flags to KF_DEFINITION_FLAGS. 2011-06-24 12:12:00 -05:00
Mariusz Pluciński 1c7240ba4e shell32: Add IKnownFolder::SetPath() implementation. 2011-06-24 12:11:57 -05:00
Mariusz Pluciński 5e90301bc2 shell32: Add implementation of IKnownFolder::GetCategory. 2011-06-24 12:11:53 -05:00
Mariusz Pluciński efc1162eb7 shell32/tests: Add test of IKnownFolder::GetCategory for custom known folder. 2011-06-24 12:11:50 -05:00
Stefan Dösinger 1bc01f8f87 wined3d: Get rid of the has_signature_idx field in the ARB ps private data. 2011-06-24 11:58:11 -05:00
Stefan Dösinger 3a3b482864 wined3d: Fix a typo in compare_sig in the arb backend. 2011-06-24 11:58:04 -05:00
Maarten Lankhorst f991daf188 quartz: Skip filtergraph tests when filtergraph cannot be created. 2011-06-24 11:57:05 -05:00
Aric Stewart df16d37b67 usp10: Correct Pre Base glyph index shifting. 2011-06-24 11:56:34 -05:00
Jacek Caban 01653331be urlmon: Added CoInternetIsFeatureEnabledForUrl stub implementation. 2011-06-24 08:51:28 -05:00
Huw Davies e2f1bd4f8f gdi32/tests: Show that Get/SetDIBits ignore the layout mode. 2011-06-24 08:51:20 -05:00
Jacek Caban 7a0363cd94 mshtml: Use IUri instead of wine_url in before_async_open. 2011-06-24 08:51:08 -05:00
Jacek Caban f7b8eccd5f mshtml: Use CreateURLMonikerEx2 for creating URL moniker. 2011-06-24 08:51:01 -05:00
Jacek Caban 8646cd772b urlmon: Use proper IUri in BindToObject implementation. 2011-06-24 08:50:52 -05:00
Jacek Caban cca52128bd urlmon: Use proper IUri in BindToStorage implementation. 2011-06-24 08:50:42 -05:00
Jacek Caban 649c1793c0 urlmon: Added support for IUri in IMoniker::Load implementation. 2011-06-24 08:50:33 -05:00
Jacek Caban e6bc4cea2c urlmon: Added more CreateURLMoniker* tests. 2011-06-24 08:50:24 -05:00
Jacek Caban c519159f5d urlmon: Added CreateURLMonikerEx2 implementation. 2011-06-24 08:50:15 -05:00
Jacek Caban 13a79378b0 urlmon: Added IUriContainer::GetIUri implementation. 2011-06-24 08:50:07 -05:00
Jacek Caban 7cb30ca57d urlmon: Properly support dwFlags argument in CreateURLMonikerEx. 2011-06-24 08:50:00 -05:00
Jacek Caban c9f821ef6f urlmon: Reimplement CreateURLMonikerEx on top of IUri APIs. 2011-06-24 08:49:52 -05:00
Henri Verbeet c461d312ba wined3d: Request per-surface palettes in the client libs. 2011-06-24 08:49:48 -05:00
Henri Verbeet b296f181dd wined3d: Explicitly set surface alignment in the client libs.
Instead of using dxVersion.
2011-06-24 08:49:42 -05:00
Henri Verbeet fd8dbf0847 wined3d: Make the surface parameter to surface_get_gl_buffer() const. 2011-06-24 08:49:34 -05:00
Henri Verbeet 0ce282edf7 wined3d: Make the surface parameter to surface_is_offscreen() const. 2011-06-24 08:49:28 -05:00
Hans Leidekker 0b2bd0c903 msi: Count progress in units of 512 bytes. 2011-06-23 10:00:13 +02:00
Hans Leidekker ac994860af msi: Make sure reported progress adds up to projected progress. 2011-06-23 10:00:09 +02:00
Hans Leidekker ebf323cfcb msi: Add support for running the progress bar backwards. 2011-06-23 10:00:02 +02:00
Hans Leidekker d1ae506e40 msi: Don't subscribe more than once to the same control event. 2011-06-23 09:59:56 +02:00
Hans Leidekker 838614c7ec msi: Don't update the progress bar in schedule_install_files. 2011-06-23 09:59:52 +02:00
Dylan Smith 01ff07e2e1 d3dx9/tests: Added tests for D3DXCreateSkinInfo. 2011-06-23 09:59:40 +02:00
Dylan Smith 69cf5e4d8e d3dx9: Implement GetBoneOffsetMatrix and SetBoneOffsetMatrix. 2011-06-23 09:59:37 +02:00
Dylan Smith 1a1fa9a42d d3dx9: Implement ID3DXSkinInfo::GetBoneName and SetBoneName. 2011-06-23 09:59:35 +02:00
Dylan Smith 209ce3233d d3dx9: Implement ID3DXSkinInfo bone influence getting and setting. 2011-06-23 09:59:33 +02:00
Dylan Smith 999d043e57 d3dx9: Implement D3DXCreateSkinInfo functions. 2011-06-23 09:59:31 +02:00
Dylan Smith 7e403aac73 d3dx9: Add stubs for D3DXCreateSkinInfo functions. 2011-06-23 09:59:16 +02:00
Jacek Caban e135972fd1 urlmon: Use BSTR for URLName in URLMoniker object. 2011-06-23 09:52:53 +02:00
Jacek Caban 6862697acb urlmon: Fixed handling empty URIs. 2011-06-23 09:52:50 +02:00
Henri Verbeet c3c131ab34 wined3d: Only invalidate STATE_STREAMSRC for bound buffers. 2011-06-23 09:47:35 +02:00
Henri Verbeet c4da128b8f wined3d: Make the device and target parameters to FindContext() const. 2011-06-23 09:47:34 +02:00
Henri Verbeet 5a26da1d19 wined3d: Make the wined3d_shader_context shader pointer const. 2011-06-23 09:47:34 +02:00
Henri Verbeet 330ffc83f2 d3d8: Implement IDirect3DVolume8 private data handling on top of wined3d_resource. 2011-06-23 09:47:34 +02:00
Henri Verbeet 52fd36b68b d3d9: Implement IDirect3DVolume9 private data handling on top of wined3d_resource. 2011-06-23 09:47:34 +02:00
Travis Athougies 7a8a7b920e d3dx9_36/tests: Added tests for constant table samplers. 2011-06-23 09:47:34 +02:00