wine
11 years agowinemac: Constify some macdrv_event pointer parameters.
Ken Thomases [Wed, 3 Apr 2013 23:56:25 +0000 (18:56 -0500)] 
winemac: Constify some macdrv_event pointer parameters.

11 years agowinemac: Drain the autorelease pool within loop in OnMainThread().
Ken Thomases [Wed, 3 Apr 2013 23:56:11 +0000 (18:56 -0500)] 
winemac: Drain the autorelease pool within loop in OnMainThread().

11 years agodplayx: Add a separate refcount for IDirectPlay3.
Michael Stefaniuc [Fri, 29 Mar 2013 16:15:57 +0000 (17:15 +0100)] 
dplayx: Add a separate refcount for IDirectPlay3.

11 years agodplayx: Add a separate refcount for IDirectPlay3A.
Michael Stefaniuc [Fri, 29 Mar 2013 16:15:01 +0000 (17:15 +0100)] 
dplayx: Add a separate refcount for IDirectPlay3A.

11 years agodplayx: Add a separate refcount for IDirectPlay2.
Michael Stefaniuc [Fri, 29 Mar 2013 16:14:07 +0000 (17:14 +0100)] 
dplayx: Add a separate refcount for IDirectPlay2.

11 years agodplayx: Add a separate refcount for IDirectPlay2A.
Michael Stefaniuc [Fri, 29 Mar 2013 16:13:11 +0000 (17:13 +0100)] 
dplayx: Add a separate refcount for IDirectPlay2A.

11 years agodplayx: Get rid of the IDirectPlayImpl aliases.
Michael Stefaniuc [Fri, 29 Mar 2013 16:12:33 +0000 (17:12 +0100)] 
dplayx: Get rid of the IDirectPlayImpl aliases.

11 years agodplayx: Merge dpinit.h into dplay_global.h.
Michael Stefaniuc [Fri, 29 Mar 2013 16:11:29 +0000 (17:11 +0100)] 
dplayx: Merge dpinit.h into dplay_global.h.

11 years agodplayx: Remove superfluous forward declarations.
Michael Stefaniuc [Fri, 29 Mar 2013 16:10:33 +0000 (17:10 +0100)] 
dplayx: Remove superfluous forward declarations.

11 years agodplayx: Get rid of the IDirectPlayXImpl to IDirectPlayImpl casts.
Michael Stefaniuc [Fri, 29 Mar 2013 16:09:40 +0000 (17:09 +0100)] 
dplayx: Get rid of the IDirectPlayXImpl to IDirectPlayImpl casts.

11 years agodplayx: Forward AW agnostic IDirectPlay4A stub methods to the W versions.
Michael Stefaniuc [Fri, 29 Mar 2013 16:08:49 +0000 (17:08 +0100)] 
dplayx: Forward AW agnostic IDirectPlay4A stub methods to the W versions.

11 years agomsvcp: Sync spec files.
Piotr Caban [Wed, 3 Apr 2013 14:24:00 +0000 (16:24 +0200)] 
msvcp: Sync spec files.

11 years agomsvcp100: Add arm exports.
Piotr Caban [Wed, 3 Apr 2013 14:23:47 +0000 (16:23 +0200)] 
msvcp100: Add arm exports.

11 years agomsvcp90: Add arm exports.
Piotr Caban [Wed, 3 Apr 2013 14:23:12 +0000 (16:23 +0200)] 
msvcp90: Add arm exports.

11 years agomsvcp: Change architecture of more thiscall functions.
Piotr Caban [Wed, 3 Apr 2013 14:23:00 +0000 (16:23 +0200)] 
msvcp: Change architecture of more thiscall functions.

11 years agokernel32/tests: Don't test function directly when reporting GetLastError().
André Hentschel [Wed, 3 Apr 2013 15:26:22 +0000 (17:26 +0200)] 
kernel32/tests: Don't test function directly when reporting GetLastError().

