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.
Rob Shearman [Tue, 26 Aug 2008 19:06:09 +0000 (20:06 +0100)]
msxml3: Use CP_UNIXCP instead of CP_ACP in libxmlFatalError as the input string is one generated by a native OS function.
Rob Shearman [Tue, 26 Aug 2008 19:05:56 +0000 (20:05 +0100)]
winealsa.drv: Use CP_UNIXCP instead of CP_ACP for strings obtained from native OS functions.
Rob Shearman [Tue, 26 Aug 2008 19:05:25 +0000 (20:05 +0100)]
rpcrt4: Add tests for RpcBindingReset.
Rob Shearman [Tue, 26 Aug 2008 19:05:17 +0000 (20:05 +0100)]
widl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for NULL in-only context handles instead of RPC_X_NULL_REF_PTR.
Based on a patch by Michael Martin.
Paul Vriens [Tue, 26 Aug 2008 15:30:09 +0000 (17:30 +0200)]
comctl32/tests: Don't assert on not implemented function.
Paul Vriens [Tue, 26 Aug 2008 13:52:35 +0000 (15:52 +0200)]
shlwapi/tests: Fix a test on Vista.
Hans Leidekker [Tue, 26 Aug 2008 14:59:38 +0000 (16:59 +0200)]
winhttp: Implement WinHttpSetCredentials.
Only supports the basic authentication scheme.
Hans Leidekker [Tue, 26 Aug 2008 14:56:54 +0000 (16:56 +0200)]
winhttp: Implement WinHttpQueryAuthSchemes.
Huw Davies [Tue, 26 Aug 2008 13:21:15 +0000 (14:21 +0100)]
crypt32: Add support for CERT_NAME_STR_REVERSE_FLAG.
Huw Davies [Tue, 26 Aug 2008 11:43:02 +0000 (12:43 +0100)]
cryptdlg: Add stubs for CertViewProperties.
Jacek Caban [Tue, 26 Aug 2008 11:55:27 +0000 (13:55 +0200)]
shdocvw: Pass the right IDispatch to NavigateComplete2 and DocumentComplete.
Dmitry Timoshkov [Tue, 26 Aug 2008 11:43:54 +0000 (20:43 +0900)]
user32: Partially revert
499c26ce66ec6cbbb3569c69ca95c9dfac01d39f.
This part of the patch really has nothing to do with an idea the patch
aimed to achieve.
Dmitry Timoshkov [Tue, 26 Aug 2008 11:40:58 +0000 (20:40 +0900)]
user32: Add a test for monitor work area, fix some failures.
Alexandre Julliard [Tue, 26 Aug 2008 18:43:33 +0000 (20:43 +0200)]
ntdll/tests: Handle a couple of failures on NT4.
Alexandre Julliard [Tue, 26 Aug 2008 18:40:57 +0000 (20:40 +0200)]
Include sys/filio.h to get the FIONREAD definition on Solaris.
Alexandre Julliard [Tue, 26 Aug 2008 18:40:28 +0000 (20:40 +0200)]
wininet/tests: Add a couple more optional notifications.
Alexandre Julliard [Tue, 26 Aug 2008 18:40:09 +0000 (20:40 +0200)]
wininet: Avoid testing errno when it isn't set. Simplify NETCON_getNextLine a bit.
Paul Vriens [Tue, 26 Aug 2008 10:10:52 +0000 (12:10 +0200)]
crypt32/tests: Use CryptAcquireContextA instead of CryptAcquireContextW.
Hans Leidekker [Tue, 26 Aug 2008 09:05:23 +0000 (11:05 +0200)]
winhttp: Remove some unneeded includes.
Hans Leidekker [Tue, 26 Aug 2008 09:05:02 +0000 (11:05 +0200)]
winhttp: Implement WinHttpWriteData.
Hans Leidekker [Tue, 26 Aug 2008 09:04:43 +0000 (11:04 +0200)]
winhttp: Implement WinHttpReadData.
Hans Leidekker [Tue, 26 Aug 2008 09:04:22 +0000 (11:04 +0200)]
winhttp: Implement WinHttpQueryDataAvailable.
Hans Leidekker [Tue, 26 Aug 2008 09:04:04 +0000 (11:04 +0200)]
winhttp: Implement WinHttpReceiveResponse.
Hans Leidekker [Tue, 26 Aug 2008 09:03:40 +0000 (11:03 +0200)]
winhttp: Implement WinHttpSendRequest.
Hans Leidekker [Tue, 26 Aug 2008 09:03:19 +0000 (11:03 +0200)]
winhttp: Add networking infrastructure.
Hans Leidekker [Tue, 26 Aug 2008 09:02:54 +0000 (11:02 +0200)]
winhttp: Add support for querying most of the standard header attributes.
Paul Vriens [Tue, 26 Aug 2008 06:49:59 +0000 (08:49 +0200)]
shell32/tests: Run tests again on win95.
Paul Vriens [Tue, 26 Aug 2008 06:19:03 +0000 (08:19 +0200)]
d3dxof/tests: Run tests again on win9x.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:57 +0000 (11:28 +0200)]
msvcrt/tests: Add support for some broken demangle results on older Windows versions.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:31 +0000 (11:28 +0200)]
ntdll/tests: Allow alternate results in the string tests to make them pass on Vista.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:18 +0000 (11:28 +0200)]
ntdll/tests: Allow alternate results in the info test to make it pass on Vista.
Alexandre Julliard [Tue, 26 Aug 2008 09:28:11 +0000 (11:28 +0200)]
ntdll/tests: Allow alternate results in the env test to make it pass on Vista.
Alexandre Julliard [Tue, 26 Aug 2008 09:27:48 +0000 (11:27 +0200)]
shell32/tests: Fix an unsigned comparison warning.
Alexandre Julliard [Tue, 26 Aug 2008 09:27:26 +0000 (11:27 +0200)]
wininet/tests: Add support for optional notifications. Fix the test to pass again on Windows and Wine.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:49 +0000 (01:58 +0400)]
gdiplus: Implemented GdipIsInfiniteRegion with tests.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:45 +0000 (01:58 +0400)]
gdiplus: Test for default Graphics clipping region.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:42 +0000 (01:58 +0400)]
gdiplus: Basic parameter check in GdipTransformPoints with tests.
Nikolay Sivov [Mon, 25 Aug 2008 21:58:33 +0000 (01:58 +0400)]
gdiplus: GdipDeleteGraphics affected by busy state too. Test added.
Vladimir Pankratov [Sun, 24 Aug 2008 19:03:55 +0000 (19:03 +0000)]
shell32: Update Russian translation.
Roy Shea [Fri, 22 Aug 2008 19:53:59 +0000 (12:53 -0700)]
mstask: Implemented (Set|Get)Trigger.
Roy Shea [Fri, 22 Aug 2008 19:52:46 +0000 (12:52 -0700)]
mstask: Implemented CreateTrigger.
Alexander Nicolaysen Sørnes [Mon, 25 Aug 2008 21:03:17 +0000 (23:03 +0200)]
regedit: Use only SendMessageW in treeview.c.
Alexander Nicolaysen Sørnes [Mon, 25 Aug 2008 21:00:35 +0000 (23:00 +0200)]
regedit: Convert treeview init to Unicode.
Alexander Nicolaysen Sørnes [Mon, 25 Aug 2008 20:21:58 +0000 (22:21 +0200)]
regedit: Convert searching to Unicode.
Luis C. Busquets Pérez [Mon, 25 Aug 2008 16:47:45 +0000 (18:47 +0200)]
d3dx9: Add types to d3dx9shader.h.
Luis C. Busquets Pérez [Sun, 24 Aug 2008 09:47:43 +0000 (11:47 +0200)]
d3dx8: D3DXQuaternionRotationMatrix correct compare value for the trace.
Stefan Dösinger [Mon, 25 Aug 2008 03:45:21 +0000 (22:45 -0500)]
winex11: Add a run-total fps counter to the fps debug channel.
Stefan Dösinger [Mon, 18 Aug 2008 14:50:04 +0000 (16:50 +0200)]
wined3d: Make the alphaop == colorop matching a bit smarter.
Stefan Dösinger [Wed, 20 Aug 2008 15:23:25 +0000 (10:23 -0500)]
wined3d: The final luminance factor is clamped.
Stefan Dösinger [Mon, 18 Aug 2008 12:28:09 +0000 (14:28 +0200)]
wined3d: Declare the texture factor when D3DTOP_BLENDFACTORALPHA is used.
Stefan Dösinger [Sun, 17 Aug 2008 21:46:47 +0000 (23:46 +0200)]
wined3d: Use the correct texture limit.
We have to use the texture limit of the fragment pipeline in use here,
not the fixed function GL texture limit.
Stefan Dösinger [Sun, 17 Aug 2008 20:49:33 +0000 (22:49 +0200)]
wined3d: Fix projected bump mapping.
Stefan Dösinger [Tue, 19 Aug 2008 15:43:03 +0000 (10:43 -0500)]
wined3d: Implement D3DTA_ALPHAREPLICATE in arbfp and atifs.
Also adds a simple test for this. In the fixed function and nvrc/nvts
code this already works properly.
Stefan Dösinger [Tue, 19 Aug 2008 15:51:04 +0000 (10:51 -0500)]
wined3d: Implement D3DTOP_BUMPENVMAPLUMINANCE.
Stefan Dösinger [Wed, 20 Aug 2008 15:51:45 +0000 (10:51 -0500)]
wined3d: Fix the texcoord size mask.
There is room for 8 texture coordinates, not just 4.
Stefan Dösinger [Mon, 25 Aug 2008 14:13:30 +0000 (09:13 -0500)]
ddraw: Don't destroy the application's window.
Damjan Jovanovic [Mon, 25 Aug 2008 18:40:20 +0000 (20:40 +0200)]
oleaut32: Thousands separator support for VarFormat.
Andrew Talbot [Mon, 25 Aug 2008 14:36:12 +0000 (15:36 +0100)]
dxdiagn: Sign-compare warning fix.
Paul Vriens [Mon, 25 Aug 2008 15:55:25 +0000 (17:55 +0200)]
kernel32/tests: Use skip instead of trace.
Paul Vriens [Mon, 25 Aug 2008 15:22:44 +0000 (17:22 +0200)]
kernel32/tests: Use a file that is available on all platforms.
Paul Vriens [Mon, 25 Aug 2008 14:48:31 +0000 (16:48 +0200)]
kernel32/tests: Fix two failures on win9x.
Paul Vriens [Mon, 25 Aug 2008 12:16:25 +0000 (14:16 +0200)]
advapi32/tests: Don't test unimplemented functions.
Paul Vriens [Mon, 25 Aug 2008 08:52:03 +0000 (10:52 +0200)]
advapi32/tests: SC_MANAGER_ENUMERATE_SERVICE is enough.
Jacek Caban [Mon, 25 Aug 2008 10:02:57 +0000 (12:02 +0200)]
jscript: Added JSGlobal typelib.
Alexandre Julliard [Mon, 25 Aug 2008 14:14:51 +0000 (16:14 +0200)]
dnsapi: Fix compile without the resolv library.
Alexandre Julliard [Mon, 25 Aug 2008 13:56:50 +0000 (15:56 +0200)]
winhttp: Add support for building on Windows.
Alexandre Julliard [Mon, 25 Aug 2008 13:56:41 +0000 (15:56 +0200)]
winhttp: Fix WinHttpSetDefaultProxyConfiguration spec entry.
Alexandre Julliard [Mon, 25 Aug 2008 13:38:27 +0000 (15:38 +0200)]
gdi32: Add missing WineEngRealizationInfo function for the non-freetype case.
Alexandre Julliard [Mon, 25 Aug 2008 12:41:03 +0000 (14:41 +0200)]
configure: Generate the list of top-level directories to install.
Alexandre Julliard [Mon, 25 Aug 2008 12:27:03 +0000 (14:27 +0200)]
makefiles: Recurse into all directories for install-lib and install-dev too.
Alexandre Julliard [Mon, 25 Aug 2008 10:37:12 +0000 (12:37 +0200)]
d3dxof: Don't make local variables static.