wine
16 years agojscript: Added InvokeEx implementation.
Jacek Caban [Mon, 8 Sep 2008 23:20:26 +0000 (01:20 +0200)] 
jscript: Added InvokeEx implementation.

16 years agocrypt32: Simplify CryptVerifyMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:58:25 +0000 (12:58 -0700)] 
crypt32: Simplify CryptVerifyMessageSignature.

16 years agocrypt32: Implement CryptVerifyDetachedMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:47:37 +0000 (12:47 -0700)] 
crypt32: Implement CryptVerifyDetachedMessageSignature.

16 years agocrypt32: Add tests for CryptVerifyDetachedMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:46:47 +0000 (12:46 -0700)] 
crypt32: Add tests for CryptVerifyDetachedMessageSignature.

16 years agocrypt32: Add stub for CryptVerifyDetachedMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:46:24 +0000 (12:46 -0700)] 
crypt32: Add stub for CryptVerifyDetachedMessageSignature.

16 years agocrypt32: Test verifying the signature of a detached signed message.
Juan Lang [Mon, 8 Sep 2008 19:46:04 +0000 (12:46 -0700)] 
crypt32: Test verifying the signature of a detached signed message.

16 years agocrypt32: Don't crash when asked to verify a signature before the content has been...
Juan Lang [Mon, 8 Sep 2008 19:45:40 +0000 (12:45 -0700)] 
crypt32: Don't crash when asked to verify a signature before the content has been finalized.

16 years agocrypt32: Implement CryptVerifyMessageHash.
Juan Lang [Mon, 8 Sep 2008 19:45:09 +0000 (12:45 -0700)] 
crypt32: Implement CryptVerifyMessageHash.

16 years agocrypt32: Add tests for CryptVerifyMessageHash.
Juan Lang [Mon, 8 Sep 2008 19:44:03 +0000 (12:44 -0700)] 
crypt32: Add tests for CryptVerifyMessageHash.

16 years agocrypt32: Add stub for CryptVerifyMessageHash.
Juan Lang [Mon, 8 Sep 2008 19:43:41 +0000 (12:43 -0700)] 
crypt32: Add stub for CryptVerifyMessageHash.

16 years agocrypt32: Don't store redundant copy of detached hash message data.
Juan Lang [Mon, 8 Sep 2008 19:43:15 +0000 (12:43 -0700)] 
crypt32: Don't store redundant copy of detached hash message data.

16 years agocrypt32: Check length of sequence before checking tag.
Juan Lang [Mon, 8 Sep 2008 19:30:01 +0000 (12:30 -0700)] 
crypt32: Check length of sequence before checking tag.

16 years agocomctl32: Remove unused paramters from MONTHCAL_GetRange, MONTHCAL_MouseMove, and...
Gerald Pfeifer [Sun, 7 Sep 2008 14:20:38 +0000 (16:20 +0200)] 
comctl32: Remove unused paramters from MONTHCAL_GetRange, MONTHCAL_MouseMove, and MONTHCAL_Create.

16 years agowordpad: Shed off unused parameters from on_fontlist_modified, OnCreate, OnUser,...
Gerald Pfeifer [Sun, 7 Sep 2008 14:05:26 +0000 (16:05 +0200)] 
wordpad: Shed off unused parameters from on_fontlist_modified, OnCreate, OnUser, OnNotify, and OnInitPopupMenu.

16 years agoregedit: Convert parts of export handling to unicode.
Alexander Nicolaysen Sørnes [Mon, 8 Sep 2008 19:44:08 +0000 (21:44 +0200)] 
regedit: Convert parts of export handling to unicode.

16 years agonotepad: Only append .txt to missing files without a dot in them.
Alexander Nicolaysen Sørnes [Fri, 5 Sep 2008 10:48:33 +0000 (12:48 +0200)] 
notepad: Only append .txt to missing files without a dot in them.

16 years agoriched20: Fix two typos that cause a failing test.
James Hawkins [Mon, 8 Sep 2008 22:24:25 +0000 (17:24 -0500)] 
riched20: Fix two typos that cause a failing test.

