Hans Leidekker [Sun, 7 Sep 2008 19:35:53 +0000 (21:35 +0200)]
winhttp: Add the remaining completion notifications.
Hans Leidekker [Sun, 7 Sep 2008 19:35:07 +0000 (21:35 +0200)]
winhttp: Use a process global SSL context instead of per connection.
Hans Leidekker [Sun, 7 Sep 2008 19:31:22 +0000 (21:31 +0200)]
winhttp: The last parameter of WinHttpWriteData is optional.
Hans Leidekker [Sun, 7 Sep 2008 19:30:31 +0000 (21:30 +0200)]
winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
Hans Leidekker [Sun, 7 Sep 2008 19:29:44 +0000 (21:29 +0200)]
winhttp: Start sending async completion notifications. Add corresponding tests.
Alexandre Julliard [Mon, 8 Sep 2008 10:37:56 +0000 (12:37 +0200)]
makefile: Fix dependency for programs install.
Detlef Riekenberg [Mon, 8 Sep 2008 03:20:26 +0000 (05:20 +0200)]
include: Update RASCONN and error codes.
Francois Gouget [Sun, 7 Sep 2008 19:13:19 +0000 (21:13 +0200)]
ddraw/tests: Fix compilation on systems that don't support nameless unions.
Henri Verbeet [Sun, 7 Sep 2008 16:48:41 +0000 (18:48 +0200)]
sspi: SECBUFFER_HEADER should be called SECBUFFER_STREAM_HEADER.
Eric Pouech [Sat, 6 Sep 2008 20:20:19 +0000 (22:20 +0200)]
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.
Eric Pouech [Sat, 6 Sep 2008 20:20:13 +0000 (22:20 +0200)]
dbghelp: Silence 0x112c symbol type.
Eric Pouech [Sat, 6 Sep 2008 20:20:06 +0000 (22:20 +0200)]
dbghelp: Use the correct size for global variable when searching for a symbol.
Eric Pouech [Sat, 6 Sep 2008 20:20:00 +0000 (22:20 +0200)]
winedbg: Also handle 1 byte signed int as they were char (PDB files are done like this... sigh).
Eric Pouech [Sat, 6 Sep 2008 20:19:53 +0000 (22:19 +0200)]
dbghelp: Correctly setup the Unix regular expression for matching file names in SymEnumLines.
Plug a potential memory leak as well.
Eric Pouech [Sat, 6 Sep 2008 20:19:46 +0000 (22:19 +0200)]
dbghelp: Fixed offset computation for bitfields inside structures in Codeview debug information.
Muneyuki Noguchi [Sat, 6 Sep 2008 09:04:33 +0000 (18:04 +0900)]
appwiz.cpl: Add Japanese resources.
Muneyuki Noguchi [Sat, 6 Sep 2008 08:13:47 +0000 (17:13 +0900)]
notepad: Update Japanese translation.
Michael Stefaniuc [Fri, 5 Sep 2008 22:18:31 +0000 (00:18 +0200)]
regedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt, Ru, Si and Tr translations.
Michael Stefaniuc [Fri, 5 Sep 2008 22:17:55 +0000 (00:17 +0200)]
worpad: Fix the German translation.
Michael Stefaniuc [Fri, 5 Sep 2008 22:16:21 +0000 (00:16 +0200)]
wordpad: Change the encoding of the German resource file to utf-8.
Michael Stefaniuc [Fri, 5 Sep 2008 22:15:03 +0000 (00:15 +0200)]
wordpad: Fix the Hungarian translation by removing an untranslated and incomplete STRINGTABLE.
Michael Stefaniuc [Fri, 5 Sep 2008 22:14:34 +0000 (00:14 +0200)]
shell32: Fix the Ca, Hu, Ro, Sk, Sv and Wa translations by removing an untranslated string.
Rob Shearman [Fri, 5 Sep 2008 21:08:42 +0000 (22:08 +0100)]
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.
Rob Shearman [Fri, 5 Sep 2008 21:09:11 +0000 (22:09 +0100)]
rpcrt4: Only start the RpcSs process for handles to the local server.
Rob Shearman [Fri, 5 Sep 2008 21:07:37 +0000 (22:07 +0100)]
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.
Rob Shearman [Fri, 5 Sep 2008 21:07:32 +0000 (22:07 +0100)]
wine_common_ver.rc: Allow the file version number and string to be automatically constructed from major, minor, build and platform ID numbers.
Michael Stefaniuc [Fri, 5 Sep 2008 20:02:57 +0000 (22:02 +0200)]
user32/tests: Remove unreachable break after return (Smatch).
Andrew Talbot [Fri, 5 Sep 2008 19:26:47 +0000 (20:26 +0100)]
qmgr: Sign-compare warnings fix.
Andrew Talbot [Fri, 5 Sep 2008 19:26:44 +0000 (20:26 +0100)]
qcap: Sign-compare warning fix.
Jeff Zaroyko [Fri, 5 Sep 2008 16:17:34 +0000 (02:17 +1000)]
wined3d: Add missing HeapFree.
Lei Zhang [Fri, 5 Sep 2008 15:21:32 +0000 (08:21 -0700)]
sane.ds: Replace wsprintfW with sprintfW.
Alistair Leslie-Hughes [Fri, 5 Sep 2008 12:47:28 +0000 (22:47 +1000)]
mshtml: Add IHTMLBodyElement bgColor tests.
Alistair Leslie-Hughes [Fri, 5 Sep 2008 10:34:59 +0000 (20:34 +1000)]
mshtml: Implement IHTMLBodyElement get/put bgColor.
Alexandre Julliard [Fri, 5 Sep 2008 15:28:27 +0000 (17:28 +0200)]
Release 1.1.4.
Paul Vriens [Fri, 5 Sep 2008 14:19:34 +0000 (16:19 +0200)]
winspool.drv/tests: Fix a test on Vista/W2K8.
Paul Vriens [Fri, 5 Sep 2008 14:14:56 +0000 (16:14 +0200)]
wintrust/tests: Add a missing FreeLibrary.
Paul Vriens [Fri, 5 Sep 2008 14:13:16 +0000 (16:13 +0200)]
quartz/tests: Add a missing CoUninitialize.
Nikolay Sivov [Fri, 5 Sep 2008 12:51:25 +0000 (16:51 +0400)]
gdiplus: Fix for GdipGraphicsClear.
Hans Leidekker [Fri, 5 Sep 2008 12:12:08 +0000 (14:12 +0200)]
winhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional.
Hans Leidekker [Fri, 5 Sep 2008 12:11:46 +0000 (14:11 +0200)]
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS).
Hans Leidekker [Fri, 5 Sep 2008 12:10:57 +0000 (14:10 +0200)]
winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS).
Paul Vriens [Fri, 5 Sep 2008 11:37:30 +0000 (13:37 +0200)]
dsound/tests: Fix typos in tests.
Paul Vriens [Fri, 5 Sep 2008 09:14:59 +0000 (11:14 +0200)]
urlmon/tests: Fix test on win98.
Francois Gouget [Fri, 5 Sep 2008 11:15:10 +0000 (13:15 +0200)]
d3dxof: Add a '\n' to a Wine trace.
Francois Gouget [Fri, 5 Sep 2008 11:15:04 +0000 (13:15 +0200)]
kernel32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Fri, 5 Sep 2008 11:14:56 +0000 (13:14 +0200)]
gdiplus: Add/fix the trailing '\n' in Wine traces.
Francois Gouget [Fri, 5 Sep 2008 11:14:47 +0000 (13:14 +0200)]
wined3d: Remove spaces before '\n' in Wine traces.
Francois Gouget [Fri, 5 Sep 2008 11:14:36 +0000 (13:14 +0200)]
crypt32/tests: Add a trailing '\n' to an ok() call.
Paul Vriens [Fri, 5 Sep 2008 11:27:41 +0000 (13:27 +0200)]
crypt32/tests: Don't crash on Vista.
Nikolay Sivov [Fri, 5 Sep 2008 10:41:49 +0000 (14:41 +0400)]
gdiplus: Implemented GdipCloneImage.
Nikolay Sivov [Fri, 5 Sep 2008 09:56:10 +0000 (13:56 +0400)]
gdiplus: Implemented GdipGraphicsClear.
Jan de Mooij [Fri, 5 Sep 2008 09:17:53 +0000 (11:17 +0200)]
comdlg32/printdlg: Leave FromPages/ToPages empty if it contains max. WORD value.
Jan de Mooij [Fri, 5 Sep 2008 09:08:49 +0000 (11:08 +0200)]
comdlg32/printdlg: If ToPages field is left empty set it to FromPages value.
Jeff Zaroyko [Tue, 2 Sep 2008 21:08:21 +0000 (07:08 +1000)]
dsound: Check for invalid parameter when unlocking secondary buffers.
Vincent Povirk [Tue, 2 Sep 2008 21:06:42 +0000 (16:06 -0500)]
explorer: Modify rects passed to SHAppBarMessage to not interfere with existing appbars.
Vincent Povirk [Tue, 2 Sep 2008 20:36:21 +0000 (15:36 -0500)]
explorer: Track appbar positions and send ABN_POSCHANGED notifications.
Vincent Povirk [Tue, 2 Sep 2008 20:17:09 +0000 (15:17 -0500)]
explorer: Implement ABM_ADD and ABM_REMOVE.
Vincent Povirk [Tue, 2 Sep 2008 20:08:20 +0000 (15:08 -0500)]
shell32: Add tests for SHAppBarMessage.
Alexandre Julliard [Fri, 5 Sep 2008 09:32:59 +0000 (11:32 +0200)]
crypt32: Avoid some uninitialized variable warnings on older gcc.
Alexandre Julliard [Fri, 5 Sep 2008 09:25:36 +0000 (11:25 +0200)]
jscript: Avoid an uninitialized variable warning on older gcc.
Alexandre Julliard [Fri, 5 Sep 2008 09:25:21 +0000 (11:25 +0200)]
shlwapi/tests: Avoid sizeof in traces.
Jacek Caban [Fri, 5 Sep 2008 00:39:07 +0000 (02:39 +0200)]
jscript: Added empty statement implementation.
Jacek Caban [Fri, 5 Sep 2008 00:38:44 +0000 (02:38 +0200)]
jscript: Added ParseScriptText test.
Jacek Caban [Fri, 5 Sep 2008 00:38:17 +0000 (02:38 +0200)]
jscript: Added SCRIPTSTATE_STARTED implementation.
Jacek Caban [Fri, 5 Sep 2008 00:37:59 +0000 (02:37 +0200)]
jscript: Added IActiveScript::ParseScriptText implementation.
Stefan Dösinger [Thu, 4 Sep 2008 18:58:11 +0000 (13:58 -0500)]
wined3d: Fix uploading higher transform matrices.
Stefan Dösinger [Wed, 3 Sep 2008 21:07:37 +0000 (16:07 -0500)]
wined3d: Close a pshader on-off switching loophole.
Stefan Dösinger [Wed, 3 Sep 2008 18:56:17 +0000 (13:56 -0500)]
wined3d: Fix the pixelformat selection logic.
Stefan Dösinger [Thu, 4 Sep 2008 20:51:21 +0000 (15:51 -0500)]
wined3d: Pack the ffp_desc structure better.
Michael Stefaniuc [Thu, 4 Sep 2008 21:31:09 +0000 (23:31 +0200)]
jscript: Move 'inline' right after the storage specifier in a declaration.
Marcus Meissner [Thu, 4 Sep 2008 11:39:58 +0000 (13:39 +0200)]
Annotate with allocation size attribute.
Marcus Meissner [Thu, 4 Sep 2008 17:32:01 +0000 (19:32 +0200)]
msxml3: Fixed incorrect MultiByteToWideChar.
Huw Davies [Thu, 4 Sep 2008 16:14:44 +0000 (17:14 +0100)]
include: Add a few more things to mimeole.idl.
Muneyuki Noguchi [Thu, 4 Sep 2008 15:47:28 +0000 (00:47 +0900)]
regedit: Update Japanese translation.
Paul Vriens [Thu, 4 Sep 2008 17:51:37 +0000 (19:51 +0200)]
kernel32/tests: Split the test for ret and last error.
Paul Vriens [Thu, 4 Sep 2008 15:49:13 +0000 (17:49 +0200)]
ws2_32/tests: Use CreateEventA for win9x.
Henri Verbeet [Thu, 4 Sep 2008 13:32:36 +0000 (15:32 +0200)]
wined3d: Set the viewport to the texture size in depth_blt().
Jeff Latimer [Thu, 4 Sep 2008 11:08:53 +0000 (21:08 +1000)]
user32/tests: Add more A and W test combinations for dde.
Jeff Latimer [Thu, 4 Sep 2008 11:08:46 +0000 (21:08 +1000)]
user32/tests: Tests for a W interface connection adding some todo_wine tests.
Jeff Latimer [Thu, 4 Sep 2008 11:08:30 +0000 (21:08 +1000)]
user32: DdeConnect causes 2 XTYP_CONNECT_CONFIRM messages to flow. Delete one.
Jeff Latimer [Thu, 4 Sep 2008 11:07:36 +0000 (21:07 +1000)]
user32/tests: Test infrastructure for testing ddeml end to end.
Jeff Latimer [Thu, 4 Sep 2008 10:31:03 +0000 (20:31 +1000)]
user32: Make some DDE traces more meaningful.
Alexandre Julliard [Thu, 4 Sep 2008 20:51:02 +0000 (22:51 +0200)]
kernel32: Implemented the wrapper functions for job objects.
Alexandre Julliard [Thu, 4 Sep 2008 20:47:13 +0000 (22:47 +0200)]
ntdll: Add stubs for all the job object functions.
Alexandre Julliard [Thu, 4 Sep 2008 19:57:13 +0000 (21:57 +0200)]
ntdll: Implemented NtOpenProcessTokenEx and NtOpenThreadTokenEx.
Alexandre Julliard [Thu, 4 Sep 2008 19:52:58 +0000 (21:52 +0200)]
winebuild: Generate MS-style imports using the OriginalFirstThunk field.
Alexandre Julliard [Thu, 4 Sep 2008 19:52:36 +0000 (21:52 +0200)]
libwine: Add support for relocating MS-style imports that use OriginalFirstThunk.
Maarten Lankhorst [Thu, 4 Sep 2008 10:07:37 +0000 (12:07 +0200)]
winealsa.drv/dsound: Handle underruns better.
Alexandre Julliard [Thu, 4 Sep 2008 12:08:19 +0000 (14:08 +0200)]
xcopy.exe: Get rid of remaining uses of Unicode macros.
Alexandre Julliard [Thu, 4 Sep 2008 12:08:12 +0000 (14:08 +0200)]
reg.exe: Get rid of remaining uses of Unicode macros.
Eric Pouech [Sat, 30 Aug 2008 06:44:48 +0000 (08:44 +0200)]
winedbg: Search default debuggee dir for symbol information.
Eric Pouech [Fri, 29 Aug 2008 19:50:59 +0000 (21:50 +0200)]
dbghelp: SymFindFileInPath doesn't check for the parameters passed when looking in a directory, whatever the dbghelp's options.
Eric Pouech [Fri, 29 Aug 2008 19:50:53 +0000 (21:50 +0200)]
dbghelp: Improve the symbol loader for .DBG files.
When looking for a .DBG file, first look for a .DBG file matching all
attributes, then for a .DBG partially matching the attributes.
Eric Pouech [Fri, 29 Aug 2008 19:50:46 +0000 (21:50 +0200)]
dbghelp: Improve the symbol loader.
When looking for a PDB file, no longer use SymFindFileInPath as it
doesn't actually check the signatures, but use an internal function
instead.
Vincent Povirk [Tue, 2 Sep 2008 18:58:01 +0000 (13:58 -0500)]
shell32: Move SHAppBarMessage implementation from shell32 to explorer.
Vincent Povirk [Wed, 3 Sep 2008 21:08:22 +0000 (16:08 -0500)]
user32/tests: Don't check menu items when testing MNS_CHECKORBMP.
If the MNS_CHECKORBMP style is set on a menu, and the menu is checked,
the bitmap is not drawn. For the menu tests, that means we get no
WM_DRAWITEM message for an owner-drawn bitmap, and the bounding box of
the bitmap is not tested. We should leave the menu item unchecked in
this case so we can test it.
Stefan Dösinger [Mon, 1 Sep 2008 04:16:10 +0000 (23:16 -0500)]
wined3d: Compressed surface sizes are multiples of 4.
Since those surfaces are stored in blocks, the 4 pixel step doesn't only apply to surfaces < 4, but
also to surfaces bigger than that, with a non-multiple-of-4 size.
Nikolay Sivov [Wed, 3 Sep 2008 16:34:58 +0000 (20:34 +0400)]
gdiplus: Stubs for AdjustableArrowCap calls.
Nikolay Sivov [Wed, 3 Sep 2008 15:57:09 +0000 (19:57 +0400)]
gdiplus: Fix curve closing in GdipDrawClosedCurve2.
Nikolay Sivov [Wed, 3 Sep 2008 15:11:53 +0000 (19:11 +0400)]
gdiplus: Initial GdipFlattenPath implementation.