Commit Graph

99691 Commits (207ae9f5c23af91d678c62e8bcf0833c286e5978)
 

Author SHA1 Message Date
Alexandre Julliard 207ae9f5c2 sfnt2fon: Use getopt_long to allow arbitrary option order. 2014-02-06 17:08:04 +01:00
Alexandre Julliard ab58841091 tools: Remove no longer used fnt2fon tool. 2014-02-06 11:23:08 +01:00
Alexandre Julliard 7307e2be69 tools: Move sfnt2fnt to its own directory.
Also rename to sfnt2fon to better reflect usage and avoid conflicts
with the previous binary on updates.
2014-02-06 11:23:05 +01:00
Nikolay Sivov c7a11f9ed6 crypt32/tests: Accept another error code on Win8. 2014-02-05 19:34:19 +01:00
Bruno Jesus a5807d08c5 bcrypt/tests: Add tests for BCryptGenRandom. 2014-02-05 19:34:18 +01:00
Bruno Jesus 52aca431e4 bcrypt: Add BCryptGenRandom stub. 2014-02-05 19:34:16 +01:00
Hans Leidekker 97505a7475 winhttp/tests: Move the remaining tests to test.winehq.org. 2014-02-05 15:53:58 +01:00
Hans Leidekker 5b409fb0d4 winhttp/tests: Move the status notification tests to test.winehq.org. 2014-02-05 15:53:56 +01:00
Dmitry Timoshkov fdba11a263 msxml3: IXMLElementCollection::QueryInterface should return NULL interface on error. 2014-02-05 15:43:06 +01:00
Dmitry Timoshkov 9e9d3b2236 msxml3: Use interface instead of implementation pointer to forward IEnumVARIANT::AddRef and IEnumVARIANT::Release for IXMLElementCollection. 2014-02-05 15:43:01 +01:00
Dmitry Timoshkov 9ab9aebf65 msxml3: Add separate QueryInterface implementation for IEnumVARIANT interface exported by IXMLElementCollection. 2014-02-05 15:42:53 +01:00
Dmitry Timoshkov de3ec1c55c msxml3: Don't return implementation pointer as an interface. 2014-02-05 15:42:41 +01:00
Dmitry Timoshkov 41d34aa69b msxml3/tests: Add a test to show that IXMLElementCollection enumerator doesn't recognize IID_IXMLElementCollection. 2014-02-05 15:42:22 +01:00
Martin Storsjo 4fa78bac54 api-ms-win-core-registry-l1-1-0: Add stub dll. 2014-02-05 13:49:42 +01:00
Martin Storsjo 66dc62d8ef api-ms-win-core-psapi-l1-1-0: Add stub dll. 2014-02-05 13:49:41 +01:00
Martin Storsjo edceda579a api-ms-win-core-processenvironment-l1-2-0: Add stub dll. 2014-02-05 13:49:39 +01:00
Martin Storsjo 488fa8a2a0 api-ms-win-core-namedpipe-l1-2-0: Add stub dll. 2014-02-05 13:49:38 +01:00
Martin Storsjo ea35f11e0e api-ms-win-core-memory-l1-1-1: Add stub dll. 2014-02-05 13:49:37 +01:00
Martin Storsjo 07d0ef8a4d api-ms-win-core-localization-obsolete-l1-1-0: Add stub dll. 2014-02-05 13:49:36 +01:00
Martin Storsjo f3b9ffce2c api-ms-win-core-localization-l1-2-0: Add stub dll. 2014-02-05 13:49:35 +01:00
Martin Storsjo be1560734d api-ms-win-core-libraryloader-l1-1-1: Add stub dll. 2014-02-05 13:49:35 +01:00
Martin Storsjo caaf93db38 api-ms-win-core-kernel32-legacy-l1-1-0: Add stub dll. 2014-02-05 13:49:34 +01:00
Martin Storsjo 1c4f6ec742 api-ms-win-core-io-l1-1-1: Add stub dll. 2014-02-05 13:49:33 +01:00
Nikolay Sivov de686e9949 shell32/tests: Remove some assertions in test code. 2014-02-05 13:49:32 +01:00
Nikolay Sivov fa21e6dd7c msxml3/tests: Fix a couple of test failure when msxml4 is actually present. 2014-02-05 13:49:31 +01:00
Dmitry Timoshkov 6e2de14df1 server: Fix generic access mapping for a thread. 2014-02-05 13:49:30 +01:00
Nikolay Sivov 2b1f2001b1 wshom: Implement get_WorkingDirectory(), handle allocation failures. 2014-02-05 13:49:29 +01:00
Nikolay Sivov 9b037d559e vbscript: Support VT_BYREF|VT_DISPATCH as a DISPID_NEWENUM source. 2014-02-05 13:49:27 +01:00
Bruno Jesus 7a8d43043a ws2_32/tests: Fix AcceptEx tests related to address length. 2014-02-05 13:49:26 +01:00
Bruno Jesus 7f97339208 wininet/tests: Add tests for InternetGetConnectedStateEx[A|W]. 2014-02-05 13:49:25 +01:00
Michael Stefaniuc d436ea9597 qedit: Use offsetof for the size of a struct with a varlen array. 2014-02-05 13:49:24 +01:00
Michael Stefaniuc 183bd439fa qedit: Don't dereference NULL on alloc failure. 2014-02-05 13:49:23 +01:00
Michael Stefaniuc 8612c266db shlwapi/tests: Remove a typedef for a struct. 2014-02-05 13:49:23 +01:00
Michael Stefaniuc 1b0e893d27 shlwapi/tests: Fix the type of the first param of some shlwapi functions. 2014-02-05 13:49:22 +01:00
Michael Stefaniuc 3879d98de4 shlwapi/tests: COM cleanup for the dummy IStream iface. 2014-02-05 13:49:21 +01:00
Frédéric Delanoy 4d3ba0310e wrc: Remove unused variables. 2014-02-05 13:49:20 +01:00
Alexandre Julliard 09e70524f4 makedep: Generate install rules for TrueType fonts based on pragmas in the .sfd file. 2014-02-05 13:49:08 +01:00
Alexandre Julliard 1cccb5594a makedep: Generate rules for bitmap fonts based on pragmas in the .sfd file. 2014-02-05 13:32:33 +01:00
Erich E. Hoover 00aeadc6b6 oleaut32: Fix OLEFontImpl_SetRatio return when either cyLogical or cyHimetric are 0. 2014-02-04 17:30:24 +01:00
Erich E. Hoover ba2ce9db49 oleaut32: Handle OLEFontImpl_SetRatio case where cyLogical and cyHimetric are both 1. 2014-02-04 17:30:09 +01:00
Martin Storsjo 1ffeb42284 api-ms-win-core-heap-obsolete-l1-1-0: Add stub dll. 2014-02-04 16:08:15 +01:00
Martin Storsjo 29573f99da api-ms-win-core-heap-l1-2-0: Add stub dll. 2014-02-04 16:08:02 +01:00
Martin Storsjo 0f0e2bf433 api-ms-win-core-handle-l1-1-0: Add stub dll. 2014-02-04 16:07:30 +01:00
Martin Storsjo bc132f3419 api-ms-win-core-file-l1-2-0: Add stub dll. 2014-02-04 16:07:08 +01:00
Martin Storsjo a777a22376 api-ms-win-core-console-l1-1-0: Add stub dll. 2014-02-04 16:06:49 +01:00
Martin Storsjo 8c9e0b868b api-ms-win-core-com-l1-1-0: Add stub dll. 2014-02-04 16:06:23 +01:00
Martin Storsjo 6bb42462bb ext-ms-win-gdi-devcaps-l1-1-0: Add stub dll. 2014-02-04 16:06:02 +01:00
Martin Storsjo c2df36dfc5 api-ms-win-ntuser-dc-access-l1-1-0: Add stub dll. 2014-02-04 16:05:38 +01:00
Alistair Leslie-Hughes d34b75a887 dpnet: Implement IDirectPlay8Server Initialize. 2014-02-04 16:02:28 +01:00
Alistair Leslie-Hughes 658a5f450b dpnet: Store information when Initialize is called. 2014-02-04 16:02:25 +01:00