Alistair Leslie-Hughes
9643411c32
version: VerQueryValueA/W allow blank and NULL strings.
2008-11-21 13:53:12 +01:00
Alistair Leslie-Hughes
01536b5003
mshtml: Implement IHTMLDocument2_get_images.
2008-11-21 12:50:30 +01:00
Alistair Leslie-Hughes
8745dd26d6
mshtml: Implement IDispatch for IHTMLCurrentStyle.
2008-11-21 11:54:22 +01:00
Alistair Leslie-Hughes
71eac71e16
mshtml: Implement IHTMLStyle get/put posTop.
2008-11-21 11:54:18 +01:00
Andrew Riedi
1425b1b9ef
user32: Fix the loading of stretched cursors.
...
Based on patches by Henri Verbeet.
2008-11-21 11:53:22 +01:00
Andrew Talbot
fdba8b8593
wined3d: Sign-compare warnings fix.
2008-11-21 11:29:12 +01:00
Juan Lang
cf9f9af6d0
crypt32: Pass next data pointer when decoding a CRL dist point.
2008-11-21 11:29:08 +01:00
Ricardo Filipe
d27fa4fcae
atl: Remove dead store (llvm/clang).
2008-11-21 11:28:58 +01:00
Ricardo Filipe
66019452f4
comctl32: Remove dead stores (llvm/clang).
2008-11-21 11:28:51 +01:00
Ricardo Filipe
6c24fb1ca8
comctl32: Removed dead increment (llvm/clang).
2008-11-21 11:28:45 +01:00
Ricardo Filipe
422cd0bc3a
comctl32: Removed dead increment (llvm/clang).
2008-11-21 11:28:40 +01:00
Ricardo Filipe
5630124896
comctl32: Removed dead store (llvm/clang).
2008-11-21 11:28:36 +01:00
Ricardo Filipe
66b732e4f8
sane.ds: Check dead stored status (llvm/clang).
2008-11-21 11:28:28 +01:00
Alexandre Julliard
35078f4b57
configure: Add a --disable-tests option to avoid building regression tests.
2008-11-21 10:16:12 +01:00
Austin English
8efc3fec1d
msvcrt: Fix a compiler warning.
2008-11-21 10:04:03 +01:00
Paul Vriens
a413c38a7c
user32/tests: Fix a few test failures on Win9x.
2008-11-21 10:03:17 +01:00
Paul Vriens
cac3cb9036
comdlg32/tests 2/2: Fix a test failure on Win9x.
2008-11-21 10:02:20 +01:00
Paul Vriens
c9b8260056
comdlg32/tests 1/2: Fix a test failure on XP and W2K3.
2008-11-21 10:02:13 +01:00
Francois Gouget
3bb449468d
reg: Avoid wvsprintfW() so we can avoid loading user32.dll.
2008-11-21 10:01:57 +01:00
Francois Gouget
b700a1b11a
advapi32/tests: Check how the registry APIs handle non-terminated strings.
2008-11-21 10:01:35 +01:00
Francois Gouget
ece65a4828
advapi32/tests: Fix the line number reported by test_hkey_main_Value_[AW]().
2008-11-21 10:01:25 +01:00
Francois Gouget
9ce2bd20e4
advapi32/tests: Cleanup test_hkey_main_Value_[AW]().
...
Fix a byte vs. WCHAR count issue in test_hkey_main_Value_W().
Check that RegQueryValueEx[AW]() did not write more data than expected.
2008-11-21 10:01:18 +01:00
Francois Gouget
b0cf129c98
ntdll/tests: Remove a redundant 'if'.
2008-11-21 10:01:07 +01:00
Francois Gouget
be19acfbe8
regedit: Avoid wsprintfW() so we can avoid loading user32.dll for 'regedit /E'.
2008-11-21 10:00:47 +01:00
Francois Gouget
a81bb704df
regedit: Fix exporting of REG_EXPAND_SZ and other 'weird' strings.
...
REG_EXPAND_SZ must be exported as hexadecimal to preserve the string type.
0-byte strings and those missing a trailing '\0' or with odd sizes must
be saved as hexadecimal too so they are restored as is.
Move the binary-value export code to the new REGPROC_export_binary()
function.
2008-11-21 10:00:41 +01:00
Francois Gouget
3ef0b0ef2d
regedit: Pass the string length to REGPROC_export_string().
...
We already know it in the caller so this saves us one lstrlenW() call.
2008-11-21 10:00:17 +01:00
Francois Gouget
d92c976803
regedit: Fix a buffer allocation in export_registry_key().
...
This fixes a major buffer overflow bug in 'regedit /E'.
2008-11-21 10:00:13 +01:00
Juan Lang
9d4ab48750
crypt32: Formatted bits are always in a single line, regardless of dwFormatStrType.
2008-11-21 10:00:01 +01:00
Juan Lang
57fde4e8a2
crypt32: Check registered CryptFormatObject functions before using default hex format.
2008-11-21 09:59:57 +01:00
Juan Lang
2ca48d072e
crypt32: Decoded unicode name value strings should be NULL-terminated.
2008-11-21 09:59:13 +01:00
Alexandre Julliard
075d24526f
urlmon/tests: Don't expect IHttpNegotiate2 queries if the interface is not supported.
2008-11-20 23:06:27 +01:00
Alexandre Julliard
c369759cc5
shell32/tests: Fix the systray tests on Win9x and NT4.
2008-11-20 22:56:52 +01:00
Alexandre Julliard
f1d0f81d26
rpcrt4/tests: Fix test failures on Win9x.
2008-11-20 22:44:46 +01:00
Alexandre Julliard
58def9653e
mshtml/tests: Avoid crashing on test failure.
2008-11-20 22:35:33 +01:00
Alexandre Julliard
752416f7c4
kernel32/tests: Fix the mailslot tests on Win9x.
2008-11-20 21:59:26 +01:00
Alexandre Julliard
d523c86a1b
kernel32/tests: Fix test failures on Win9x and NT4.
...
Get rid of most of the macros that make it hard to handle special cases.
2008-11-20 21:39:48 +01:00
Alexandre Julliard
424b5e61f0
user32/tests: Allow the foreground window to be null in the window tests.
2008-11-20 20:51:06 +01:00
Alexandre Julliard
3359f4d4e5
user32/tests: Fix some of the sysparams tests on Win9x and NT4.
2008-11-20 20:46:54 +01:00
Alexandre Julliard
dcd8cf7214
user32/tests: Fix the monitor tests on NT4.
2008-11-20 20:06:46 +01:00
Alexandre Julliard
bda507fb58
user32/tests: Fix wildcard directory lists handling for Win9x.
2008-11-20 19:52:03 +01:00
Alexandre Julliard
2032da7d42
user32/tests: Fix the edit margins tests on Win9x.
2008-11-20 18:21:38 +01:00
Alexandre Julliard
4afb1c54c0
user32/tests: Fix the cursor tests on Win9x.
2008-11-20 18:09:10 +01:00
Alexandre Julliard
43a70a68bc
user32/tests: The BSF_SENDNOTIFYMESSAGE flag is not supported on NT4.
2008-11-20 18:01:23 +01:00
Hans Leidekker
e4f7809cc9
winhttp: Prefer builtin over native.
2008-11-20 15:02:07 +01:00
Ricardo Filipe
e5e301b7a5
msxml3: Check some dead store results (llvm/clang).
2008-11-20 14:28:25 +01:00
Alexandre Julliard
8772c5f150
kernel32/tests: Add a couple of tests for write watches.
2008-11-20 14:27:35 +01:00
Henri Verbeet
5ee7536448
dxgi: Implement IDXGIAdapter::GetParent().
2008-11-20 14:25:18 +01:00
Henri Verbeet
ba532a3edb
dxgi: Implement IDXGIDevice::GetAdapter().
2008-11-20 14:25:15 +01:00
Henri Verbeet
ba78f072e2
wined3d: Remove some unused code.
2008-11-20 14:25:11 +01:00
Henri Verbeet
41de62f71d
wined3d: Don't use the same GUID for IWineD3D and IWineD3DDevice.
2008-11-20 14:25:04 +01:00