Commit graph

49482 commits

Author SHA1 Message Date
James Hawkins
eb86c5bb12 comctl32: Fix several test failures in win98. 2008-08-29 13:24:58 +02:00
James Hawkins
080d8e7261 rpcrt4: Fix several test failures in Vista. 2008-08-29 13:24:22 +02:00
James Hawkins
56d5a7f169 crypt32: Fix a failing test in Vista. 2008-08-29 13:24:09 +02:00
James Hawkins
77f6156724 lz32: Fix several failing tests in win95. 2008-08-29 13:24:02 +02:00
James Hawkins
7d7d799284 kernel32: Trace the last error on failure. 2008-08-29 13:23:03 +02:00
James Hawkins
806edcc496 kernel32: Fix two failing tests in win95. 2008-08-29 13:22:55 +02:00
James Hawkins
39732cf927 kernel32: Trace the modified buffer on error. 2008-08-29 13:22:50 +02:00
James Hawkins
9aef134bdc kernel32: Fix a failing test in win95. 2008-08-29 13:22:31 +02:00
James Hawkins
4c7cb8a339 gdi32: Fix a failing test in win98. 2008-08-29 13:22:14 +02:00
James Hawkins
fff29663ab crypt32: Fix a failing test in Vista. 2008-08-29 13:22:02 +02:00
James Hawkins
f9b0620f9f crypt32: Fix a failing test in XP. 2008-08-29 13:21:57 +02:00
James Hawkins
1519d9e995 advapi32: Fix several failing tests in Vista. 2008-08-29 13:21:19 +02:00
James Hawkins
67b23d024b advapi32: Print the actual result of several failing tests. 2008-08-29 13:21:12 +02:00
James Hawkins
f126c765c7 comctl32: Fix a failing test in XP. 2008-08-29 13:21:01 +02:00
James Hawkins
1258e4d8ff comctl32: Fix a few failing tests in win2000. 2008-08-29 13:20:53 +02:00
James Hawkins
3814d38aa9 advapi32: Fix another set of failures on some Vista systems. 2008-08-29 13:20:40 +02:00
James Hawkins
7b8e8004c8 advapi32: Fix a few failing tests in Vista. 2008-08-29 13:20:36 +02:00
Christian Costa
ce313a5b0e d3dxof: Fix guid syntax. 2008-08-29 13:17:56 +02:00
Nikolay Sivov
7d71805afc gdiplus: Add TRACE(..) to graphicspath.c. 2008-08-29 12:32:15 +02:00
Nikolay Sivov
813d6dc537 gdiplus: Implemented GdipIsEmptyClip with tests. 2008-08-29 12:32:08 +02:00
Nikolay Sivov
ff88d4e18e gdiplus: Implemented GdipResetClip with tests. 2008-08-29 12:32:01 +02:00
Hongbo Ni
698e872751 comdlg32: Update simplified Chinese resource. 2008-08-29 12:31:20 +02:00
Hongbo Ni
b76433452c comdlg32: Update traditional Chinese resource. 2008-08-29 12:31:15 +02:00
Hongbo Ni
daca24631c shell32: Update simplified Chinese resource. 2008-08-29 12:31:08 +02:00
Hongbo Ni
0fc9ad37d8 shell32: Update traditional Chinese resource. 2008-08-29 12:31:03 +02:00
Hongbo Ni
11295e708f user32: Update traditional Chinese resource. 2008-08-29 12:30:40 +02:00
Hongbo Ni
ecc1bf3d0e notepad: Add traditional Chinese resource. 2008-08-29 12:30:32 +02:00
Hongbo Ni
d07bb7f60b winecfg: Add simplified Chinese resource. 2008-08-29 12:30:21 +02:00
Hongbo Ni
fcb7e8a609 winecfg: Update traditional Chinese resource. 2008-08-29 12:30:12 +02:00
Hongbo Ni
a10d6ede68 wineconsole: Add traditional Chinese resource. 2008-08-29 12:28:56 +02:00
Hongbo Ni
e0676d2777 winefile: Add traditional Chinese resource. 2008-08-29 12:28:46 +02:00
Hongbo Ni
a2efa42363 winhlp32: Add traditional Chinese resource. 2008-08-29 12:28:37 +02:00
Hongbo Ni
c75fde2c0a progman: Add traditional Chinese resource. 2008-08-29 12:28:32 +02:00
Hongbo Ni
0b091fa5cb clock: Add traditional Chinese resource. 2008-08-29 12:28:26 +02:00
Detlef Riekenberg
4f9c56d6f4 oleaut32: Add entry for 16-bit LHashValOfNameSys. 2008-08-29 12:28:02 +02:00
Henri Verbeet
b4f43e372e wined3d: Remove useless hash_table_t typedef. 2008-08-29 12:26:55 +02:00
Alexander Nicolaysen Sørnes
9d6b80b121 regedit: Convert value creation to unicode. 2008-08-29 12:26:43 +02:00
Juan Lang
6c4d39bcaf cryptuiapi: Add a stub for CryptUIDlgCertMgr. 2008-08-29 12:24:06 +02:00
Juan Lang
7ddb29f6fd crypt32: Add tests showing signed CTLs aren't decoded by CryptDecodeObject. 2008-08-29 12:23:58 +02:00
Juan Lang
0ab7781d99 crypt32: Fix typo. 2008-08-29 12:23:54 +02:00
Juan Lang
fc1f9b9157 crypt32: Fix typo. 2008-08-29 12:23:50 +02:00
Juan Lang
ece736209b wincrypt.h: Add missing definitions. 2008-08-29 12:23:14 +02:00
Juan Lang
c950c8d28f wincrypt.h: Fix typos. 2008-08-29 12:23:11 +02:00
Huw Davies
e8d834e02d crypt32: Fix streamed, detached updates.
Thanks to Juan for confirming this is the correct fix.
2008-08-29 12:22:46 +02:00
Huw Davies
152a55eef2 crypt32/tests: Add a test for streamed, detached updates. 2008-08-29 12:22:41 +02:00
Hans Leidekker
13ba609b04 winhttp: Use default values when empty strings are passed for verb, object and version parameters. 2008-08-29 12:22:36 +02:00
Hans Leidekker
f732065c4c winhttp: Test secure connections. Fix a crash when no response is returned. 2008-08-29 12:22:30 +02:00
Hans Leidekker
0b19e8559f winhttp: Add support for secure connections. 2008-08-29 12:22:23 +02:00
Vijay Kiran Kamuju
02ca43cbbc d3drm: Include d3drmobj.h in d3drm.h. 2008-08-28 13:28:12 +02:00
Louis Lenders
4bfd945b45 shobjidl.idl: Add Taskbarlist interface definitions. 2008-08-28 13:28:07 +02:00