Commit Graph

64928 Commits

Author SHA1 Message Date
Rico Schüller 7b902d2278 d3dx9: Allow setting texture to NULL. 2011-11-16 17:18:18 +01:00
Rico Schüller 5bd3c9161c d3dx9: Improve argument check in ID3DXBaseEffect::GetBool/Int/Float(). 2011-11-16 17:18:14 +01:00
Piotr Caban 9b62668ddf msvcp: Sync spec files. 2011-11-16 17:14:02 +01:00
Piotr Caban 3bb1a7309b msvcp90: Fixed parameters number in functions returning structures. 2011-11-16 17:10:03 +01:00
Piotr Caban 486239b167 msvcp90: Added basic_string::insert implementation. 2011-11-16 17:03:11 +01:00
Piotr Caban b9f544a2ab msvcp90: Added basic_string::copy implementation. 2011-11-16 17:03:04 +01:00
Piotr Caban 0d6bd98783 msvcp90: Added basic_string::_Copy implementation. 2011-11-16 17:03:00 +01:00
Francois Gouget 10faa9997e crypt32: Delete the oid and sip static critical sections when unloading the dll. 2011-11-16 17:02:52 +01:00
Francois Gouget 3abbbb2556 mscms: Delete the static critical section when unloading the dll. 2011-11-16 17:02:47 +01:00
Francois Gouget 903146bdcd dxgi: Delete the static critical section when unloading the dll. 2011-11-16 17:02:43 +01:00
Francois Gouget 4ed24cd5f5 dinput: Delete the static critical section when unloading the dll. 2011-11-16 17:02:39 +01:00
Francois Gouget 8ce78a7b3e credui: Delete the static critical section when unloading the dll. 2011-11-16 17:02:29 +01:00
Francois Gouget 17929b925e wininet: Give a name to the critical sections, make them static and delete them when unloading the dll. 2011-11-16 17:02:22 +01:00
Francois Gouget d78bfe1149 msvcrt: Statically initialize and name the MSVCRT_file_cs critical section. 2011-11-16 17:02:10 +01:00
Francois Gouget fb49b7fd5b dxgi: Remove an unneeded refcount field. 2011-11-16 17:02:02 +01:00
Francois Gouget e9e0507d2b rpcrt4: An interface pointer just has the size of a regular pointer. 2011-11-16 17:01:49 +01:00
Huw Davies 8f9c39d2a8 msxml3: Re-initialise the variant so that VariantChangeType doesn't free the user string. 2011-11-16 17:01:46 +01:00
Jacek Caban 938dcab3f4 mshtml: Fixed events tests on IE9. 2011-11-16 17:01:39 +01:00
Jacek Caban 7377dfbb07 mshtml: Fixed some htmldoc.c tests on IE9. 2011-11-16 17:01:36 +01:00
Piotr Caban abd0f4318e msvcr90/tests: Added nonblocking FILE functions test. 2011-11-16 17:01:25 +01:00
Piotr Caban 764b85511c msvcrt: Don't use fputc in flsbuf implementation. 2011-11-16 17:01:09 +01:00
Huw Davies 666f83bc0f gdi32: Add a helper to retrieve the octant bias. 2011-11-16 17:00:23 +01:00
Huw Davies 48b1e66309 gdi32: Use an array of masks to simplify the bitmap conversion. 2011-11-16 17:00:19 +01:00
Huw Davies 6c9c9107d4 gdi32: Return valid anti-alias format bitmaps if the glyph is a monochrome bitmap. 2011-11-16 17:00:15 +01:00
Huw Davies f3fab96393 gdi32: Add a helper to return the maximum level to use for a given anti-aliasing format. 2011-11-16 17:00:10 +01:00
Jacek Caban 2bffcedc82 mshtml: Update window URI when its binding is redirected. 2011-11-16 17:00:04 +01:00
Jacek Caban 1fb705de62 urlmon: Don't set is_opaque for file URIs in validate_components. 2011-11-16 16:59:59 +01:00
Jacek Caban 1183577150 urlmon: Get rid of create_todo_* from uri_equality struct. 2011-11-16 16:59:54 +01:00
Hans Leidekker f6c46dd074 winhttp: Implement WinHttpGetIEProxyConfigForCurrentUser. 2011-11-16 16:59:37 +01:00
Hans Leidekker 2621e98d04 winhttp: Clean up properly in request_send. 2011-11-16 16:59:27 +01:00
Francois Gouget 97ba7aa521 rpcrt4: The offset to the complex pointer's description is signed. 2011-11-16 09:47:16 +01:00
Thomas Faber c432514b39 advapi32/tests: Do not assume the test is called with an absolute path. 2011-11-16 09:47:07 +01:00
Thomas Faber 087ff0644f advapi32/tests: Use already existing static string instead of literal. 2011-11-16 09:46:36 +01:00
Vincent Povirk 065470ed62 windowscodecs: Flesh out IWICMetadataReader test. 2011-11-16 09:46:15 +01:00
Vincent Povirk 318c4e6788 windowscodecs: Add test for CreateMetadataReaderFromContainer. 2011-11-16 09:46:12 +01:00
Vincent Povirk b2fa99851c windowscodecs: Add tests for IWICMetadataReader. 2011-11-16 09:46:08 +01:00
Andrew Talbot 952f97647c mshtml: Remove unused file-static variable. 2011-11-16 09:44:51 +01:00
Andrew Talbot d1136d4aca kernel32: Remove unused file-static variables. 2011-11-16 09:44:48 +01:00
Nikolay Sivov f291933177 msxml3: Convert test stream to single byte string. 2011-11-16 09:42:46 +01:00
Nikolay Sivov ede880a1c3 msxml3: Return qualified name from get_nodeName(). 2011-11-16 09:42:25 +01:00
Nikolay Sivov 12bb4a471f msxml3: Fix get_namespaceURI(). 2011-11-16 09:42:20 +01:00
Nikolay Sivov 588f27dae9 msxml3: Properly return node prefix from get_prefix(). 2011-11-16 09:42:03 +01:00
Henri Verbeet e0a0d611af wined3d: Pass a wined3d_color struct to wined3d_device_clear(). 2011-11-16 09:41:53 +01:00
Henri Verbeet 7459180a51 wined3d: Get rid of the WINED3DCOLORVALUE typedef. 2011-11-16 09:41:50 +01:00
Henri Verbeet be7122034f d3d10: Implement D3D10StateBlockMaskEnableAll(). 2011-11-16 09:41:46 +01:00
Henri Verbeet 5ffa2aba23 d3d10: Implement D3D10StateBlockMaskDisableCapture(). 2011-11-16 09:41:43 +01:00
Henri Verbeet 88a55a04a3 d3d10: Implement D3D10StateBlockMaskDisableAll(). 2011-11-16 09:41:36 +01:00
Alexandre Julliard 73b9dc98eb comctl32: Setup the alpha channel also when reading an imagelist from a stream. 2011-11-15 22:11:15 +01:00
Alexandre Julliard 4c785235d0 comctl32: Add a couple of DIB helper functions for imagelists. 2011-11-15 22:10:45 +01:00
Jacek Caban e7bbb4ef1e mshtml: Fixed script tests on IE9. 2011-11-15 19:37:38 +01:00