16 years agoinclude: Use placeholder structures with at least one field in vmr9.idl.
Rob Shearman [Mon, 8 Sep 2008 22:20:51 +0000 (23:20 +0100)] 
include: Use placeholder structures with at least one field in vmr9.idl.

MIDL won't parse structures with no fields.

16 years agoinclude: Add XMLDOMDocumentEvents dispinterface to xmldom.idl.
Rob Shearman [Mon, 8 Sep 2008 22:20:47 +0000 (23:20 +0100)] 
include: Add XMLDOMDocumentEvents dispinterface to xmldom.idl.

16 years agoinclude: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in...
Rob Shearman [Mon, 8 Sep 2008 22:20:42 +0000 (23:20 +0100)] 
include: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in shobjidl.idl should be local.

They are declared such that they cannot be used over the network and
cause errors in MIDL when they are not declared local.

16 years agoinclude: Fix signature of NearestPoint function of IInkDisp interface in msinkaut...
Rob Shearman [Mon, 8 Sep 2008 22:20:33 +0000 (23:20 +0100)] 
include: Fix signature of NearestPoint function of IInkDisp interface in msinkaut.idl.

Since the PointOnStroke and DistanceFromPacket parameters are [in,
out] parameters the must be pointers.

16 years agoinclude: Fix level of indirection of parameters in GetNotifyCmdLine function of IBack...
Rob Shearman [Mon, 8 Sep 2008 22:20:22 +0000 (23:20 +0100)] 
include: Fix level of indirection of parameters in GetNotifyCmdLine function of IBackgroundCopyJob2 interface in bits1_5.idl.

The parameters should be double pointers to strings, not pointers to strings.

16 years agoinclude: Uncomment declaration of IDirectShowStream in amstream.idl.
Rob Shearman [Mon, 8 Sep 2008 22:20:14 +0000 (23:20 +0100)] 
include: Uncomment declaration of IDirectShowStream in amstream.idl.

Also remove incorrect [optional] attributes from parameters.

16 years agoinclude: Remove incorrect [optional] attributes from parameters in ddstream.idl.
Rob Shearman [Mon, 8 Sep 2008 22:20:06 +0000 (23:20 +0100)] 
include: Remove incorrect [optional] attributes from parameters in ddstream.idl.

16 years agoinclude: Define sigset_t in pthread.h if HAVE_SIGSET_T isn't defined.
Rob Shearman [Mon, 8 Sep 2008 22:19:41 +0000 (23:19 +0100)] 
include: Define sigset_t in pthread.h if HAVE_SIGSET_T isn't defined.

16 years agowinhttp: Make sure not to read more data than expected on a redirect.
Hans Leidekker [Mon, 8 Sep 2008 20:02:21 +0000 (22:02 +0200)] 
winhttp: Make sure not to read more data than expected on a redirect.

Fixes a bug in automatic redirects with content.

16 years agowinhttp: WinHttpQueryDataAvailable should do a blocking read if more data is expected.
Hans Leidekker [Mon, 8 Sep 2008 20:02:01 +0000 (22:02 +0200)] 
winhttp: WinHttpQueryDataAvailable should do a blocking read if more data is expected.

Spotted by Henri Verbeet.

16 years agowinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer.
Hans Leidekker [Mon, 8 Sep 2008 20:01:39 +0000 (22:01 +0200)] 
winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer.

16 years agoappwiz: Fix some typos in the French resource.
David Adam [Mon, 8 Sep 2008 18:07:30 +0000 (20:07 +0200)] 
appwiz: Fix some typos in the French resource.

16 years agowinealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
Erik Inge Bolsø [Mon, 8 Sep 2008 18:04:46 +0000 (20:04 +0200)] 
winealsa.drv: fix typo in IDsCaptureDriverImpl_Open.

