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 |
Vincent Povirk
|
60dae84bc6
|
propsys: Use integer conversion functions in PropVariantCompareEx.
|
2012-09-14 11:32:12 +02:00 |
Vincent Povirk
|
c66b5ac4c3
|
propsys: Implement prop variant integer conversions with tests.
|
2012-09-14 11:32:09 +02:00 |
Vincent Povirk
|
6d52262e56
|
propsys: Add basic implementation of PropVariantCompareEx.
|
2012-09-14 11:32:05 +02:00 |
Vincent Povirk
|
8191af07d8
|
propsys: Add tests for PropVariantCompareEx.
|
2012-09-14 11:32:01 +02:00 |
Vincent Povirk
|
52d1db1908
|
propsys: Stub PropVariantCompareEx.
|
2012-09-14 11:31:57 +02:00 |
Alexandre Julliard
|
83cfd54f85
|
ddraw/tests: Allow the clip region to contain multiple rectangles.
|
2012-09-13 23:35:49 +02:00 |
Alexandre Julliard
|
ed8d665f8c
|
mountmgr: Support udisks2 versions that store the uuid as an array.
|
2012-09-13 22:37:00 +02:00 |
Piotr Caban
|
d28174b765
|
msvcp: Sync spec files and implementations.
|
2012-09-13 17:01:23 +02:00 |
Piotr Caban
|
905752e0f4
|
msvcp90: Added ios_base flags manipulators implementation.
|
2012-09-13 17:01:15 +02:00 |
Dmitry Timoshkov
|
664f1c4770
|
windowscodecs: Create Graphic Control Extension metadata block for a GIF frame.
|
2012-09-13 17:00:33 +02:00 |
Dmitry Timoshkov
|
003c20467c
|
windowscodecs: Create Image Descriptor metadata block for a GIF frame.
|
2012-09-13 17:00:28 +02:00 |
James Eder
|
fbd5a9aaff
|
ntdll/tests: Add test for ProcessorInformation case of NtPowerInformation.
|
2012-09-13 16:55:33 +02:00 |