Dmitry Timoshkov
|
c5e129a7e4
|
gdiplus: Remove debug traces from GdipBitmapGetPixel and GdipBitmapSetPixel.
|
2013-02-22 17:36:21 +01:00 |
Andrew Talbot
|
faaeeea937
|
ole32: Avoid signed-unsigned integer comparisons.
|
2013-02-22 10:20:57 +01:00 |
Andrew Talbot
|
eedf2f6fab
|
oleaut32: Avoid signed-unsigned integer comparisons.
|
2013-02-22 10:17:32 +01:00 |
Daniel Jelinski
|
b9fe178f36
|
comctl32/listview: Implement overlay image support.
|
2013-02-22 10:16:43 +01:00 |
Jacek Caban
|
85991a7cdd
|
wininet: Fail in NETCON_secure_connect instead of create_netconn if OpenSSL is not available.
|
2013-02-21 19:16:36 +01:00 |
Jacek Caban
|
42750e340e
|
winhttp: Removed no longer used netconn_init argument.
|
2013-02-21 19:16:32 +01:00 |
Jörg Höhle
|
c771fe9231
|
mmdevapi/tests: Produce audible 16bit output too.
|
2013-02-21 19:16:28 +01:00 |
Alistair Leslie-Hughes
|
ee9689b4d0
|
webservices: Add new dll.
|
2013-02-21 19:16:23 +01:00 |
Francois Gouget
|
ce34094f5f
|
d3d9/tests: CheckDeviceType() may also return D3DERR_NOTAVAILABLE for D3DFMT_X1R5G5B5.
Spice's QXL driver claims to support X1R5G5B5 but then returns
NOTAVAILABLE just like the Windows Standard VGA driver does for R5G6B5
and X8R8G8B8.
|
2013-02-21 18:03:03 +01:00 |
Hans Leidekker
|
164ddbca8c
|
rpcrt4: Accept HTTP idle packets while waiting for the second prepare header.
|
2013-02-21 18:02:40 +01:00 |
Hans Leidekker
|
612caa5d39
|
wmiutils: Implement IWbemPathKeyList::RemoveAllKeys.
|
2013-02-21 18:01:30 +01:00 |
Hans Leidekker
|
1397419470
|
wmiutils: Implement IWbemPathKeyList::GetCount.
|
2013-02-21 18:01:28 +01:00 |
Hans Leidekker
|
39a1b7050f
|
wmiutils: Add a stub implementation of IWbemPathKeyList.
|
2013-02-21 18:01:26 +01:00 |
Hans Leidekker
|
7b00683d6e
|
wmiutils: Add support for for parsing and serializing a key list.
|
2013-02-21 18:01:23 +01:00 |
Andrew Talbot
|
d0d28b96a4
|
ntdll: Avoid signed-unsigned integer comparisons.
|
2013-02-21 08:34:13 +01:00 |
Dmitry Timoshkov
|
668cfb1c5a
|
gdiplus: Correct the GdipDrawString .spec entry.
|
2013-02-21 08:32:44 +01:00 |
André Hentschel
|
2c966be6c3
|
comctl32/tests: Mark win8 behaviour as broken.
|
2013-02-21 08:32:39 +01:00 |
Daniel Jelinski
|
75d774a43b
|
comctl32/listview: Fix incorrect message parameters.
|
2013-02-21 08:32:03 +01:00 |
Nozomi Kodama
|
de852879d1
|
d3dx9: Avoid useless computations.
|
2013-02-20 20:43:46 +01:00 |
Nozomi Kodama
|
f9347a8f0e
|
d3dx9: Add a missing trace.
|
2013-02-20 20:43:40 +01:00 |
Nozomi Kodama
|
bd59218140
|
d3dx9: Specify arguments in trace to ease debugging.
|
2013-02-20 20:43:35 +01:00 |
Dmitry Timoshkov
|
42a5943598
|
gdiplus: Use an off-screen DC to trace a path.
|
2013-02-20 18:21:25 +01:00 |
Dmitry Timoshkov
|
0553eba08f
|
gdiplus: Use an off-screen DC as an image surface.
|
2013-02-20 18:21:22 +01:00 |
Dmitry Timoshkov
|
97b92fe12c
|
gdiplus: Use an off-screen DC for font enumeration.
|
2013-02-20 18:21:18 +01:00 |
Piotr Caban
|
61f82d6d02
|
msvcrt: Mark gmtime32 tests with negative argument as broken on win8.
|
2013-02-20 16:28:30 +01:00 |
Jacek Caban
|
5ffeb458d8
|
mshtml: Added IHTMLDocument5::createAttribute tests.
|
2013-02-20 16:28:16 +01:00 |
Jacek Caban
|
06666c266d
|
mshtml: Added support for IHTMLDOMAttribute::get_nodeName in detached attributes.
|
2013-02-20 16:28:12 +01:00 |
Jacek Caban
|
a9136b56f7
|
mshtml: Addeed IHTMLDocument5::createAttribute implementation.
|
2013-02-20 16:28:09 +01:00 |
Jacek Caban
|
2a0fd1c956
|
mshtml: Added IHTMLWindow2::onfocus property implementation.
|
2013-02-20 16:28:06 +01:00 |
Jacek Caban
|
c2cfc4cf8b
|
mshtml: Forward IHTMLDocument3::get_childNodes to IHTMLDOMNode implemnentation.
|
2013-02-20 16:28:03 +01:00 |
Jacek Caban
|
fa5075f7de
|
urlmon: Added a few more forward to propsys.
|
2013-02-20 16:27:58 +01:00 |
Jacek Caban
|
3fd046b460
|
winhttp: Get cert store directly from cert in netconn_verify_cert.
|
2013-02-20 13:17:31 +01:00 |
Huw Davies
|
5e5d8d215b
|
usp10: Clusters are represented by glyph indices not character positions.
|
2013-02-20 13:17:26 +01:00 |
Alexandre Julliard
|
ab2eb34a82
|
psapi/tests: Define the required Windows version before including anything.
|
2013-02-20 13:17:12 +01:00 |
Francois Gouget
|
3e6d0a373d
|
ddraw/tests: Fix the refresh rate test when running with the Windows 'Standard VGA' driver.
|
2013-02-20 10:34:41 +01:00 |
Michael Stefaniuc
|
df56b233e0
|
shell32: COM clean up for the inner IUnknown of ShellFSFolder.
|
2013-02-20 10:34:31 +01:00 |
Michael Stefaniuc
|
54a1504c57
|
ddraw/tests: Simplify some equality comparisons between bools.
|
2013-02-20 10:34:29 +01:00 |
Andrew Talbot
|
d8efcc9cb3
|
msvcrt: Avoid signed-unsigned integer comparisons.
|
2013-02-20 10:33:38 +01:00 |
Andrew Talbot
|
5360780a9b
|
msxml3: Avoid signed-unsigned integer comparisons.
|
2013-02-20 10:33:35 +01:00 |
André Hentschel
|
2976b6342f
|
kernel32: Add stub for GetCurrentPackageId.
|
2013-02-20 10:33:28 +01:00 |
Jacek Caban
|
5069ad71b4
|
mshtml: Don't crash if fire_event_obj is called on detached document.
|
2013-02-19 19:50:54 +01:00 |
Michael Stefaniuc
|
52bdc93e72
|
mshtml: Fix copy and paste error.
|
2013-02-19 19:50:54 +01:00 |
Jörg Höhle
|
2f0b93ca13
|
ntdll: Stabilize CreateTimerQueueTimer callbacks over time.
|
2013-02-19 19:50:54 +01:00 |
Jacek Caban
|
ee880b28c5
|
jscript: Fixed BSTR leak.
|
2013-02-19 19:50:53 +01:00 |
Jacek Caban
|
1926b5617d
|
jscript: Use to_int32 in to_uint32 implementation.
|
2013-02-19 19:50:53 +01:00 |
Piotr Caban
|
add71cb91d
|
vbscript: Added IMatchCollection2::__NewEnum test.
|
2013-02-19 19:50:53 +01:00 |
Piotr Caban
|
6b8a34a396
|
vbscript: Added tests for invalid parameters in regular expression functions.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
56b2a7b1bd
|
vbscript: Added IMatchCollection2::_NewEnum implementation.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
d4ccce8ddb
|
vbscript: Added RegExp.Execute tests.
|
2013-02-19 19:50:52 +01:00 |
Piotr Caban
|
e618241c27
|
vbscript: Silence IDispatchEx queries on RegExp objects.
|
2013-02-19 19:50:51 +01:00 |