Commit Graph

79621 Commits (bd77b96855dad7ed158ad2d7bf56cae734ca96b4)
 

Author SHA1 Message Date
Piotr Caban bd77b96855 msvcp90: Added basic_string::last_index_of implementation. 2011-06-23 09:08:16 +02:00
Huw Davies 016b7c53dc comdlg32: When changing printers, only preserve the paper/bin settings if the new printer has the original setting available. 2011-06-22 17:52:45 +02:00
Mariusz Pluciński c9b70e6650 shell32: Add IKnownFolder::GetPath support. 2011-06-22 16:21:11 +02:00
Mariusz Pluciński 4fd24bc20e shell32: Fix typo. 2011-06-22 16:20:57 +02:00
Mariusz Pluciński ed29ff8c3b shell32: Add support of registry-registered folders to IKnownFolderManager::GetFolder. 2011-06-22 16:20:47 +02:00
Mariusz Pluciński c5bf1977f2 shell32: Add IKnownFolderManager::UnregisterFolder implementation. 2011-06-22 16:20:26 +02:00
Mariusz Pluciński 7a3b53ab68 shell32: Add IKnownFolderManager::RegisterFolder implementation. 2011-06-22 16:20:19 +02:00
Alexandre Julliard c1a712afe0 d3dx9: Update the spec files. 2011-06-22 16:13:51 +02:00
Travis Athougies ab5e8aed5a d3dx9_36/tests: Added tests for ID3DXConstantTable_Set* functions. 2011-06-22 16:13:51 +02:00
Travis Athougies 4a412c1b83 d3dx9_36: Implemented ID3DXConstantTable_SetMatrix and ID3DXConstantTable_SetMatrixArray. 2011-06-22 16:13:51 +02:00
Travis Athougies 9c138a182a d3dx9_36: Implemented ID3DXConstantTable_SetVector and ID3DXConstantTable_SetVectorArray. 2011-06-22 16:13:51 +02:00
Travis Athougies 73272d1664 d3dx9_36: Implemented ID3DXConstantTable_SetIntArray and ID3DXConstantTable_SetInt. 2011-06-22 16:13:51 +02:00
Travis Athougies 3fdcce1863 d3dx9_36: Implemented ID3DXConstantTable_SetFloatArray and ID3DXConstantTable_SetFloat. 2011-06-22 16:13:51 +02:00
Piotr Caban ab612bc650 msvcp90: Added basic_string_char::find_first_of implementation. 2011-06-22 16:12:48 +02:00
Piotr Caban b8606c82ee msvcp90: Added _Lockit class implementation. 2011-06-22 16:12:42 +02:00
Piotr Caban 00f7683ea7 msvcp90: Added locale class stub. 2011-06-22 16:12:33 +02:00
Piotr Caban ac978ea85e msvcp90: Added locale::_Locimp class stub. 2011-06-22 15:31:22 +02:00
Piotr Caban 198162fbe5 msvcp90: Added std::locale::id class stub. 2011-06-22 15:31:12 +02:00
Piotr Caban 95891e4f56 msvcp90: Added std::locale::facet class stub. 2011-06-22 15:29:54 +02:00
Matteo Bruni 32787ec0dd wined3d: Fix draw buffers tracking. 2011-06-22 15:21:43 +02:00
Matteo Bruni 0919ac3b51 wined3d: Fix context_apply_draw_buffers() with backbuffer ORM. 2011-06-22 15:21:36 +02:00
Matteo Bruni 5b67bd4fb2 wined3d: Fix context_apply_blit_state(). 2011-06-22 15:21:27 +02:00
Alexandre Julliard 6d78004899 libwine: Avoid a potential loop in reserve_area. 2011-06-22 13:43:26 +02:00
Francois Gouget e6fbfa76aa po: Add a number of missing '\n' characters in the Slovenian translation. 2011-06-22 12:59:41 +02:00
Michael Stefaniuc e79e6e30f4 mscoree: COM cleanup in corruntimehost.c. 2011-06-22 12:58:56 +02:00
Michael Mc Donnell 39d4656b2a d3dx9: Implement UpdateSemantics mesh method. 2011-06-22 11:29:23 +02:00
Michael Mc Donnell 4df270a8bd d3dx9/tests: Add UpdateSemantics test. 2011-06-22 11:28:37 +02:00
Vincent Povirk 698fddf99b gdiplus: Properly clean up the new metafile data. 2011-06-22 11:25:46 +02:00
Henri Verbeet 42db8e2bfa wined3d: Make the context parameter to isStateDirty() const. 2011-06-22 11:25:39 +02:00
Henri Verbeet 14bc0e9ef2 wined3d: Invalidate STATE_STREAMSRC when dropping VBOs. 2011-06-22 11:25:34 +02:00
Henri Verbeet acd8c58725 ddraw: Implement surface private data handling on top of wined3d_resource. 2011-06-22 11:25:27 +02:00
Henri Verbeet f6bfdd47c9 d3d8: Implement IDirect3DSurface8 private data handling on top of wined3d_resource. 2011-06-22 11:25:22 +02:00
Henri Verbeet 0dd6b20af6 d3d9: Implement IDirect3DSurface9 private data handling on top of wined3d_resource. 2011-06-22 11:25:15 +02:00
Jacek Caban a7cc9441e9 jscript: Correctly throw an exception if instanceof expression is not used on function. 2011-06-21 18:14:49 +02:00
Jacek Caban 42c2bd7bd9 jscript: Correctly handle forin statement on pure IDispatch object. 2011-06-21 18:14:47 +02:00
Aric Stewart 3d56d674aa usp10: Correct ralf glyph offset calculation in PostBase. 2011-06-21 17:38:16 +02:00
Aric Stewart 648b7f2afa usp10: Correct Post Base glyph index shifting. 2011-06-21 17:38:13 +02:00
Jacek Caban 0ac5c7d5d2 vbscript: Added VBScript class factory implementation. 2011-06-21 17:17:10 +02:00
Jacek Caban bab84c0ebe vbscript: Added Dll[Un]RegisterServer implementation. 2011-06-21 17:16:58 +02:00
Jacek Caban c35aa01caa vbscript: Added new DLL. 2011-06-21 17:16:07 +02:00
Jacek Caban 0227bf69a9 mshtml: Added IDispatchEx support to HTMLTitleElement object. 2011-06-21 17:13:50 +02:00
Jacek Caban ff7e041716 mshtml: Added IHTMLTitleElement stub implementation. 2011-06-21 17:13:45 +02:00
Jacek Caban f494de4087 mshtml.idl: Added title element interfaces. 2011-06-21 17:13:38 +02:00
Jacek Caban 0912436e6e mshtml: Added IDispatchEx support to HTMLHeadElement object. 2011-06-21 17:13:33 +02:00
Jacek Caban 74e95a13b3 mshtml: Added IHTMLHeadElement stub implementation. 2011-06-21 17:13:27 +02:00
Jacek Caban 0f8300c407 mshtml.idl: Added head element interfaces. 2011-06-21 17:12:53 +02:00
Michael Stefaniuc 7b3d1bbc4e ole32: COM cleanup for the static object ComCatMgrImpl. 2011-06-21 17:12:15 +02:00
Ričardas Barkauskas f0634f7a4b ddraw: Separate IDirectDrawSurface3 reference count. 2011-06-21 17:11:53 +02:00
Ričardas Barkauskas 167ffc7b4b ddraw: Separate IDirectDrawSurface2 reference count. 2011-06-21 17:10:55 +02:00
Ričardas Barkauskas a9f72a3067 ddraw: Test ddraw surface reference counts a bit more. 2011-06-21 17:10:26 +02:00