Louis Lenders [Wed, 27 Aug 2008 16:27:34 +0000 (09:27 -0700)]
shlwapi: Fix UrlUnEscape to expand URLs in-place even if the output buffer is NULL.
Louis Lenders [Wed, 27 Aug 2008 16:26:28 +0000 (09:26 -0700)]
shlwapi: Add test showing UrlUnEscape should convert the url in place when URL_UNESCAPE_INPLACE is set.
Jim Cameron [Wed, 27 Aug 2008 20:51:42 +0000 (21:51 +0100)]
user32/tests: Add a regression test for CreateIconFromResource.
Jim Cameron [Wed, 27 Aug 2008 20:46:59 +0000 (21:46 +0100)]
user32: Fixed bug in loading .cur files.
Alexandre Julliard [Thu, 28 Aug 2008 10:17:42 +0000 (12:17 +0200)]
winetest: Build the test list from the makefile instead of make_makefiles.
Alexandre Julliard [Thu, 28 Aug 2008 10:09:46 +0000 (12:09 +0200)]
configure: Build the winetest dependencies in configure instead of make_makefiles.
Adam Petaccia [Wed, 27 Aug 2008 21:22:22 +0000 (17:22 -0400)]
gdiplus: GdipGetFontHeightGivenDPI: Return a valid value for UnitPixel.
Adam Petaccia [Wed, 27 Aug 2008 21:22:12 +0000 (17:22 -0400)]
gdiplus: Don't create a font if there is no facename.
Adam Petaccia [Wed, 27 Aug 2008 21:22:04 +0000 (17:22 -0400)]
gdiplus: Implement GdipGetFontHeight.
Adam Petaccia [Wed, 27 Aug 2008 21:22:00 +0000 (17:22 -0400)]
gdiplus: Implement GdipGetFontStyle.
Adam Petaccia [Wed, 27 Aug 2008 21:21:56 +0000 (17:21 -0400)]
gdiplus: Implement GdipGetFamily.
Adam Petaccia [Wed, 27 Aug 2008 21:21:49 +0000 (17:21 -0400)]
gdiplus: Test for GdipGetFontStyle.
Adam Petaccia [Wed, 27 Aug 2008 21:21:45 +0000 (17:21 -0400)]
gdiplus: Test for GdipGetFamily.
Adam Petaccia [Wed, 27 Aug 2008 21:21:39 +0000 (17:21 -0400)]
gdiplus: Stub GdipGetFontStyle.
Adam Petaccia [Wed, 27 Aug 2008 21:21:34 +0000 (17:21 -0400)]
gdiplus: Stub GdipGetFamily.
Juan Lang [Wed, 27 Aug 2008 21:15:57 +0000 (14:15 -0700)]
crypt32: Implement CTL decoding.
Juan Lang [Wed, 27 Aug 2008 20:21:50 +0000 (13:21 -0700)]
crypt32: Implement encoding CTLs.
Juan Lang [Wed, 27 Aug 2008 18:06:48 +0000 (11:06 -0700)]
crypt32: Add tests for encoding/decoding CTLs.
Alexander Nicolaysen Sørnes [Wed, 27 Aug 2008 18:40:31 +0000 (20:40 +0200)]
regedit: Use Unicode strings when updating listview.
Alexander Nicolaysen Sørnes [Wed, 27 Aug 2008 21:29:08 +0000 (23:29 +0200)]
regedit: Avoid conversion to ANSI when importing hex values.
Alexander Nicolaysen Sørnes [Mon, 25 Aug 2008 21:38:53 +0000 (23:38 +0200)]
regedit: Fix concat handling for ANSI files.
Lei Zhang [Thu, 28 Aug 2008 00:03:13 +0000 (17:03 -0700)]
wininet: Remove redundant CrLf variables.
Lei Zhang [Wed, 27 Aug 2008 23:54:17 +0000 (16:54 -0700)]
wininet: Work around NULL headers when handling HTTP_QUERY_RAW_HEADERS_CRLF.
Lei Zhang [Wed, 27 Aug 2008 22:00:53 +0000 (15:00 -0700)]
Paul Vriens [Thu, 28 Aug 2008 06:55:43 +0000 (08:55 +0200)]
quartz/tests: Use CreateFileA instead of CreateFileW to please win9x.
Paul Vriens [Thu, 28 Aug 2008 06:23:24 +0000 (08:23 +0200)]
rpcrt4/tests: Skip ok check for win9x.
Paul Vriens [Wed, 27 Aug 2008 19:23:21 +0000 (21:23 +0200)]
oleaut32/tests: Skip some tests on win9x.
Stefan Dösinger [Sat, 23 Aug 2008 20:41:51 +0000 (15:41 -0500)]
wined3d: Handle projected textures properly in arbfp and atifs.
GL_ARB_fragment_program and GL_ATI_fragment_shader can disable
projected textures properly, and they can also handle
D3DTTFF_PROJECTED | D3DTTFF_COUNT3 properly.
Stefan Dösinger [Mon, 25 Aug 2008 14:25:24 +0000 (09:25 -0500)]
wined3d: Silence some format spam.
Stefan Dösinger [Thu, 21 Aug 2008 18:47:41 +0000 (13:47 -0500)]
wined3d: Handle projected+bump mapped textures in atifs.
Stefan Dösinger [Thu, 21 Aug 2008 18:38:14 +0000 (13:38 -0500)]
wined3d: Replace a #if 0 with if(0).
Stefan Dösinger [Thu, 21 Aug 2008 18:33:11 +0000 (13:33 -0500)]
wined3d: Remove some more junk code.
Stefan Dösinger [Thu, 21 Aug 2008 18:31:39 +0000 (13:31 -0500)]
wined3d: Remove BaseTexture::UnBindTexture.
Stefan Dösinger [Thu, 21 Aug 2008 18:30:57 +0000 (13:30 -0500)]
wined3d: Replace an #if 0 with if(0).
Andrew Talbot [Wed, 27 Aug 2008 19:53:47 +0000 (20:53 +0100)]
jscript: Sign-compare warnings fix.
Andrew Talbot [Wed, 27 Aug 2008 19:53:37 +0000 (20:53 +0100)]
iphlpapi: Sign-compare warning fix.
Martin Profittlich [Wed, 6 Aug 2008 20:41:17 +0000 (22:41 +0200)]
user32: Make RegisterDeviceNotificationW behave likeRegisterDeviceNotificationA.
Nikolay Sivov [Wed, 27 Aug 2008 19:31:08 +0000 (23:31 +0400)]
gdiplus: Fix for CombineModeReplace with some tests.
Nikolay Sivov [Wed, 27 Aug 2008 19:31:03 +0000 (23:31 +0400)]
gdiplus: Added test shows that CombineModeReplace actually replaces data.
Nikolay Sivov [Wed, 27 Aug 2008 19:30:59 +0000 (23:30 +0400)]
gdiplus: Implemented GdipSetClipRegion with basic tests.
Nikolay Sivov [Wed, 27 Aug 2008 19:30:55 +0000 (23:30 +0400)]
gdiplus: Implemented GdipIsEmptyRegion with tests.
Nikolay Sivov [Wed, 27 Aug 2008 19:30:51 +0000 (23:30 +0400)]
gdiplus: Move some TRACE() higher in region.c.
Nikolay Sivov [Wed, 27 Aug 2008 19:30:39 +0000 (23:30 +0400)]
gdiplus: Added TRACE/FIXME to all PathIterator calls.
Stefan Leichter [Wed, 27 Aug 2008 18:10:50 +0000 (20:10 +0200)]
rasapi32: Fix tests on platforms winme and some win98.
Juan Lang [Wed, 27 Aug 2008 18:02:13 +0000 (11:02 -0700)]
crypt32: Don't ignore errors when encoding items in an array.
Juan Lang [Wed, 27 Aug 2008 17:56:56 +0000 (10:56 -0700)]
crypt32: Implement authority info access decoding.
Juan Lang [Wed, 27 Aug 2008 17:17:09 +0000 (10:17 -0700)]
crypt32: Implement authority info access encoding.
Juan Lang [Wed, 27 Aug 2008 16:58:46 +0000 (09:58 -0700)]
crypt32: Test encoding/decoding the authority info access extension.
Paul Vriens [Wed, 27 Aug 2008 15:08:35 +0000 (17:08 +0200)]
msi/tests: Remove service tests.
Vijay Kiran Kamuju [Wed, 27 Aug 2008 14:40:37 +0000 (10:40 -0400)]
advapi32: Add stub for ConvertToAutoInheritPrivateObjectSecurity.
Paul Vriens [Wed, 27 Aug 2008 11:19:01 +0000 (13:19 +0200)]
netapi32/tests: Fix the error text.
Alexandre Julliard [Wed, 27 Aug 2008 12:19:23 +0000 (14:19 +0200)]
ntdll/tests: Fix a few more failures in the info test.
Aric Stewart [Tue, 26 Aug 2008 14:55:05 +0000 (09:55 -0500)]
user32: Add test demonstrating the WM_PAINT loop.
Alexandre Julliard [Wed, 27 Aug 2008 11:07:30 +0000 (13:07 +0200)]
user32: Apply the SendMessage recursion counter to DispatchMessage too.
Alistair Leslie-Hughes [Wed, 27 Aug 2008 06:33:40 +0000 (16:33 +1000)]
msxml3: Correct unsupported functions in IDispatchEx.
Stefan Dösinger [Thu, 21 Aug 2008 18:23:38 +0000 (13:23 -0500)]
wined3d: Make the texture stage mapping nvrc independent.
Stefan Dösinger [Thu, 21 Aug 2008 18:16:07 +0000 (13:16 -0500)]
wined3d: Remove unneeded code.
The fixed function backend disables the extension. Also messing
with the final combiner shouldn't be needed if nvrc is disabled.
Stefan Dösinger [Thu, 21 Aug 2008 18:14:38 +0000 (13:14 -0500)]
wined3d: Remove dead code.
Stefan Dösinger [Thu, 21 Aug 2008 17:47:14 +0000 (12:47 -0500)]
wined3d: Remove some junk.
Stefan Dösinger [Sat, 16 Aug 2008 22:15:55 +0000 (00:15 +0200)]
wined3d: Update the arbfp shader on a texturetransformflags change.
Stefan Dösinger [Tue, 26 Aug 2008 19:25:56 +0000 (14:25 -0500)]
wined3d: Handle texture transforms in the TEXTURETRANSFORMFLAGS state.
This is a nop by itself, but it makes it easier for fragment pipelines
to read WINED3DTSS_TEXTURETRANSFORMFLAGS.
Stefan Dösinger [Wed, 20 Aug 2008 16:31:05 +0000 (11:31 -0500)]
wined3d: Clean up the texbeml parameter forward.
There's no point in separating scale and luminance since they're
uploaded at the same time. We still want to separate the stages
though.
Stefan Dösinger [Tue, 26 Aug 2008 19:11:47 +0000 (14:11 -0500)]
wined3d: D3DTOP_DOTPRODUCT3 colorop overrides the alphaop.
Note that the fix is only implemented in the arbfp and atifs fragment
pipeline. Unfortunately nvrc doesn't support dot3 as alpha operation.
Stefan Dösinger [Tue, 19 Aug 2008 14:34:54 +0000 (16:34 +0200)]
wined3d: Advertise a few line caps.
Stefan Dösinger [Tue, 19 Aug 2008 11:57:13 +0000 (13:57 +0200)]
wined3d: Disable D3DFMT_R3G3B2.
Jeff Zaroyko [Tue, 26 Aug 2008 08:32:35 +0000 (18:32 +1000)]
msvcrt: Add a test for unlinking non-empty directories.
Detlef Riekenberg [Tue, 26 Aug 2008 08:40:43 +0000 (10:40 +0200)]
shlwapi/tests: Add tests for UrlApplyScheme.
Detlef Riekenberg [Tue, 26 Aug 2008 08:36:09 +0000 (10:36 +0200)]
shlwapi: Fix results for UrlApplyScheme.
Detlef Riekenberg [Mon, 25 Aug 2008 10:49:18 +0000 (12:49 +0200)]
shlwapi: Fix parameters for RegQueryValueExW to read the default value.
Detlef Riekenberg [Tue, 26 Aug 2008 09:23:31 +0000 (11:23 +0200)]
include: Declare TranslateURL and needed flags.
Paul Vriens [Wed, 27 Aug 2008 07:20:39 +0000 (09:20 +0200)]
advapi32/tests: Remove tests for calculation with drivers.
Paul Vriens [Wed, 27 Aug 2008 08:59:56 +0000 (10:59 +0200)]
mstask/tests: Skip tests for security services if they are not implemented.
Hongbo Ni [Wed, 27 Aug 2008 06:24:17 +0000 (16:24 +1000)]
shell32: Convert traditional Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:25:03 +0000 (16:25 +1000)]
winecfg: Convert traditional Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:20:22 +0000 (16:20 +1000)]
user32: Convert Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:16:57 +0000 (16:16 +1000)]
clock: Convert simplified Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:21:54 +0000 (16:21 +1000)]
comdlg32: Convert simplified Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:23:38 +0000 (16:23 +1000)]
comdlg32: Convert traditional Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:16:30 +0000 (16:16 +1000)]
progman: Convert simplified Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:14:56 +0000 (16:14 +1000)]
wineconsole: Convert simplified Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:21:25 +0000 (16:21 +1000)]
shell32: Convert simplified Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:22:33 +0000 (16:22 +1000)]
comctl32: Convert simplified Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:14:34 +0000 (16:14 +1000)]
winefile: Convert simplified Chinese resource to utf8.
Hongbo Ni [Wed, 27 Aug 2008 06:13:24 +0000 (16:13 +1000)]
winhlp32: Convert simplified Chinese resource to utf8.
Hongbo Ni [Tue, 26 Aug 2008 12:46:49 +0000 (22:46 +1000)]
notepad: Convert simplified Chinese resource to utf8.
Nikolay Sivov [Tue, 26 Aug 2008 22:03:27 +0000 (02:03 +0400)]
gdiplus: Implemented GdipGetClip.
Nikolay Sivov [Tue, 26 Aug 2008 22:03:23 +0000 (02:03 +0400)]
gdiplus: Fix for GpRegion clone helper.
Nikolay Sivov [Tue, 26 Aug 2008 22:03:19 +0000 (02:03 +0400)]
gdiplus: Add gdiplus debug channel to matrix.c.
Nikolay Sivov [Tue, 26 Aug 2008 22:03:09 +0000 (02:03 +0400)]
gdiplus: GdipPathIterNextPathType stub added with test.
Alexander Nicolaysen Sørnes [Tue, 26 Aug 2008 20:52:09 +0000 (22:52 +0200)]
regedit: Ignore case when sorting values.
Alexander Nicolaysen Sørnes [Tue, 26 Aug 2008 18:57:23 +0000 (20:57 +0200)]
regedit: Add listview entries as unicode.
Alexander Nicolaysen Sørnes [Tue, 26 Aug 2008 18:02:59 +0000 (20:02 +0200)]
regedit: Fix leak in GetItemFullPathW.
Alexander Nicolaysen Sørnes [Tue, 26 Aug 2008 17:55:35 +0000 (19:55 +0200)]
regedit: Convert menu & statusbar handling to unicode.
Juan Lang [Tue, 26 Aug 2008 17:13:03 +0000 (10:13 -0700)]
cryptuiapi.h: Add missing definitions.
Juan Lang [Tue, 26 Aug 2008 16:40:37 +0000 (09:40 -0700)]
crypt32: Implement CryptVerifyDetachedMessageHash.
Juan Lang [Tue, 26 Aug 2008 16:38:38 +0000 (09:38 -0700)]
crypt32: Add tests for CryptVerifyDetachedHashMessage.
Juan Lang [Tue, 26 Aug 2008 16:38:09 +0000 (09:38 -0700)]
crypt32: Add stub for CryptVerifyDetachedMessageHash.
Juan Lang [Thu, 21 Aug 2008 00:17:52 +0000 (17:17 -0700)]
crypt32: Fix verifying the hash of a detached hash message.
Juan Lang [Wed, 20 Aug 2008 23:29:06 +0000 (16:29 -0700)]
crypt32: Separate decoding data from finalizing (hashing or signing) it.
Juan Lang [Wed, 20 Aug 2008 20:12:59 +0000 (13:12 -0700)]
crypt32: Add tests for verifying the hash of a detached hash message.