wine
16 years agocomctl32: Fix several failing tests in win98.
James Hawkins [Mon, 8 Sep 2008 05:46:00 +0000 (00:46 -0500)] 
comctl32: Fix several failing tests in win98.

16 years agocomctl32: Fix two failing tests in win98.
James Hawkins [Mon, 8 Sep 2008 05:45:03 +0000 (00:45 -0500)] 
comctl32: Fix two failing tests in win98.

16 years agoriched20: Fix several failing test across several platforms.
James Hawkins [Mon, 8 Sep 2008 05:57:05 +0000 (00:57 -0500)] 
riched20: Fix several failing test across several platforms.

16 years agomsi: Make sure read-only source files are set writable after being copied.
James Hawkins [Mon, 8 Sep 2008 10:15:27 +0000 (05:15 -0500)] 
msi: Make sure read-only source files are set writable after being copied.

16 years agomsi: Actions should be run even if the installed state is the same as the requested...
James Hawkins [Mon, 8 Sep 2008 05:56:24 +0000 (00:56 -0500)] 
msi: Actions should be run even if the installed state is the same as the requested state.

16 years agocrypt32: Trace the returned value on failure.
James Hawkins [Mon, 8 Sep 2008 05:50:23 +0000 (00:50 -0500)] 
crypt32: Trace the returned value on failure.

16 years agoadvapi32: ERROR_IO_PENDING is returned in Vista only on success.
James Hawkins [Mon, 8 Sep 2008 05:44:07 +0000 (00:44 -0500)] 
advapi32: ERROR_IO_PENDING is returned in Vista only on success.

16 years agojscript: Fix compilation with older bison.
Francois Gouget [Sun, 7 Sep 2008 23:22:45 +0000 (01:22 +0200)] 
jscript: Fix compilation with older bison.

16 years agojscript: Added GetDispID implementation.
Jacek Caban [Sun, 7 Sep 2008 22:14:58 +0000 (00:14 +0200)] 
jscript: Added GetDispID implementation.

16 years agojscript: Store more data in DispatchEx object.
Jacek Caban [Sun, 7 Sep 2008 22:14:38 +0000 (00:14 +0200)] 
jscript: Store more data in DispatchEx object.

16 years agowinhttp: Support asynchronous requests.
Hans Leidekker [Sun, 7 Sep 2008 19:36:40 +0000 (21:36 +0200)] 
winhttp: Support asynchronous requests.

16 years agowinhttp: Add the remaining completion notifications.
Hans Leidekker [Sun, 7 Sep 2008 19:35:53 +0000 (21:35 +0200)] 
winhttp: Add the remaining completion notifications.

16 years agowinhttp: Use a process global SSL context instead of per connection.
Hans Leidekker [Sun, 7 Sep 2008 19:35:07 +0000 (21:35 +0200)] 
winhttp: Use a process global SSL context instead of per connection.

16 years agowinhttp: The last parameter of WinHttpWriteData is optional.
Hans Leidekker [Sun, 7 Sep 2008 19:31:22 +0000 (21:31 +0200)] 
winhttp: The last parameter of WinHttpWriteData is optional.

16 years agowinhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
Hans Leidekker [Sun, 7 Sep 2008 19:30:31 +0000 (21:30 +0200)] 
winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.

16 years agowinhttp: Start sending async completion notifications. Add corresponding tests.
Hans Leidekker [Sun, 7 Sep 2008 19:29:44 +0000 (21:29 +0200)] 
winhttp: Start sending async completion notifications. Add corresponding tests.

16 years agomakefile: Fix dependency for programs install.
Alexandre Julliard [Mon, 8 Sep 2008 10:37:56 +0000 (12:37 +0200)] 
makefile: Fix dependency for programs install.

16 years agoinclude: Update RASCONN and error codes.
Detlef Riekenberg [Mon, 8 Sep 2008 03:20:26 +0000 (05:20 +0200)] 
include: Update RASCONN and error codes.

16 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
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.

