Commit Graph

99767 Commits (0f2bed51bdd73676406e908eb105dde1efa886fc)
 

Author SHA1 Message Date
Frédéric Delanoy 0f2bed51bd Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
Erich E. Hoover ee49a5a273 kernel32: Add support for security access parameters for named pipes. 2014-02-10 15:42:06 +01:00
Jacek Caban 83c45eaa3c wmp: Added GetClientSite implementation. 2014-02-10 15:40:16 +01:00
Jacek Caban 9a1f13cf0d wmp: Added SetClientSite tests. 2014-02-10 15:40:12 +01:00
Jacek Caban 54e3e0de48 wmp: Added SetClientSite implementation. 2014-02-10 15:40:06 +01:00
Henri Verbeet 852c61c595 dxgi: Properly check if the output array is large enough in dxgi_output_GetDisplayModeList(). 2014-02-10 11:16:29 +01:00
Henri Verbeet d9570c3935 dxgi: Return DXGI_ERROR_INVALID_CALL when given a NULL mode_count in dxgi_output_GetDisplayModeList(). 2014-02-10 11:16:28 +01:00
Henri Verbeet 4d7bd4ce4a dxgi/tests: Don't reuse the device. 2014-02-10 11:16:25 +01:00
Henri Verbeet f97d599eb2 dxgi/tests: Use D3D10CreateDevice() to create a device.
At some point DXGID3D10CreateDevice() started always returning
E_NOTIMPL. My guess would be that that was with the introduction of
d3d11.
2014-02-10 11:16:21 +01:00
Henri Verbeet 19f2044375 dxgi/tests: Cleanup test_output().
In particular, actually test the return codes for most calls.
2014-02-10 11:15:52 +01:00
Alexandre Julliard 658057ae0b makefiles: Add makefile variables for the winegcc parameters. 2014-02-10 10:58:02 +01:00
Alexandre Julliard 3bae3c6514 makefiles: Generate the testlist.c files at make depend time. 2014-02-10 10:58:00 +01:00
Dmitry Timoshkov fd9c9a6d03 kernel32: Fix page protection to access mapping performed by CreateFileMapping. 2014-02-10 10:46:52 +01:00
Dmitry Timoshkov 162c2b7aa0 advapi32/tests: Add a test for page to access mapping performed by CreateFileMapping. 2014-02-10 10:46:47 +01:00
Dmitry Timoshkov 65562be420 cabinet/tests: Advance buffer by actually read bytes count. 2014-02-10 10:43:55 +01:00
Dmitry Timoshkov b02ea57e04 xmllite/tests: Add a test for short variant of xml declaration. 2014-02-10 10:43:46 +01:00
Dmitry Timoshkov ce894b9fc6 xmllite/tests: There is no need to initialize OLE. 2014-02-10 10:43:42 +01:00
Dmitry Timoshkov 42e681e31d xmllite/tests: Fix stack corruption in 64-bit builds. 2014-02-10 10:43:11 +01:00
Nikolay Sivov cdd932a060 ole32: Separate IIDFromString() for CLSIDFromString(), fix corner cases and return values. 2014-02-10 10:42:57 +01:00
Nikolay Sivov d1c4871012 ole32: Use CoTaskMemAlloc() instead of IMalloc directly. 2014-02-10 10:42:29 +01:00
Nikolay Sivov 688cc96ee7 mshtml: Implement HTMLStyleSheet_get_href(). 2014-02-10 10:42:14 +01:00
Nikolay Sivov 1f1d404832 wininet: Update module version. 2014-02-10 10:42:07 +01:00
Nikolay Sivov 9239b86037 wshom: Implement LocationPath property for shortcut. 2014-02-10 10:41:53 +01:00
Nikolay Sivov 0e73e478ff comctl32/tab: Fix TCM_SETCURSEL on negative indices. 2014-02-10 10:41:47 +01:00
Nikolay Sivov 8c2b4bfe48 oleaut32: Initialize result VARIANT in *FromDisp(). 2014-02-10 10:41:41 +01:00
Nikolay Sivov c583dea77c oleaut32: Add more tracing, hide initialization details by calling a method. 2014-02-10 10:41:35 +01:00
Marcus Meissner 5690127b2e oleaut32: Incorrect sizeof() to MultiByteToWideChar (Coverity). 2014-02-10 10:39:49 +01:00
Austin English dc9de59f7f wbemprox: Add a missing break (Coverity). 2014-02-10 10:39:25 +01:00
Alexandre Julliard 24109dc697 Release 1.7.12. 2014-02-07 19:57:00 +01:00
Piotr Caban afadda8ff7 kernel32: Handle STD_*_HANDLE in GetFileType. 2014-02-07 16:29:17 +01:00
Dmitry Timoshkov 52bc06af7b kernel32/tests: Use PROCESS_ALL_ACCESS definition compatible with versions of Windows before Vista. 2014-02-07 16:28:55 +01:00
Dmitry Timoshkov cdc306651c kernel32/tests: Use THREAD_ALL_ACCESS definition compatible with versions of Windows before Vista. 2014-02-07 16:28:51 +01:00
Dmitry Timoshkov 448d7770dc kernel32/tests: Use PROCESS_ALL_ACCESS definition compatible with versions of Windows before Vista. 2014-02-07 16:28:48 +01:00
Jacek Caban 5a311d693f atl110: Share sources with atl100. 2014-02-07 14:47:00 +01:00
Aric Stewart 5c8fe3a40f kernel32: Add system message for ERROR_NOT_CONNECTED. 2014-02-07 13:11:58 +01:00
Frédéric Delanoy ca1a1d54c0 oleaut32: Use BOOL type where appropriate. 2014-02-07 13:11:57 +01:00
Alexandre Julliard 7898205afd msvcp70: Export some already implemented Getcat functions. 2014-02-07 13:11:56 +01:00
Alexandre Julliard 21920f9f9c msvcp71: Export some already implemented Getcat functions. 2014-02-07 13:11:55 +01:00
Alexandre Julliard 8d963b3e19 msvcp71: Fix argument types for some fstream constructors. 2014-02-07 13:11:55 +01:00
Alexandre Julliard 01efe3f48f msvcp90: Export _Xmem. 2014-02-07 13:11:54 +01:00
Piotr Caban 2b1e2e64da msvcp70: Don't forward bad_alloc implementation to msvcrt. 2014-02-07 13:11:53 +01:00
Piotr Caban 40a6749ffd msvcp70: Share the source code with msvcp90. 2014-02-07 13:11:51 +01:00
Dmitry Timoshkov ae86839536 taskschd/tests: Add some tests for IRegisteredTask interface. 2014-02-07 11:05:50 +01:00
Nikolay Sivov 1faa3d4e52 inetmib1/tests: Cleanup tests a bit, fix a crash on Win8 64bit. 2014-02-07 11:05:31 +01:00
Nikolay Sivov 62d9b5a0e0 ole32: Implement CoGetInstanceFromIStorage(). 2014-02-07 11:05:14 +01:00
Jacek Caban 8f289c821e urlmon/tests: Use test.winehq.org for https protocol tests. 2014-02-06 17:25:48 +01:00
Dmitry Timoshkov 383f7ba002 server: Add THREAD_[SET|QUERY]_LIMITED_INFORMATION to generic access mappings and appropriately change THREAD_ALL_ACCESS. 2014-02-06 17:08:33 +01:00
Dmitry Timoshkov a0b08adbe4 server: Add PROCESS_QUERY_LIMITED_INFORMATION to GENERIC_EXECUTE access mapping and appropriately change PROCESS_ALL_ACCESS. 2014-02-06 17:08:32 +01:00
Dmitry Timoshkov 53847fd6a1 server: Fix generic access mapping for a process. 2014-02-06 17:08:31 +01:00
Jacek Caban 531c2b398e msctf.idl: Added ITfActiveLanguageProfileNotifySink declaration. 2014-02-06 17:08:31 +01:00