Commit Graph

80144 Commits

Author SHA1 Message Date
Hans Leidekker e49ebbe953 wininet: Fix a memory leak (valgrind). 2014-05-13 13:47:11 +02:00
Hans Leidekker 2acd2116d9 fusion: Fix a couple of memory leaks (valgrind). 2014-05-13 13:47:10 +02:00
Hans Leidekker 59ca80cb3d wmiutils: Always null-terminate the server string in build_server (valgrind). 2014-05-13 13:47:09 +02:00
Hans Leidekker e17276b528 wbemprox: No longer prefer native. 2014-05-13 13:47:09 +02:00
Hans Leidekker 27b18a395b wbemprox: Use a separate index variable to build the safearray in get_properties. 2014-05-13 13:47:08 +02:00
Alistair Leslie-Hughes d9ae2b828e dpnet: Implement IDirectPlay8LobbiedApplication Initialize. 2014-05-13 13:47:06 +02:00
Alexandre Julliard 2cef8dbcc2 ntdll: Determine the mapping type automatically from the WRITECOPY flag. 2014-05-13 12:28:58 +02:00
Jacek Caban 5ceb22714e ntdll: Use MAP_PRIVATE for copy on write mappings. 2014-05-13 12:27:32 +02:00
Nikolay Sivov 82bb4f51c1 msxml3: Implement empty tagname case of getElementsByTagName() for document. 2014-05-13 11:45:29 +02:00
Nikolay Sivov 239d8077db msxml3: Support 'any attribute' selection [@*] in XSLPattern predicates. 2014-05-13 11:45:25 +02:00
Huw Davies 9e3d103dcb msxml3/tests: Don't test the variant payload for the VT_EMPTY type. 2014-05-13 11:44:50 +02:00
Huw Davies 8335335c1d msxml3/tests: Fix a failing test on win 8. 2014-05-13 11:44:43 +02:00
Huw Davies 25e5daf872 msxml3/tests: Don't test the values of alignment holes in the variant structure. 2014-05-13 11:44:39 +02:00
Stefan Dösinger fc25510fad wined3d: Remove wined3d_surface_get_palette. 2014-05-12 21:24:59 +02:00
Stefan Dösinger 46df06aae7 wined3d: Implement DDBLTFX_MIRRORUPDOWN for DXT2. 2014-05-12 21:24:49 +02:00
Piotr Caban c18d52d346 msvcrt: Don't crash on NULL struct _tm in asctime. 2014-05-12 19:30:16 +02:00
Piotr Caban 7a0fd9cfe2 oleacc: Add Client_accLocation implementation. 2014-05-12 19:30:11 +02:00
Nikolay Sivov a709e3f98d comctl32/treeview: Added a test for NM_RETURN. 2014-05-12 13:51:44 +02:00
Jacek Caban 75afeb4740 mshtml: Forward IHTMLScreen's IDispatch methods to IDispatchEx. 2014-05-12 13:51:36 +02:00
Jacek Caban d06d73c136 mshtml: Added IDispatchEx support to HTMLOptionElementFactory object. 2014-05-12 13:51:33 +02:00
Jacek Caban b54a9c662a mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-12 13:51:30 +02:00
Bruno Jesus 443edfa1da ws2_32: Avoid magic numbers in shutdown() function. 2014-05-12 10:55:54 +02:00
Nikolay Sivov fa3e750e2c comctl32/listview: Fix custom draw stage sequence. 2014-05-12 10:55:09 +02:00
Nikolay Sivov dcab5fe61b setupapi: Make default context structure layout compatible. 2014-05-12 10:53:16 +02:00
Alistair Leslie-Hughes 123c670f8e dxguid: Include dplobby8.h. 2014-05-12 10:51:32 +02:00
Frédéric Delanoy b242d9cee3 user32/tests: Constify some arrays. 2014-05-12 10:48:33 +02:00
Vincent Povirk b3e26be0cb ole32: STGM_NOSNAPSHOT implies deny write. 2014-05-12 10:48:14 +02:00
Alistair Leslie-Hughes b01fc1aa6e dpnet: Implement IDirectPlay8Client GetSPCaps. 2014-05-09 20:03:44 +02:00
Alistair Leslie-Hughes 329c70d9b8 dpnet: Store DPN_SP_CAPS as part of the object. 2014-05-09 20:03:43 +02:00
Joachim Priesner 3cd86c9f62 wined3d: Clear active lights when cleaning up a D3D stateblock.
This prevents dangling pointers as the light structures that the pointers in
the state->lights array point to are freed below when cleaning the light maps.
2014-05-09 20:03:43 +02:00
Francois Gouget 22acc5cb30 ddraw/tests: Fix compilation on systems that don't support nameless unions. 2014-05-09 16:28:04 +02:00
Piotr Caban 40bdbda825 oleacc: Add Client_get_accParent implementation. 2014-05-09 14:25:46 +02:00
Piotr Caban e99dc1aced oleacc: Add Client_accHitTest implementation. 2014-05-09 14:25:44 +02:00
Piotr Caban 6474f8c1df oleacc: Add default window accessible object stub. 2014-05-09 14:25:42 +02:00
Jacek Caban 60989ea332 mshtml: Fixed leaks in IHTMLStyleSheet::Release and IHTMLStyleSheetsCollection::Release implementations. 2014-05-09 14:24:53 +02:00
Jacek Caban 000b78e943 mshtml: Added IDispatchEx support to HTMLStyleSheetRulesCollection object. 2014-05-09 14:24:50 +02:00
Jacek Caban 018af15b9d mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-09 14:24:34 +02:00
Huw Davies 38483f1efe imagehlp/tests: Don't assume the certificate chain is originally empty. 2014-05-09 14:24:26 +02:00
Huw Davies f5aaaf215d msxml3/tests: Don't overwrite a variant which is later used in a QueryInterface call. 2014-05-09 14:24:20 +02:00
Bruno Jesus 843ef11eb8 ws2_32: Return the correct error if SO_REUSEADDR is set in bind error. 2014-05-09 14:17:00 +02:00
Vincent Povirk cf75c5368b ole32: Use real blocking operations for storage locking when possible. 2014-05-09 14:16:12 +02:00
Vincent Povirk 45dd716e4e ole32: Warn in cases where we might corrupt storage files. 2014-05-09 14:16:08 +02:00
Mark Harmstone cfb81f2c60 setupapi: Add CM_Get_DevNode_Registry_Property wrapper around CM_Get_DevNode_Registry_Property_Ex. 2014-05-08 19:41:55 +02:00
Jacek Caban ea950ac7cf kernel32/tests: Added more shared memory tests, exposing MAP_PRIVATE mapping for read only mapping problem. 2014-05-08 18:27:51 +02:00
Jacek Caban 4792cf31c5 ntdll: Always use MAP_SHARED in NtMapViewOfSection. 2014-05-08 18:27:38 +02:00
Frédéric Delanoy 0ec7907c61 usp10: Silence a noisy fixme in ScriptPlaceOpenType. 2014-05-08 17:41:53 +02:00
Piotr Caban 73a996de01 msvcp/tests: Force dll cleanup code to get executed (for valgrind). 2014-05-08 17:41:50 +02:00
Piotr Caban 6fb5155f30 msvcp: Fix global_locale leak. 2014-05-08 17:40:50 +02:00
Piotr Caban ea7baf5304 msvcp60: Fix uninitialized variable access in basic_string::_Tidy. 2014-05-08 14:59:13 +02:00
Jacek Caban cf2278b2d0 mshtml: Forward IHTMLImageElementFactory IDispatch functions to IDispatchEx implementation. 2014-05-08 12:14:23 +02:00