16 years agosspi: SECBUFFER_HEADER should be called SECBUFFER_STREAM_HEADER.
Henri Verbeet [Sun, 7 Sep 2008 16:48:41 +0000 (18:48 +0200)] 
sspi: SECBUFFER_HEADER should be called SECBUFFER_STREAM_HEADER.

16 years agodbghelp: While loading MSC debug info, don't handle public symbol at once, but delay...
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.

16 years agodbghelp: Silence 0x112c symbol type.
Eric Pouech [Sat, 6 Sep 2008 20:20:13 +0000 (22:20 +0200)] 
dbghelp: Silence 0x112c symbol type.

16 years agodbghelp: Use the correct size for global variable when searching for a symbol.
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.

16 years agowinedbg: Also handle 1 byte signed int as they were char (PDB files are done like...
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).

16 years agodbghelp: Correctly setup the Unix regular expression for matching file names in SymEn...
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.

16 years agodbghelp: Fixed offset computation for bitfields inside structures in Codeview debug...
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.

16 years agoappwiz.cpl: Add Japanese resources.
Muneyuki Noguchi [Sat, 6 Sep 2008 09:04:33 +0000 (18:04 +0900)] 
appwiz.cpl: Add Japanese resources.

16 years agonotepad: Update Japanese translation.
Muneyuki Noguchi [Sat, 6 Sep 2008 08:13:47 +0000 (17:13 +0900)] 
notepad: Update Japanese translation.

16 years agoregedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt, Ru, Si and Tr translations.
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.

16 years agoworpad: Fix the German translation.
Michael Stefaniuc [Fri, 5 Sep 2008 22:17:55 +0000 (00:17 +0200)] 
worpad: Fix the German translation.

16 years agowordpad: Change the encoding of the German resource file to utf-8.
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.

16 years agowordpad: Fix the Hungarian translation by removing an untranslated and incomplete...
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.

16 years agoshell32: Fix the Ca, Hu, Ro, Sk, Sv and Wa translations by removing an untranslated...
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.

16 years agorpcrt4: Fix typo in unescape_string_binding_componentW.
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.

16 years agorpcrt4: Only start the RpcSs process for handles to the local server.
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.

16 years agoshell32: Remove defines for WINE_FILEVERSION and WINE_FILEVERSION_STR.
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.

16 years agowine_common_ver.rc: Allow the file version number and string to be automatically...
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.

16 years agouser32/tests: Remove unreachable break after return (Smatch).
Michael Stefaniuc [Fri, 5 Sep 2008 20:02:57 +0000 (22:02 +0200)] 
user32/tests: Remove unreachable break after return (Smatch).

16 years agoqmgr: Sign-compare warnings fix.
Andrew Talbot [Fri, 5 Sep 2008 19:26:47 +0000 (20:26 +0100)] 
qmgr: Sign-compare warnings fix.

16 years agoqcap: Sign-compare warning fix.
Andrew Talbot [Fri, 5 Sep 2008 19:26:44 +0000 (20:26 +0100)] 
qcap: Sign-compare warning fix.

16 years agowined3d: Add missing HeapFree.
Jeff Zaroyko [Fri, 5 Sep 2008 16:17:34 +0000 (02:17 +1000)] 
wined3d: Add missing HeapFree.

16 years agosane.ds: Replace wsprintfW with sprintfW.
Lei Zhang [Fri, 5 Sep 2008 15:21:32 +0000 (08:21 -0700)] 
sane.ds: Replace wsprintfW with sprintfW.

16 years agomshtml: Add IHTMLBodyElement bgColor tests.
Alistair Leslie-Hughes [Fri, 5 Sep 2008 12:47:28 +0000 (22:47 +1000)] 
mshtml: Add IHTMLBodyElement bgColor tests.

16 years agomshtml: Implement IHTMLBodyElement get/put bgColor.
Alistair Leslie-Hughes [Fri, 5 Sep 2008 10:34:59 +0000 (20:34 +1000)] 
mshtml: Implement IHTMLBodyElement get/put bgColor.