11 years agoieframe: Make dump_travellog() static.
Francois Gouget [Wed, 3 Apr 2013 14:07:44 +0000 (16:07 +0200)] 
ieframe: Make dump_travellog() static.

11 years agodplayx: Add a trailing '\n' to a TRACE().
Francois Gouget [Wed, 3 Apr 2013 14:07:13 +0000 (16:07 +0200)] 
dplayx: Add a trailing '\n' to a TRACE().

11 years agowindowscodecs/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Wed, 3 Apr 2013 14:07:10 +0000 (16:07 +0200)] 
windowscodecs/tests: Add a trailing '\n' to an ok() call.

11 years agoriched20: ME_StrDup() is not used anymore so remove it.
Francois Gouget [Wed, 3 Apr 2013 14:07:04 +0000 (16:07 +0200)] 
riched20: ME_StrDup() is not used anymore so remove it.

11 years agoconfigure: Get rid of no longer needed OpenSSL checks.
Jacek Caban [Wed, 3 Apr 2013 12:06:09 +0000 (14:06 +0200)] 
configure: Get rid of no longer needed OpenSSL checks.

11 years agowininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.
Jacek Caban [Wed, 3 Apr 2013 12:05:51 +0000 (14:05 +0200)] 
wininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.

11 years agowininet: Added NETCON_get_data_available support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:04:11 +0000 (14:04 +0200)] 
wininet: Added NETCON_get_data_available support for schannel-based connections.

11 years agowininet: Added NETCON_GetCert support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:04:01 +0000 (14:04 +0200)] 
wininet: Added NETCON_GetCert support for schannel-based connections.

11 years agowininet: Added NETCON_recv support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:03:52 +0000 (14:03 +0200)] 
wininet: Added NETCON_recv support for schannel-based connections.

11 years agowininet: Added NETCON_send support for schannel-based connections.
Jacek Caban [Wed, 3 Apr 2013 12:03:34 +0000 (14:03 +0200)] 
wininet: Added NETCON_send support for schannel-based connections.

11 years agowininet: Use schannel in NETCON_GetCipherStrength if OpenSSL is not available.
Jacek Caban [Wed, 3 Apr 2013 12:03:24 +0000 (14:03 +0200)] 
wininet: Use schannel in NETCON_GetCipherStrength if OpenSSL is not available.

11 years agowininet: Use schannel in NETCON_secure_connect if OpenSSL is not available.
Jacek Caban [Wed, 3 Apr 2013 12:03:13 +0000 (14:03 +0200)] 
wininet: Use schannel in NETCON_secure_connect if OpenSSL is not available.

11 years agouxtheme/tests: Don't test for themed app.
André Hentschel [Tue, 2 Apr 2013 13:42:26 +0000 (15:42 +0200)] 
uxtheme/tests: Don't test for themed app.

11 years agoieframe: Added GoForward tests.
Jacek Caban [Wed, 3 Apr 2013 11:04:46 +0000 (13:04 +0200)] 
ieframe: Added GoForward tests.

11 years agowineps.drv: Constify a variable.
Dmitry Timoshkov [Wed, 3 Apr 2013 07:37:51 +0000 (16:37 +0900)] 
wineps.drv: Constify a variable.

11 years agoddraw/tests: Verify window style after exiting fullscreen mode.
Sam Edwards [Tue, 2 Apr 2013 23:55:21 +0000 (17:55 -0600)] 
ddraw/tests: Verify window style after exiting fullscreen mode.

11 years agod3d8/tests: Verify window style after exiting fullscreen mode.
Sam Edwards [Mon, 1 Apr 2013 23:02:56 +0000 (17:02 -0600)] 
d3d8/tests: Verify window style after exiting fullscreen mode.

11 years agod3d9/tests: Verify window style after exiting fullscreen mode.
Sam Edwards [Mon, 1 Apr 2013 23:03:50 +0000 (17:03 -0600)] 
d3d9/tests: Verify window style after exiting fullscreen mode.

