Commit Graph

104551 Commits

Author SHA1 Message Date
Henri Verbeet c3fab65647 d3d10core: Implement d3d10_depthstencil_view_SetPrivateDataInterface(). 2015-03-13 00:28:15 +09:00
Bruno Jesus 0415407404 ws2_32/tests: Add more select() tests related to OOB handling. 2015-03-13 00:28:15 +09:00
Alexandre Julliard f1e23aa619 msvcp90: Remove functions that are not exported in native. 2015-03-13 00:28:14 +09:00
Alexandre Julliard 42500b0cfe msvcp60: Share exception functions implementation with msvcp90. 2015-03-13 00:28:14 +09:00
Alexandre Julliard 62ae503fa1 msvcp60: Add MSVCP prefix on exported string functions. 2015-03-13 00:28:13 +09:00
Alexandre Julliard bebc979483 msvcp60: Merge locale code with msvcp90 where possible to reduce the differences. 2015-03-13 00:28:06 +09:00
Alexandre Julliard 165f8734e8 msvcp60: Share misc functions implementation with msvcp90. 2015-03-12 17:27:12 +09:00
Alexandre Julliard 2466ed265e msvcp60: Share memory functions implementation with msvcp90. 2015-03-12 17:27:03 +09:00
Alexandre Julliard 0c9b55ef24 msvcp60: Share math functions implementation with msvcp90. 2015-03-12 14:57:25 +09:00
Alexandre Julliard c6c3ccad36 ole32: Remove confusing uses of the __thiscall specifier. 2015-03-12 14:20:33 +09:00
Austin English 603bc1d3f8 include: Add remaining function prototypes in msasn1.h. 2015-03-12 13:56:52 +09:00
Nikolay Sivov 985bff76be dwrite: Fix excessive refcount increment when setting interface pointers as range attributes. 2015-03-12 13:56:35 +09:00
Nikolay Sivov c1ecf862a4 dwrite: Make a deep copy of family name string (Valgrind). 2015-03-12 13:56:28 +09:00
Andrew Eikum fdbdad03f3 shell32/tests: Support alternate parent folders. 2015-03-12 13:56:11 +09:00
Andrew Eikum 122f71866e shell32/tests: Fix win8 knownfolder attributes. 2015-03-12 13:55:58 +09:00
Andrew Eikum 7a55f5461a shell32/tests: Remove unused flag. 2015-03-12 13:55:51 +09:00
Andrew Eikum dd275615db shell32/tests: Fix win8 knownfolders relative and parsed paths. 2015-03-12 13:55:40 +09:00
Andrew Eikum 1b4272639b shell32/tests: A couple of win8 fixes. 2015-03-12 13:54:45 +09:00
Jacek Caban 8ef78d068f wininet: Get rid of no longer needed sock_get_error. 2015-03-12 13:54:16 +09:00
Jacek Caban f0aff23ddd wmvcore: Added WMCreateWriter implementation. 2015-03-12 13:54:13 +09:00
Jacek Caban 4e35d58748 d3drmdef.h: Fixed a typo. 2015-03-12 13:53:49 +09:00
Alexandre Julliard 4c1da45567 ntoskrnl: Allow IoCompleteRequest to report completion asynchronously. 2015-03-11 22:48:22 +09:00
Alexandre Julliard ecf7ed6650 server: Add a request to store the results of an ioctl asynchronously. 2015-03-11 22:45:51 +09:00
Alexandre Julliard 0157f76888 server: Allow device manager ioctls to run asynchronously. 2015-03-11 22:44:51 +09:00
Frédéric Delanoy 3535f6f4a7 po: Update French translation. 2015-03-11 22:10:37 +09:00
Francois Gouget 3dbb09a56b explorerframe: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:35 +09:00
Francois Gouget 6e3e5ea654 dwmapi: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:33 +09:00
Francois Gouget 359fbe829a dsound: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:31 +09:00
Francois Gouget abd2c7265b dplayx: Remove unneeded NONAMELESSSTRUCT directives. 2015-03-11 22:10:30 +09:00
Francois Gouget 41768edec4 dmloader: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-11 22:10:28 +09:00
Francois Gouget a3b806ced7 dispex: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:26 +09:00
Henri Verbeet 4a965589a6 d3d10core: Implement d3d10_depthstencil_view_SetPrivateData(). 2015-03-11 22:10:24 +09:00
Henri Verbeet c840645bc2 d3d10core: Implement d3d10_texture3d_GetPrivateData(). 2015-03-11 22:10:22 +09:00
Henri Verbeet 2d96cefbb7 d3d10core: Implement d3d10_texture3d_SetPrivateDataInterface(). 2015-03-11 22:10:20 +09:00
Henri Verbeet 721d399038 d3d10core: Implement d3d10_texture3d_SetPrivateData(). 2015-03-11 22:10:19 +09:00
Henri Verbeet f205b413f4 d3d10core: Implement d3d10_sampler_state_GetPrivateData(). 2015-03-11 22:10:16 +09:00
Michael Stefaniuc b211f9123b mshtml/tests: '%' doesn't needs escaping in a C string (sparse). 2015-03-11 22:09:57 +09:00
Stefan Dösinger 406cfefc2f wined3d: Initialize WINED3DTA_TEMP. 2015-03-11 22:09:42 +09:00
Stefan Dösinger 2702f28e66 ddraw: Remove support for V16U16.
None of my Windows drivers support this format. At best this will
confuse applications trying to pick X8L8V8U8.
2015-03-11 22:09:29 +09:00
Stefan Dösinger b07b350286 ddraw: Set DDPF_BUMPLUMINANCE for V5U5L6 and X8L8V8U8. 2015-03-11 22:09:24 +09:00
Stefan Dösinger 937522ffd0 ddraw/tests: Add a test for signed formats. 2015-03-11 22:09:15 +09:00
Stefan Dösinger a46cad41b3 d3d8/tests: Add a test for signed formats. 2015-03-11 22:09:09 +09:00
Matteo Bruni f298d30b39 wined3d: Fix a typo in a trace in context_create(). 2015-03-11 22:08:34 +09:00
Austin English 71ffa9a2c5 include: Add some missing entries in hidusage.h. 2015-03-11 16:23:03 +09:00
Austin English cdea6c8c64 include: Add ASN1*string* definitions/functions. 2015-03-11 14:42:16 +09:00
Alexandre Julliard 91fc10847e ws2_32: Use Win32 APIs for interlocked functions. 2015-03-11 14:21:10 +09:00
Mark Harmstone 55ed98cb88 dsound: Pipe audio data through DMOs. 2015-03-11 13:18:08 +09:00
Bruno Jesus 18b3f4cadd ws2_32/tests: Test the behavior of reading data from an OOBINLINE'd socket. 2015-03-11 12:48:13 +09:00
Christian Costa beff432354 d3dxof: Use assignment for GUID instead of memcpy with hardcoded size. 2015-03-11 12:47:53 +09:00
Sebastian Lackner 59a1bcd96a ole32: Fix call to free_stringtable with uninitialized pointer (Coverity). 2015-03-11 12:47:40 +09:00