16 years agoRelease 1.1.4. wine-1.1.4
Alexandre Julliard [Fri, 5 Sep 2008 15:28:27 +0000 (17:28 +0200)] 
Release 1.1.4.

16 years agowinspool.drv/tests: Fix a test on Vista/W2K8.
Paul Vriens [Fri, 5 Sep 2008 14:19:34 +0000 (16:19 +0200)] 
winspool.drv/tests: Fix a test on Vista/W2K8.

16 years agowintrust/tests: Add a missing FreeLibrary.
Paul Vriens [Fri, 5 Sep 2008 14:14:56 +0000 (16:14 +0200)] 
wintrust/tests: Add a missing FreeLibrary.

16 years agoquartz/tests: Add a missing CoUninitialize.
Paul Vriens [Fri, 5 Sep 2008 14:13:16 +0000 (16:13 +0200)] 
quartz/tests: Add a missing CoUninitialize.

16 years agogdiplus: Fix for GdipGraphicsClear.
Nikolay Sivov [Fri, 5 Sep 2008 12:51:25 +0000 (16:51 +0400)] 
gdiplus: Fix for GdipGraphicsClear.

16 years agowinhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional.
Hans Leidekker [Fri, 5 Sep 2008 12:12:08 +0000 (14:12 +0200)] 
winhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional.

16 years agowinhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS).
Hans Leidekker [Fri, 5 Sep 2008 12:11:46 +0000 (14:11 +0200)] 
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS).

16 years agowinhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS).
Hans Leidekker [Fri, 5 Sep 2008 12:10:57 +0000 (14:10 +0200)] 
winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS).

16 years agodsound/tests: Fix typos in tests.
Paul Vriens [Fri, 5 Sep 2008 11:37:30 +0000 (13:37 +0200)] 
dsound/tests: Fix typos in tests.

16 years agourlmon/tests: Fix test on win98.
Paul Vriens [Fri, 5 Sep 2008 09:14:59 +0000 (11:14 +0200)] 
urlmon/tests: Fix test on win98.

16 years agod3dxof: Add a '\n' to a Wine trace.
Francois Gouget [Fri, 5 Sep 2008 11:15:10 +0000 (13:15 +0200)] 
d3dxof: Add a '\n' to a Wine trace.

16 years agokernel32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Fri, 5 Sep 2008 11:15:04 +0000 (13:15 +0200)] 
kernel32/tests: Add a trailing '\n' to an ok() call.

16 years agogdiplus: Add/fix the trailing '\n' in Wine traces.
Francois Gouget [Fri, 5 Sep 2008 11:14:56 +0000 (13:14 +0200)] 
gdiplus: Add/fix the trailing '\n' in Wine traces.

16 years agowined3d: Remove spaces before '\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.

16 years agocrypt32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Fri, 5 Sep 2008 11:14:36 +0000 (13:14 +0200)] 
crypt32/tests: Add a trailing '\n' to an ok() call.

16 years agocrypt32/tests: Don't crash on Vista.
Paul Vriens [Fri, 5 Sep 2008 11:27:41 +0000 (13:27 +0200)] 
crypt32/tests: Don't crash on Vista.

16 years agogdiplus: Implemented GdipCloneImage.
Nikolay Sivov [Fri, 5 Sep 2008 10:41:49 +0000 (14:41 +0400)] 
gdiplus: Implemented GdipCloneImage.

16 years agogdiplus: Implemented GdipGraphicsClear.
Nikolay Sivov [Fri, 5 Sep 2008 09:56:10 +0000 (13:56 +0400)] 
gdiplus: Implemented GdipGraphicsClear.

16 years agocomdlg32/printdlg: Leave FromPages/ToPages empty if it contains max. WORD value.
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.

16 years agocomdlg32/printdlg: If ToPages field is left empty set it to FromPages 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.