11 years agowined3d: Ignore WS_VISIBLE and WS_EX_TOPMOST when dropping out of fullscreen.
Sam Edwards [Mon, 1 Apr 2013 00:25:27 +0000 (18:25 -0600)] 
wined3d: Ignore WS_VISIBLE and WS_EX_TOPMOST when dropping out of fullscreen.

11 years agowined3d: Make fullscreen windows use HWND_TOPMOST instead of HWND_TOP.
Sam Edwards [Mon, 1 Apr 2013 00:25:18 +0000 (18:25 -0600)] 
wined3d: Make fullscreen windows use HWND_TOPMOST instead of HWND_TOP.

11 years agowined3d: Initialize adapter device name even if opengl is not used.
Jérôme Gardou [Tue, 2 Apr 2013 13:04:57 +0000 (15:04 +0200)] 
wined3d: Initialize adapter device name even if opengl is not used.

11 years agogdiplus: Fix returned rect in GdiGetRegionBoundsI.
Victor Martinez [Tue, 2 Apr 2013 22:51:47 +0000 (00:51 +0200)] 
gdiplus: Fix returned rect in GdiGetRegionBoundsI.

11 years agoieframe: Improved debug traces.
Jacek Caban [Tue, 2 Apr 2013 15:39:57 +0000 (17:39 +0200)] 
ieframe: Improved debug traces.

11 years agoieframe: Added GoForward implementation.
Jacek Caban [Tue, 2 Apr 2013 15:40:14 +0000 (17:40 +0200)] 
ieframe: Added GoForward implementation.

11 years agoieframe: Use IPersistHistory for history navigation, if possible.
Jacek Caban [Tue, 2 Apr 2013 15:39:45 +0000 (17:39 +0200)] 
ieframe: Use IPersistHistory for history navigation, if possible.

11 years agoieframe: Moved freeing travellog entry into a helper function.
Jacek Caban [Tue, 2 Apr 2013 15:39:34 +0000 (17:39 +0200)] 
ieframe: Moved freeing travellog entry into a helper function.

11 years agoieframe: Fixed index of stored history when loading from history.
Jacek Caban [Tue, 2 Apr 2013 15:39:21 +0000 (17:39 +0200)] 
ieframe: Fixed index of stored history when loading from history.

11 years agoieframe: Moved travellog to its own struct.
Jacek Caban [Tue, 2 Apr 2013 15:39:07 +0000 (17:39 +0200)] 
ieframe: Moved travellog to its own struct.

11 years agoadvapi32: Do not terminate a regular program if it calls StartServiceCtrlDispatcher.
Alexander Morozov [Mon, 1 Apr 2013 18:43:33 +0000 (22:43 +0400)] 
advapi32: Do not terminate a regular program if it calls StartServiceCtrlDispatcher.

11 years agouser32: Don't print a warning when creating the HWND_MESSAGE parent window.
Alexandre Julliard [Tue, 2 Apr 2013 10:46:39 +0000 (12:46 +0200)] 
user32: Don't print a warning when creating the HWND_MESSAGE parent window.

11 years agogdi32: Use the Mac driver by default.
Alexandre Julliard [Tue, 2 Apr 2013 10:22:17 +0000 (12:22 +0200)] 
gdi32: Use the Mac driver by default.

11 years agowinhttp: Improved error handling in netconn_secure_connect.
Jacek Caban [Tue, 2 Apr 2013 09:16:34 +0000 (11:16 +0200)] 
winhttp: Improved error handling in netconn_secure_connect.

11 years agowininet: Moved more compat logic to netcon_secure_connect_setup.
Jacek Caban [Tue, 2 Apr 2013 09:13:48 +0000 (11:13 +0200)] 
wininet: Moved more compat logic to netcon_secure_connect_setup.

11 years agowinemac: During live resize, force occasional redisplay due to spontaneous redrawing.
Ken Thomases [Tue, 2 Apr 2013 08:17:48 +0000 (03:17 -0500)] 
winemac: During live resize, force occasional redisplay due to spontaneous redrawing.

