Commit Graph

80370 Commits

Author SHA1 Message Date
Michael Stefaniuc e1fab4a837 dmscript: Move a struct definition to the .c file that uses it. 2014-06-11 16:11:49 +02:00
Bruno Jesus 1b8d8ef372 wininet: Use a helper to send data and take care of EINTR. 2014-06-11 16:11:44 +02:00
Bruno Jesus 3c16044410 usp10: Fix a memory leak in _ItemizeInternal (valgrind). 2014-06-11 16:11:39 +02:00
Bruno Jesus 9dacce1b4e shlwapi: Avoid reading past the pointer in PathCreateFromUrlW (valgrind). 2014-06-11 16:11:28 +02:00
Bruno Jesus 1f713cc567 wininet/tests: Fix a memory leak (valgrind). 2014-06-11 16:11:04 +02:00
Bruno Jesus 55f8233390 userenv/tests: Fix a memory leak (valgrind). 2014-06-11 16:10:59 +02:00
Bruno Jesus 2728066152 winspool.drv: Do not try to check the registry if opening the printer fails (valgrind). 2014-06-11 16:10:36 +02:00
Bruno Jesus dbdb244d13 wintrust/tests: Fix a memory leak (valgrind). 2014-06-11 16:10:23 +02:00
Bruno Jesus c3a362a4c4 winmm: Fix a memory leak in mciSendStringW (valgrind). 2014-06-11 16:09:52 +02:00
Bruno Jesus d90d2ab558 user32/tests: Fix a memory leak (valgrind). 2014-06-11 16:09:42 +02:00
Piotr Caban 7257b62bd1 user32: Try to activate topmost activable window in WINPOS_ActivateOtherWindow. 2014-06-11 16:09:01 +02:00
Nikolay Sivov c318cda8d1 shell32: Update to FolderItem2. 2014-06-11 16:05:55 +02:00
Huw Davies 0987e77089 gdi32/tests: tmLastChar is solely governed by the last entry before 0xffff in the cmap. 2014-06-11 16:04:55 +02:00
Jacek Caban 6262492252 mshtml: Added function object default value getter implementation. 2014-06-11 13:09:32 +02:00
Michael Müller 9602fa7a93 server: Fix return value for FSCTL_PIPE_WAIT if pipe does not exist. 2014-06-11 13:07:11 +02:00
Austin English 2227abbc2c user32: Fix a comment. 2014-06-11 13:06:32 +02:00
Huw Davies b89c7c8fc2 riched20: Don't skip the final carriage return in SFF_SELECTION mode. 2014-06-11 13:06:23 +02:00
Vincent Povirk d32abd7726 ole32: Don't store file size in FileLockBytesImpl. 2014-06-11 13:06:00 +02:00
Nikolay Sivov 5a8d73283c ntdll: Fix LdrLockLoaderLock()/LdrUnlockLoaderLock() on 64bit. 2014-06-11 13:05:39 +02:00
Jacek Caban a0c2d641d4 mshtml: Use get_elem_attr_value helper in npplugin.c. 2014-06-11 13:04:26 +02:00
Jacek Caban 75a2e8c4f0 mshtml: Use elem_string_attr_getter helper in HTMLLabelElement_get_htmlFor implementation. 2014-06-11 13:04:23 +02:00
Jacek Caban 04ea007cbb mshtml: Use get_elem_attr_value helper in HTMLFormElement_get_dispid. 2014-06-11 13:04:20 +02:00
Jacek Caban df62eea186 mshtml: Use get_elem_attr_value helper in check_event_attr. 2014-06-11 13:04:17 +02:00
Jacek Caban d0898685a6 mshtml: Use get_elem_attr_value helper in is_elem_name. 2014-06-11 13:04:14 +02:00
Jacek Caban 3efaaacf3c mshtml: Use get_elem_attr_value helper in get_font_size. 2014-06-11 13:04:11 +02:00
Jacek Caban b79ef6769b mshtml: Added new helper for GetAttribute based getters and use it in IHTMLMetaElement implementation. 2014-06-11 13:04:07 +02:00
Jacek Caban 39e24713e9 mshtml: Added new helper for getting element attribute value and use it in script.c. 2014-06-11 13:04:04 +02:00
Jacek Caban 4745fd03d4 mshtml: Call unlink from HTMLDOMNode::Release. 2014-06-11 13:04:00 +02:00
Huw Davies 54129a5171 crypt32/tests: Fix test failure on win 8. 2014-06-11 13:03:50 +02:00
Huw Davies f4f01301f0 crypt32: Add a new element to SIP_ADD_NEWPROVIDER. 2014-06-11 13:03:46 +02:00
Nikolay Sivov 47de869fda propsys: Forward corresponding methods to exports. 2014-06-11 13:03:25 +02:00
Nikolay Sivov d897b32598 propsys: Implement PSGetPropertySystem(). 2014-06-11 13:03:17 +02:00
Piotr Caban 28830b4b36 msvcrt: Return string in _wcslwr and _wcslwr_l. 2014-06-11 13:02:52 +02:00
Michael Stefaniuc fa51f080a4 dmcompos/tests: Test some IPersistStream methods of DMChordMap. 2014-06-11 12:59:43 +02:00
Michael Stefaniuc 0ade62e03c dswave/tests: Test some IPersistStream methods of DirectSoundWave. 2014-06-11 12:59:41 +02:00
Michael Stefaniuc 32699d6f66 dmband/tests: Test some IPersistStream methods of DMBand. 2014-06-11 12:59:38 +02:00
Michael Stefaniuc 41b1dce0e2 dmscript/tests: Test unimplemented IPersistStream methods in DMScript. 2014-06-11 12:59:34 +02:00
Michael Stefaniuc 444fff4343 dmscript: IPersistStream_GetClassID() is not implemented for DMScript. 2014-06-11 12:59:22 +02:00
Michael Stefaniuc 834bae9935 dmstyle/tests: Test some IPersistStream methods of DMStyle. 2014-06-11 12:59:15 +02:00
Michael Stefaniuc 3115e49017 dmusic/tests: Test unimplemented IPersistStream methods in DMCollection. 2014-06-11 12:59:10 +02:00
Michael Stefaniuc 5d7e93dc54 dmusic: Return S_FALSE for the unimplemented IPersistStream_IsDirty(). 2014-06-11 12:59:05 +02:00
Andrei Slăvoiu fbdf618251 wined3d: Recognize cards that expose GLSL 1.30 as DX10 capable even if they don't support EXT_GPU_SHADER4. 2014-06-11 12:58:55 +02:00
Hans Leidekker d6a59f755e wininet: Only set the content length header if it's not explicitly set by the user. 2014-05-26 21:15:37 +09:00
Francois Gouget 2b76dfba97 scrrun: Fix compilation on systems that don't support nameless unions. 2014-05-26 21:14:45 +09:00
Alistair Leslie-Hughes 8c9a145f25 dpnet/tests: Correct memory leak (valgrind). 2014-05-24 11:05:14 +09:00
Jacek Caban 04a573a66e oleaut32: Replaced dump_Variant by debugstr_variant. 2014-05-24 11:02:39 +09:00
Jacek Caban 18a42e0211 oleaut32: Use debugstr_variant for dump_Variant implementation. 2014-05-24 11:02:30 +09:00
Jacek Caban 5614770c24 oleaut32: Rewrite debugstr_vt. 2014-05-24 11:02:20 +09:00
Aric Stewart 20daa8b61c winemac: Reposition cursor for IME composition.
It is more natural for the cursor to be at the end of the selection
being composed instead of being at the beginning.
2014-05-24 11:02:08 +09:00
Huw Davies d3d4e3a9a9 dwrite/tests: U+1cc8 is not an assigned codepoint, use U+1cc7 instead. Fixes test on win 8. 2014-05-24 11:01:48 +09:00
Piotr Caban 31c76cae7c msvcrt: Add _wcslwr_s_l implementation. 2014-05-24 11:01:28 +09:00
Hans Leidekker 4e340c0a7f wininet/tests: Fix a couple of test failures on Internet Explorer 11. 2014-05-24 11:01:04 +09:00
Hans Leidekker 069df69900 winhttp: Only set the scheme if we have a valid URL. 2014-05-24 11:00:39 +09:00
Hans Leidekker 465f85e89d winhttp: Ignore URL components if the buffer length is zero. 2014-05-24 11:00:28 +09:00
Hans Leidekker fafbb34f1f winhttp/tests: Mark some test results on Windows 8 as broken. 2014-05-24 11:00:16 +09:00
Francois Gouget df5cd21ff6 msvcrt/tests: Make qsort_comp() static. 2014-05-24 11:00:08 +09:00
Vincent Povirk ee13e10cf6 shell32: Fix memory leak. 2014-05-21 19:38:35 +02:00
Piotr Caban e95938c2d6 msvcrt: Add qsort_s tests. 2014-05-21 19:38:34 +02:00
Piotr Caban b703afda86 msvcrt: Rewrite qsort function. 2014-05-21 12:07:41 +02:00
Nikolay Sivov f43a6d46da xmllite/writer: Initial implementation of WriteElementString(). 2014-05-21 12:07:37 +02:00
Nikolay Sivov 2177403b8e xmllite/writer: Initial implementation of WriteStartElement(). 2014-05-21 12:07:35 +02:00
Nikolay Sivov 05a80d0f18 scrrun: Use existing helper to return file size. 2014-05-21 11:36:59 +02:00
Vincent Povirk d89d43648f ole32: Invalidate all caches when the transaction sig changes. 2014-05-21 10:19:57 +02:00
Vincent Povirk 77e3de5828 ole32: Use a snapshot file when sharing storages for writing. 2014-05-21 10:19:51 +02:00
Andrew Eikum 704d1695f3 riched20/tests: Allow conversions to non-English codepages. 2014-05-20 21:27:00 +02:00
Jacek Caban 92841b3195 ieframe: Added InternetExplore::get_HWND implementation. 2014-05-20 21:26:59 +02:00
Jacek Caban 1687c5cd3a urlmon: Fixed some occasionally failing tests. 2014-05-20 21:26:59 +02:00
Hans Leidekker a6374aad41 wbemprox: Add a partial implementation of CIM_Processor. 2014-05-20 21:26:58 +02:00
Shuai Meng 14f68a988b vbscript: Implemented CCur. 2014-05-20 21:26:57 +02:00
Nikolay Sivov f82cb70033 scrrun: Return float type size when signed I4 limit exceeded. 2014-05-20 21:26:56 +02:00
Nikolay Sivov 086a1e3709 xmllite/writer: Implement ByteOrderMark property. 2014-05-20 21:26:55 +02:00
Nikolay Sivov 9a2177ff53 xmllite/writer: Implement OmitXmlDeclaration property. 2014-05-20 21:26:55 +02:00
Nikolay Sivov e0e0af801e netprofm: Added IConnectionPointContainer stub for INetworkListManager. 2014-05-20 21:26:54 +02:00
Piotr Caban 48c9a90a81 msvcp100: Export basic_istream::gcount function. 2014-05-20 21:26:53 +02:00
Vincent Povirk 417585661c server: Clear the queue's QS_SMRESULT bit when sending a new message. 2014-05-20 21:26:52 +02:00
Marcus Meissner 2c984fc8e2 msxml3: Removed unused allocation (Coverity). 2014-05-20 09:45:11 +02:00
Marcus Meissner 0dda8a14db jsproxy: Avoid potential NULL dereference (Coverity). 2014-05-20 09:45:06 +02:00
Henri Verbeet 7b8aa8606c wined3d: Recognize the SM4 ishl opcode. 2014-05-20 09:44:25 +02:00
Henri Verbeet 3555eab8b9 wined3d: Recognize the SM4 dp2 opcode. 2014-05-20 09:44:21 +02:00
Henri Verbeet c81d3b7336 wined3d: Recognize the SM4 discard opcode. 2014-05-20 09:44:17 +02:00
Henri Verbeet 53d1bbf041 d2d1: Implement d2d_factory_CreateDxgiSurfaceRenderTarget(). 2014-05-20 09:44:13 +02:00
Henri Verbeet 089832e6d5 d2d1: Implement D2D1CreateFactory(). 2014-05-20 09:43:40 +02:00
Bruno Jesus 1184fe90b2 ws2_32: Avoid memory allocation for simple receives. 2014-05-20 09:41:01 +02:00
Bruno Jesus 752219396d ws2_32: Avoid memory allocation for simple sends. 2014-05-20 09:40:52 +02:00
Vincent Povirk abea10fa93 user32/tests: Add test for SendMessage race condition. 2014-05-19 18:55:55 +02:00
Andrew Eikum d7f827254e user32: Remove unused internal menu messages. 2014-05-19 18:55:55 +02:00
Piotr Caban 153965b627 msvcrt: Fix __libm_sse2_sqrt_precise implementation. 2014-05-19 18:55:53 +02:00
Piotr Caban 193de805a1 vbscript: Support multibyte characters in Global_Chr. 2014-05-19 18:23:45 +02:00
Andrew Eikum 0e84a59d89 mmdevapi: Clock rate should be in bytes for shared mode. 2014-05-19 16:01:07 +02:00
Andrew Eikum b634666e13 mmdevapi: Make buffer size divisible by number of periods. 2014-05-19 16:01:03 +02:00
Zhenbo Li e6f816c99b mshtml: Added IHTMLLinkElement::media property. 2014-05-19 15:52:05 +02:00
Zhenbo Li bff3468360 mshtml: Added IHTMLTableRow::deleteCell method implementation. 2014-05-19 15:51:55 +02:00
Zhenbo Li efc6a564cd mshtml: Added nsIDOMHTMLTableCellElement declaration. 2014-05-19 15:51:49 +02:00
Zhenbo Li 8d27595287 mshtml: Added IHTMLLocation::assign method implementation. 2014-05-19 15:51:42 +02:00
Hans Leidekker 464c884542 wbemprox: Handle NULL out parameter to object methods. 2014-05-19 15:37:48 +02:00
Piotr Caban 9f17544bc9 msvcrt: Add _mbscpy_s implementation. 2014-05-19 13:01:34 +02:00
Piotr Caban aebe1c69f9 msvcrt: Add _mbsnbcpy_s_l implementation. 2014-05-19 13:01:22 +02:00
Alexandre Julliard 534394dfa2 vbscript: Avoid using bool keyword. 2014-05-19 11:38:33 +02:00
Hans Leidekker 9a25a59dc2 winhttp: Fix build on Mac OS X 10.5.8. 2014-05-19 11:33:26 +02:00
Hans Leidekker 654bef8f37 wininet: Fix build on Mac OS X 10.5.8. 2014-05-19 11:33:24 +02:00