16 years agowinex11: Support setting the window region on windows belonging to other threads.
Alexandre Julliard [Mon, 8 Sep 2008 13:51:08 +0000 (15:51 +0200)] 
winex11: Support setting the window region on windows belonging to other threads.

16 years agowinex11: Moved the X11DRV_WindowMessage function to window.c.
Alexandre Julliard [Mon, 8 Sep 2008 13:42:24 +0000 (15:42 +0200)] 
winex11: Moved the X11DRV_WindowMessage function to window.c.

16 years agogdiplus: Added missed stubs for Image metadata access.
Nikolay Sivov [Sun, 7 Sep 2008 21:25:04 +0000 (01:25 +0400)] 
gdiplus: Added missed stubs for Image metadata access.

16 years agogdiplus: Some defines for Image metadata API.
Nikolay Sivov [Sun, 7 Sep 2008 21:04:20 +0000 (01:04 +0400)] 
gdiplus: Some defines for Image metadata API.

16 years agogdiplus: Partially implemented GdipTestControl.
Nikolay Sivov [Sat, 6 Sep 2008 21:40:26 +0000 (01:40 +0400)] 
gdiplus: Partially implemented GdipTestControl.

16 years agowined3d: Translate one pixel down after flipping for offscreen rendering.
Henri Verbeet [Mon, 8 Sep 2008 08:15:51 +0000 (10:15 +0200)] 
wined3d: Translate one pixel down after flipping for offscreen rendering.

16 years agorasapi32/tests: Trace the correct variable.
Detlef Riekenberg [Sun, 7 Sep 2008 14:48:48 +0000 (16:48 +0200)] 
rasapi32/tests: Trace the correct variable.

16 years agows2_32: Only enable FD_WRITE on short sends.
Damjan Jovanovic [Sun, 7 Sep 2008 10:41:19 +0000 (12:41 +0200)] 
ws2_32: Only enable FD_WRITE on short sends.

16 years agoshlwapi: Fixed the url tests on Vista.
Reece Dunn [Sun, 7 Sep 2008 12:18:29 +0000 (13:18 +0100)] 
shlwapi: Fixed the url tests on Vista.

16 years agohlink: Fix the tests for IE7.
Reece Dunn [Sun, 7 Sep 2008 10:38:51 +0000 (11:38 +0100)] 
hlink: Fix the tests for IE7.

16 years agosecur32: Fixed the logic on some of the schannel tests.
Reece Dunn [Sun, 7 Sep 2008 10:28:11 +0000 (11:28 +0100)] 
secur32: Fixed the logic on some of the schannel tests.

16 years agosecur32: Fixed the schannel tests on Vista.
Reece Dunn [Sun, 7 Sep 2008 10:25:56 +0000 (11:25 +0100)] 
secur32: Fixed the schannel tests on Vista.

16 years agobrowseui: Fixed building the tests with the Windows SDK.
Reece Dunn [Sun, 7 Sep 2008 08:47:55 +0000 (09:47 +0100)] 
browseui: Fixed building the tests with the Windows SDK.

16 years agorichedit20: Fixed building the tests on msvc.
Reece Dunn [Sun, 7 Sep 2008 08:37:25 +0000 (09:37 +0100)] 
richedit20: Fixed building the tests on msvc.

16 years agoshdocvw: Fixed building on msvc.
Reece Dunn [Sun, 7 Sep 2008 08:30:32 +0000 (09:30 +0100)] 
shdocvw: Fixed building on msvc.

16 years agocomdlg32: Update Japanese translation.
Muneyuki Noguchi [Sat, 6 Sep 2008 18:11:50 +0000 (03:11 +0900)] 
comdlg32: Update Japanese translation.

16 years agocmdlgtst: Add Japanese resources.
Muneyuki Noguchi [Sat, 6 Sep 2008 17:55:57 +0000 (02:55 +0900)] 
cmdlgtst: Add Japanese resources.

16 years agoview: Add Japanese resources.
Muneyuki Noguchi [Sat, 6 Sep 2008 13:46:14 +0000 (22:46 +0900)] 
view: Add Japanese resources.

