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 |
Alexandre Julliard
|
78c79ba349
|
makefile: Fix dependency for programs install.
|
2008-09-08 12:47:21 +02:00 |
Detlef Riekenberg
|
e5ab43c256
|
include: Update RASCONN and error codes.
|
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 |
Henri Verbeet
|
e5f198549b
|
sspi: SECBUFFER_HEADER should be called SECBUFFER_STREAM_HEADER.
|
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
|
a181ad5a2c
|
winedbg: Also handle 1 byte signed int as they were char (PDB files are done like this... sigh).
|
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 |
Muneyuki Noguchi
|
fcb488f3f8
|
notepad: Update Japanese translation.
|
2008-09-08 12:47:20 +02:00 |
Michael Stefaniuc
|
26f363aed3
|
regedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt, Ru, Si and Tr translations.
|
2008-09-08 12:47:20 +02:00 |
Michael Stefaniuc
|
ba94f959db
|
worpad: Fix the German translation.
|
2008-09-08 12:47:20 +02:00 |
Michael Stefaniuc
|
5f8ab11751
|
wordpad: Change the encoding of the German resource file to utf-8.
|
2008-09-08 12:47:20 +02:00 |
Michael Stefaniuc
|
d94a90273e
|
wordpad: Fix the Hungarian translation by removing an untranslated and incomplete STRINGTABLE.
|
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 |
Rob Shearman
|
0b2e574273
|
wine_common_ver.rc: Allow the file version number and string to be automatically constructed from major, minor, build and platform ID numbers.
|
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 |
Alexandre Julliard
|
878737580d
|
Release 1.1.4.
|
2008-09-05 17:28:27 +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 |