James Hawkins
|
e7d9185419
|
comctl32: Trace the first day of the week.
|
2008-09-08 12:47:23 +02:00 |
James Hawkins
|
66e4be152a
|
comctl32: Fix a failing test for some platforms.
|
2008-09-08 12:47:23 +02:00 |
James Hawkins
|
3e2ac662f1
|
comctl32: Fix a typo.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
106791c610
|
comctl32: Fix several test failures in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
66483daf34
|
comctl32: Fix a failing test in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
dcc230c567
|
comctl32: Fix a couple failing tests in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
d54963e512
|
comctl32: Allow a little slop in the status bar metric tests.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
f5e298d2db
|
comctl32: Fix several failing tests in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
5362bfa776
|
comctl32: Fix two failing tests in win98.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
898dd57f5d
|
riched20: Fix several failing test across several platforms.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
765275a306
|
msi: Make sure read-only source files are set writable after being copied.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
8a9ba8f73f
|
msi: Actions should be run even if the installed state is the same as the requested state.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
8733ec8326
|
crypt32: Trace the returned value on failure.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
f4c8a0fadd
|
advapi32: ERROR_IO_PENDING is returned in Vista only on success.
|
2008-09-08 12:47:22 +02:00 |
Francois Gouget
|
3b3f5118ac
|
jscript: Fix compilation with older bison.
|
2008-09-08 12:47:22 +02:00 |
Jacek Caban
|
5ac404aa9c
|
jscript: Added GetDispID implementation.
|
2008-09-08 12:47:21 +02:00 |
Jacek Caban
|
c23ea508a1
|
jscript: Store more data in DispatchEx object.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
f3346a789e
|
winhttp: Support asynchronous requests.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
a4d0abb234
|
winhttp: Add the remaining completion notifications.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
2fb746783f
|
winhttp: Use a process global SSL context instead of per connection.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
520b6e8153
|
winhttp: The last parameter of WinHttpWriteData is optional.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
64a7d23565
|
winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
3d8a9564cd
|
winhttp: Start sending async completion notifications. Add corresponding tests.
|
2008-09-08 12:47:21 +02:00 |
Francois Gouget
|
7dd099416e
|
ddraw/tests: Fix compilation on systems that don't support nameless unions.
|
2008-09-08 12:47:21 +02:00 |
Eric Pouech
|
69bbefac5f
|
dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay their handling after all other symbols are loaded.
This allows to handle properly addresses between public and real
symbols. It should also increase drastically the performance of
.dbg/.pdb loading.
|
2008-09-08 12:47:21 +02:00 |
Eric Pouech
|
2f98c59adb
|
dbghelp: Silence 0x112c symbol type.
|
2008-09-08 12:47:21 +02:00 |
Eric Pouech
|
5ad756fb3c
|
dbghelp: Use the correct size for global variable when searching for a symbol.
|
2008-09-08 12:47:20 +02:00 |
Eric Pouech
|
418a001e00
|
dbghelp: Correctly setup the Unix regular expression for matching file names in SymEnumLines.
Plug a potential memory leak as well.
|
2008-09-08 12:47:20 +02:00 |
Eric Pouech
|
b5ffe31d22
|
dbghelp: Fixed offset computation for bitfields inside structures in Codeview debug information.
|
2008-09-08 12:47:20 +02:00 |
Muneyuki Noguchi
|
8f61250bab
|
appwiz.cpl: Add Japanese resources.
|
2008-09-08 12:47:20 +02:00 |
Michael Stefaniuc
|
c425b43192
|
shell32: Fix the Ca, Hu, Ro, Sk, Sv and Wa translations by removing an untranslated string.
|
2008-09-08 12:47:20 +02:00 |
Rob Shearman
|
f2e47cc2a2
|
rpcrt4: Fix typo in unescape_string_binding_componentW.
string_binding is of type "const WCHAR *" so we shouldn't be calling
strlen on it, we should be calling strlenW on it.
|
2008-09-08 12:47:20 +02:00 |
Rob Shearman
|
170dd5ff8d
|
rpcrt4: Only start the RpcSs process for handles to the local server.
|
2008-09-08 12:47:20 +02:00 |
Rob Shearman
|
55f12a3b63
|
shell32: Remove defines for WINE_FILEVERSION and WINE_FILEVERSION_STR.
These are now constructed automatically from the major, minor, build
and platform ID numbers defined in version.h.
|
2008-09-08 12:47:20 +02:00 |
Michael Stefaniuc
|
a38d47f27f
|
user32/tests: Remove unreachable break after return (Smatch).
|
2008-09-08 12:31:56 +02:00 |
Andrew Talbot
|
201cbd3efa
|
qmgr: Sign-compare warnings fix.
|
2008-09-08 12:31:51 +02:00 |
Andrew Talbot
|
a4dc5ba3cb
|
qcap: Sign-compare warning fix.
|
2008-09-08 12:31:48 +02:00 |
Jeff Zaroyko
|
6a14bcc824
|
wined3d: Add missing HeapFree.
|
2008-09-08 12:31:43 +02:00 |
Lei Zhang
|
887aa9eb3d
|
sane.ds: Replace wsprintfW with sprintfW.
|
2008-09-08 12:31:37 +02:00 |
Alistair Leslie-Hughes
|
e605d3e9bf
|
mshtml: Add IHTMLBodyElement bgColor tests.
|
2008-09-08 12:31:26 +02:00 |
Alistair Leslie-Hughes
|
4196f83f49
|
mshtml: Implement IHTMLBodyElement get/put bgColor.
|
2008-09-08 12:31:20 +02:00 |
Paul Vriens
|
bf520bfbb1
|
winspool.drv/tests: Fix a test on Vista/W2K8.
|
2008-09-05 16:26:39 +02:00 |
Paul Vriens
|
6d6881a791
|
wintrust/tests: Add a missing FreeLibrary.
|
2008-09-05 16:26:33 +02:00 |
Paul Vriens
|
8f23fc4e2f
|
quartz/tests: Add a missing CoUninitialize.
|
2008-09-05 16:26:29 +02:00 |
Nikolay Sivov
|
7258dea49c
|
gdiplus: Fix for GdipGraphicsClear.
|
2008-09-05 16:01:05 +02:00 |
Hans Leidekker
|
6ecd01b8d1
|
winhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional.
|
2008-09-05 16:00:53 +02:00 |
Hans Leidekker
|
6fe2edb5de
|
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS).
|
2008-09-05 16:00:46 +02:00 |
Hans Leidekker
|
b34e816f4a
|
winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS).
|
2008-09-05 16:00:40 +02:00 |
Paul Vriens
|
e3a1593652
|
dsound/tests: Fix typos in tests.
|
2008-09-05 13:46:43 +02:00 |
Paul Vriens
|
f0bed78455
|
urlmon/tests: Fix test on win98.
|
2008-09-05 13:46:12 +02:00 |