Dmitry Timoshkov
|
606ee6cce3
|
taskschd: Add support for reading more TaskSettings fields to XML parser.
|
2014-02-22 08:40:52 -06:00 |
|
Dmitry Timoshkov
|
529d9ea922
|
xmllite: Also clear the attr pointer in reader_clear_attrs.
|
2014-02-22 08:40:44 -06:00 |
|
Aric Stewart
|
3218cc077e
|
secur32: Return success on graceful close of SSL connection.
|
2014-02-22 08:40:40 -06:00 |
|
Michael Stefaniuc
|
59ed2131ac
|
qedit: Use the generic IEnumPin implementation for SampleGrabber.
|
2014-02-22 08:40:35 -06:00 |
|
Jacek Caban
|
a818e9a6c9
|
wmp: Added more tests.
|
2014-02-20 16:04:52 +01:00 |
|
Jacek Caban
|
bea155e491
|
wmp: Added IOleInPlaceObject::GetWindow implementaiton.
|
2014-02-20 16:04:39 +01:00 |
|
Jacek Caban
|
543905f4d2
|
wmp: Added IOleObject::Close implementation.
|
2014-02-20 16:04:35 +01:00 |
|
Jacek Caban
|
79fc46ddbb
|
wmp: Added DoVerb(OLEIVERB_INPLACEACTIVATE) implementation.
|
2014-02-20 16:04:31 +01:00 |
|
Jacek Caban
|
89c5cefb25
|
wmp/tests: Fixed tests on old WMP versions.
|
2014-02-20 16:04:17 +01:00 |
|
Dmitry Timoshkov
|
f41f8af021
|
xmllite/tests: Add a test for parsing an empty element after XML declaration.
|
2014-02-20 15:15:45 +01:00 |
|
Huw Davies
|
fb298aed04
|
user32: If the listbox loses focus while holding capture, release it by essentially simulating a button up event.
|
2014-02-20 13:58:32 +01:00 |
|
Bruno Jesus
|
5782bac2a0
|
ws2_32: Fix conversion of address in GetAddrInfoW.
|
2014-02-20 13:28:46 +01:00 |
|
Matteo Bruni
|
772d660e28
|
d3dx9/tests: Use a valid version tag for the "empty" shader.
|
2014-02-20 13:25:31 +01:00 |
|
Matteo Bruni
|
b74fc45b81
|
d3dx9/tests: Add a test for constant tables in FX20 shaders.
|
2014-02-20 13:25:30 +01:00 |
|
Matteo Bruni
|
fa8a0dc7f6
|
d3dx9: Allow loading float "FOURCC" DDS files.
|
2014-02-20 13:25:29 +01:00 |
|
Matteo Bruni
|
596bb77862
|
d3dx9: Add some more float pixel formats.
|
2014-02-20 13:25:28 +01:00 |
|
Matteo Bruni
|
e5d9be5eaf
|
d3dx9/tests: Create A8L8 and DXTn textures instead of plain surfaces.
Creating them as plain surfaces fails on my Nvidia Win7 system.
|
2014-02-20 13:25:28 +01:00 |
|
Dmitry Timoshkov
|
ab8d8dd1dc
|
taskschd: Implement IRegisteredTask::get_Xml.
|
2014-02-20 13:25:27 +01:00 |
|
Dmitry Timoshkov
|
d99d3014f5
|
taskschd: Implement IRegisteredTask::get_Definition.
|
2014-02-20 13:25:26 +01:00 |
|
Dmitry Timoshkov
|
734417a481
|
taskschd: Make ITaskDefinition a part of IRegisteredTask implementation.
|
2014-02-20 13:25:26 +01:00 |
|
Dmitry Timoshkov
|
9c6e7dea5b
|
taskschd: Delay creation of ITaskSettings until it's required.
|
2014-02-20 13:25:25 +01:00 |
|
Dmitry Timoshkov
|
7d95758e67
|
taskschd: Make IRegistrationInfo a part of ITaskDefinition implementation.
|
2014-02-20 13:25:24 +01:00 |
|
Dmitry Timoshkov
|
257a3bb17c
|
taskschd: Add IRegistrationInfo stub implementation.
|
2014-02-20 13:25:23 +01:00 |
|
Nikolay Sivov
|
ffcced0f39
|
ole32/tests: Handle context generation failure better.
|
2014-02-20 11:20:00 +01:00 |
|
Aric Stewart
|
eb19c39126
|
winemac.drv: Improve positioning of IME client window based on caret.
|
2014-02-20 11:19:46 +01:00 |
|
Michael Stefaniuc
|
147cf6cc4e
|
qedit: Use the generic BaseFilter implementation in SampleGrabber.
|
2014-02-20 11:19:26 +01:00 |
|
Michael Stefaniuc
|
974e5af3fe
|
strmbase: Return the iface instead of the object pointer.
|
2014-02-20 11:18:46 +01:00 |
|
Frédéric Delanoy
|
e7c5c9ae9b
|
user32: Use BOOL type where appropriate.
|
2014-02-20 11:18:37 +01:00 |
|
Vincent Povirk
|
78459aea0d
|
gdiplus: Improve GdipFillRectangles parameter validation.
|
2014-02-20 11:18:24 +01:00 |
|
Ken Thomases
|
ed11dc0ba3
|
kernel32: Fix build on newer Mac OS X.
|
2014-02-20 00:05:40 +01:00 |
|
Jacek Caban
|
b0b6728cf1
|
wmp: Added IWMPPlayer4 stub implementation.
|
2014-02-19 20:27:26 +01:00 |
|
Jacek Caban
|
92517e2c5e
|
mshtml: Added support for ZoomFactor registry value.
|
2014-02-19 17:37:50 +01:00 |
|
Dmitry Timoshkov
|
99eab9d3c7
|
shlwapi: Avoid a not necessary intermediate variable.
|
2014-02-19 16:47:52 +01:00 |
|
Dmitry Timoshkov
|
35a9587613
|
shlwapi: Avoid potential NULL pointer access if HeapAlloc fails.
|
2014-02-19 16:47:37 +01:00 |
|
Dmitry Timoshkov
|
968d464f17
|
shlwapi: Return interface instead of implementation pointer.
|
2014-02-19 16:47:22 +01:00 |
|
Nikolay Sivov
|
6f30f699cc
|
oleaut32: No need to VariantClear() before VariantCopy().
|
2014-02-19 16:46:56 +01:00 |
|
Jacek Caban
|
cf2098cf2d
|
shell32/tests: Ensure that tmpdir contains long path name.
|
2014-02-19 16:46:19 +01:00 |
|
Akihiro Sagawa
|
1e7116ca9f
|
gdi32/tests: Avoid using GetGlyphIndices directly.
|
2014-02-19 16:39:29 +01:00 |
|
Akihiro Sagawa
|
efe7a9763f
|
gdi32/tests: Improve the font search method for test_EnumFontFamiliesEx_default_charset.
|
2014-02-19 16:39:29 +01:00 |
|
Akihiro Sagawa
|
feaf554778
|
gdi32/tests: Mark Win2k result as broken.
|
2014-02-19 16:39:28 +01:00 |
|
Frédéric Delanoy
|
77c191786a
|
mscoree/tests: Use BOOL type where appropriate.
|
2014-02-19 11:37:07 +01:00 |
|
Frédéric Delanoy
|
8cdcf47001
|
mscoree: Use BOOL type where appropriate.
|
2014-02-19 11:37:02 +01:00 |
|
Alexandre Julliard
|
a0d6c8c249
|
kernel32: Fix build on older Mac OS X.
|
2014-02-19 11:35:16 +01:00 |
|
Dmitry Timoshkov
|
5395d23a7e
|
user32/tests: Flush pending events before testing menu messages.
|
2014-02-18 19:19:37 +01:00 |
|
Francois Gouget
|
a7897d3d3e
|
faultrep/tests: AddERExcludedApplication() fails if we have insufficient privileges.
|
2014-02-18 19:07:27 +01:00 |
|
Jacek Caban
|
48111d1c15
|
vbscript: Skip tests if we can't register ActiveX object.
|
2014-02-18 11:45:53 +01:00 |
|
Henri Verbeet
|
67981d6db7
|
d2d1: Add a stub D2D1CreateFactory() implementation.
|
2014-02-18 11:45:20 +01:00 |
|
Dmitry Timoshkov
|
160c687710
|
taskschd: Implement reading Settings of the task definition XML chunk.
|
2014-02-18 10:49:53 +01:00 |
|
Dmitry Timoshkov
|
71f690a55d
|
taskschd: Implement ITaskDefinition::put_Settings.
|
2014-02-18 10:49:50 +01:00 |
|
Dmitry Timoshkov
|
3aa2376fd9
|
taskschd: Make ITaskSettings a part of ITaskDefinition implementation.
|
2014-02-18 10:49:46 +01:00 |
|