11 years agoadvapi32/tests: Remove bad key set on cleanup.
André Hentschel [Mon, 1 Apr 2013 22:09:29 +0000 (00:09 +0200)] 
advapi32/tests: Remove bad key set on cleanup.

11 years agowine.inf: Add winemac.drv to RelayFromExclude.
André Hentschel [Mon, 1 Apr 2013 21:34:30 +0000 (23:34 +0200)] 
wine.inf: Add winemac.drv to RelayFromExclude.

11 years agodpnet: Increase reported buffer size.
André Hentschel [Mon, 1 Apr 2013 14:21:53 +0000 (16:21 +0200)] 
dpnet: Increase reported buffer size.

11 years agoextrac32: Get default path only when it is really necessary.
Sergey Guralnik [Sat, 30 Mar 2013 05:27:44 +0000 (07:27 +0200)] 
extrac32: Get default path only when it is really necessary.

11 years agoextrac32: Extract by default when required files are specified.
Sergey Guralnik [Sat, 30 Mar 2013 05:22:41 +0000 (07:22 +0200)] 
extrac32: Extract by default when required files are specified.

11 years agoextrac32: Allow leading '-' for command line switches.
Sergey Guralnik [Sat, 30 Mar 2013 05:12:47 +0000 (07:12 +0200)] 
extrac32: Allow leading '-' for command line switches.

11 years agoextrac32: Merge identical case statements.
Sergey Guralnik [Sat, 30 Mar 2013 05:04:42 +0000 (07:04 +0200)] 
extrac32: Merge identical case statements.

11 years agomsvcp110: Add VS2012 C/C++ runtime.
Stefan Leichter [Sat, 30 Mar 2013 12:48:49 +0000 (13:48 +0100)] 
msvcp110: Add VS2012 C/C++ runtime.

11 years agomsvcp: Match architecture with function we're forwarding to.
Stefan Leichter [Sat, 30 Mar 2013 12:48:33 +0000 (13:48 +0100)] 
msvcp: Match architecture with function we're forwarding to.

11 years agodplayx: Assimilate the rest of the inherited methods into IDirectPlay4.
Michael Stefaniuc [Fri, 29 Mar 2013 16:08:00 +0000 (17:08 +0100)] 
dplayx: Assimilate the rest of the inherited methods into IDirectPlay4.

11 years agodplayx: Cleanup the IDirectPlay_Cancel* methods.
Michael Stefaniuc [Fri, 29 Mar 2013 16:07:24 +0000 (17:07 +0100)] 
dplayx: Cleanup the IDirectPlay_Cancel* methods.

11 years agodplayx: Merge the IDirectPlay4_GetMessageQueue helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:06:39 +0000 (17:06 +0100)] 
dplayx: Merge the IDirectPlay4_GetMessageQueue helper.

11 years agodplayx: Merge the IDirectPlay4_SendEx helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:05:50 +0000 (17:05 +0100)] 
dplayx: Merge the IDirectPlay4_SendEx helper.

11 years agodplayx: Merge the IDirectPlay4_EnumSessions helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:04:20 +0000 (17:04 +0100)] 
dplayx: Merge the IDirectPlay4_EnumSessions helper.

11 years agodplayx: Merge the IDirectPlay4_AddPlayerToGroup helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:03:51 +0000 (17:03 +0100)] 
dplayx: Merge the IDirectPlay4_AddPlayerToGroup helper.

11 years agodplayx: Merge the IDirectPlay4_GetGroupParent helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:03:19 +0000 (17:03 +0100)] 
dplayx: Merge the IDirectPlay4_GetGroupParent helper.

11 years agodplayx: Merge the IDirectPlay4_InitializeConnection helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:02:30 +0000 (17:02 +0100)] 
dplayx: Merge the IDirectPlay4_InitializeConnection helper.

11 years agodplayx: Merge the IDirectPlay4_EnumGroupsInGroup helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:01:34 +0000 (17:01 +0100)] 
dplayx: Merge the IDirectPlay4_EnumGroupsInGroup helper.

