Commit Graph

68194 Commits

Author SHA1 Message Date
Vincent Povirk
de9d18c6ff windowscodecs: Add wrapper functions for IWICComponentInfo methods. 2012-05-10 18:44:14 +02:00
Vincent Povirk
2fc7cdc93f windowscodecs: Add wrapper functions for IWICPalette methods. 2012-05-10 18:44:07 +02:00
Vincent Povirk
1f0ec3cba5 windowscodecs: Add wrapper functions for IWICBitmap methods. 2012-05-10 18:43:59 +02:00
Vincent Povirk
9294d4e95f windowscodecs: Add wrapper for IWICBitmapFlipRotator_Initialize. 2012-05-10 18:43:53 +02:00
Vincent Povirk
f745f48bdf windowscodecs: Add wrapper functions for IWICBitmapLock methods. 2012-05-10 18:43:46 +02:00
Hans Leidekker
cb90e6b1a6 secur32/tests: Add tests for the Negotiate provider. 2012-05-10 18:43:38 +02:00
Hans Leidekker
19f8c79f9e secur32: Implement a Negotiate provider that forwards to NTLM. 2012-05-10 18:43:04 +02:00
Hans Leidekker
3181577810 secur32: Add an option to disable use of cached Samba credentials. 2012-05-10 18:42:40 +02:00
Hans Leidekker
bd7e469760 secur32: Update NTLM capabilities to match native. 2012-05-10 18:42:30 +02:00
Hans Leidekker
ebab1c72cf secur32: Remove some unused variables. 2012-05-10 18:42:21 +02:00
Hans Leidekker
81213a88e8 secur32: Fix potential leaks of the NTLM session key. 2012-05-10 18:42:15 +02:00
Piotr Caban
25f347892e comctl32: Make icons not overlapping in LVS_ICON mode. 2012-05-10 18:42:06 +02:00
Piotr Caban
8276a3375b comctl32: LVM_SETITEMTEXT is not supported on LVS_OWNERDATA. 2012-05-10 18:41:55 +02:00
Christian Costa
90085afebf dmsynth: Display new ref in trace for AddRef and Release. 2012-05-10 18:20:45 +02:00
Christian Costa
4a53e89c11 d3drm: Move some unsafe_impl_from_* call to where variables are declared. 2012-05-10 08:41:15 +02:00
Christian Costa
3e24242618 d3drm/tests: Fix error message. 2012-05-10 08:31:13 +02:00
Dan Kegel
4996043374 riched20: Don't need to redraw when changing selection from none to none. 2012-05-10 08:30:58 +02:00
Alexandre Julliard
5f20ecc62a kernel32/tests: Remove a couple of invalid tests. 2012-05-09 23:21:07 +02:00
Alexandre Julliard
0b3b6ba26d wininet/tests: Mark a failing test as broken. 2012-05-09 23:20:51 +02:00
Nikolay Sivov
9c0486d7a8 msxml3/tests: Really test load() on files with leading spaces. 2012-05-09 17:50:15 +02:00
Nikolay Sivov
b2a5d37a46 msxml3/tests: Correct variant type. 2012-05-09 17:50:04 +02:00
Vincent Povirk
a629ba4949 mscoree: Implement vtable fixups. 2012-05-09 17:49:57 +02:00
Andrew Eikum
f0be44c82d dsound: Don't destroy primary buffer until device is released. 2012-05-09 17:49:33 +02:00
Hans Leidekker
4d6ff85433 rpcrt4: Add a stub implementation of RpcServerInqDefaultPrincNameA/W. 2012-05-09 17:49:29 +02:00
Alexandre Julliard
1157ccccd7 opengl32/tests: Add some more tests for bitmap rendering. 2012-05-09 17:37:37 +02:00
Alexandre Julliard
1392bfce3c gdi32: Pass OpenGL calls through to the display driver from the DIB engine. 2012-05-09 17:37:37 +02:00
Alexandre Julliard
b082b3acba winex11: Use an intermediate pixmap also for DDBs to handle format mismatches. 2012-05-09 17:37:36 +02:00
Alexandre Julliard
ba7db0998c winex11: Add support for OpenGL rendering in DIBs using an intermediate pixmap. 2012-05-09 17:37:36 +02:00
Dmitry Timoshkov
82a4c5a6a3 gdi32: Set tmDigitizedAspectX/Y to 96 instead of 300 for consistency. 2012-05-09 12:06:34 +02:00
Dmitry Timoshkov
54b69043eb gdiplus: Derive GpFont from GpFontFamily. 2012-05-09 12:03:33 +02:00
Alexandre Julliard
5b5ecf2193 ieframe/tests: Mark a failing test as broken. 2012-05-09 12:02:28 +02:00
Dylan Smith
1f8cbe1645 richedit: Avoid scanning all text for paragraphs to invalidate. 2012-05-09 11:55:58 +02:00
Christian Costa
43c4c4b1c5 d3drm: Implement IDirect3DRMFrameX_GetTransform. 2012-05-09 11:55:42 +02:00
Christian Costa
447c97cfbd dmusic: Simplify ParseDescriptor by checking DLS header first and exit if it is wrong. 2012-05-09 11:51:47 +02:00
Christian Costa
f9ba99996e dmsynth: Add stubbed IKsControl interface to DirectMusicSynthSink object. 2012-05-09 11:51:00 +02:00
Vincent Povirk
3c353607b1 windowscodecs: Add wrapper functions for IWICBitmapSource methods. 2012-05-09 11:50:47 +02:00
Vincent Povirk
99eac8e3a1 windowscodecs: Add wrapper for IWICColorContext_InitializeFromMemory. 2012-05-09 11:50:39 +02:00
Vincent Povirk
661e443ad7 windowscodecs: Add wrapper functions for IWICFastMetadataEncoder. 2012-05-09 11:50:34 +02:00
Vincent Povirk
b0e9548e3f windowscodecs: Add wrapper functions for IWICImagingFactory methods. 2012-05-09 11:50:29 +02:00
Vincent Povirk
bb2df245a7 windowscodecs: Implement WICCreateImagingFactory_Proxy. 2012-05-09 11:46:01 +02:00
Christian Costa
1f3d99a2e4 dmsynth: Add stubbed IKsControl interface to DirectMusicSynth object. 2012-05-08 20:23:33 +02:00
Christian Costa
42d18a3279 dmsynth: Add tests for querying IKsControl for Synth and SynthSink objects. 2012-05-08 20:22:28 +02:00
Christian Costa
0ce9eb7ba5 dmsynth: Create default clock for SynthSink object and assign it to Synth object when callink SetSynthSink. 2012-05-08 20:22:18 +02:00
Matteo Bruni
491d0e9d6b d3dcompiler: Rename asm_alloc/realloc/free functions to more generic names. 2012-05-08 20:21:18 +02:00
Matteo Bruni
e2866d6fa1 d3dcompiler: Generalize message reporting function. 2012-05-08 20:21:13 +02:00
Matteo Bruni
555f634912 d3dcompiler: Make set_parse_status() more general. 2012-05-08 20:21:09 +02:00
Matteo Bruni
167612aea9 d3dcompiler: Remove shader_type typedef. 2012-05-08 20:21:04 +02:00
Dmitry Timoshkov
ab7fe6086e gdi32: Add a test for ntmCellHeight calculation. 2012-05-08 19:51:12 +02:00
Vincent Povirk
94f0da9c9b msvcm90: Add new dll based on msvcm80. 2012-05-08 16:29:33 +02:00
Nikolay Sivov
fc4dab4c3b msxml3: Add a helper to check that lexical handler is set. 2012-05-08 16:22:28 +02:00