Chris Robinson
0717c96192
quartz: Improve reference traces.
2007-03-05 18:08:29 +01:00
Alexandre Julliard
1767b4558a
server: Expose areas revealed by changes to the window region.
2007-03-05 16:43:27 +01:00
Paul Vriens
69299c7738
advapi32/tests: Move skip to a more appropriate place.
2007-03-05 16:43:27 +01:00
Paul Vriens
71697ec116
advapi32/tests: Don't use FreeLibrary with GetModuleHandle.
2007-03-05 16:43:27 +01:00
Michael Stefaniuc
eff5b13043
hhctrl.ocx: Fix a format warning.
2007-03-05 16:43:26 +01:00
Rob Shearman
5267e36ad0
kernel32: Implement CallNamedPipeW.
2007-03-05 16:43:26 +01:00
Rob Shearman
07daeff8f4
wininet: Always make copies of strings passed to INTERNET_SendCallback.
...
This ensures that applications that change the strings received in
status callbacks don't affect the data needed to successfully connect to
the correct server.
2007-03-05 16:43:26 +01:00
Rob Shearman
d72f741a33
credui: The pfSave parameter of CredUIPromptForCredentials is optional.
2007-03-05 16:43:26 +01:00
Rob Shearman
77f6bc4f8d
msi: Set the PackageCode property based on the "revision number" data in the summary information.
...
Add a test to show that PackageCode is set by MSI.
2007-03-05 16:43:26 +01:00
Rob Shearman
e2972af436
msi: Rewrite the second loop in ACTION_FinishCustomActions so that it always terminates.
...
Create an array of handles to wait on so that we can wait without
holding a critical section.
2007-03-05 16:43:26 +01:00
Rob Shearman
95f38b75fb
msi: Set the Date, Time and VersionDatabase properties.
...
Add tests for these properties.
Update the todo list of properties to set.
2007-03-05 16:43:26 +01:00
Stefan Dösinger
2cdced8193
wined3d: Adjust the rhw transformation for offscreen rendering.
...
When drawing processed vertices with the fixed function pipeline the
projection matrix is set up to map y values from 0 to height to 1.0;
-1.0(gl and d3d coord systems are flipped). This moves the y axis to
the bottom of the drawing area. When later on the y inversion matrix
is applied for offscreen rendering, the coordinate system will get
flipped out of the viewport.
This patch sets the Y range up upside down when using offscreen
rendering, so the invymat will flip it to the correct position. This
has to happen before the 0.375 pixel correction.
2007-03-05 15:31:36 +01:00
Stefan Dösinger
7126b63645
wined3d: Use the scissor test when clearing the full surface too.
...
It was incorrect to disable the scissor test for full surfaces in my
clear patch. With back buffer offscreen rendering the viewport does
not seem to restrict clearing, and with different sizes of depth
stencil and color buffer the final fantasy XI demo seems to expect the
clear to be restricted.
2007-03-05 15:31:21 +01:00
Chris Robinson
efe156ae8e
quartz: Don't AddRef an object we just created and are handing back to the caller.
2007-03-05 13:00:24 +01:00
Chris Robinson
7f9becf854
quartz: Report the previous refcount of a PullPin object.
2007-03-05 12:59:49 +01:00
Jason Edmeades
9d00aeafd7
kernel32/tests: Show wrong behaviour with current directory.
2007-03-05 12:59:19 +01:00
Eric Pouech
f4e129ab81
dbghelp: Fixes for loading circular references on function signature.
2007-03-05 12:15:31 +01:00
Eric Pouech
ccf0be8e57
dbghelp: Implemented SymEnumTypesW.
2007-03-05 12:15:16 +01:00
Chris Robinson
5a19e3b7bc
quartz: Use the right vtable offset for the IMediaFilter functions.
2007-03-05 12:14:15 +01:00
Paul Vriens
9f92437e29
mapi32/tests: Don't run tests if functions are not implemented.
2007-03-05 12:14:11 +01:00
Dmitry Timoshkov
17ac48b6a4
gdi32: Avoid a needless goto.
2007-03-05 12:14:07 +01:00
Francois Gouget
4a1435aa79
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2007-03-05 12:13:20 +01:00
Andrew Talbot
a170f762c0
advapi32: Replace const pointer parameters with correct pointers to const.
2007-03-05 12:09:03 +01:00
Andrew Talbot
201317ed5e
advapi32: Constify a variable.
2007-03-05 12:08:58 +01:00
Andrew Talbot
96c84497da
version: Constify some variables.
2007-03-05 12:08:54 +01:00
Kai Blin
cc549b27df
dplayx: Remove unneeded test, fix compilation on msvc++.
2007-03-05 12:08:41 +01:00
Kai Blin
2a13eb0677
dplayx: Use skip and fix indentation.
2007-03-05 12:08:36 +01:00
Kai Blin
0210f5eb1d
secur32: Use skip for skipped tests, reduce indentation.
2007-03-05 12:08:13 +01:00
Chris Robinson
3f089b4424
quartz: Use the proper CLSID when creating the IFilterMapper2 interface.
2007-03-05 12:08:09 +01:00
Chris Robinson
92aaba0d6f
quartz: Return the proper interface for IFilterMapper.
2007-03-05 12:07:59 +01:00
Dmitry Timoshkov
6f7a212ce3
user32: win2k and XP return broken border info in GetWindowInfo most of the time, so there is no point in testing it.
2007-03-05 12:07:50 +01:00
Dmitry Timoshkov
47661ce088
user32: Fix most of test failures when running message test under win2k and XP.
2007-03-05 12:07:35 +01:00
Kanit Therdsteerasukdi
3cdf24394f
comctl32: datetime: Tests for events for date and time picker added.
2007-03-05 12:07:25 +01:00
Jacek Caban
aa1b38c51d
hhctrl.ocx: Try to build URL with full path if navigation to URL fails.
2007-03-05 12:07:06 +01:00
Jacek Caban
e18ddbc0cd
hhctrl.ocx: Correctly handle URLs in SetChmPath.
2007-03-05 12:07:01 +01:00
Peter Oberndorfer
1bfbcefb60
ntdll: Make exception test not hang when creating process fails.
2007-03-05 12:06:56 +01:00
H. Verbeet
25cd1c4d28
wined3d: gl_FogFragCoord is a scalar.
2007-03-05 12:06:45 +01:00
H. Verbeet
71a0c6e482
wined3d: The texldl instruction takes 3 arguments.
2007-03-05 12:06:40 +01:00
H. Verbeet
3aaabf4e27
wined3d: Properly check the clipplane index against the limit.
2007-03-05 12:06:33 +01:00
Paul Vriens
6efffc3829
msi/tests: Properly cleanup after each test.
2007-03-05 12:05:59 +01:00
Paul Vriens
b564a9130c
shell32/tests: Rewording and cleanup.
2007-03-05 12:05:51 +01:00
Paul Vriens
d478f5dadd
advapi32/tests: Make use of skip.
2007-03-05 12:05:47 +01:00
Aric Stewart
2967524bdb
gdi32: Don't fail replacement on no localized family name.
2007-03-02 12:20:33 +01:00
Marcus Meissner
d0e8d6a7ba
netapi32: Fixed array overflow (spotted by Coverity).
2007-03-02 12:11:11 +01:00
Marcus Meissner
efe2ee560e
mlang/tests: Protect from 1 byte static buffer overflow.
2007-03-02 12:11:00 +01:00
Marcus Meissner
3f726d3167
uxtheme: Fixed wrong index in draw.c.
2007-03-02 11:54:12 +01:00
Paul Vriens
6bf1a6c5d2
advapi32/tests: Make use of skip.
2007-03-02 11:52:33 +01:00
Clinton Stimpson
b878ad24c4
user32: Add another test for GetUpdateRect().
2007-03-02 11:47:19 +01:00
Jacek Caban
b3cad3268b
mshtml: Added more tests.
2007-03-02 11:39:50 +01:00
Jacek Caban
ff3b2780ec
mshtml: Always read data in OnDataAvailable.
2007-03-02 11:39:47 +01:00