Jacek Caban
1aac23d89e
urlmon: Make mk protocol behave like IE7.
2008-06-20 12:14:29 +02:00
Mikołaj Zalewski
bbd8706e73
comdlg32: Implement CDM_GETFOLDERIDLIST.
2008-06-20 12:12:50 +02:00
H. Verbeet
e081d69bc1
wined3d: Report WINED3DFMT_FLAG_FILTERING on WINED3DFMT_D24X8.
...
We report this for WINED3DFMT_D24S8, so there should be no reason
WINED3DFMT_D24X8 can't do it. Fixes a regression in 3DMark06.
2008-06-20 11:20:05 +02:00
H. Verbeet
c835b00a36
wined3d: Handle depth formats like any other format in CheckDeviceFormat.
...
Currently depth formats are handled separately from the other formats,
but depth formats can support things like filtering as well, so we
should check those caps as well.
2008-06-20 11:19:58 +02:00
Huw Davies
a52224a48b
d3d8: Fix typo in test.
2008-06-20 11:19:34 +02:00
Huw Davies
6e2827ec29
kernel32: Fix typo.
2008-06-20 11:19:30 +02:00
Huw Davies
09c0bf20a1
netapi32: Free the correct pointers.
2008-06-20 11:19:25 +02:00
Huw Davies
a3d7155947
ntdll: Free the correct buffer in the test.
2008-06-20 11:19:19 +02:00
Huw Davies
f1fae5ea48
gdiplus: GdipCreatePen2 should make a copy of the brush.
2008-06-20 11:19:13 +02:00
Louis Lenders
d9fa87382e
kernel32: Fix typo in SetProcessAffinityMask.
2008-06-20 11:18:06 +02:00
Alexandre Julliard
122055effd
kernel32: The first argument of GetBinaryType is a string.
2008-06-20 09:38:33 +02:00
Andrew Talbot
84ee90dcb5
advpack: Constify some variables.
2008-06-19 12:44:51 +02:00
Jon Griffiths
f2276f5a49
include: Provide wide char definitions for CFSTR_*.
2008-06-19 12:44:43 +02:00
Maarten Lankhorst
fc3377d08b
quartz: Forward some messages from IMediaSeekingPassThru.
2008-06-19 12:34:55 +02:00
Roy Shea
6cfc6bd4f3
user32: Initialize hdd HDDEDATA to NULL (valgrind).
2008-06-19 12:34:50 +02:00
James Hawkins
bb8d253ecc
msi: Rewrite the PublishProduct test to only check the registry changes.
2008-06-19 12:34:36 +02:00
James Hawkins
c0f8bfd2dd
msi: Test the RegisterProduct action with the machine context.
2008-06-19 12:34:29 +02:00
James Hawkins
45de896a3d
msi: Factor out the publishing of installation properties.
2008-06-19 12:34:23 +02:00
James Hawkins
b635e3170f
msi: Don't publish the upgrade key to an invalid location.
2008-06-19 12:34:15 +02:00
James Hawkins
2194889d5d
msi: Rewrite the RegisterProduct test to only check the registry changes.
2008-06-19 12:34:04 +02:00
James Hawkins
2a180e060a
msi: Fix the PublishFeatures action to handle the package context.
2008-06-19 12:33:55 +02:00
Alex Villacís Lasso
0e9ed5c10e
richedit: Empty text should result in a scroll range of 0. Tests for this behavior.
2008-06-19 12:10:21 +02:00
Alex Villacís Lasso
c7873afbb2
richedit: Insertion style must NOT be cleared unless selection actually changed.
2008-06-19 12:10:13 +02:00
Alex Villacís Lasso
d2900a53e1
richedit: Add tests for URL autodetection for EM_REPLACESEL, make them pass under Wine.
2008-06-19 12:10:00 +02:00
Alex Villacís Lasso
892a0b5f1e
richedit: Add tests for URL autodetection for EM_SETTEXTEX, make them pass under Wine.
2008-06-19 12:09:46 +02:00
Alex Villacís Lasso
f213af3795
richedit: Fix for the semantics of the flags for some effects reported by EM_GETCHARFORMAT.
...
Remove workaround put in place by a previous patch, due to buggy flag reporting.
Tests to verify fixed behavior.
2008-06-19 12:08:30 +02:00
Alex Villacís Lasso
4a5d100097
richedit: Add more tests for URL autodetection on WM_CHAR, make them pass under Wine.
2008-06-19 12:07:36 +02:00
Alex Villacís Lasso
38d7ba6eff
richedit: WM_SETTEXT must immediately autodetect URLs, without waiting for a WM_CHAR.
2008-06-19 11:59:04 +02:00
Alex Villacís Lasso
60c42bd3db
richedit: Fix misreporting of match offset for EM_FINDTEXT and EM_FINDTEXTEX.
2008-06-19 11:55:27 +02:00
Paul Vriens
698d1111d6
oleaut32/tests: Remove some stray spaces from the ok message.
2008-06-19 11:55:13 +02:00
Paul Vriens
5f2de1f61f
setupapi/tests: Fix some typos.
2008-06-19 11:55:08 +02:00
Paul Vriens
61daa613dd
msi/tests: Fix some test failures.
...
Results on test.winehq.org show failures for at least Vista as new
DISPID's are known there.
2008-06-19 11:55:05 +02:00
Rob Shearman
ff83800839
shell32: Free the correct pointer in XDG_UserDirLookup.
...
out_ptr is a stack variable. *out_ptr is heap allocated and is what
was meant to be freed.
2008-06-19 11:54:57 +02:00
Rob Shearman
52911fc66c
include: Update the MIDL_STUB_MESSAGE structure.
...
Reduce the size of the IsClient field, as is done in the latest SDKs
to fix NdrClientInitializeNew tests on XP SP3 and Win2003+.
2008-06-19 11:54:49 +02:00
H. Verbeet
a6fa6a4a31
wined3d: Use gl_Color and gl_SecondaryColor to support more varyings in SM3.0 shaders.
...
SM3.0 requires 10 4 component float varyings for passing stuff between
vertex and pixel shaders. GF7 and earlier report 8 generic varyings +
gl_Color and gl_SecondaryColor in GLSL. This patch allows us to use
gl_Color and gl_SecondaryColor to get 2 extra varyings, which some
games, like C&C3 with highest gfx settings, require.
2008-06-19 11:47:52 +02:00
H. Verbeet
4a4ab5f2ae
wined3d: Add support for ARB_color_buffer_float.
2008-06-19 11:47:34 +02:00
Colin Finck
985b6e9c01
comctl32: Use a clip region when collapsing the treeview.
2008-06-19 11:47:17 +02:00
Colin Finck
bbd550ad5c
wininet: Always pass a variable as lpNumberOfBytesWritten on a WriteFile call if lpOverlapped is set to NULL.
2008-06-19 11:47:03 +02:00
Jacek Caban
fd5c64dc2c
mshtml: Forward HTMLInputElement IDispatch calls to IDispatchEx implementation.
2008-06-19 11:45:45 +02:00
Jacek Caban
4360ee4d8b
mshtml: Added IHTMLInputElement::put_value implementation.
2008-06-19 11:45:33 +02:00
Jacek Caban
b54a3a0314
mshtml: Added IHTMLElement::get_clientHeight implementation.
2008-06-19 11:45:27 +02:00
Jacek Caban
1acddbf5c9
mshtml: Added IHTMLElement2::get_clientWidth implementation.
2008-06-19 11:45:22 +02:00
Jacek Caban
591bab3726
mshtml: Better stub for IHTMLElement::setAttribute with NULL nselem.
2008-06-19 11:45:17 +02:00
Jacek Caban
6305be26b3
mshtml: Added IHTMLElement2::put_accessKey implementation.
2008-06-19 11:45:12 +02:00
Jacek Caban
568f269598
mshtml: Added IHTMLDOMNode::put_nodeValue implementation.
2008-06-19 11:45:07 +02:00
Jacek Caban
26e23bdd07
mshtml: Added IHTMLDOMNode::get_nodeValue implementation.
2008-06-19 11:45:01 +02:00
Jacek Caban
0cb99eef5a
mshtml: Use heap_alloc_zero to allocate OmNavigator.
2008-06-19 11:44:55 +02:00
Jacek Caban
590b185e3a
mshtml: Added IHTMLElement2::focus implementation.
2008-06-19 11:44:50 +02:00
Philip Nilsson
5d583c3ac7
msvcrt: Make EXCEPTION_PRIV_INSTRUCTION generate SIGILL.
2008-06-19 11:44:34 +02:00
Rob Shearman
6bb26abe81
rpcrt4: Make RpcAssoc_BindConnection use RPCRT4_ReceiveWithAuth instead of RPCRT4_Receive.
...
Move the special handling of the PKT_BIND_ACK packet from
RPCRT4_ReceiveWithAuth to RpcAssoc_BindConnection, where it belongs.
2008-06-19 11:44:28 +02:00
Rob Shearman
6bb03d7dba
rpcrt4: Add new function RPCRT4_ReceiveWithAuth to receive a fragment and return the authentication data received, if any.
2008-06-19 11:44:22 +02:00
Rob Shearman
dec4acd8fe
rpcrt4: Rename RPCRT4_SendAuth to RPCRT4_SendWithAuth.
2008-06-19 11:44:17 +02:00
Maarten Lankhorst
888b98975f
qcap: Capture pin should have an IAMStreamConfig.
...
I originally implemented it on the filter but that is wrong, I will
have to fix that at a later date. It's because of
fnCaptureGraphBuilder2_FindInterface being a stub.
2008-06-19 11:44:11 +02:00
Maarten Lankhorst
586d9e140e
winemp3: Try to find a valid header instead of failing immediately.
...
After seeking there might be some initial garbage, this makes it ignore it.
2008-06-19 11:44:04 +02:00
Maarten Lankhorst
9473b750bf
quartz: Set data length in avi decompressor.
2008-06-19 11:42:14 +02:00
Maarten Lankhorst
40c0566879
quartz: Improve the directsound renderer a bit.
2008-06-19 11:42:08 +02:00
Alexandre Julliard
c1add0ff51
cabinet: Always use INT_PTR for handles.
2008-06-18 20:48:54 +02:00
Alexandre Julliard
fc8c21c259
winex11: Avoid erasing the window when changing the pixel format.
2008-06-18 20:10:56 +02:00
Alexandre Julliard
815baba090
winex11: Check for matching pixel format in wglMakeCurrent.
2008-06-18 20:10:47 +02:00
Dmitry Timoshkov
e976877fa5
gdi32: Add a test for combined mapping mode/world transform changes.
2008-06-18 17:34:27 +02:00
Dmitry Timoshkov
efcdb202b2
winmm: Clear the fccType in mmioDescend for a not RIFF/LIST case.
2008-06-18 17:11:27 +02:00
Dmitry Timoshkov
64cbea525b
winmm: Add the tests for mmioOpen and mmioSetBuffer, make them pass under Wine.
2008-06-18 17:11:14 +02:00
Francois Gouget
7857cf3dc7
A couple of spelling fixes.
2008-06-18 16:48:29 +02:00
Paul Vriens
71c49aac58
advapi32/tests: Fix a test on NT4.
2008-06-18 16:48:24 +02:00
James Hawkins
af56e28f7e
msi: Don't publish features to an invalid location.
2008-06-18 16:24:09 +02:00
James Hawkins
d8e4258d08
msi: Rewrite the PublishFeatures test to only check the registry changes.
2008-06-18 16:24:05 +02:00
James Hawkins
5f46dfd698
msi: Fix the RegisterUser action to handle the package context.
2008-06-18 16:24:01 +02:00
James Hawkins
79d0c3719f
msi: Rewrite the RegisterUser test to only check the registry changes.
2008-06-18 16:23:57 +02:00
James Hawkins
288af81a7c
msi: Fix the ProcessComponents action to handle the package context.
2008-06-18 16:23:27 +02:00
James Hawkins
5f11262da9
msi: Determine the installation context after reading properties from the command line.
2008-06-18 16:23:22 +02:00
James Hawkins
4aa3a997f8
msi: Don't publish components to the Installer key.
2008-06-18 16:23:18 +02:00
James Hawkins
073d55e73b
msi: Rewrite the ProcessComponents test to only check the registry changes.
2008-06-18 16:17:56 +02:00
Huw Davies
82c7ff811e
gdi32: Initialize the handle table.
...
Fixes Valgrind warning: 'Conditional jump or move depends on
uninitialised value(s)' in metafile test.
2008-06-18 16:15:23 +02:00
Andrew Talbot
aceb12265f
user32: Dangling pointer fix.
2008-06-18 16:15:12 +02:00
Lei Zhang
59e3490cad
comctl32: Don't rearrange icons / update scroll bar when destroying a listview.
2008-06-18 16:03:20 +02:00
Jacek Caban
57c49cbb0d
mshtml: Added IHTMLStyle::put_color implementation.
2008-06-18 16:00:10 +02:00
Jacek Caban
b53307188f
mshtml: Added IHTMLStyle::put_background implementation.
2008-06-18 16:00:05 +02:00
Jacek Caban
ea7666a053
mshtml: Change backslashes to shashes in URLs passed to IHTMLStyle::put_backgroundImage.
2008-06-18 15:59:59 +02:00
Jacek Caban
cc021a8607
mshtml: Added more IDispatchEx tests.
2008-06-18 15:59:33 +02:00
Jacek Caban
210d6a0abb
mshtml: Added missing tids to HTMLCommentElement.
2008-06-18 15:59:24 +02:00
Jacek Caban
da4608227f
mshtml: Use heap_alloc_zero in HTMLElementCollection_Create.
2008-06-18 15:59:17 +02:00
Jacek Caban
32ac703e30
mshtml: Added fdexNameEnsure support to IDidpatchEx implementation.
2008-06-18 15:59:08 +02:00
Jacek Caban
1741e652b3
mshtml: Added IDispatchEx support to HTMLSelectElement.
2008-06-18 15:59:00 +02:00
Jacek Caban
148a7d50c5
mshtml: Added IHTMLElement::put_id implementation.
2008-06-18 15:58:49 +02:00
Jacek Caban
4ee45b2e4a
mshtml: Added IHTMLElement::get_id implementation.
2008-06-18 15:58:42 +02:00
Roderick Colenbrander
88b4f29222
wined3d: Add a Geforce9 driver version (right now garbage is returned).
2008-06-18 15:21:56 +02:00
Dmitry Timoshkov
2a98f9b0b0
kernel32: Make GetModuleFileName set ERROR_INSUFFICIENT_BUFFER like win2k3 and vista do.
2008-06-18 15:21:49 +02:00
Dmitry Timoshkov
bbd8ae4322
user32: Add a test for MNS_NOTIFYBYPOS, make it pass under Wine.
2008-06-18 15:21:49 +02:00
Dmitry Timoshkov
ecd5048ea7
gdi32: Use 0xffff as a default character as Vista does.
2008-06-18 15:21:49 +02:00
Dmitry Timoshkov
0cae67eaa5
gdi32: Print the assigned world transform.
2008-06-18 15:21:49 +02:00
Rob Shearman
9060d2aaab
Update generated packing tests using current headers.
2008-06-18 15:21:48 +02:00
Vladimir Pankratov
605d1e2f1e
mshtml: Update Russian translation.
2008-06-18 15:21:48 +02:00
Vladimir Pankratov
2cb5773d7b
shell32: Update Russian translation.
2008-06-18 15:21:48 +02:00
Albert Lee
b4057a6f39
ws2_32: WS_getaddrinfo TRACE message can crash Wine.
2008-06-18 15:21:48 +02:00
James Hawkins
5dcec4de49
ddraw: Reset the viewport data before each test.
2008-06-18 13:51:46 +02:00
Rob Shearman
3f92030e2d
rpcrt4: Zero the memory of the s1 structure in test_simple_struct to avoid a Valgrind warning.
2008-06-18 13:50:08 +02:00
Rob Shearman
fd8cb3f9c2
rpcrt4: Reduce the timeout of waiting on the stop event in the server test to one second.
...
The stop event should already be signaled by the time we get to that
point since we wait until the child processes terminate in the server
process and the stop event is signaled in the context of one of the
child processes.
Don't call RpcMgmtWaitServerListening if the call to
WaitForSingleObject failed since it is likely that s_stop() hasn't
been called and therefore the call to RpcMgmtWaitServerListening won't
ever return.
2008-06-18 13:50:01 +02:00
Rob Shearman
9ce356c966
rpcrt4: Save the previous BufferLength in test_ndr_buffer and use it when testing the expected buffer length after the NdrFreeBuffer call.
...
This fixes a test failure on Win2003 upwards when the allocated length
appears to be rounded up to a multiple of 4.
2008-06-18 13:49:56 +02:00
Rob Shearman
c9ef063e12
rpcrt4: Fix ndr_marshall tests to cope with using pointer ids instead of using pointer values.
...
This fixes a number of test failures on XP SP3 and Win2003 upwards.
2008-06-18 13:49:48 +02:00
Francois Gouget
d81fb8e027
Remove spaces before '...' in the Danish resources.
2008-06-16 15:52:21 +02:00
Paul Vriens
8fb9503c6d
kernel32/tests: Skip tests if function is not implemented.
2008-06-13 12:07:49 +02:00
Paul Vriens
e7f5c45cf9
kernel32/tests: Fix a few typos.
2008-06-13 12:07:43 +02:00
Paul Vriens
63f68ade77
credui: Typo and minor correction in Dutch resource.
2008-06-13 10:17:53 +02:00
Michael Stefaniuc
b5186aab0d
wininet: Add the Romanian translation.
2008-06-13 10:17:22 +02:00
Michael Stefaniuc
a1d3aaa528
shell32: Add initial Romanian translation.
2008-06-13 10:17:20 +02:00
Rob Shearman
9196337e09
rpcrt4: Clear a hole in the ps1 structure in test_simple_struct.
2008-06-13 10:17:03 +02:00
Rob Shearman
c82ffcec60
rpcrt4: Initialise the array to be marshalled in test_conformant_array.
2008-06-13 10:16:51 +02:00
Stefan Dösinger
535e61892c
wined3d: Only read back offscreen targets on a target change.
...
This avoids calling PreLoad needlessly on a thread change during offscreen
rendering and breaks up the endless recursion due to lastTID != newTID.
2008-06-13 10:15:48 +02:00
Stefan Dösinger
78d963039b
wined3d: Do not PreLoad the new render target.
...
There is no reason to do that, now that the SetGLTextureDesc bug is
fixed. This avoids an infinite recursion because PreLoad calls
ActivateContext at some point.
2008-06-13 10:15:26 +02:00
Stefan Dösinger
6ab3d17104
wined3d: Remove a broken AddDirtyRect call.
2008-06-13 10:15:02 +02:00
Francois Gouget
95039659e1
sane.ds: Remove spaces before '...'.
2008-06-12 12:03:46 +02:00
Francois Gouget
e0e69a0c5a
shdoclc: Remove spaces before '...'.
2008-06-12 12:03:44 +02:00
Francois Gouget
9d5d06cf45
user32: Remove spaces before '...'.
2008-06-12 12:03:41 +02:00
Francois Gouget
6b6ab2fb0a
browseui: Remove spaces before '...'.
2008-06-12 12:03:39 +02:00
Francois Gouget
b6072557ab
comdlg32: Remove spaces before '...'.
2008-06-12 12:03:36 +02:00
Paul Vriens
e7ef88beda
rpcrt4/tests: Fix test failures for win9x, NT4, W2K and XP-SP1.
2008-06-12 12:03:30 +02:00
Francois Gouget
414ea6eeee
winmm: Remove spaces before '\n' in resource strings.
2008-06-11 20:03:08 +02:00
Francois Gouget
2654e5686a
credui: Remove spaces before '\n' in resource strings.
2008-06-11 20:03:00 +02:00
Francois Gouget
4e7f20268e
comdlg32: Remove spaces before '\n' (and some after) in resource strings.
2008-06-11 20:02:57 +02:00
Francois Gouget
fb1d5df48e
comdlg32: Remove spaces before '\n' in resource strings.
2008-06-11 20:02:54 +02:00
Alexandre Julliard
5a849d31cf
msxml3: Fix a compile error without xml headers.
2008-06-11 20:02:49 +02:00
Paul Vriens
5cd4cbc49c
setupapi/tests: Fix some test failures on W2K.
2008-06-11 20:02:06 +02:00
Paul Vriens
189603a995
d3d9/tests: Fix a few typos.
2008-06-11 12:55:43 +02:00
Paul Vriens
c81c11f72d
shlwapi/tests: Don't create testfile at a fixed location.
2008-06-11 11:27:39 +02:00
James Hawkins
d3cc801da1
msi: Set the source path for uncompressed files when loading the file.
2008-06-11 11:27:15 +02:00
James Hawkins
dbbd5ca736
msi: Load folders first.
2008-06-11 11:26:55 +02:00
Zac Brown
e4ff8a0c0a
dsound/tests: Improve test for IDirectSound8_CreateSoundBuffer.
2008-06-11 11:26:48 +02:00
Francois Gouget
85605ab546
advapi32/tests: Make sure Wine implements all tested APIs.
2008-06-11 11:26:32 +02:00
Paul Vriens
ad2c9211bc
msi/tests: Cleanup registry after test.
2008-06-11 11:26:22 +02:00
Vladimir Pankratov
08e38e8648
shdoclc: Update Russian translation.
2008-06-11 11:26:18 +02:00
Francois Gouget
9b81d86a6d
Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT.
2008-06-10 19:45:14 +02:00
Alexandre Julliard
d36c55001d
msvcrt/tests: Fix a couple of tests on Vista.
2008-06-10 17:45:10 +02:00
Alexandre Julliard
3cb0bcff83
kernel32/tests: Use Local instead of Global prefix to avoid permission issues.
2008-06-10 17:44:57 +02:00
Alexandre Julliard
af785c4d0f
kernel32/tests: Fix the change notification test on Vista.
2008-06-10 17:44:41 +02:00
Dan Kegel
fe508a9cd7
d3dx8/tests: Initialize matrix before testing its value.
2008-06-10 17:43:58 +02:00
Dan Kegel
63557d572c
shell32/tests: Avoid buffer overflow during test.
2008-06-10 17:43:48 +02:00
Alistair Leslie-Hughes
294fe6b65b
mshtml: Stop test crash on error condition.
2008-06-10 17:43:36 +02:00
Alistair Leslie-Hughes
996e5d62b8
shell32: Stop shlfolder tests crashing under win98.
2008-06-10 17:43:22 +02:00
Paul Vriens
185ad65d12
ole32/tests: Only skip the tests if we are on NT4 or below.
2008-06-10 17:43:14 +02:00
Paul Vriens
f75e4bf0de
ntdll/tests: Free memory after use.
2008-06-10 17:43:06 +02:00
Alexandre Julliard
d93fa6a1e7
user32/tests: Fix a window style check on Vista.
2008-06-10 13:04:35 +02:00
Alexandre Julliard
5b0c326679
kernel32/tests: Limit the number of failures in the ligatures test.
2008-06-10 11:55:01 +02:00
Francois Gouget
15ab77ad8a
advapi32/tests: Don't allow Wine to reproduce Windows' bugs.
2008-06-10 11:34:45 +02:00
Alexandre Julliard
90d46e3010
user32/tests: Fix formatting of a trace.
2008-06-10 11:34:40 +02:00
Alexandre Julliard
a991afae9b
kernel32/tests: Make the toolhelp test less verbose by default.
2008-06-10 11:34:11 +02:00
Alexandre Julliard
e02fa19013
ntdll/tests: Fix a few tests on Vista.
2008-06-10 11:33:51 +02:00
Paul Vriens
b1a5b94001
ole32/tests: Fix crash on NT4 and below.
2008-06-10 11:33:40 +02:00
Paul Vriens
470a0a22f4
ole32/tests: Fix crash on W2K and below.
2008-06-10 11:33:36 +02:00
Louis Lenders
c57688ee25
mscoree: Add stub for CorBindToCurrentRuntime.
2008-06-10 11:33:29 +02:00
Rob Shearman
a1a5d8d02a
rpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH in the server test.
...
This allows the test to run correctly on XP SP2 upwards instead of
failing with ERROR_ACCESS_DENIED.
2008-06-10 11:33:21 +02:00
Rob Shearman
d6503215ef
include: Add some missing defines and function declarations to rpcdce.h.
2008-06-10 11:33:13 +02:00
Dan Kegel
035f1dd0b0
oleaut32/tests: Initialize reserved fields to unique values.
2008-06-09 19:39:55 +02:00
Dan Kegel
3b0924cf83
kernel32/tests: Initialize buffer.
2008-06-09 19:39:49 +02:00
Alexandre Julliard
3a84cbe742
kernel32: Add support for the execute protection values in CreateFileMappingW.
2008-06-09 19:11:25 +02:00
Zhangrong Huang
a21b3f0abd
gdi32: Add more Asian codepages to get default fallback fonts.
2008-06-09 19:09:29 +02:00
Francois Gouget
61590c6122
shell32: Tweak the French license message to better match the English one.
2008-06-09 19:09:29 +02:00
Alistair Leslie-Hughes
558ae52cc4
msxml3: Stop tests crashing under windows 98.
2008-06-09 19:09:29 +02:00
Alexandre Julliard
77416b8668
winex11: Add a trace in ExtEscape to make wgl problems easier to diagnose.
2008-06-09 16:57:38 +02:00
Paul Vriens
e63f4fcfbc
setupapi/tests: Fix two more tests on Windows 2000.
2008-06-09 16:55:50 +02:00
Paul Vriens
02b05393c8
setupapi/tests: Fix a test on Windows 2000.
2008-06-09 16:55:42 +02:00
Paul Vriens
5777a3d6cf
comdlg32/tests: Use GetModuleHandle instead of LoadLibrary.
2008-06-09 16:55:27 +02:00
Alexandre Julliard
853db9a79d
rpcrt4: Properly handle the case of a client having disconnected in rpcrt4_conn_listen_pipe.
2008-06-09 12:56:42 +02:00
David Adam
c41a903969
Revert "amstream: Fix the condition of existence of the IMediaStream interface."
...
This reverts commit 653c7e7dca
.
2008-06-09 12:55:54 +02:00
Jacek Caban
54ef871161
shdocvw: Fixed DISPID_ONTOOLBAR test on IE7.
2008-06-09 12:45:01 +02:00
Michael Karcher
5333923253
gdi32: Respect DIB_PAL_COLORS in every case.
2008-06-09 12:40:48 +02:00
Roderick Colenbrander
b73b2eca47
wined3d: Update ATI GPUs.
2008-06-09 12:40:22 +02:00
Roderick Colenbrander
38a98f6789
wined3d: Update nvidia GPUs.
2008-06-09 12:40:10 +02:00
Paul Vriens
fe5b8ada64
kernel32/tests: Add a skip message for win95.
2008-06-09 12:39:29 +02:00
Paul Vriens
ee69c6141b
advpack/tests: Add a FreeLibrary and a skip message.
2008-06-09 12:39:26 +02:00
Jonathan Ernst
bcdfb88e53
kernel: Updated French translation.
2008-06-09 12:39:08 +02:00
Rico Schüller
2e4c9b3da7
shell32: Fix German shortcuts in the menu.
2008-06-09 12:38:57 +02:00
Jacek Caban
5fb656f958
urlmon/tests: Always clear expect_* variables.
2008-06-09 12:38:48 +02:00
Jacek Caban
f6a3234bf3
mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.
2008-06-09 12:38:36 +02:00
Paul Vriens
d1108c8774
iphlpapi/tests: Fix test on Vista.
2008-06-09 12:37:48 +02:00
Paul Vriens
fa68a3d9c3
iphlpapi/tests: Fix crash on Vista.
2008-06-09 12:37:39 +02:00
Austin English
7bdee81c05
rsaenh: Fix a couple failing tests on 2k.
2008-06-09 12:37:24 +02:00
Paul Vriens
1567813361
setupapi/tests: Fix test for win9x and Vista.
2008-06-09 12:37:19 +02:00
Jonathan Ernst
7c9dc85d48
shell32: Updated French translation.
2008-06-06 15:27:26 +02:00
Paul Vriens
31678eff50
urlmon/tests: Fix test on IE7.
2008-06-06 15:27:12 +02:00
Paul Vriens
6689994362
shlwapi/tests: Don't create testfile at a fixed location.
2008-06-06 15:27:01 +02:00
Dmitry Timoshkov
1c8994247e
d3d9: Avoid a not needed address-of operator.
2008-06-06 10:29:18 +02:00
Dmitry Timoshkov
92dfc02b01
d3d8: Avoid a not needed address-of operator.
2008-06-06 10:29:14 +02:00
Dmitry Timoshkov
2cf47c00f2
ddraw: Avoid a not needed address-of operator.
2008-06-06 10:29:09 +02:00
Michael Stefaniuc
5392facf38
browseui: Remove duplicate initguid.h include.
2008-06-06 10:29:04 +02:00
Dan Kegel
3fa578220e
oleaut32/tests: VariantInit() isn't enough, you have to give a value, too.
2008-06-06 10:28:48 +02:00
Dan Kegel
d38dc0233a
msxml/tests: Use VariantInit, not VariantClear, to initialize new variants.
2008-06-06 10:28:42 +02:00
Dan Kegel
a302ec645c
msi/tests: Initialize buffer lengths before calling MsiSourceListEnumMediaDisks.
2008-06-06 10:28:35 +02:00
Stefan Dösinger
2173fde722
wined3d: Avoid float->string conversion in arb shaders.
2008-06-06 10:28:24 +02:00
Michael Stefaniuc
9a62d27ff1
shell32: Fix the Turkish translation.
2008-06-06 10:28:00 +02:00
Michael Stefaniuc
8f844f3804
wineps.drv: Fix the Dutch translation.
2008-06-06 10:27:31 +02:00
Francois Gouget
8f91acc894
gdi32/tests: Take into account several Win9x bugs in GetObject().
2008-06-05 15:53:32 +02:00
Francois Gouget
a9037a6592
resources: Fix some overly long '...' instances.
2008-06-05 15:53:22 +02:00
Francois Gouget
39cb432b68
Fix the resources to remove extraneous spaces in '...'.
2008-06-05 15:53:05 +02:00
Alexandre Julliard
c819a87d33
shell32: Fixed the French about box.
2008-06-05 14:07:00 +02:00
Alexandre Julliard
14194452a8
user32/tests: Fix the dde test race correctly this time.
2008-06-05 12:43:17 +02:00
Paul Vriens
b3db514cd5
wintrust/tests: Fix test on win9x.
2008-06-05 12:31:00 +02:00
Matthew D'Asaro
f684dac0fc
mmio: Do not zero current file position whenever mmioSetBuffer is called.
2008-06-05 11:27:54 +02:00
Rico Schüller
c1309eb71e
shell32: Update German translation.
2008-06-05 11:25:02 +02:00
Michael Stefaniuc
a0beda8f86
mlang: Fix compile warning introduced by a6cdd538
.
2008-06-05 11:24:53 +02:00
Dan Kegel
06abaaf218
secur32/tests: Don't free if not allocated.
2008-06-04 12:55:42 +02:00
Dan Kegel
a8ad5cd558
oleaut32/tests: Use VariantInit, not VariantClear, to initialize new variants.
2008-06-04 12:53:33 +02:00
Dan Kegel
ecfa0fbcea
msi: MsiSourceListEnumMediaDisksW: free original string, not substring.
2008-06-04 12:53:25 +02:00
Alexandre Julliard
8f7f203649
gdi32/tests: Reduce the size of the test output a little.
2008-06-04 12:52:18 +02:00
Alexandre Julliard
a6cdd538f5
mlang/tests: Reduce the size of the test output a little.
2008-06-04 12:52:13 +02:00
Zac Brown
d62c3197b3
winmm: msiSendStringW: Don't free substring after original string has already been freed.
2008-06-04 12:51:49 +02:00
Dan Kegel
9d54392ca9
userenv/tests: Fix buffer overrun.
2008-06-04 12:50:36 +02:00
Austin English
955adcbce9
advpack: Fix a test failure on 9x.
2008-06-04 12:41:09 +02:00
Vijay Kiran Kamuju
e666bb2a5c
rsaenh: Fix AES provider keys for Windows XP.
2008-06-04 12:41:01 +02:00
Alexandre Julliard
69414975e1
user32/tests: Abstract the printing of minmax info and do it all on one line.
2008-06-04 12:34:53 +02:00
Alexandre Julliard
3cc1270f99
user32/tests: Don't add a newline before dumping the flag values.
2008-06-04 12:34:27 +02:00
Alexandre Julliard
ebb8311a4b
kernel32/tests: Don't check every single Unicode char if the tables are clearly not compatible.
2008-06-04 12:33:38 +02:00
Alexandre Julliard
ea1a182969
crypt32/tests: Fix an end of line character.
2008-06-04 12:33:03 +02:00
Michael Stefaniuc
db74eb3954
comdlg32: Fix the Czech translation.
2008-06-04 12:32:16 +02:00
Michael Stefaniuc
d5c45a411d
oledlg: Fix the Italian translation.
2008-06-04 12:32:13 +02:00
Alistair Leslie-Hughes
294573a594
snmpapi: Correct snmpapi tests under win98.
2008-06-04 12:31:45 +02:00
Zac Brown
b483b68013
ntdll/tests: Actually verify right bytes received in aio test.
2008-06-03 11:17:36 +02:00
Roderick Colenbrander
0ca7d443ac
wined3d: Add a WineD3D_ChoosePixelFormat line.
2008-06-03 11:17:27 +02:00
Roderick Colenbrander
042d0394dc
wined3d: Add a registry key to allow/disallow multisampling.
...
Right now it is set to disabled due to an Nvidia GLXBadDrawable
bug. Second there is some issue (driver bug too?) in FBO mode.
2008-06-03 11:17:09 +02:00
Stefan Dösinger
cd7825c893
wined3d: Hardcode local constants with glUniform4fvARB.
2008-06-03 11:13:59 +02:00
Stefan Dösinger
e4413f2012
wined3d: Give local constants a shader type prefix.
2008-06-03 11:13:09 +02:00
H. Verbeet
35bdc00479
wined3d: Set the surface location to SFLAG_INSYSMEM for depth stencils on Reset.
2008-06-03 11:11:44 +02:00
H. Verbeet
3687207a04
wined3d: Fix WINED3DTOP_MULTIPLYADD for ATI cards.
2008-06-03 11:11:30 +02:00
Michael Karcher
a6e515af83
d3d9/tests: Keep swapchain while its backbuffer is in use.
2008-06-03 11:11:20 +02:00
Michael Stefaniuc
a2c6b25e12
shell32: Fix the Italian translation.
2008-06-03 11:11:11 +02:00
Michael Stefaniuc
ee924bfde7
shell32: Fix the Swedish translation.
2008-06-03 11:11:04 +02:00
Michael Stefaniuc
5c7f613c77
shell32: Fix the Czech translation.
2008-06-03 11:10:58 +02:00
Michael Stefaniuc
19d06126af
crypt32: Fix the Swedish translation.
2008-06-03 11:10:54 +02:00
Kirill K. Smirnov
b85574fc66
mshtml: Fix yet another copy/paste typo.
2008-06-03 11:10:45 +02:00
Vitaliy Margolen
e3fc64aaec
user32: Fix input tests failing on WinXP+.
2008-06-03 11:10:37 +02:00
Alexandre Julliard
e0c35a8582
user32/tests: Fix race condition in DDE server startup.
2008-06-02 14:13:01 +02:00
Hans Leidekker
656a035821
wininet: Don't send a "Connection: Close" header.
2008-06-02 14:05:32 +02:00
Hans Leidekker
a6dc4a9a44
wininet: Return success from the InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL) stub.
2008-06-02 13:46:00 +02:00
Hans Leidekker
9d55252d41
wininet: Don't send a handle closing callback for session handles created with InternetOpenUrl.
2008-06-02 13:45:53 +02:00
Hans Leidekker
2f99450c49
wininet: Make resolving hostnames thread-safe.
2008-06-02 13:44:31 +02:00
Jon Griffiths
7cdc50fede
oleaut32/tests: Fix memory leaks reported by valgrind.
2008-06-02 13:44:19 +02:00
Jonathan Ernst
992e3edc4b
shell32: Updated French translation.
2008-06-02 12:39:37 +02:00
James Hawkins
7352978713
ddraw: Delete the temporarily attached surface.
2008-06-02 12:35:14 +02:00
Hwang YunSong(황윤성)
aa821fdd7b
shell32: Updated Korean resource.
2008-06-02 12:33:08 +02:00
James Hawkins
6fc9d7e59d
urlmon: Fix a few failing tests in win2k3.
2008-06-02 12:32:57 +02:00
José Manuel Ferrer Ortiz
85e839a2c2
Spanish translations updates.
2008-06-02 12:32:47 +02:00
Alexandre Julliard
7c61679989
wininet: Include openssl/ssl.h before Windows headers.
2008-06-02 12:14:37 +02:00
Alexandre Julliard
3499cb96b6
ntdll: Add local defines for VIF and VIP flags.
2008-06-02 12:13:33 +02:00
Eric Pouech
2fc275f64a
msvcrt: Fix for getch() and special characters.
2008-06-02 12:13:03 +02:00
Michael Stefaniuc
ea4d31b3a4
shell32: Fix the Portugese translations.
...
Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translations.
2008-06-02 12:12:19 +02:00
Paul Vriens
4ee90e94f6
oleaut32/tests: Cleanup typelib after the test.
2008-06-02 12:11:52 +02:00
Paul Vriens
dae64e67fc
ole32/tests: Prevent a crash.
2008-05-30 11:50:04 +02:00
Michael Karcher
84fd6e629a
dsound: Fix double free in dsound capture.
2008-05-30 11:50:00 +02:00
Dmitry Timoshkov
e6d9fc65a2
user32: CBT hook doesn't send window messages.
2008-05-30 11:05:16 +02:00
Alexandre Julliard
2c4a3c8ad6
user32: We no longer need to ensure that the BeginPaint window belongs to the current thread.
2008-05-30 10:03:30 +02:00
Michael Stefaniuc
b020e8fa0b
shell32: Fix the Hungarian translation.
2008-05-30 10:01:59 +02:00
Michael Stefaniuc
6b2495863d
mshtml: Fix the Hungarian translation.
2008-05-30 10:01:56 +02:00
Michael Stefaniuc
f19e8470fa
comdlg32: Fix some control sizes in the default English resource.
2008-05-30 10:01:53 +02:00
Michael Stefaniuc
2f24e16171
comdlg32: Fix the Hungarian translation.
2008-05-30 10:01:51 +02:00
Francois Gouget
476cb96b75
ddraw: Remove trailing spaces in Wine traces.
2008-05-30 10:01:11 +02:00
Francois Gouget
5f34a49368
shell32: s/library/Wine/ for consistency in the license message.
2008-05-30 10:01:08 +02:00
Michael Karcher
98778f486a
advpack: Fix buffer sizes for possibly quoted strings.
2008-05-30 09:56:09 +02:00
James Hawkins
2b19e35707
user32: win2k3's GetWindowModuleFileName does return ERROR_INSUFFICIENT_BUFFER.
2008-05-30 09:55:02 +02:00
James Hawkins
4c928d39ad
oleaut32: Disable olefont tests that fail on all platforms.
2008-05-29 12:12:54 +02:00
James Hawkins
333f83ffd7
user32: Fix two tests that fail in win2k3 and above.
2008-05-29 12:12:47 +02:00
James Hawkins
c81d36e989
kernel32: Remove two tests that produce different results for win9x and NT platforms.
2008-05-29 12:12:43 +02:00
Michael Stefaniuc
29437dde3a
mshtml: Fix the Finnish translation.
2008-05-29 12:11:33 +02:00
Michael Stefaniuc
11f70b3fab
comdlg32: Fix the Esperanto translation.
2008-05-29 12:11:31 +02:00
Michael Stefaniuc
609086312e
comdlg32: Fix the Japanese translation.
2008-05-29 12:11:28 +02:00
Michael Stefaniuc
374cd813aa
shell32: Fix the Japanese translation.
2008-05-29 12:11:18 +02:00
Michael Stefaniuc
cb37f5b833
shell32: Fix the Bulgarian translation.
2008-05-29 12:11:15 +02:00
Michael Stefaniuc
3175242f54
shell32: Fix the Finnish translation.
2008-05-29 12:11:13 +02:00
Michael Stefaniuc
c00cb2c4a9
shell32: Fix the Esperanto translation.
2008-05-29 12:11:11 +02:00
Michael Stefaniuc
0b2f6e5f0a
shell32: Fix the Slovak translation.
2008-05-29 12:11:08 +02:00
Alexander Dorofeyev
940ef7a9ff
ddraw: Do not return modes differing only by refresh rate without DDEDM_REFRESHRATES.
2008-05-29 12:09:19 +02:00
Austin English
bde1187488
gdi32: Fix a test failure in 2k.
2008-05-29 12:08:41 +02:00
Maarten Lankhorst
06f65e65d0
d3d9: Add a test to see whether offscreen surfaces can be locked while a reset occurs.
2008-05-29 12:08:20 +02:00
Alexandre Julliard
a6df5e7e1d
user32: Check for wraparound in the initial window coordinates.
2008-05-28 21:32:50 +02:00
Alexandre Julliard
ca34eb1612
winex11: XInitThreads is hopeless, remove it again.
2008-05-28 20:56:19 +02:00
Alexandre Julliard
bddb2e671b
msftedit: Explicitly load riched20 to make sure the window classes are created.
2008-05-28 20:55:37 +02:00
Paul Vriens
057c92db54
setupapi/tests: Remove leftovers from old tests.
2008-05-28 19:34:38 +02:00
Jon Griffiths
1484830628
msvcrt: Fix a test that fails on win95.
2008-05-28 19:32:44 +02:00
Jon Griffiths
09627c8f61
msvcrt: Fix file test which fails on Vista.
2008-05-28 19:32:37 +02:00
Paul Vriens
c6fd6b6ab8
user32/tests: Prevent writing to not allocated memory.
2008-05-28 19:32:29 +02:00
Paul Vriens
d2d8d71e6b
user32/tests: Run tests on win95 again.
2008-05-28 19:32:25 +02:00
Vitaliy Margolen
e850b4f13d
dinput: Convert keyboard buffer from internal data format to user data format.
2008-05-28 19:31:59 +02:00
Vitaliy Margolen
e66b15c204
dxdiagn: A number of FIXMEs can be replaced with TRACEs.
2008-05-28 19:31:50 +02:00
Jens Albretsen
a2b645128f
ddraw: Test for IDirect3DTexture_Load of Texture into itself.
2008-05-28 19:31:35 +02:00
Jens Albretsen
46ef2e06fc
ddraw: IDirect3DTextureImpl_Load failed when texture was loading onto itself.
2008-05-28 19:31:29 +02:00
Alexandre Julliard
751b55f4e9
opengl32/tests: Add a couple of test cases for pixel format handle on window DCs.
2008-05-28 17:52:26 +02:00
Alexandre Julliard
2d9b38133b
winex11: Add support for performing GL calls on a top-level window DC.
2008-05-28 17:52:06 +02:00
Alexandre Julliard
ed37174a71
winex11: Make sure that all glX functions are called under the X11 lock.
2008-05-28 17:02:07 +02:00
Alexandre Julliard
2fba300cef
winex11: Change the pixel format initialisation to make sure it happens under the X11 lock.
2008-05-28 16:57:46 +02:00
Alistair Leslie-Hughes
4ece5deeef
netapi32: Fix tests when the machine is on DOMAIN.
2008-05-28 11:46:03 +02:00
Paul Vriens
f076d79c6c
ddraw/tests: Don't crash on win9x.
2008-05-28 11:32:24 +02:00
Kai Blin
36d6310599
ws2_32: Change back magic 127.12.34.56 to loopback on connect().
2008-05-28 11:31:22 +02:00
Paul Vriens
9d566032bb
ws2_32/tests: Fix crash on win98.
2008-05-28 11:31:18 +02:00
Michael Stefaniuc
3ca74bcbbf
user32: Fix the Chinese translations.
2008-05-28 11:31:01 +02:00
Michael Stefaniuc
aad32e8a4e
shell32: Fix the Chinese translations.
2008-05-28 11:30:56 +02:00
Michael Stefaniuc
5fedef6235
shell32: Fix the Ukrainian translation.
2008-05-28 11:30:53 +02:00
Michael Stefaniuc
a09dd261c9
comdlg32: Fix the Ukrainian translation.
2008-05-28 11:30:51 +02:00
Michael Stefaniuc
5c2d8650aa
comdlg32: Fix the Greek translation.
2008-05-28 11:30:49 +02:00
Michael Stefaniuc
eac99ca9a2
comdlg32: Fix the Thai translation.
2008-05-28 11:30:46 +02:00
Michael Stefaniuc
813a0dd3f1
shell32: Fix the Walon translation.
2008-05-28 11:30:44 +02:00
Michael Stefaniuc
fec9df31b4
comdlg32: Fix the Walon translation.
2008-05-28 11:30:42 +02:00
Jon Griffiths
da412d4507
msvcrt: Fix an RTTI test Failure on Vista.
2008-05-28 11:30:35 +02:00
Igor Tarasov
356c47e89e
user32: Further implementation of MNS_NOTIFYBYPOS.
2008-05-28 11:30:01 +02:00
Dan Kegel
0161606b53
advapi32: Don't test buffer length if buffer is null.
2008-05-27 20:39:38 +02:00
James Hawkins
a4c10fda8e
usp10: Fix several failing test in win2k3.
2008-05-27 19:37:52 +02:00
Jon Griffiths
b86915382d
msvcrt: Follow Vista behaviour in wcscpy_s.
2008-05-27 19:37:09 +02:00
Jon Griffiths
288a48fcf0
msvcrt/tests: Fix 3 tests that always fail on Vista.
2008-05-27 19:36:57 +02:00
Dan Kegel
713290ebce
fusion: Use HeapAlloc, not strdup, to avoid malloc/HeapFree mismatch.
2008-05-27 19:36:37 +02:00
Paul Vriens
b44df3a852
shell32/tests: Run tests again on win95.
2008-05-27 19:35:59 +02:00
Dan Kegel
b8ad05a25f
fusion: UninstallAssembly test: Fix typo, avoid undefined value.
2008-05-27 19:35:54 +02:00
Michael Karcher
14e069b3d6
oleaut32/tests: Call functions via manually obtained pointers.
2008-05-27 19:35:40 +02:00
Paul Vriens
b58cab405a
setupapi/tests: Test to show cleanup should not be needed.
2008-05-27 19:35:08 +02:00
Paul Vriens
3758205546
setupapi/tests: Add another test.
2008-05-27 19:35:04 +02:00
Dmitry Timoshkov
5db7fd3706
msvcrt: Mark some data as constant.
2008-05-27 19:35:00 +02:00
Tomasz Jezierski - Tefnet
4e224e73c4
comctl32/tests: Fix for setting wrong initial position in listbox.
2008-05-27 19:34:54 +02:00
Dmitry Timoshkov
914cb22868
user32: Add the tests for GetWindowModuleFileName.
2008-05-27 12:57:29 +02:00
Dmitry Timoshkov
90f0795971
user32: Implement GetWindowModuleFileName.
2008-05-27 12:57:23 +02:00
Paul Vriens
8253824669
setupapi/tests: Cleanup after testCreateDeviceInterface.
2008-05-27 12:42:55 +02:00
Vitaliy Margolen
ba5f205584
winex11: Use memmove for possibly overlapping memory areas.
2008-05-27 12:11:18 +02:00
Vitaliy Margolen
dca07aa856
shell32: Don't print not initialized value.
2008-05-27 12:11:13 +02:00
John Klehm
189c13daa3
winex11: Support detection of tablet devices from XExtensionKeyboard type.
2008-05-27 12:11:08 +02:00
John Klehm
f39f7525fd
winex11: Detect acecad tablet as stylus device.
2008-05-27 12:11:04 +02:00
Michael Stefaniuc
0a561c8bdc
shell32: Fix the Catalan translation.
2008-05-27 12:06:07 +02:00
Michael Stefaniuc
240f64819a
comdlg32: Fix the Catalan translation including some size fixes too.
2008-05-27 12:06:03 +02:00
Jon Griffiths
e5ffcd8827
msvcrt/tests: Fix 4 tests that always fail on Vista.
2008-05-27 12:05:58 +02:00
Michael Karcher
c5310eda8d
oleaut32: Currency to BSTR must use local decimal separator.
2008-05-27 12:05:48 +02:00
Dmitry Timoshkov
02a15500fb
gdi32: Make generated EMFs fully match Windows ones.
2008-05-27 12:05:37 +02:00
Dmitry Timoshkov
7aff723ccc
gdi32: If there is no clipping rect, EMREXTTEXTOUT shouldn't have a bounding rect.
2008-05-27 12:04:52 +02:00
Dmitry Timoshkov
0c59e312c1
gdi32: Ignore exScale/eyScale when comparing EMREXTTEXTOUT EMF records.
2008-05-27 12:04:43 +02:00
H. Verbeet
8c79f13663
d3d9: Test our texop implementation.
2008-05-27 12:04:33 +02:00
H. Verbeet
2f6fbdec8c
d3d8: Test our texop implementation.
2008-05-27 12:04:29 +02:00
H. Verbeet
8e6c7aaf1f
wined3d: Fix the nvrc implementation of WINED3DTOP_MULTIPLYADD and WINED3DTOP_LERP.
2008-05-27 12:04:22 +02:00
H. Verbeet
e891a9938a
wined3d: Add WINED3DTOP_ADDSIGNED2X to debug_d3dtop().
2008-05-27 12:04:11 +02:00
H. Verbeet
14b13d0687
d3d: Use an alpha capable backbuffer format in the visual tests.
2008-05-27 12:04:05 +02:00
Detlef Riekenberg
43fb6f771f
avifil32: Resize the dialog to avoid truncated texts.
2008-05-27 12:03:55 +02:00
Eric Pouech
ac2053ba10
msvcrt: Properly handle the extended keys in getch().
2008-05-27 12:02:30 +02:00
Paul Vriens
156dad05c0
setupapi/tests: Test registry after testDeviceRegistryProperty.
2008-05-26 19:49:42 +02:00
Paul Vriens
3573b90bdc
setupapi/tests: Cleanup after testGetDeviceInterfaceDetail.
2008-05-26 19:49:35 +02:00
Paul Vriens
7609581cf5
setupapi/tests: Cleanup after testRegisterAndGetDetail.
2008-05-26 19:49:18 +02:00
Paul Vriens
82fcb7a5c3
setupapi/tests: Cleanup after testDevRegKey.
2008-05-26 19:49:06 +02:00
Paul Vriens
2b27d9baed
setupapi/tests: Skip tests on win9x.
2008-05-26 19:48:44 +02:00
Paul Vriens
d9b673f91a
setupapi/tests: Turn guid into a global variable.
2008-05-26 19:48:38 +02:00
Paul Vriens
b1b4063c0b
setupapi/tests: Fix a test on NT4.
2008-05-26 19:48:32 +02:00
Paul Vriens
ee975a5611
setupapi/tests: Close registry key after use.
2008-05-26 19:48:25 +02:00
Dan Kegel
b608e39e1f
winmm: Use HeapAlloc in the capture test instead of using strdup.
2008-05-26 19:46:23 +02:00
Jacek Caban
e787f84b01
mshtml: Fixed copy&paste typo.
2008-05-26 19:46:18 +02:00
Dmitry Timoshkov
76d6b76737
msi: Mark some data as constant.
2008-05-26 19:46:09 +02:00
Dmitry Timoshkov
8f75f51c3f
wininet: INTERNET_InternetOpenUrlW is an internal helper.
2008-05-26 19:46:05 +02:00
Eric Pouech
1f6974c124
dbghelp: Fix for SymGetModuleInfo().
2008-05-26 19:45:55 +02:00
Kirill K. Smirnov
73bd6da208
mshtml: Fix copy/paste error.
2008-05-26 19:45:49 +02:00
Gregor Münch
13cb6a838c
shell32: Update German translation.
2008-05-26 19:45:36 +02:00
Alexandre Julliard
83a21c6886
tests: Use the Wine import libraries when compiling with MinGW.
2008-05-26 19:26:20 +02:00