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
Henri Verbeet
8899f3412b
wined3d: wined3d_gl.h should be internal to wined3d.
2008-11-20 14:24:56 +01:00
Alistair Leslie-Hughes
4defc2b50a
ntoskrnl.exe: Implement MmGetSystemRoutineAddress.
2008-11-20 12:20:50 +01:00
Andrew Talbot
bf92d68330
usp10: Sign-compare warnings fix.
2008-11-20 12:18:29 +01:00
Stefan Dösinger
5c79a9f437
wined3d: Rename the fragment ffp desc structures.
...
This reflects the fact that they describe the fragment pipeline.
The vertex pipeline will use its own structures.
2008-11-20 12:17:45 +01:00
Stefan Dösinger
cd011661e6
d3d9: Test psize_min vs psize_max vs psize behavior.
...
Add a test that checks what happens if D3DRS_POINTSIZE, D3DRS_POINTSIZE_MIN
and POINTSIZE_MAX have conflicting values. D3DRS_POINTSIZE_MAX trumps
D3DRS_POINTSIZE_MIN, and both MIN and MAX clamp the D3DRS_POINTSIZE value if it is
outside of their range.
2008-11-20 12:17:18 +01:00
Stefan Dösinger
234e995bdc
wined3d: Make sure the arbfp pipeline replacement constants are loaded.
...
The code here skipped constant loading when a pixel shader was in use,
and only reloaded them on ffp use if the shader implementation used
ARB too. This way a e.g. texfactor change could get lost if GLSL
shaders are used, and the texfactor changed while a pixel shader was
in use.
2008-11-20 12:16:57 +01:00
A C Hurst
ad335b7e7f
ntdll: wine_nt_to_unix_file_name() parse string to int instead of cast char, where string may be passed.
2008-11-20 12:16:42 +01:00
Aric Stewart
6c551744ef
imm32: Implement ImmInstallIME(W/A).
2008-11-20 12:16:31 +01:00
Paul Vriens
bc3484bc20
user32/tests: Don't crash on Win95.
2008-11-20 12:01:27 +01:00
Juan Lang
4f14b030a6
crypt32: Fix failing tests on Win9x/NT4.
2008-11-20 12:01:04 +01:00
Juan Lang
76d2537094
crypt32: Implement CryptFormatObject for szOID_NETSCAPE_CERT_TYPE.
2008-11-20 12:00:57 +01:00
Juan Lang
5eb2a83189
crypt32: Implement CryptFormatObject for szOID_KEY_USAGE.
2008-11-20 12:00:50 +01:00
Juan Lang
a5a0748747
include: Add a few missing definitions for Netscape cert extensions.
2008-11-20 12:00:41 +01:00
Juan Lang
1eeb889252
include: Fix typos.
2008-11-20 12:00:37 +01:00
Alexandre Julliard
80e163eba9
user32/tests: Fix a few more failures in the window test.
2008-11-20 11:57:32 +01:00
Alexandre Julliard
88154cf166
make_makefiles: Add a target to build only the test directories.
2008-11-19 15:31:44 +01:00
Florian Köberle
c6adf31841
user32/tests: Test size and minmax of WS_THICKFRAME child.
2008-11-19 15:02:37 +01:00
Florian Köberle
b422c4b874
user32/tests: Capture tests should not require no active window.
2008-11-19 14:57:50 +01:00