16 years agowininet: Update Japanese translation.
Muneyuki Noguchi [Sat, 6 Sep 2008 13:20:46 +0000 (22:20 +0900)] 
wininet: Update Japanese translation.

16 years agorpcrt4: Change type of len parameter of NdrAllocate from size_t to SIZE_T.
Rob Shearman [Fri, 5 Sep 2008 21:07:56 +0000 (22:07 +0100)] 
rpcrt4: Change type of len parameter of NdrAllocate from size_t to SIZE_T.

Use SIZE_T as it matches the size that Windows programs expect whereas
size_t is platform-dependent.

16 years agouser32: Use the correct bitmap location for MNS_CHECKORBMP.
Vincent Povirk [Thu, 4 Sep 2008 20:38:43 +0000 (15:38 -0500)] 
user32: Use the correct bitmap location for MNS_CHECKORBMP.

16 years agowinmm/tests: Fix a test on win9x.
Paul Vriens [Sat, 6 Sep 2008 12:16:19 +0000 (14:16 +0200)] 
winmm/tests: Fix a test on win9x.

16 years agocrypt32/tests: Fix a test on Vista.
Paul Vriens [Sat, 6 Sep 2008 12:15:54 +0000 (14:15 +0200)] 
crypt32/tests: Fix a test on Vista.

16 years agouser32/tests: Win9x needs a threadid for CreateThread.
Paul Vriens [Mon, 8 Sep 2008 06:07:08 +0000 (08:07 +0200)] 
user32/tests: Win9x needs a threadid for CreateThread.

16 years agokernel32/tests: Fix a few failures on win98.
Paul Vriens [Mon, 8 Sep 2008 06:19:45 +0000 (08:19 +0200)] 
kernel32/tests: Fix a few failures on win98.

16 years agourlmon/tests: Fix timeouts for win9x tests.
Paul Vriens [Mon, 8 Sep 2008 06:10:16 +0000 (08:10 +0200)] 
urlmon/tests: Fix timeouts for win9x tests.

16 years agokernel32/tests: Fix 2 tests on win9x.
Paul Vriens [Mon, 8 Sep 2008 05:58:27 +0000 (07:58 +0200)] 
kernel32/tests: Fix 2 tests on win9x.

16 years agokernel32/tests: Fix a few tests on win9x.
Paul Vriens [Mon, 8 Sep 2008 05:57:30 +0000 (07:57 +0200)] 
kernel32/tests: Fix a few tests on win9x.

16 years agocomctl32: Fix two test failures in win2000.
James Hawkins [Mon, 8 Sep 2008 05:55:32 +0000 (00:55 -0500)] 
comctl32: Fix two test failures in win2000.

16 years agocomctl32: Trace the first day of the week.
James Hawkins [Mon, 8 Sep 2008 05:54:40 +0000 (00:54 -0500)] 
comctl32: Trace the first day of the week.

16 years agocomctl32: Fix a failing test for some platforms.
James Hawkins [Mon, 8 Sep 2008 05:52:38 +0000 (00:52 -0500)] 
comctl32: Fix a failing test for some platforms.

16 years agocomctl32: Fix a typo.
James Hawkins [Mon, 8 Sep 2008 05:51:03 +0000 (00:51 -0500)] 
comctl32: Fix a typo.

16 years agocomctl32: Fix several test failures in win98.
James Hawkins [Mon, 8 Sep 2008 05:49:25 +0000 (00:49 -0500)] 
comctl32: Fix several test failures in win98.

16 years agocomctl32: Fix a failing test in win98.
James Hawkins [Mon, 8 Sep 2008 05:48:43 +0000 (00:48 -0500)] 
comctl32: Fix a failing test in win98.

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

16 years agocomctl32: Allow a little slop in the status bar metric tests.
James Hawkins [Mon, 8 Sep 2008 05:46:53 +0000 (00:46 -0500)] 
comctl32: Allow a little slop in the status bar metric tests.

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.