Commit Graph

94726 Commits

Author SHA1 Message Date
Francois Gouget 8e304065c1 riched20: ME_StrDup() is not used anymore so remove it. 2013-04-03 17:54:35 +02:00
Jacek Caban adb8c8615b configure: Get rid of no longer needed OpenSSL checks. 2013-04-03 17:54:04 +02:00
Jacek Caban cde372700c wininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency. 2013-04-03 17:50:03 +02:00
Jacek Caban cb1998afd2 wininet: Added NETCON_get_data_available support for schannel-based connections. 2013-04-03 17:49:50 +02:00
Jacek Caban 7d386bfcd8 wininet: Added NETCON_GetCert support for schannel-based connections. 2013-04-03 17:49:45 +02:00
Jacek Caban 6c6e084a7d wininet: Added NETCON_recv support for schannel-based connections. 2013-04-03 17:49:41 +02:00
Jacek Caban 71ba6fcb9f wininet: Added NETCON_send support for schannel-based connections. 2013-04-03 17:49:37 +02:00
Jacek Caban d473803765 wininet: Use schannel in NETCON_GetCipherStrength if OpenSSL is not available. 2013-04-03 17:49:29 +02:00
Jacek Caban 952588eac4 wininet: Use schannel in NETCON_secure_connect if OpenSSL is not available. 2013-04-03 17:49:18 +02:00
André Hentschel f5c49aaf83 uxtheme/tests: Don't test for themed app. 2013-04-03 13:54:34 +02:00
Jacek Caban 47f8d48767 ieframe: Added GoForward tests. 2013-04-03 13:52:54 +02:00
Dmitry Timoshkov 1b55e50e20 wineps.drv: Constify a variable. 2013-04-03 11:34:28 +02:00
Sam Edwards d1b67698b9 ddraw/tests: Verify window style after exiting fullscreen mode. 2013-04-03 11:34:05 +02:00
Sam Edwards ce6173264d d3d8/tests: Verify window style after exiting fullscreen mode. 2013-04-03 11:34:02 +02:00
Sam Edwards 8157aa143b d3d9/tests: Verify window style after exiting fullscreen mode. 2013-04-03 11:33:58 +02:00
Sam Edwards 6c43f90c50 wined3d: Ignore WS_VISIBLE and WS_EX_TOPMOST when dropping out of fullscreen. 2013-04-03 11:33:52 +02:00
Sam Edwards 6ab0ff5b9d wined3d: Make fullscreen windows use HWND_TOPMOST instead of HWND_TOP. 2013-04-03 11:33:38 +02:00
Jérôme Gardou b7649efb2d wined3d: Initialize adapter device name even if opengl is not used. 2013-04-03 11:33:16 +02:00
Victor Martinez e891fe4b8e gdiplus: Fix returned rect in GdiGetRegionBoundsI. 2013-04-03 11:33:01 +02:00
Jacek Caban 64ead391d8 ieframe: Improved debug traces. 2013-04-02 19:33:04 +02:00
Jacek Caban 0d30e51084 ieframe: Added GoForward implementation. 2013-04-02 19:33:00 +02:00
Jacek Caban 0f5badf44f ieframe: Use IPersistHistory for history navigation, if possible. 2013-04-02 19:32:55 +02:00
Jacek Caban f1517b1571 ieframe: Moved freeing travellog entry into a helper function. 2013-04-02 19:32:51 +02:00
Jacek Caban 00226935c7 ieframe: Fixed index of stored history when loading from history. 2013-04-02 19:32:47 +02:00
Jacek Caban 15937c99eb ieframe: Moved travellog to its own struct. 2013-04-02 19:32:42 +02:00
Alexander Morozov a792a5b486 advapi32: Do not terminate a regular program if it calls StartServiceCtrlDispatcher. 2013-04-02 15:03:29 +02:00
Alexandre Julliard 59c0c5fb2d user32: Don't print a warning when creating the HWND_MESSAGE parent window. 2013-04-02 14:19:45 +02:00
Alexandre Julliard 2f48b12c57 gdi32: Use the Mac driver by default. 2013-04-02 12:47:28 +02:00
Jacek Caban 816f7ef595 winhttp: Improved error handling in netconn_secure_connect. 2013-04-02 12:47:27 +02:00
Jacek Caban 083500caf2 wininet: Moved more compat logic to netcon_secure_connect_setup. 2013-04-02 12:47:27 +02:00
Ken Thomases 94dc91a45d winemac: During live resize, force occasional redisplay due to spontaneous redrawing. 2013-04-02 12:47:27 +02:00
André Hentschel 9374c5bb56 advapi32/tests: Remove bad key set on cleanup. 2013-04-02 12:47:26 +02:00
André Hentschel 7c0c050aa1 wine.inf: Add winemac.drv to RelayFromExclude. 2013-04-02 12:47:26 +02:00
André Hentschel 9d6543b612 dpnet: Increase reported buffer size. 2013-04-02 12:47:26 +02:00
Sergey Guralnik da46ce10de extrac32: Get default path only when it is really necessary. 2013-04-02 12:47:25 +02:00
Sergey Guralnik 085c506832 extrac32: Extract by default when required files are specified. 2013-04-02 12:47:25 +02:00
Sergey Guralnik 8c5deb5649 extrac32: Allow leading '-' for command line switches. 2013-04-02 12:47:25 +02:00
Sergey Guralnik a5ac00aaf4 extrac32: Merge identical case statements. 2013-04-02 12:47:24 +02:00
Stefan Leichter 56538fdf89 msvcp110: Add VS2012 C/C++ runtime. 2013-04-02 12:47:13 +02:00
Stefan Leichter c19275302f msvcp: Match architecture with function we're forwarding to. 2013-04-02 12:12:20 +02:00
Michael Stefaniuc 52d1aec827 dplayx: Assimilate the rest of the inherited methods into IDirectPlay4. 2013-04-02 12:09:18 +02:00
Michael Stefaniuc 73fa61d3b5 dplayx: Cleanup the IDirectPlay_Cancel* methods. 2013-04-02 12:09:05 +02:00
Michael Stefaniuc da430fd17c dplayx: Merge the IDirectPlay4_GetMessageQueue helper. 2013-04-02 12:08:54 +02:00
Michael Stefaniuc 7964f42327 dplayx: Merge the IDirectPlay4_SendEx helper. 2013-04-02 12:08:47 +02:00
Michael Stefaniuc 31065c62d4 dplayx: Merge the IDirectPlay4_EnumSessions helper. 2013-04-02 12:08:40 +02:00
Michael Stefaniuc 5dc2b8f69c dplayx: Merge the IDirectPlay4_AddPlayerToGroup helper. 2013-04-02 12:08:33 +02:00
Michael Stefaniuc 06edee2da7 dplayx: Merge the IDirectPlay4_GetGroupParent helper. 2013-04-02 12:08:27 +02:00
Michael Stefaniuc 03464daa3d dplayx: Merge the IDirectPlay4_InitializeConnection helper. 2013-04-02 12:08:22 +02:00
Michael Stefaniuc c3df4764cf dplayx: Merge the IDirectPlay4_EnumGroupsInGroup helper. 2013-04-02 12:08:16 +02:00
Michael Stefaniuc db97f14f4b dplayx: Merge the IDirectPlay4_DeleteGroupFromGroup helper. 2013-04-02 12:08:11 +02:00