Stefan Dösinger
7f675174c8
d3d9: Make ResetEx and PresentEx hookable.
2014-03-03 17:46:52 +01:00
Stefan Dösinger
ece57889d6
user32: Make SetWindowTextA/W hookable.
2014-03-03 17:46:50 +01:00
Stefan Dösinger
97569e4e4a
ole32: Make CoCreateInstance hookable for Steam.
2014-03-03 17:46:47 +01:00
Stefan Dösinger
dfbff712f4
wined3d: surface_load_ds_location can handle WINED3D_LOCATION_DISCARDED.
2014-03-03 17:46:46 +01:00
Gediminas Jakutis
6749bdf66b
d3dx9/tests: Add a mesh test for D3DXCreateBox().
2014-03-03 17:46:44 +01:00
Gediminas Jakutis
cc3ec2da1a
d3dx9: Implement D3DXCreateBox().
2014-03-03 17:46:42 +01:00
Jacek Caban
955ce003ae
qcap: Added AVICompressorIn_Disconnect implementation.
2014-03-03 17:02:56 +01:00
Jacek Caban
fd3563b2b9
wininet/tests: Fixed tests for the new winehq.org cert.
2014-03-03 17:02:54 +01:00
Jacek Caban
29a409b222
secur32/tests: Fixed tests with new winehq.org setup.
2014-03-03 17:02:53 +01:00
Hans Leidekker
f525038142
msi: Remove the product reference when a shared component is unregistered.
2014-03-03 17:02:51 +01:00
Aric Stewart
beab7da6cd
user32: Correct buffer calculation for GetMenuStringA.
2014-03-03 17:02:49 +01:00
Nikolay Sivov
d6de1be777
msxml3: Added IVBSAXLexicalHandler interface for MXWriter.
2014-03-03 17:02:48 +01:00
Nikolay Sivov
94dcff1dda
msxml3: Added IVBSAXDeclHandler interface for MXWriter.
2014-03-03 17:02:46 +01:00
Nikolay Sivov
a28ace9ae7
msxml3: Support more variant types in putProperty().
2014-03-03 17:02:45 +01:00
Nikolay Sivov
a41446b1f7
msxml3: Fix IVBSAXXMLReader interface definition.
2014-03-03 17:02:43 +01:00
Nikolay Sivov
2b4f20b8c3
msxml3: Support VT_BSTR|VT_BYREF as reader input.
2014-03-03 17:02:42 +01:00
Nikolay Sivov
19eecac79c
msxml3: Unify Invoke()/InvokeEx() tracing format.
2014-03-03 17:02:41 +01:00
Nikolay Sivov
fbd446519c
fontsub: Added dll stub.
2014-03-03 17:02:39 +01:00
Grazvydas Ignotas
f5e28fff8e
winegcc: Define __stdcall and similar attributes to nothing on ARM.
2014-03-03 17:02:38 +01:00
Grazvydas Ignotas
7e4fa63621
include: Remove unneeded semicolons and fix a typo.
2014-03-03 17:02:36 +01:00
Piotr Caban
6d1ab7fa16
ole32: Add more DoDragDrop tests.
2014-03-03 17:02:35 +01:00
Piotr Caban
efbd52983a
ole32: Fix DROPEFFECT value in OLEDD_TrackStateChange.
2014-03-03 17:02:33 +01:00
Piotr Caban
68d3a136f6
ole32: Merge OLEDD_TrackMouseMove and OLEDD_TrackStateChange functions.
2014-03-03 17:02:32 +01:00
Piotr Caban
bc2c6d39a6
ole32: Change DoDragDrop return value on IDropTarget::Drop call.
2014-03-03 17:02:31 +01:00
Francois Gouget
8d51235dbe
xcopy/tests: Fix the test in case stdin has been redirected.
2014-03-03 17:02:29 +01:00
Frédéric Delanoy
e5a26f6fdf
winemenubuilder: Use BOOL type where appropriate.
2014-03-03 17:02:28 +01:00
Nikolay Sivov
bc50be98c9
oleaut32: Implement DISPID_PICT_RENDER dispid.
2014-03-03 17:02:26 +01:00
Henri Verbeet
b40eda767b
wined3d: Also trace "mem" and "pitch" in wined3d_surface_update_desc().
2014-03-03 17:02:25 +01:00
Henri Verbeet
66aa4dcc6c
ddraw/tests: Don't trust what EnumDevices() tells us about the supported Z buffer formats.
2014-03-03 17:02:23 +01:00
Henri Verbeet
9677805ec4
ddraw/tests: Properly create offscreen plain surfaces.
...
It's not entirely clear what kind of surface is actually created when just
DDSCAPS_SYSTEMMEMORY is specified, but at the very least its format appears to
be validated against the current display mode, which is not what we want.
2014-03-03 17:02:22 +01:00
Henri Verbeet
048f4d4c26
ddraw/tests: Try 24 bpp display modes if 32 bpp modes are unavailable.
2014-03-03 17:02:20 +01:00
Henri Verbeet
1168948764
d3d9/tests: Get rid of "skip_once" in yuv_layout_test().
2014-03-03 17:02:19 +01:00
Hans Leidekker
d0d9b9dcd7
wbemprox: Add support for negated expressions in WHERE clauses.
2014-03-03 17:02:18 +01:00
Hans Leidekker
14bc54d536
wbemprox: Implement Win32_PhysicalMedia.Tag.
2014-03-03 17:02:16 +01:00
Hans Leidekker
59b9c36df5
wbemprox: Implement Win32_DiskDrive.MediaType.
2014-03-03 17:02:15 +01:00
Nikolay Sivov
95142cad53
kernel32: Partial implementation for GetCalendarInfoEx().
2014-03-03 17:02:14 +01:00
Nikolay Sivov
91ee56769c
dmime: COM cleanup of IDirectMusicGraph interface.
2014-03-03 17:02:11 +01:00
Stefan Leichter
0eb626587b
fltlib: Add a version resource.
2014-02-27 14:33:31 -06:00
Dmitry Timoshkov
ee806d9af7
taskschd: Add more tests for RegisterTask, GetTask and DeleteTask.
2014-02-27 11:47:06 -06:00
Aric Stewart
a2c905244b
shell32: Improve the FO_MOVE operation.
2014-02-27 11:45:51 -06:00
Francois Gouget
af0bf54bd0
ddraw/tests: Simplify the 'NT4 testbot' special case a bit.
2014-02-27 10:04:52 -06:00
Jacek Caban
28d3d7a026
wmp: Added version info resources.
2014-02-27 09:52:32 -06:00
Jacek Caban
f88b51731f
urlmon: Fixed url.c tests on IE11.
2014-02-27 09:52:20 -06:00
Piotr Caban
367577c0d6
user32: Check WS_CHILD style in IsChild function.
2014-02-27 09:51:50 -06:00
Frédéric Delanoy
c60e81b7c9
start: Use BOOL type where appropriate.
2014-02-27 09:33:06 -06:00
Frédéric Delanoy
dc8b11e6f4
notepad: Use BOOL type where appropriate.
2014-02-27 09:32:57 -06:00
Hans Leidekker
ec082c3102
winspool: Add stub implementations of UploadPrinterDriverPackageA/W.
2014-02-27 09:32:47 -06:00
Hans Leidekker
a547027b01
msi: Correctly [un]register progids when associated class and extensions change state.
2014-02-27 09:32:21 -06:00
Hans Leidekker
28ecbec88d
msi: Get rid of the InstallMe field in MSIMIME.
2014-02-27 09:32:11 -06:00
Hans Leidekker
f0d663fb4d
msi: Use an INSTALLSTATE variable to track install state of classes and extensions.
2014-02-27 09:32:02 -06:00