11 years agodplayx: Merge the IDirectPlay4_DeleteGroupFromGroup helper.
Michael Stefaniuc [Fri, 29 Mar 2013 16:00:34 +0000 (17:00 +0100)] 
dplayx: Merge the IDirectPlay4_DeleteGroupFromGroup helper.

11 years agodplayx: Merge the IDirectPlay4_AddGroupToGroup helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:58:20 +0000 (16:58 +0100)] 
dplayx: Merge the IDirectPlay4_AddGroupToGroup helper.

11 years agodplayx: Merge the IDirectPlay4_SetPlayerData helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:57:33 +0000 (16:57 +0100)] 
dplayx: Merge the IDirectPlay4_SetPlayerData helper.

11 years agodplayx: Merge the IDirectPlay4_SetGroupData helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:56:47 +0000 (16:56 +0100)] 
dplayx: Merge the IDirectPlay4_SetGroupData helper.

11 years agodplayx: Merge the IDirectPlay4_GetPlayerData helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:55:48 +0000 (16:55 +0100)] 
dplayx: Merge the IDirectPlay4_GetPlayerData helper.

11 years agodplayx: Merge the IDirectPlay4_GetPlayerCaps helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:55:04 +0000 (16:55 +0100)] 
dplayx: Merge the IDirectPlay4_GetPlayerCaps helper.

11 years agodplayx: Forward IDirectPlay::GetCaps to ::GetPlayerCaps.
Michael Stefaniuc [Fri, 29 Mar 2013 15:54:37 +0000 (16:54 +0100)] 
dplayx: Forward IDirectPlay::GetCaps to ::GetPlayerCaps.

11 years agodplayx: Merge the IDirectPlay4_GetGroupData helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:54:00 +0000 (16:54 +0100)] 
dplayx: Merge the IDirectPlay4_GetGroupData helper.

11 years agodplayx: Merge the IDirectPlay4_EnumGroupPlayers helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:53:07 +0000 (16:53 +0100)] 
dplayx: Merge the IDirectPlay4_EnumGroupPlayers helper.

11 years agodplayx: Merge the IDirectPlay4_DeletePlayerFromGroup helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:52:30 +0000 (16:52 +0100)] 
dplayx: Merge the IDirectPlay4_DeletePlayerFromGroup helper.

11 years agodplayx: Merge the IDirectPlay4_Close helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:52:03 +0000 (16:52 +0100)] 
dplayx: Merge the IDirectPlay4_Close helper.

11 years agodplayx: Assimilate the inherited stub methods into IDirectPlay4.
Michael Stefaniuc [Fri, 29 Mar 2013 15:51:46 +0000 (16:51 +0100)] 
dplayx: Assimilate the inherited stub methods into IDirectPlay4.

11 years agodplayx: Merge the DirectPlay QueryInterface helper.
Michael Stefaniuc [Fri, 29 Mar 2013 15:50:11 +0000 (16:50 +0100)] 
dplayx: Merge the DirectPlay QueryInterface helper.

11 years agodplayx: IDirectPlay4 / IDirectPlay4A have independent refcounts.
Michael Stefaniuc [Fri, 29 Mar 2013 15:49:30 +0000 (16:49 +0100)] 
dplayx: IDirectPlay4 / IDirectPlay4A have independent refcounts.

11 years agodplayx: Cleanup the DirectPlay object creation.
Michael Stefaniuc [Fri, 29 Mar 2013 15:48:57 +0000 (16:48 +0100)] 
dplayx: Cleanup the DirectPlay object creation.

11 years agodplayx: Move the lock into the DirectPlay object.
Michael Stefaniuc [Fri, 29 Mar 2013 15:48:24 +0000 (16:48 +0100)] 
dplayx: Move the lock into the DirectPlay object.

11 years agodbghelp: Add stubs for SymSetHomeDirectory.
Andrew Cook [Sat, 30 Mar 2013 02:38:40 +0000 (13:38 +1100)] 
dbghelp: Add stubs for SymSetHomeDirectory.

