Commit Graph

90710 Commits

Author SHA1 Message Date
Piotr Caban 9cf1910db7 msvp71: Copy source files from msvcp90. 2012-09-17 12:09:26 +02:00
Piotr Caban 9ebc5f0478 msvcp80: Make some internal variables static. 2012-09-17 12:08:50 +02:00
Piotr Caban aeafaf691f msvcp100: Removed unused functions. 2012-09-17 12:08:44 +02:00
Piotr Caban 38d7325106 msvcp90: VTBL_WRAPPER(60) is unused so remove it. 2012-09-17 12:08:34 +02:00
Dmitry Timoshkov cfdf84b434 windowscodecs: Add support for color table sort flag to the GIF decoder. 2012-09-17 12:08:25 +02:00
Dmitry Timoshkov ec206a843f windowscodecs: Implement GIF Comment Extension metadata reader. 2012-09-17 12:08:11 +02:00
Dmitry Timoshkov be28f266ff windowscodecs: Implement GIF Application Extension metadata reader. 2012-09-17 12:08:00 +02:00
Christian Costa 66a817f067 dmusic: Create the list of available system ports at the beginning and use it to enumerate ports. 2012-09-17 12:07:41 +02:00
Christian Costa 649a177007 dmusic: Rename params in GetMasterClock. 2012-09-17 12:07:16 +02:00
Christian Costa 8c07215f3a dmusic: Rename params in CreateMusicBuffer. 2012-09-17 12:06:59 +02:00
Christian Costa 87d7fe68e2 d3dxof: Checkout output pointer and set returned interface to NULL at the beginning. 2012-09-17 12:06:47 +02:00
Michael Stefaniuc d8d58b238c mshtml: Fix a memory leak on an error path (Smatch). 2012-09-17 12:06:04 +02:00
Michael Stefaniuc ab381658e0 urlmon: Don't generate unreachable break after return (Smatch). 2012-09-17 12:05:54 +02:00
Michael Stefaniuc dfd4191de4 ntdll/tests: Fix a memory leak (Smatch). 2012-09-17 12:05:48 +02:00
Marcus Meissner 1c3b1c3fec dinput: Added a missing close(fd) in disabled case (Coverity). 2012-09-17 12:05:40 +02:00
Marcus Meissner 1104678b40 propsys: PropVariantClear does not clear on uninitialized values (Coverity). 2012-09-17 12:05:30 +02:00
Marcus Meissner d182a123d1 mshtml: Print initialized anchor (Coverity). 2012-09-17 12:05:03 +02:00
Charles Davis 7b0cea0d54 advapi32: Actually return an error if status indicates an error (Clang). 2012-09-17 12:04:52 +02:00
Charles Davis 9285306a5b advapi32: Eliminate dead stores (Clang). 2012-09-17 12:04:46 +02:00
Alexandre Julliard 0a3ec10745 Release 1.5.13. 2012-09-14 20:18:21 +02:00
Piotr Caban 2f01c45248 msvcp100: Remove unused thiscall functions. 2012-09-14 15:46:10 +02:00
Piotr Caban f8350fc15b msvcp90: Remove unused thiscall functions. 2012-09-14 15:45:09 +02:00
Piotr Caban 9730744b85 msvcp80: Added codecvt<wchar>::_Getcat implementation. 2012-09-14 15:44:58 +02:00
Piotr Caban fbd7765187 msvcp90: Fixed _Getcat return type. 2012-09-14 15:44:53 +02:00
Huw Davies 2f3d13a49d winspool: Skip scanner-only devices. 2012-09-14 15:44:43 +02:00
Jacek Caban 556076dcbe textstor.idl: Added TS_ST_CORRECTION declaration. 2012-09-14 15:44:39 +02:00
Jörg Höhle 5b3121b632 mciseq: Remove superfluous NULL pointer check. 2012-09-14 15:44:28 +02:00
Henri Verbeet a7bad0bde5 wined3d: Just handle all instructions in the shader backend. 2012-09-14 15:43:28 +02:00
Henri Verbeet 90bd04c6b6 wined3d: wined3d_device_multiply_transform() never fails. 2012-09-14 15:43:20 +02:00
Henri Verbeet bf23df7980 d3d10core/tests: Add a small test for ID3D10Device_CreateShaderResourceView(). 2012-09-14 15:43:16 +02:00
Henri Verbeet 83e21f8793 d3d10core: Implement d3d10_shader_resource_view_GetDesc(). 2012-09-14 15:43:12 +02:00
Michael Stefaniuc f824030a49 gdi32: Don't bother using the register storage class specifier. 2012-09-14 15:41:45 +02:00
Michael Stefaniuc 8a7cc0687c gdi.exe16: Don't bother using the register storage class specifier. 2012-09-14 15:41:42 +02:00
Michael Stefaniuc 20595d2988 user32: Don't bother using the register storage class specifier. 2012-09-14 15:41:40 +02:00
Michael Stefaniuc bee1573cb7 dsound: Get rid of an unused macro. 2012-09-14 15:41:36 +02:00
Bernhard Übelacker fdb7286a2c mshtml: Check parameter load_group before calling RemoveRequest. 2012-09-14 14:15:34 +02:00
James Eder 2a71712b51 ntdll: Add more complete implementation of NtPowerInformation. 2012-09-14 12:04:48 +02:00
Andrew Eikum eaf709fb19 advapi32: Implement CreateProcessAsUserA. 2012-09-14 12:03:06 +02:00
Andrew Eikum ac615a7e9a advapi32: Consolidate helper function. 2012-09-14 12:03:01 +02:00
Rico Schüller 8fb16c955b d3dx9: Move transpose matrix into get_matrix(). 2012-09-14 11:52:02 +02:00
Rico Schüller 5b06a2d113 d3dx9: Move transpose matrix into set_matrix(). 2012-09-14 11:51:58 +02:00
Rico Schüller 26914eb337 d3dx9: Use set_number instead of get_bool/int/float. 2012-09-14 11:51:55 +02:00
Alistair Leslie-Hughes ef003f0fa0 include: Add msdasc.idl. 2012-09-14 11:50:43 +02:00
Thomas Faber c9d389c311 msxml3: Do not directly write to resource section. 2012-09-14 11:46:11 +02:00
Dmitry Timoshkov 6881ca771e windowscodecs: Test GIF metadata using a specially created GIF image with a bunch of extensions. 2012-09-14 11:40:22 +02:00
Dmitry Timoshkov fd0cbf9ebe windowscodecs: Fix calculation of GIF local color table size from decoder data. 2012-09-14 11:40:17 +02:00
Dmitry Timoshkov 8ec1008fc7 windowscodecs: Add a bunch of tests for GIF Comment Extenstion metadata reader. 2012-09-14 11:40:09 +02:00
Dmitry Timoshkov 32a5a11b5e windowscodecs: Add a bunch of tests for GIF Application Extension metadata reader. 2012-09-14 11:40:01 +02:00
Charles Davis 4d22d68503 advapi32: Fix memory leak on Mac OS (Clang). 2012-09-14 11:39:47 +02:00
Charles Davis b8243b01b5 d3dxof: Don't release a garbage object pointer (Clang). 2012-09-14 11:32:54 +02:00