James Hawkins [Tue, 22 Jul 2008 05:54:27 +0000 (00:54 -0500)]
msi: Use the newly added defines from the msidbSumInfoSourceType enumeration.
James Hawkins [Tue, 22 Jul 2008 05:53:41 +0000 (00:53 -0500)]
msi: Test mixing short and long source paths when installing a file.
James Hawkins [Tue, 22 Jul 2008 05:53:03 +0000 (00:53 -0500)]
msi: msidbFileAttributesVital has no effect on the installation of files.
James Hawkins [Tue, 22 Jul 2008 05:52:14 +0000 (00:52 -0500)]
msi: Halt the installation with an error if a source file is missing.
James Hawkins [Tue, 22 Jul 2008 05:51:04 +0000 (00:51 -0500)]
msi: Test getting the source path from a package with short file names.
James Hawkins [Tue, 22 Jul 2008 05:50:24 +0000 (00:50 -0500)]
msi: Test getting the source path from a package with compressed files.
James Hawkins [Tue, 22 Jul 2008 05:49:48 +0000 (00:49 -0500)]
msi: Add more tests for MsiGetSourcePath.
Lei Zhang [Tue, 22 Jul 2008 01:15:20 +0000 (18:15 -0700)]
ntdll: Use our own implementation of atoi and atol.
Reece Dunn [Mon, 21 Jul 2008 20:14:01 +0000 (21:14 +0100)]
setupapi/tests: Use FIELD_OFFSET instead of offsetof.
Lei Zhang [Mon, 21 Jul 2008 18:55:48 +0000 (11:55 -0700)]
ole32: Silence FIXME from CoGetContextToken stub.
Alex Villacís Lasso [Sun, 20 Jul 2008 17:29:57 +0000 (12:29 -0500)]
richedit: Shorten EM_AUTOURLDETECT tests.
EM_AUTOURLDETECT tests are taking too much time, so this patch tests
just one URL and one non-URL for all messages but WM_SETTEXT. Also,
remove one trace that spams the output needlessly.
Stefan Dösinger [Sat, 12 Jul 2008 16:45:33 +0000 (11:45 -0500)]
wined3d: Move set_tex_op(_nvrc) to their specific files.
Stefan Dösinger [Sat, 12 Jul 2008 16:26:36 +0000 (11:26 -0500)]
wined3d: Remove some #ifdefs.
Stefan Dösinger [Sat, 12 Jul 2008 16:22:18 +0000 (11:22 -0500)]
wined3d: Set WINED3DDEVCAPS2_VERTEXELEMENTSCANSHARESTREAMOFFSET.
Stefan Dösinger [Sat, 12 Jul 2008 02:16:28 +0000 (21:16 -0500)]
wined3d: Whitespace fix.
Stefan Dösinger [Thu, 10 Jul 2008 18:38:35 +0000 (13:38 -0500)]
wined3d: Fix a copy and paste bug.
This happened to work because most cards have the same amount of
pshader and vshader constants, but for some reason this doesn't hold
true on this macbook pro here, which lead to a crash due to heap
corruption
Stefan Dösinger [Mon, 21 Jul 2008 14:22:22 +0000 (09:22 -0500)]
wined3d: Use less strict pixel format matching if the match fails.
Some drivers(the open source ones most notably) cannot satisfy all
possible D3D formats. This doesn't mean we should fall back to the
emergency fallback instantly. Instead, try to loosen the requirements
step by step.
Huw Davies [Mon, 21 Jul 2008 13:50:10 +0000 (14:50 +0100)]
user32: Don't send the menu clicks if we can't retrieve the item rect.
Francois Gouget [Mon, 21 Jul 2008 21:41:21 +0000 (23:41 +0200)]
wineesd: Make use of `esd-config --libs` for the configure check.
Also follow the naming convention for the 'xxx-config' variables.
Francois Gouget [Mon, 21 Jul 2008 15:10:45 +0000 (17:10 +0200)]
gphoto2.ds: Make use of `gphoto2-config --libs` for the configure check.
Lei Zhang [Fri, 18 Jul 2008 22:31:58 +0000 (15:31 -0700)]
gdiplus: Add tests for passing negative strides to GdipCreateBitmapFromScan0.
Roy Shea [Thu, 17 Jul 2008 23:56:14 +0000 (16:56 -0700)]
mstask: TaskScheduler stub with AddRef, QueryInterface, and Release.
Roy Shea [Thu, 17 Jul 2008 23:52:02 +0000 (16:52 -0700)]
mstask: Generate C file with GUID definitions from mstask.idl.
Gerald Pfeifer [Fri, 18 Jul 2008 15:17:26 +0000 (17:17 +0200)]
d3d9: Fix type of loop variable in stream_test() and texop_test().
Gerald Pfeifer [Fri, 18 Jul 2008 15:24:56 +0000 (17:24 +0200)]
comctl32: Fix type of loop variable in HEADER_DeleteItem.
Gerald Pfeifer [Fri, 18 Jul 2008 15:53:04 +0000 (17:53 +0200)]
comctl32: header: Simplify by shedding off unused parameters.
Huw Davies [Mon, 21 Jul 2008 11:35:58 +0000 (12:35 +0100)]
gdiplus: Remove incorrect test.
Huw Davies [Mon, 21 Jul 2008 10:15:49 +0000 (11:15 +0100)]
user32: Don't access pConv after it's been freed.
Alexandre Julliard [Mon, 21 Jul 2008 12:47:55 +0000 (14:47 +0200)]
Avoid exporting common symbols since that's broken on Mac OS X.
Detlef Riekenberg [Sun, 20 Jul 2008 22:17:55 +0000 (00:17 +0200)]
oleaut32/tests: Run more typelib tests on win9x.
Detlef Riekenberg [Sun, 20 Jul 2008 22:07:53 +0000 (00:07 +0200)]
oleaut32/tests: Fix tmarshal tests on win9x.
Reece Dunn [Sun, 20 Jul 2008 14:04:28 +0000 (15:04 +0100)]
comctl32: Fixed the MRU tests on Vista.
Reece Dunn [Sun, 20 Jul 2008 13:41:48 +0000 (14:41 +0100)]
shell32/tests: Vista returns E_INVALIDARG if the path sent to SetPath is invalid.
Reece Dunn [Sun, 20 Jul 2008 10:23:17 +0000 (11:23 +0100)]
oleaut32: Fix the vartype tests on Vista.
Reece Dunn [Sun, 20 Jul 2008 12:54:14 +0000 (13:54 +0100)]
shell32: Make the tests build with the Vista SDK.
Reece Dunn [Sun, 20 Jul 2008 13:40:19 +0000 (14:40 +0100)]
shell32: Do not use a fixed path in the shelllink tests.
Reece Dunn [Sun, 20 Jul 2008 10:41:07 +0000 (11:41 +0100)]
uxtheme/tests: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD.
Mathias Kosch [Sat, 19 Jul 2008 16:54:20 +0000 (18:54 +0200)]
advapi32: Fix RegGetValue when dwFlags includes RRF_RT_ANY.
Detlef Riekenberg [Sun, 20 Jul 2008 11:59:04 +0000 (13:59 +0200)]
crypt32/tests: Make the msg tests usable on win9x (avoid crash).
Frans Kool [Sun, 20 Jul 2008 07:01:34 +0000 (09:01 +0200)]
wordpad: Added missing Dutch translations.
Dan Kegel [Fri, 18 Jul 2008 23:31:43 +0000 (16:31 -0700)]
tools: Allow running tests with valgrind.
Lei Zhang [Fri, 18 Jul 2008 22:28:44 +0000 (15:28 -0700)]
gdi32: CreateDIBitmap should check for SetDIBits failure.
Lei Zhang [Fri, 18 Jul 2008 22:28:06 +0000 (15:28 -0700)]
winex11: X11DRV_DIB_[GS]etImageBits should return 0 on failure.
Lei Zhang [Fri, 18 Jul 2008 22:25:31 +0000 (15:25 -0700)]
oleaut32: Check return values in several functions.
Vincent Povirk [Thu, 17 Jul 2008 22:33:48 +0000 (17:33 -0500)]
ole32: Always return false when asked if NULL is the current clipboard.
Vincent Povirk [Thu, 17 Jul 2008 22:11:30 +0000 (17:11 -0500)]
ole32: Add tests for OleIsCurrentClipboard(NULL).
Maarten Lankhorst [Fri, 18 Jul 2008 00:37:51 +0000 (17:37 -0700)]
quartz: Fix bugs that occur during connection.
Maarten Lankhorst [Fri, 18 Jul 2008 22:49:31 +0000 (15:49 -0700)]
quartz: Fix handling of zero byte samples and endofstreams.
Kirill K. Smirnov [Fri, 18 Jul 2008 20:38:03 +0000 (00:38 +0400)]
shell32: Avoid usage of undefined xdg_results variable, since XDG_UserDirLookup() always corrupts it.
Dmitry Timoshkov [Mon, 21 Jul 2008 08:15:55 +0000 (17:15 +0900)]
Revert "gdi32: Reselect objects into the DC only if scaling factors change.".
This reverts commit
3cbd9639da103bb6b5dcd7b78b4fc72edca1b765.
Dmitry Timoshkov [Mon, 21 Jul 2008 08:15:16 +0000 (17:15 +0900)]
gdi32: Relax the gm.gmCellIncX comparison.
Alexandre Julliard [Mon, 21 Jul 2008 11:00:14 +0000 (13:00 +0200)]
winetest: Fix a compiler warning with the size_t type.
Francois Gouget [Sun, 20 Jul 2008 21:51:31 +0000 (23:51 +0200)]
Assorted spelling fixes.
Francois Gouget [Sun, 20 Jul 2008 21:51:41 +0000 (23:51 +0200)]
regedit: Remove a couple of left-over debug statements.
Francois Gouget [Sun, 20 Jul 2008 20:41:41 +0000 (22:41 +0200)]
sane.ds: Use 'sane-config --ldflags'.
Francois Gouget [Sun, 20 Jul 2008 20:39:26 +0000 (22:39 +0200)]
wintrust/tests: Fix compilation on systems that don't support nameless unions.
Luis Busquets [Sun, 20 Jul 2008 20:07:49 +0000 (22:07 +0200)]
d3dx9: Add a test for D3DXGetShaderVersion().
Luis Busquets [Sun, 20 Jul 2008 20:07:42 +0000 (22:07 +0200)]
d3dx9: Implement D3DXGetShaderVersion().
Piotr Caban [Sat, 19 Jul 2008 20:32:26 +0000 (22:32 +0200)]
msxml3/tests: Added test for ISAXXMLReader_parse with SafeArray as argument.
Piotr Caban [Sat, 19 Jul 2008 20:41:39 +0000 (22:41 +0200)]
msxml3: Added support for SafeArrays in ISAXXMLReader_parse.
Piotr Caban [Sat, 19 Jul 2008 20:32:10 +0000 (22:32 +0200)]
msxml3: Add error handling.
Piotr Caban [Sat, 19 Jul 2008 20:32:03 +0000 (22:32 +0200)]
msxml3/tests: Added tests for ISAXXMLReader_putErrorHandler and ISAXXMLReader_getErrorHandler.
Piotr Caban [Sat, 19 Jul 2008 20:31:56 +0000 (22:31 +0200)]
msxml3: Do not invoke ISAXXMLReader_endDocument when parser was stopped.
Hans Leidekker [Sat, 19 Jul 2008 17:55:52 +0000 (19:55 +0200)]
wininet: Fix cookie buffer overflow.
Spotted by Yann Droneaud.
Hans Leidekker [Sat, 19 Jul 2008 17:55:39 +0000 (19:55 +0200)]
wininet: Move insertion of cookie header from HttpOpenRequest to HttpSendRequest.
Based on a patch by Yann Droneaud.
Hans Leidekker [Sat, 19 Jul 2008 17:53:19 +0000 (19:53 +0200)]
wininet: Delete local file on error in FtpGetFile.
Hans Leidekker [Sat, 19 Jul 2008 17:53:09 +0000 (19:53 +0200)]
wininet: Make another test pass on IE6.
Hans Leidekker [Sat, 19 Jul 2008 17:52:47 +0000 (19:52 +0200)]
wininet: Fix a memory leak.
Hans Leidekker [Sat, 19 Jul 2008 17:54:23 +0000 (19:54 +0200)]
setupapi: Fix two memory leaks in the test.
Hans Leidekker [Sat, 19 Jul 2008 17:54:10 +0000 (19:54 +0200)]
cabinet: Fix a memory leak.
Hans Leidekker [Sat, 19 Jul 2008 17:53:54 +0000 (19:53 +0200)]
snmpapi: Fix a memory leak in the test.
Hans Leidekker [Sat, 19 Jul 2008 17:53:35 +0000 (19:53 +0200)]
dnsapi: Fix a number of memory leaks.
Jacek Caban [Sat, 19 Jul 2008 10:28:30 +0000 (12:28 +0200)]
hhctrl.ocx: Fixed ref count handling in IOleClientSiteImpl.
Jacek Caban [Sat, 19 Jul 2008 10:30:19 +0000 (12:30 +0200)]
wininet: Move remeining InternetQueryOption implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:56 +0000 (12:29 +0200)]
wininet: Moved InternetQueryOption(INTERNET_OPTION_PROXY) implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:28 +0000 (12:29 +0200)]
wininet: Moved more InternetQueryOption implementation to vtbl.
Jacek Caban [Sat, 19 Jul 2008 10:29:01 +0000 (12:29 +0200)]
wininet: Move InternetQueryOption(INTERNET_OPTION_USER_AGENT) to vtbl.
Andrew Talbot [Sat, 19 Jul 2008 09:08:05 +0000 (10:08 +0100)]
advpack: Fix sign-compare warnings.
Andrew Talbot [Sat, 19 Jul 2008 09:08:00 +0000 (10:08 +0100)]
advpack: Remove a useless test.
Mikołaj Zalewski [Sat, 19 Jul 2008 08:26:20 +0000 (10:26 +0200)]
oleaut32: Use custom file version in VERSIONINFO.
Mikołaj Zalewski [Sat, 19 Jul 2008 08:24:13 +0000 (10:24 +0200)]
comctl32: Fix the file version string declaration.
Maarten Lankhorst [Fri, 18 Jul 2008 00:58:00 +0000 (17:58 -0700)]
include: Fix typo in vmrender.idl.
Huw Davies [Fri, 18 Jul 2008 11:05:52 +0000 (12:05 +0100)]
winmm: Only fill in the MIXERLINEA struct if the call to mixerGetLineInfoW succeeds.
Zac Brown [Fri, 18 Jul 2008 00:37:23 +0000 (17:37 -0700)]
winhttp/tests: Add test for opening request.
Stefan Leichter [Thu, 17 Jul 2008 20:19:00 +0000 (22:19 +0200)]
rasapi32: RasEnumDevicesA test: initialize the input parameters before each call, make sure the return buffer is big enough.
Daniel Santos [Thu, 17 Jul 2008 18:52:51 +0000 (13:52 -0500)]
ws2_32: WSASendTo() should clear last error on success.
Stefan Dösinger [Tue, 8 Jul 2008 21:55:33 +0000 (16:55 -0500)]
wined3d: Use the nofilter mipmap lookup for np2 textures.
This is cleaner than the if statements in the code. Also np2 textures
should in theory support linear filtering, but fglrx doesn't seem to
like it. This needs further investigation. So far we've never used
linear filtering on np2 textures, so there should not be a
regression. Furthermore I think shader support is more important than
filtering, since NP2 textures are mostly used for 1:1 copying to the
screen.
Stefan Dösinger [Tue, 8 Jul 2008 23:59:10 +0000 (18:59 -0500)]
wined3d: Use GL_ARB_texture_non_power_of_two emulation.
ATI cards prior to the radeon HD series did not have unconditional non
power of two support. So far we've used texture_rectangle for that, or
created a bigger power of two texture with padding. This had the
disadvantage that we had to correct the coordinates, which causes
extreme problems with shaders(doesn't work, pretty much).
Both the MacOS and the fglrx driver have support for
GL_ARB_texture_non_power_of_two, and run it on the hardware as long as
we stay within the texture_rectangle limitations. This allows us to
have conditional non power of two textures with normalized
coordinates. This patch adds an internal extension, and the code
creates a regular GL_TEXTURE_2D texture with NP2 size, but refuses
mipmapping, filtering and texture_rectangle incompatible
operations. This makes np2 textures work with shaders on fglrx and
macos.
Stefan Dösinger [Mon, 7 Jul 2008 22:22:00 +0000 (17:22 -0500)]
wined3d: Correct the D3DTOP_LERP parameter order.
Stefan Dösinger [Mon, 7 Jul 2008 22:06:33 +0000 (17:06 -0500)]
wined3d: Fix the MULTIPLYADD parameter orders in atifs.
Stefan Dösinger [Mon, 7 Jul 2008 22:00:49 +0000 (17:00 -0500)]
d3d9: Unset the vertex shader in the compare_instructions test.
Stefan Dösinger [Sat, 5 Jul 2008 21:46:21 +0000 (16:46 -0500)]
wined3d: Move an VBO support check to the state template.
Stefan Dösinger [Sat, 5 Jul 2008 21:37:47 +0000 (16:37 -0500)]
wined3d: Remove more dead code.
The opengl extension mentioned in that code was never finished, and as
far as I know there is no way to make use of tangent data in the d3d
fixed function pipeline as well.
Stefan Dösinger [Sat, 5 Jul 2008 21:26:33 +0000 (16:26 -0500)]
wined3d: Remove GL_EXT_vertex_weighting stubs.
Stefan Dösinger [Sat, 5 Jul 2008 21:21:26 +0000 (16:21 -0500)]
wined3d: Move the vertexblend support check to the template.
Stefan Dösinger [Sat, 5 Jul 2008 21:14:00 +0000 (16:14 -0500)]
wined3d: Check for ATI_ENVMAP_BUMPMAP in the template.
Note that GL_ATI_envmap_bumpmap is not the same as
GL_ATI_fragment_shader. envmap_bumpmap is used together with the
regular opengl ffp pipeline and is not used (other than for
pixelformats) if GL_ATI_fragment_shader is used.
Stefan Dösinger [Sat, 5 Jul 2008 21:07:00 +0000 (16:07 -0500)]
wined3d: Only register the np2 texture fixup if needed.
Dylan Smith [Thu, 17 Jul 2008 15:55:19 +0000 (11:55 -0400)]
richedit: Fixed regression that caused endless loop.
Mathias Kosch [Thu, 17 Jul 2008 20:17:13 +0000 (22:17 +0200)]
winex11: Fix typo in X11DRV_SetDIBits optimization.
James Hawkins [Thu, 17 Jul 2008 17:27:14 +0000 (12:27 -0500)]
kernel32: Don't get the profile string if the buffer length is zero.