Commit Graph

59 Commits

Author SHA1 Message Date
Jacek Caban ef9bb15192 shdocvw: Properly handle IEDocHost refcount. 2011-04-19 13:29:51 +02:00
Marcus Meissner bde872f95e shdocvw: Removed useless array for NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Joris Huizer e88caf015e shdocvw: Initialise ie pointer as it's tested (Clang). 2011-02-07 13:02:37 -06:00
Paul Vriens b03f877163 shdocvw: Initialize variable (Coverity). 2011-02-01 18:14:09 +01:00
Jacek Caban 89991e1f4c shdocvw: Improved 'iexplore -nohome' handling. 2011-01-10 10:37:52 +01:00
Jacek Caban c56614e114 shdocvw: Moved allocating InternetExplorer object to separated function. 2011-01-10 10:37:45 +01:00
Jacek Caban e2fa7a4019 shdocvw: Added beginning iexplore DDE suport. 2011-01-10 10:37:39 +01:00
Jacek Caban 967561f8ea shdocvw: Separate DocHost ref count from InternetExplorer ref count. 2011-01-10 10:36:48 +01:00
Jacek Caban ca3e5c47ce shdocvw: Get rid of no longer used DOCHOST_THIS. 2010-12-30 12:21:52 +01:00
André Hentschel e8a766b4bf shdocvw: Add Resizer control to the iexplore window. 2010-12-14 16:02:38 +01:00
Michael Stefaniuc 9d74e4dec3 shdocvw: Don't open code CONTAINING_RECORD(). 2010-11-24 17:59:59 +01:00
Jacek Caban 7aa159275f shdocvw: Get rid of remaining *_THIS macros. 2010-11-15 13:20:05 +01:00
Jacek Caban 8767356d12 shdocvw: Get rid of WEBBROWSER_THIS macro and InternetExplorer to IWebBowser2 casts. 2010-11-15 13:20:03 +01:00
Jacek Caban f89ac6fa0d shdocvw: Added DocHost::Exec(OLECMDID_UPDATECOMMANDS) implementation. 2010-11-12 15:43:08 +01:00
Joel Holdsworth a19defdf4c shdocvw: Replaced iexplore.bmp with a tango compliant toolstrip. 2010-10-14 17:54:46 +02:00
Juan Lang d354316c43 shdocvw: Add Close menu item. 2010-09-13 14:47:05 -05:00
Francois Gouget a62beeeaf7 shdocvw: Make adjust_ie_docobj_rect() static. 2010-08-26 13:44:44 +02:00
Francois Gouget 18b036e213 shdocvw: Remove WINAPI on static functions where not needed. 2010-08-24 15:22:35 +02:00
Alexander Nicolaysen Sørnes 6d381a4cf5 shdocvw: Add View menu to IE with list of installed toolbars. 2010-08-04 12:14:43 +02:00
Alexandre Julliard 76dd207733 shdocvw: Fix an incorrect const typecast. 2010-08-03 19:23:55 +02:00
Alexander Nicolaysen Sørnes f74a563120 shdocvw: Allow the addressbar text in IE to be localized. 2010-08-03 18:21:11 +02:00
Alexander Nicolaysen Sørnes 4432f57e35 shdocvw: Add icons to the IE toolbar. 2010-08-03 18:20:39 +02:00
Alexander Nicolaysen Sørnes 871a65d230 shdocvw: Make the Home button in IE work. 2010-08-03 18:04:18 +02:00
Alexander Nicolaysen Sørnes 5d7c460962 shdocvw: Add a toolbar to IE. 2010-08-03 18:04:11 +02:00
Alexander Nicolaysen Sørnes abc1e56563 shdocvw: Recurse into directories when adding Favorite in IE. 2010-08-03 18:03:48 +02:00
Detlef Riekenberg a4e0195157 shdocvw: Do not trim the last character, when using the iexplore open menu. 2010-08-03 11:04:45 +02:00
Alexander Nicolaysen Sørnes a91bb52c69 shdocvw: Allow navigating to Favorites in IE. 2010-08-02 13:51:34 +02:00
Alexander Nicolaysen Sørnes 8156323404 shdocvw: Add Favorites menu to IE. 2010-08-02 13:51:10 +02:00
Alexander Nicolaysen Sørnes 9a4c364954 shdocvw: Add support for setting the statusbar text in IE. 2010-07-30 16:43:42 +02:00
Alexander Nicolaysen Sørnes e532b1c3bd shdocvw: Add a statusbar to IE. 2010-07-30 16:43:31 +02:00
Alexander Nicolaysen Sørnes 75909f2158 shdocvw: Update the address bar when URL changes. 2010-07-29 17:43:04 +02:00
Alexander Nicolaysen Sørnes fbf9138333 shdocvw: Add DocHostContainer interface to interact with WB2/IE. 2010-07-29 17:42:36 +02:00
Alexander Nicolaysen Sørnes 7833ca6bbb shdocvw: Make the addressbar in IE do something useful. 2010-07-28 16:28:22 +02:00
Alexander Nicolaysen Sørnes c5ac982903 shdocvw: Add an address bar to IE. 2010-07-28 16:28:22 +02:00
Jacek Caban cf6d9d6986 shdocvw: Inherit HlinkFrame in InternetExplorer object. 2010-07-28 16:28:21 +02:00
Alexander Nicolaysen Sørnes e4620d8e3a shdocvw: Make the Open URL dialog open URLs. 2010-07-23 13:18:23 +02:00
Alexander Nicolaysen Sørnes 3feb26a2e1 shdocvw: Add Open URL dialog to IE. 2010-07-23 13:18:15 +02:00
Alexander Nicolaysen Sørnes 8e03cefbfa shdocvw: Add About dialog to IE. 2010-07-23 13:17:10 +02:00
Alexander Nicolaysen Sørnes 87f4e436eb shdocvw: Allow printing from the menubar in IE. 2010-07-23 13:16:47 +02:00
Alexander Nicolaysen Sørnes f2802b981d shdocvw: Add menu bar to Internet Explorer. 2010-07-23 13:16:41 +02:00
Paul Chitescu 310dc62655 shdocvw: Strip out initial whitespaces and quotes around an URL on iexplore command line. 2010-07-02 16:50:07 +02:00
Dylan Smith ec99c85531 shdocvw: Native RegisterClassEx requires cbSize to be set. 2010-06-21 11:46:55 +02:00
Jacek Caban 5a8f2073ca iexplore: Use 1 as default icon ID. 2010-06-10 14:58:53 +02:00
Alexandre Julliard 8182520f13 shdocvw: Support setting an icon on the main iexplore window. 2010-05-05 11:00:19 +02:00
Jacek Caban c5e53bd665 shdocvw: Use heap_alloc_zero to allocate DocHost objects. 2010-03-15 14:18:05 +01:00
Jacek Caban 1a7bf2e0ff shdocvw: Use more flexible mechanism instead of WB_WM_NAVIGATE2. 2008-01-21 11:38:08 +01:00
Michael Stefaniuc ac527f1e6c shdocvw: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-11-28 11:19:46 +01:00
Jacek Caban e15b6096c6 iexplore: Added self-registration code. 2007-11-05 13:24:36 +01:00
Jacek Caban 735bf5a6f7 shdocvw: Better iexplore.exe command line handling. 2007-09-10 16:15:48 +02:00
Dan Kegel 9e0ece41a5 shdocvw: iexplore needs to handle the -nohome option. 2007-08-27 12:02:21 +02:00