Francois Gouget
16960a425f
urlmon: Remove unneeded NONAMELESSXXX directives.
...
Also put them in the files that need them.
2015-03-27 00:12:23 +09:00
Pierre Schweitzer
a1edebefdf
setupapi/tests: Add tests for the SetupOpenLog(), SetupLogErrorA(), SetupCloseLog() functions.
2015-03-27 00:12:20 +09:00
Pierre Schweitzer
a851aaa424
setupapi: Implement SetupLogErrorA(), SetupLogErrorW().
2015-03-27 00:12:17 +09:00
Pierre Schweitzer
799dfa6ada
setupapi: Implement SetupOpenLog(), SetupCloseLog().
2015-03-27 00:12:13 +09:00
Piotr Caban
d2751ebcd5
msvcp90/tests: Use NAN and INFINITY definitions from port.h in Ctraits::_Isnan tests.
2015-03-27 00:12:10 +09:00
Nikolay Sivov
93a21a8b57
dwrite: Pass sideways run flag to shaping methods.
2015-03-27 00:12:07 +09:00
Nikolay Sivov
f1b7e367ea
po: Corrected Russian translation.
2015-03-27 00:12:02 +09:00
Henri Verbeet
cef9434cb2
d2d1: Implement d2d_d3d_render_target_GetAntialiasMode().
2015-03-27 00:11:59 +09:00
Henri Verbeet
b231013f03
d2d1: Implement d2d_d3d_render_target_SetAntialiasMode().
2015-03-27 00:11:56 +09:00
Henri Verbeet
845103c7dd
d2d1: Implement d2d_d3d_render_target_GetTextRenderingParams().
2015-03-27 00:11:52 +09:00
Henri Verbeet
060d2230fc
d2d1: Implement d2d_d3d_render_target_SetTextRenderingParams().
2015-03-27 00:11:49 +09:00
Henri Verbeet
237a0ada00
d2d1: Implement d2d_d3d_render_target_GetFactory().
2015-03-27 00:11:46 +09:00
Zheng Chen
829e893184
msvcrt: Fix _copysign bugs for NAN/INF.
2015-03-27 00:11:42 +09:00
Sebastian Lackner
b61d93a6b7
ntoskrnl: Emulate 'mov Eb, Gb' instruction on x86 processor architecture.
2015-03-27 00:11:39 +09:00
Michael Müller
8f0d5a37a3
kernel32/tests: Add tests for GetFinalPathNameByHandleA/W.
2015-03-27 00:11:36 +09:00
Sebastian Lackner
5ecc08e349
browseui: Avoid race-conditions when progress dialog is released before thread terminates.
2015-03-27 00:11:32 +09:00
Nikolay Sivov
73a68b065b
rpcrt4: Fix RpcMgmtStopServerListening() return value when we're not listening.
2015-03-26 14:21:49 +09:00
Nikolay Sivov
fd25d9aadb
rpcrt4/tests: Use status definitions instead of numeric values.
2015-03-26 14:21:46 +09:00
Vincent Povirk
5cd6db0349
mscoree: Remove the runtime version selection logic and just use 4.0.
...
Mono has removed support for the .NET 2.0 profile, so we'll have to be
using 4.0 for everything next time we want to update.
2015-03-26 14:21:33 +09:00
Piotr Caban
dfd2506736
user32/tests: Don't send mouse clicks to other process windows in input tests.
2015-03-26 14:21:00 +09:00
Jacek Caban
b5bb2e2f53
d3d11_1.idl: Fixed ClearView argument (missing const).
2015-03-26 14:20:56 +09:00
Jacek Caban
9e37e4587e
d3d11.idl: Added D3D11_FEATURE_DATA_D3D11_OPTIONS declaration.
2015-03-26 14:20:54 +09:00
Michael Müller
64c48d0e63
ntdll: Define a couple more information classes.
2015-03-26 14:20:48 +09:00
Jacek Caban
3c5387da05
dxgi1_2.idl: Added IDXGIAdapter2 declaration.
2015-03-25 23:28:11 +09:00
Jacek Caban
a79621a689
d3d11sdklayers.idl: Added ID3D11Debug declaration.
2015-03-25 23:28:06 +09:00
Michael Müller
d07f76e39a
netprofm/tests: Add tests for ConnectionPointContainer::FindConnectionPoint.
...
The refcounting is also tested because some apps depend on that.
2015-03-25 23:27:29 +09:00
Michael Müller
8e99972204
netprofm: Add stubbed IConnectionPoint interface.
2015-03-25 23:27:25 +09:00
Hans Leidekker
c66f9bef60
msi: Check file state before installing global assemblies.
2015-03-25 22:40:45 +09:00
Hans Leidekker
19e51936e0
msi: Skip files from the original media if a patch is applied.
2015-03-25 22:40:41 +09:00
Hans Leidekker
b7453555a2
msi: Check the component enabled flag earlier.
2015-03-25 22:40:38 +09:00
Hans Leidekker
f8dc7c221b
msi: Use the last sequence number specified for patch media when updating media records.
2015-03-25 22:40:34 +09:00
Hans Leidekker
cd73576ec0
msi: Avoid allocating a database handle only to retrieve the summary information.
2015-03-25 22:40:30 +09:00
Hans Leidekker
052b3a748e
msi: Fall back to the database summary information stream in MSI_OpenPackageW.
2015-03-25 22:40:24 +09:00
Piotr Caban
248bd63b53
msvcrt/tests: Use NAN and INFINITY definitions from port.h in printf tests.
2015-03-25 22:40:09 +09:00
Piotr Caban
46db64ce1b
msvcrt: Fix NAN handling in printf.
2015-03-25 22:40:06 +09:00
Piotr Caban
6de6e42a36
msvcrt/tests: Add atan, tanh and exp tests on invalid arguments.
2015-03-25 21:48:02 +09:00
Jacek Caban
b720e42fcf
wininet: Pass timeout as DWORD in setsockopt calls.
2015-03-25 21:17:44 +09:00
Alexandre Julliard
9fc48b2866
server: Fix the string type in traces for I/O completion names.
2015-03-25 20:30:48 +09:00
Michael Stefaniuc
0cce9200d9
mshtml/tests: Actually test the return of IHTMLTable_get_width().
2015-03-25 20:12:51 +09:00
Michael Stefaniuc
39f1184ee1
taskschd/tests: Test the correct return value.
2015-03-25 20:12:47 +09:00
Vincent Povirk
9c579023f0
gdiplus: Fix blend_colors when alpha channel differs.
...
When picking a color halfway between 100% white (0xffffffff) and fully
transparent (0x00000000), the result was 50% opaque 50% grey
(0x80808080) when it should really be 50% opaque white (0x80ffffff).
This had a tendency to create grey fringes on things. The fix is to
weight the non-alpha components based on how much they contribute to
the final alpha value.
2015-03-25 19:46:38 +09:00
Zheng Chen
e95dbb3b74
msvcrt: Correct atan/exp/tanh errno setting.
2015-03-25 19:46:33 +09:00
Henri Verbeet
1b93c01048
d2d1: Implement d2d_state_block_SetDescription().
2015-03-25 19:46:14 +09:00
Henri Verbeet
95f5dc72a2
d2d1: Implement d2d_state_block_GetDescription().
2015-03-25 19:46:13 +09:00
Henri Verbeet
29af90be0c
d2d1: Implement d2d_state_block_SetTextRenderingParams().
2015-03-25 19:46:11 +09:00
Henri Verbeet
063080f747
d2d1: Implement d2d_state_block_GetTextRenderingParams().
2015-03-25 19:46:09 +09:00
Henri Verbeet
f87b0ce4d7
d2d1: Properly take the source offset into account in d2d_d3d_render_target_DrawBitmap().
2015-03-25 19:46:07 +09:00
Huw Davies
f57e08995a
ole32/tests: Add tests for loading a dib 'CONTENTS' stream.
2015-03-25 19:46:03 +09:00
Huw Davies
b0deb315a0
ole32: Implement QueryGetData().
2015-03-25 19:45:58 +09:00
Huw Davies
b4cd2c4dbb
ole32: Add support for drawing the dib format.
2015-03-25 19:45:55 +09:00