16 years agodsound: Check for invalid parameter when unlocking secondary buffers.
Jeff Zaroyko [Tue, 2 Sep 2008 21:08:21 +0000 (07:08 +1000)] 
dsound: Check for invalid parameter when unlocking secondary buffers.

16 years agoexplorer: Modify rects passed to SHAppBarMessage to not interfere with existing appbars.
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.

16 years agoexplorer: Track appbar positions and send ABN_POSCHANGED notifications.
Vincent Povirk [Tue, 2 Sep 2008 20:36:21 +0000 (15:36 -0500)] 
explorer: Track appbar positions and send ABN_POSCHANGED notifications.

16 years agoexplorer: Implement ABM_ADD and ABM_REMOVE.
Vincent Povirk [Tue, 2 Sep 2008 20:17:09 +0000 (15:17 -0500)] 
explorer: Implement ABM_ADD and ABM_REMOVE.

16 years agoshell32: Add tests for SHAppBarMessage.
Vincent Povirk [Tue, 2 Sep 2008 20:08:20 +0000 (15:08 -0500)] 
shell32: Add tests for SHAppBarMessage.

16 years agocrypt32: Avoid some uninitialized variable warnings on older gcc.
Alexandre Julliard [Fri, 5 Sep 2008 09:32:59 +0000 (11:32 +0200)] 
crypt32: Avoid some uninitialized variable warnings on older gcc.

16 years agojscript: Avoid an uninitialized variable warning 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.

16 years agoshlwapi/tests: Avoid sizeof in traces.
Alexandre Julliard [Fri, 5 Sep 2008 09:25:21 +0000 (11:25 +0200)] 
shlwapi/tests: Avoid sizeof in traces.

16 years agojscript: Added empty statement implementation.
Jacek Caban [Fri, 5 Sep 2008 00:39:07 +0000 (02:39 +0200)] 
jscript: Added empty statement implementation.

16 years agojscript: Added ParseScriptText test.
Jacek Caban [Fri, 5 Sep 2008 00:38:44 +0000 (02:38 +0200)] 
jscript: Added ParseScriptText test.

16 years agojscript: Added SCRIPTSTATE_STARTED implementation.
Jacek Caban [Fri, 5 Sep 2008 00:38:17 +0000 (02:38 +0200)] 
jscript: Added SCRIPTSTATE_STARTED implementation.

16 years agojscript: Added IActiveScript::ParseScriptText implementation.
Jacek Caban [Fri, 5 Sep 2008 00:37:59 +0000 (02:37 +0200)] 
jscript: Added IActiveScript::ParseScriptText implementation.

16 years agowined3d: Fix uploading higher transform matrices.
Stefan Dösinger [Thu, 4 Sep 2008 18:58:11 +0000 (13:58 -0500)] 
wined3d: Fix uploading higher transform matrices.

16 years agowined3d: Close a pshader on-off switching loophole.
Stefan Dösinger [Wed, 3 Sep 2008 21:07:37 +0000 (16:07 -0500)] 
wined3d: Close a pshader on-off switching loophole.

16 years agowined3d: Fix the pixelformat selection logic.
Stefan Dösinger [Wed, 3 Sep 2008 18:56:17 +0000 (13:56 -0500)] 
wined3d: Fix the pixelformat selection logic.

16 years agowined3d: Pack the ffp_desc structure better.
Stefan Dösinger [Thu, 4 Sep 2008 20:51:21 +0000 (15:51 -0500)] 
wined3d: Pack the ffp_desc structure better.

16 years agojscript: Move 'inline' right after the storage specifier in a declaration.
Michael Stefaniuc [Thu, 4 Sep 2008 21:31:09 +0000 (23:31 +0200)] 
jscript: Move 'inline' right after the storage specifier in a declaration.

16 years agoAnnotate with allocation size attribute.
Marcus Meissner [Thu, 4 Sep 2008 11:39:58 +0000 (13:39 +0200)] 
Annotate with allocation size attribute.

16 years agomsxml3: Fixed incorrect MultiByteToWideChar.
Marcus Meissner [Thu, 4 Sep 2008 17:32:01 +0000 (19:32 +0200)] 
msxml3: Fixed incorrect MultiByteToWideChar.

