Nikolay Sivov [Mon, 21 Jul 2008 19:30:50 +0000 (23:30 +0400)]
gdiplus: Implement GdipGetPathGradientBlend with basic tests.
Nikolay Sivov [Mon, 21 Jul 2008 19:30:39 +0000 (23:30 +0400)]
gdiplus: implemeted GdipGetPathGradientBlendCount with test.
Owen Rudge [Mon, 21 Jul 2008 18:22:54 +0000 (19:22 +0100)]
shell32: Use wide functions when creating control panel.
Owen Rudge [Mon, 21 Jul 2008 18:22:32 +0000 (19:22 +0100)]
shell32: Remove "no control panels" found message.
Alexander Dorofeyev [Sun, 20 Jul 2008 20:28:44 +0000 (23:28 +0300)]
ddraw: Improve IDirect3DDevice7_Load implementation.
Copies palette and colorkey earlier in the helper function, before
copying image, also skips UpdateSurface when palette is missing. This
prevents unnecessary surface (re)loads in wined3d, and gets rid of
some wined3d palette error messages in Sacrifice.
Alexandre Julliard [Tue, 22 Jul 2008 11:27:07 +0000 (13:27 +0200)]
winegcc: Add support for specifying section alignment on Solaris.
Alexandre Julliard [Tue, 22 Jul 2008 11:26:45 +0000 (13:26 +0200)]
winebuild: Don't put the PE header in the .init section on Solaris.
Alexandre Julliard [Tue, 22 Jul 2008 11:26:30 +0000 (13:26 +0200)]
winebuild: Add Solaris as a separate platform.
Mikołaj Zalewski [Mon, 21 Jul 2008 22:18:09 +0000 (00:18 +0200)]
comctl32: Don't print ERRs for reflected messages.
Mikołaj Zalewski [Thu, 17 Jul 2008 15:33:08 +0000 (17:33 +0200)]
comctl32: statusbar: Change the height expression to one that seems to be the same as in Windows.
Dan Hipschman [Tue, 22 Jul 2008 00:46:30 +0000 (17:46 -0700)]
ntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
Dan Hipschman [Tue, 22 Jul 2008 00:44:05 +0000 (17:44 -0700)]
kernel32/tests: Check that timers are not NULL in timer queue tests.
Dan Hipschman [Tue, 22 Jul 2008 00:43:28 +0000 (17:43 -0700)]
kernel32/tests: Add tests for Change/DeleteTimerQueueTimer.
Detlef Riekenberg [Tue, 22 Jul 2008 00:42:41 +0000 (17:42 -0700)]
kernel32/tests: Run the tests again on Win9x.
Dan Hipschman [Tue, 22 Jul 2008 00:42:03 +0000 (17:42 -0700)]
kernel32: Add a stub for ChangeTimerQueueTimer.
Reece Dunn [Mon, 21 Jul 2008 19:28:35 +0000 (20:28 +0100)]
user32: Fixed building the tests with the Vista SDK.
Maarten Lankhorst [Tue, 22 Jul 2008 02:50:07 +0000 (19:50 -0700)]
quartz: Fix end of stream handling in avi splitter.
The last frame wouldn't always be sent, this fixes that.
James Hawkins [Tue, 22 Jul 2008 05:55:59 +0000 (00:55 -0500)]
msi: Determine the source path based on the short/long file names bit of the Word Count summary property.
James Hawkins [Tue, 22 Jul 2008 05:55:26 +0000 (00:55 -0500)]
msi: Set all folders' source paths to the root directory if the source type is compressed.
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.