11 years agowindowscodecs: Basic tests for tiff encoder options.
Ludger Sprenker [Tue, 26 Mar 2013 17:46:23 +0000 (18:46 +0100)] 
windowscodecs: Basic tests for tiff encoder options.

11 years agowininet: Added urlcache Unicode functions tests.
Piotr Caban [Mon, 1 Apr 2013 11:48:23 +0000 (13:48 +0200)] 
wininet: Added urlcache Unicode functions tests.

11 years agowininet: Use InternetCrackUrl in urlcache_entry_create.
Piotr Caban [Mon, 1 Apr 2013 11:48:08 +0000 (13:48 +0200)] 
wininet: Use InternetCrackUrl in urlcache_entry_create.

11 years agowininet: Support Punycode in RetrieveUrlCacheEntryStream.
Piotr Caban [Mon, 1 Apr 2013 11:18:59 +0000 (13:18 +0200)] 
wininet: Support Punycode in RetrieveUrlCacheEntryStream.

11 years agowininet: Support Punycode in urlcache_copy_entry.
Piotr Caban [Mon, 1 Apr 2013 11:18:44 +0000 (13:18 +0200)] 
wininet: Support Punycode in urlcache_copy_entry.

11 years agowininet: Support Punycode in CommitUrlCacheEntryW.
Piotr Caban [Mon, 1 Apr 2013 11:18:23 +0000 (13:18 +0200)] 
wininet: Support Punycode in CommitUrlCacheEntryW.

11 years agowininet: Support Punycode in CreateUrlCacheEntryW.
Piotr Caban [Mon, 1 Apr 2013 11:17:48 +0000 (13:17 +0200)] 
wininet: Support Punycode in CreateUrlCacheEntryW.

11 years agowininet: Support Punycode in IsUrlCacheEntryExpiredW.
Piotr Caban [Mon, 1 Apr 2013 11:16:37 +0000 (13:16 +0200)] 
wininet: Support Punycode in IsUrlCacheEntryExpiredW.

11 years agowininet: Support Punycode in DeleteUrlCacheEntryW.
Piotr Caban [Mon, 1 Apr 2013 11:16:24 +0000 (13:16 +0200)] 
wininet: Support Punycode in DeleteUrlCacheEntryW.

11 years agowininet: Support Punycode in UnlockUrlCacheEntryFileW.
Piotr Caban [Mon, 1 Apr 2013 11:16:09 +0000 (13:16 +0200)] 
wininet: Support Punycode in UnlockUrlCacheEntryFileW.

11 years agowininet: Support Punycode in RetrieveUrlCacheEntryFileW.
Piotr Caban [Mon, 1 Apr 2013 11:15:15 +0000 (13:15 +0200)] 
wininet: Support Punycode in RetrieveUrlCacheEntryFileW.

11 years agowininet: Support Punycode in SetUrlCacheEntryInfoW.
Piotr Caban [Mon, 1 Apr 2013 11:14:56 +0000 (13:14 +0200)] 
wininet: Support Punycode in SetUrlCacheEntryInfoW.

11 years agowininet: Support Punycode in GetUrlCacheEntryInfoExW.
Piotr Caban [Mon, 1 Apr 2013 11:14:32 +0000 (13:14 +0200)] 
wininet: Support Punycode in GetUrlCacheEntryInfoExW.

11 years agocryptnet: Handle SystemTimeToFileTime failure in HTTP_RetrieveEncodedObjectW.
Piotr Caban [Mon, 1 Apr 2013 13:06:05 +0000 (15:06 +0200)] 
cryptnet: Handle SystemTimeToFileTime failure in HTTP_RetrieveEncodedObjectW.

11 years agowininet: Correctly set SYSTEMTIME year in HTTP_HttpQueryInfoW.
Piotr Caban [Mon, 1 Apr 2013 13:06:26 +0000 (15:06 +0200)] 
wininet: Correctly set SYSTEMTIME year in HTTP_HttpQueryInfoW.