16 years agoinclude: Add a few more things to mimeole.idl.
Huw Davies [Thu, 4 Sep 2008 16:14:44 +0000 (17:14 +0100)] 
include: Add a few more things to mimeole.idl.

16 years agoregedit: Update Japanese translation.
Muneyuki Noguchi [Thu, 4 Sep 2008 15:47:28 +0000 (00:47 +0900)] 
regedit: Update Japanese translation.

16 years agokernel32/tests: Split the test for ret and last error.
Paul Vriens [Thu, 4 Sep 2008 17:51:37 +0000 (19:51 +0200)] 
kernel32/tests: Split the test for ret and last error.

16 years agows2_32/tests: Use CreateEventA for win9x.
Paul Vriens [Thu, 4 Sep 2008 15:49:13 +0000 (17:49 +0200)] 
ws2_32/tests: Use CreateEventA for win9x.

16 years agowined3d: Set the viewport to the texture size in depth_blt().
Henri Verbeet [Thu, 4 Sep 2008 13:32:36 +0000 (15:32 +0200)] 
wined3d: Set the viewport to the texture size in depth_blt().

16 years agouser32/tests: Add more A and W test combinations for dde.
Jeff Latimer [Thu, 4 Sep 2008 11:08:53 +0000 (21:08 +1000)] 
user32/tests: Add more A and W test combinations for dde.

16 years agouser32/tests: Tests for a W interface connection adding some todo_wine tests.
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.

16 years agouser32: DdeConnect causes 2 XTYP_CONNECT_CONFIRM messages to flow. Delete one.
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.

16 years agouser32/tests: Test infrastructure for testing ddeml end to end.
Jeff Latimer [Thu, 4 Sep 2008 11:07:36 +0000 (21:07 +1000)] 
user32/tests: Test infrastructure for testing ddeml end to end.

16 years agouser32: Make some DDE traces more meaningful.
Jeff Latimer [Thu, 4 Sep 2008 10:31:03 +0000 (20:31 +1000)] 
user32: Make some DDE traces more meaningful.

16 years agokernel32: Implemented the wrapper functions for job objects.
Alexandre Julliard [Thu, 4 Sep 2008 20:51:02 +0000 (22:51 +0200)] 
kernel32: Implemented the wrapper functions for job objects.

16 years agontdll: Add stubs for all the job object functions.
Alexandre Julliard [Thu, 4 Sep 2008 20:47:13 +0000 (22:47 +0200)] 
ntdll: Add stubs for all the job object functions.

16 years agontdll: Implemented NtOpenProcessTokenEx and NtOpenThreadTokenEx.
Alexandre Julliard [Thu, 4 Sep 2008 19:57:13 +0000 (21:57 +0200)] 
ntdll: Implemented NtOpenProcessTokenEx and NtOpenThreadTokenEx.

16 years agowinebuild: Generate MS-style imports using the OriginalFirstThunk field.
Alexandre Julliard [Thu, 4 Sep 2008 19:52:58 +0000 (21:52 +0200)] 
winebuild: Generate MS-style imports using the OriginalFirstThunk field.

16 years agolibwine: Add support for relocating MS-style imports that use OriginalFirstThunk.
Alexandre Julliard [Thu, 4 Sep 2008 19:52:36 +0000 (21:52 +0200)] 
libwine: Add support for relocating MS-style imports that use OriginalFirstThunk.

16 years agowinealsa.drv/dsound: Handle underruns better.
Maarten Lankhorst [Thu, 4 Sep 2008 10:07:37 +0000 (12:07 +0200)] 
winealsa.drv/dsound: Handle underruns better.

16 years agoxcopy.exe: Get rid of remaining uses of Unicode macros.
Alexandre Julliard [Thu, 4 Sep 2008 12:08:19 +0000 (14:08 +0200)] 
xcopy.exe: Get rid of remaining uses of Unicode macros.