Commit Graph

703 Commits

Author SHA1 Message Date
Jacek Caban ccf9b229e6 shdocvw: Moved getting dochost pointer to separated function. 2010-12-17 13:26:01 +01:00
Jacek Caban 07b6e423d3 shdocvw: Share get_LocationURL implementation between WebBrowser and InternetExplorer objects. 2010-12-17 13:26:01 +01:00
André Hentschel e8a766b4bf shdocvw: Add Resizer control to the iexplore window. 2010-12-14 16:02:38 +01:00
Paul Vriens 5624128959 shdocvw/tests: Make sure we use a valid temporary directory. 2010-12-13 12:43:30 +01:00
Francois Gouget e8da744f48 shdocvw: Fix compilation on systems that don't support nameless unions. 2010-12-13 12:43:28 +01:00
Joel Holdsworth 2d8522fb3b shdocvw: Added missing rendering directive to ietoolbar.svg. 2010-12-13 12:43:23 +01:00
Andrew Nguyen 5bdcd79c2e shdocvw: Correct misuse of output pointer in get_profile_string helper. 2010-12-07 16:10:30 +01:00
Andrew Nguyen 1c51015068 shdocvw: Avoid a double free in PersistFile_Load.
Spotted with Valgrind.
2010-12-07 16:10:30 +01:00
Andrew Nguyen 2f302cfe0b shdocvw/tests: Avoid using a freed IUniformResourceLocatorA variable.
Spotted with Valgrind.
2010-12-07 16:10:29 +01:00
Andrew Bogott 23aa460722 shdocvw: Add tests for IPersistFile on an internet shortcut. 2010-12-06 19:17:33 +01:00
Andrew Bogott 3d5b3bef8b shdocvw: Add reading of iconfile and iconframe via IPersistFile. 2010-12-06 19:17:31 +01:00
Andrew Bogott 12c218c8d8 shdocvw: Plug a tiny memory leak in a test. 2010-12-05 16:45:09 +01:00
Andrew Bogott ef06f989a2 shdocvw: In PersistFile_Save, output the Icon Path and Icon Index properties. 2010-12-05 16:45:05 +01:00
Francois Gouget a4c0b0ddf2 shdocvw: Fix the trailing '\n' of a TRACE(). 2010-12-03 16:08:20 +01:00
Alexandre Julliard 5f49129e03 resources: Define a generic mechanism for adding extra values to the common version block. 2010-12-03 14:53:59 +01:00
Michael Stefaniuc be6dcb5494 shdocvw: Use an iface instead of an vtbl pointer in IClassFactoryImpl. 2010-12-03 14:28:30 +01:00
Andrew Bogott cc34ca4c51 shdocvw: Add the IPropertySet interface to an internet shortcut, and partially implement it. 2010-12-02 17:47:39 +01:00
Andrew Bogott f471883ade shdocvw: Test read/write of a couple of properties on IUniformResourceLocator. 2010-12-02 17:47:39 +01:00
Andrew Bogott 1a5607b415 shdocvw: Skip some tests if a modern IE is not present. 2010-12-02 17:47:25 +01:00
Michael Stefaniuc 9d74e4dec3 shdocvw: Don't open code CONTAINING_RECORD(). 2010-11-24 17:59:59 +01:00
Hwang YunSong 2fd48900a2 shdocvw: Update Korean resource. 2010-11-24 17:59:58 +01:00
Amine Khaldi ecd2e603e2 shdocvw: Fix translations. 2010-11-23 14:16:22 +01:00
Jacek Caban 6e26d8c45f shdocvw: Skip tests on IE 5.5. 2010-11-23 13:18:48 +01:00
David Hedberg 155877e4ff shdocvw: Implement InPlaceActiveObject::TranslateAccelerator. 2010-11-17 14:01:17 +01:00
David Hedberg 0adfeb2869 shdocvw: Implement ControlSite::TranslateAccelerator. 2010-11-17 14:01:17 +01:00
David Hedberg 42ef5a0fce shdocvw: Add IOleControlSite interface to dochost. 2010-11-17 14:01:17 +01:00
David Hedberg 910cac49a4 shdocvw: Implement DocHostUIHandler::TranslateAccelerator. 2010-11-17 14:01:16 +01:00
Jacek Caban 7aa159275f shdocvw: Get rid of remaining *_THIS macros. 2010-11-15 13:20:05 +01:00
Jacek Caban 2450a2d834 shdocvw: Get rid of *_THIS macros in navigate.c. 2010-11-15 13:20:05 +01:00
Jacek Caban 538a870b89 shdocvw: Get rid of DocHost-related *_THIS macros. 2010-11-15 13:20:04 +01:00
Jacek Caban ca353c9b7e shdocvw: Get rid of CLIENTSITE_THIS. 2010-11-15 13:20:04 +01:00
Jacek Caban 12be198815 shdocvw: Get rid of remaining WebBrowser object's *_THIS macros. 2010-11-15 13:20:04 +01:00
Jacek Caban 7149f04b4e shdocvw: Get rid of more *_THIS macros. 2010-11-15 13:20:04 +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 878c5d043e shdocvw: Get rid of WEBBROWSER_THIS macro and WebBrowser to IWebBowser2 casts. 2010-11-15 13:20:03 +01:00
Jacek Caban 0048ec36d2 shdocvw: Fixed race in tests. 2010-11-12 15:43:08 +01:00
Jacek Caban f89ac6fa0d shdocvw: Added DocHost::Exec(OLECMDID_UPDATECOMMANDS) implementation. 2010-11-12 15:43:08 +01:00
Andrew Bogott be01cdb6bf shdocvw: Move OpenURL() from shdocvw_main.c into intshcut.c, and implement it. 2010-11-12 11:58:51 +01:00
Andrew Bogott 44f929fc25 shdocvw: Implement UniformResourceLocatorW_InvokeCommand and UniformResourceLocatorA_InvokeCommand for the default verb. 2010-11-12 11:57:50 +01:00
Gustavo Henrique Milaré 58ff7a48e0 shdocvw: Added Portuguese (Brazilian) translation. 2010-11-11 16:58:29 +01:00
Jacek Caban f38cc9318b shdocvw: Added missing IID_IOleWindow handing to IOleInPlaceFrame::QueryInterface implementation. 2010-11-02 15:29:06 +01:00
Detlef Riekenberg 0fda52b8d7 shdocvw: Add a stub for ImportPrivacySettings. 2010-10-25 13:52:50 +02:00
Paul Vriens bfe9232850 shdocvw: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-22 12:35:07 +02:00
Joel Holdsworth a19defdf4c shdocvw: Replaced iexplore.bmp with a tango compliant toolstrip. 2010-10-14 17:54:46 +02:00
Yaron Shahrabani 50925228d6 shdocvw: Added Hebrew translation. 2010-10-07 16:07:45 +02:00
Francois Gouget bb4ba69942 shdocvw: Add a space before ellipses in the Slovenian translation. 2010-10-05 11:38:48 +02:00
Vitaly Perov a15301a0bc shdocvw: Silence more invalid QueryInterface FIXMEs. 2010-10-01 17:48:10 +02:00
Vitaly Perov 042ecec8b6 shdocvw: Silence QueryInterface FIXME. 2010-09-30 17:51:17 +02:00
Luca Bennati c5bbb73e80 shdocvw: Update Italian translation. 2010-09-21 17:53:54 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Igor Paliychuk f0afced6bd shdocvw: Ukrainian translation update. 2010-09-18 13:07:17 +02:00
Łukasz Wojniłowicz 477e65402a shdocvw: Update the Polish translation. 2010-09-18 13:06:56 +02:00
Anders Jonsson 6a0794194c shdocvw: Update Swedish translation. 2010-09-18 13:05:22 +02:00
Sven Baars 3da19c4175 shdocvw: Update the Dutch translation. 2010-09-16 13:13:42 -05:00
Matej Spindler 338a05a285 shdocvw: Update Slovenian translation. 2010-09-16 13:07:57 -05:00
Luca Bennati ef50af4035 shdocvw: Update Italian translation. 2010-09-16 10:12:49 -05:00
Frédéric Delanoy 3d9794628a shdocvw: Update French translation. 2010-09-15 16:30:03 -05:00
André Hentschel a418f2572d shdocvw: Update German translation. 2010-09-14 15:33:00 -05:00
Matej Spindler 29296a17aa shdocvw: Add Slovenian translation. 2010-09-14 12:53:20 -05:00
Aurimas Fišeras 18200565a9 shdocvw: Update Lithuanian translation. 2010-09-14 12:53:03 -05:00
Juan Lang d354316c43 shdocvw: Add Close menu item. 2010-09-13 14:47:05 -05:00
Jacek Caban 92c7e1ae44 shdocvw: Fixed tests on IE <6. 2010-09-09 12:45:00 +02: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
Juan Lang 158f5be804 shdocvw: Apply default scheme when none is present. 2010-08-20 13:21:27 +02:00
Jacek Caban 6caca88ae1 shdocvw: Ignore invalid NULL PostData. 2010-08-16 15:54:23 +02:00
Igor Paliychuk 4afdeafe1e shdocvw: Update Ukrainian translation. 2010-08-16 13:41:19 +02:00
Łukasz Wojniłowicz c881dc274a shdocvw: Add the Polish translation. 2010-08-16 13:41:05 +02:00
Aurimas Fišeras e72e645e5b shdocvw: Updated Lithuanian translation. 2010-08-16 13:39:47 +02:00
Anders Jonsson e2806c3bcb shdocvw: Update Swedish translation. 2010-08-16 12:59:27 +02:00
Hwang YunSong f5983fa759 shdocvw: Update Korean resource. 2010-08-16 12:57:01 +02:00
Jose Rostagno 431ff3ca38 shdocvw: Update Spanish translation. 2010-08-16 12:56:47 +02:00
Luca Bennati ca723c0d27 shdocvw: Update Italian translation. 2010-08-16 12:56:39 +02:00
Frédéric Delanoy 1fe1a0f7f9 shdocvw: Update French translation. 2010-08-16 12:56:22 +02:00
Sven Baars fccc57ca19 shdocvw: Update the Dutch translation. 2010-08-16 12:56:20 +02:00
André Hentschel 9d077ad3bb shdocvw: Update German translation. 2010-08-16 12:56:16 +02:00
Sven Baars 811c705ad9 shdocvw: Update the Dutch translation. 2010-08-04 12:25:26 +02:00
Aurimas Fišeras 35e60aa3e0 shdocvw: Updated Lithuanian translation. 2010-08-04 12:14:56 +02:00
André Hentschel d0deb83624 shdocvw: Update German translation. 2010-08-04 12:14:51 +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
Luca Bennati 44aa9a7d93 shdocvw: Update Italian translation. 2010-08-03 11:06:07 +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
Frédéric Delanoy 82d8c52e39 shdocvw: Update French translation. 2010-08-03 11:03:50 +02:00
Sven Baars c510a13db5 shdocvw: Update the Dutch translation. 2010-08-03 11:03: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
Jose Rostagno a7d78b3307 shdocvw: Add Spanish translation. 2010-08-02 12:55:21 +02:00
Luca Bennati b96553445a shdocvw: Add Italian translation. 2010-08-02 12:55:20 +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
Frédéric Delanoy 16f120f1dd shdocvw: Fix French translation. 2010-07-29 10:24:03 +02:00
Frédéric Delanoy abd0e08953 shdocvw: Add French translation. 2010-07-28 16:28:25 +02:00
Anders Jonsson e5cc9b0f8a shdocvw: Add Swedish translation. 2010-07-28 16:28:24 +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
Jacek Caban 9068b3fb23 shdocvw: Moved ITargetFrame2 implementation to HlinkFrame object. 2010-07-28 16:28:21 +02:00
Jacek Caban df2689d252 shdocvw: Moved IHlinkFrame implementation to separated object. 2010-07-28 16:28:20 +02:00
Michael Stefaniuc a246beabeb shdocvw: Add the Romanian translation. 2010-07-28 12:22:16 +02:00
Hwang YunSong e1a6ba3a29 shdocvw: New Korean resource. 2010-07-26 18:38:32 +02:00
Aurimas Fišeras 5ffa1dae36 shdocvw: Add Lithuanian translation. 2010-07-26 18:38:32 +02:00
André Hentschel a8dc415a21 shdocvw: Add German translation. 2010-07-26 18:38:29 +02:00
Sven Baars 56838a7062 shdocvw: Add the Dutch translation. 2010-07-26 09:58:21 +02:00
Igor Paliychuk f31428e107 shdocvw: Add Ukrainian translation. 2010-07-24 11:19:12 +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
Jacek Caban ad759e793c shdocvw: Don't fail on invalid headers argument in navigate_url. 2010-07-22 16:11:10 +02:00
Michael Stefaniuc 86894781cf shdocvw: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Alexander Nicolaysen Sørnes c345ca1a0f shdocvw: Fix a buffer overflow in InternetShortcut's IPersistFile::Load. 2010-07-21 17:38:37 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +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
Jacek Caban df8f393b59 shdocvw: Added IBindStatusCallback::OnProgress(BINDSTATUS_REDIRECTING) implementation. 2010-06-30 11:53:05 +02:00
Jacek Caban aed47627f6 shdocvw: Store DocHost url on a regular heap. 2010-06-30 11:53:02 +02:00
Jacek Caban cfdaa3cd53 shdocvw: Return S_OK in IWebBrowser2::Stop. 2010-06-28 16:58:39 +02:00
Jacek Caban 4c2bb6ca70 shdocvw: Pass correct buffer size to UrlApplySchemeW. 2010-06-28 16:58:39 +02:00
Jacek Caban d230fad0a8 shdocvw: Try to guess scheme for IHTMLPrivateWindow navigation too. 2010-06-28 16:58:39 +02:00
Jacek Caban 2c354b8bbb shdocvw: Return IHTMLDocument2's IDispatch in get_Document. 2010-06-21 11:52:09 +02:00
Dylan Smith ec99c85531 shdocvw: Native RegisterClassEx requires cbSize to be set. 2010-06-21 11:46:55 +02:00
Jacek Caban ddaf9171a1 shdocvw: Silence QueryService traces in non-interactive runs.
They only pollute output making it harder to find useful informations.
2010-06-14 14:14:16 +02:00
Jacek Caban 5a8f2073ca iexplore: Use 1 as default icon ID. 2010-06-10 14:58:53 +02:00
Jacek Caban 1943d84ce0 shdocvw: Added ITargetFrame2 stub implementation. 2010-05-20 16:25:45 +02:00
Ilya Shpigor cc784e277f shdocvw: Added IDataObject stub implementation. 2010-05-19 11:17:55 +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 961145a7d1 shdocvw: Set IE version to IE8. 2010-05-03 13:55:53 +02:00
Jacek Caban 1e7b754bbb shdocvw: Fixed typo in async_doc_navigate. 2010-04-25 11:52:25 -05:00
Detlef Riekenberg 79d7ca6037 shdocvw: Implement SHRestricted2A. 2010-04-19 15:32:34 +02:00
Alexandre Julliard 3397a8b44b shdocvw: Always start the 64-bit version of winemenubuilder.exe on Wow64. 2010-03-29 15:50:09 +02:00
Jacek Caban 7723784596 shdocvw: Fixed tests on some Windows. 2010-03-17 13:38:45 +01:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Jacek Caban d69297c4b7 shdocvw: Added more navigation tests. 2010-03-15 14:18:05 +01:00
Jacek Caban 172f82e1a5 shdocvw: Use IHTMLPrivateWindow for navigation in navigate_url if available. 2010-03-15 14:18:05 +01:00
Jacek Caban 94c5df06c3 shdocvw: Use IHTMLPrivateWindow for navigation in navigate_hlink if available. 2010-03-15 14:18:05 +01:00
Jacek Caban 271993e279 shdocvw: Pass post data as SAFEARRAY to on_before_navigate2. 2010-03-15 14:18:05 +01:00
Jacek Caban 4ecf80fd0b shdocvw: Separate document state from control state. 2010-03-15 14:18:05 +01:00
Jacek Caban fab9304721 shdocvw: Store object passed in DOCHOST_DOCCANNAVIGATE command. 2010-03-15 14:18:05 +01:00
Jacek Caban c5e53bd665 shdocvw: Use heap_alloc_zero to allocate DocHost objects. 2010-03-15 14:18:05 +01:00
Andrey Turkin 46a04b72c0 shdocvw: Return success code in ITaskBarList::HrInit. 2010-03-02 11:14:00 +01:00
Andrew Eikum f97fbce8f4 shdocvw: Fix typo in WARN. 2010-03-01 11:34:01 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00