Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove API doc generation | Xan Lopez | 2013-02-10 | 1 | -222/+0 |
| | | | | | | We don't have extensions anymore, so this serves no purpose. If we ever add a new (hopefully much smaller!) API set for next-generation extensions we'll resurrect the docs for it. | ||||
* | ephy-file-helpers: remove ephy_file_switch_temp_file() | Claudio Saavedra | 2013-01-28 | 1 | -1/+0 |
| | | | | | It is racy and it is unnecessary as we've replaced all its instances with g_file_set_contents(). | ||||
* | lib: Remove unused EphySearchEntry widget | Bastien Nocera | 2012-12-10 | 1 | -8/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744 | ||||
* | Make sure windows are properly closed when quitting from the shell menu | Carlos Garcia Campos | 2012-09-27 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679844 | ||||
* | ephy-file-helpers: Add ephy_sanitize_filename() | Carlos Garcia Campos | 2012-09-10 | 1 | -0/+1 |
| | | | | | | To convert any possible directory separator into an underscore. https://bugzilla.gnome.org/show_bug.cgi?id=683711 | ||||
* | ephy-web-view: ephy_web_view_location_changed is private to its class | Xan Lopez | 2012-06-28 | 1 | -1/+0 |
| | | | | Do not make it public. | ||||
* | ephy-web-view: get rid of 'ephy_web_view_get_location' | Xan Lopez | 2012-06-28 | 1 | -1/+0 |
| | | | | | | Nowhere in epiphany were we using the "get the non-toplevel location" feature (which was broken anyway), so I think we should be able to just use get_address everywhere. | ||||
* | ephy-web-view: Add ephy_web_view_load_failed() | Carlos Garcia Campos | 2012-06-24 | 1 | -0/+1 |
| | | | | To check whether the load operation in the web view failed. | ||||
* | epiphany-sections: remove some dead stuff | Xan Lopez | 2012-06-14 | 1 | -8/+0 |
| | |||||
* | e-file-helpers: Add ephy_file_create_data_uri_for_filename() | Carlos Garcia Campos | 2012-06-14 | 1 | -0/+1 |
| | | | | | | | It creates a data URI for the given filename. Use the new function when building error and applications pages. https://bugzilla.gnome.org/show_bug.cgi?id=677025 | ||||
* | ephy-window: make ephy_window_get_find_toolbar private | Xan Lopez | 2012-01-21 | 1 | -1/+0 |
| | | | | | Surely this is not interesting for anyone outside Epiphany? It's not used in extensions. | ||||
* | Remove ephy_window_get_toolbar | Xan Lopez | 2011-12-14 | 1 | -1/+0 |
| | | | | The only use in window-commands.c is not superfluous. | ||||
* | ephy-web-view: remove unused and unimplemented method | Xan Lopez | 2011-09-11 | 1 | -1/+0 |
| | |||||
* | Spinner changes | Xan Lopez | 2010-10-24 | 1 | -10/+0 |
| | | | | | | | | | | | | | | We get rid of the spinner in the toolbar, since load information is already given by the floating status indicator inside the WebView. The only remaining spinner is the one in the tabs, which has been ported to use GtkSpinner. Get rid of EphySpinner. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again) https://bugzilla.gnome.org/show_bug.cgi?id=598442 | ||||
* | Use a chromium-like status bar by default | Xan Lopez | 2010-05-19 | 1 | -10/+0 |
| | | | | | | | | | | Get rid of our statusbar for good and switch to something like what Chromium uses, since it takes less vertical space. The only regression is that we lose the resize grip, but that should be re-added to GtkWindow soon. Bug #609713 | ||||
* | Remove popup state from the statusbar | Xan Lopez | 2010-05-13 | 1 | -1/+0 |
| | | | | | The whole feature is kind of broken anyway. When we fix we'll figure out how to show it in the UI. | ||||
* | ephy-statusbar: remove caret browsing indicator | Xan Lopez | 2010-05-13 | 1 | -1/+0 |
| | | | | | We now show a dialog before enabling the preference, which should be warning enough. | ||||
* | Do not show the security status in the statusbar | Xan Lopez | 2010-05-12 | 1 | -2/+0 |
| | | | | | It's already shown in the URL entry, so it's redundant. First step towards getting rid of the statusbar for good... | ||||
* | docs: ephy-file-helpers | Diego Escalante Urrelo | 2010-01-22 | 1 | -1/+26 |
| | |||||
* | docs: ephy-web-view | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+53 |
| | |||||
* | docs: ephy-dialog | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+25 |
| | |||||
* | docs: ephy-debug | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+8 |
| | |||||
* | docs: ephy-location-action | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+8 |
| | | | | Bug #503852 | ||||
* | docs: ephy-toolbar | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+18 |
| | | | | Bug #503852 | ||||
* | docs: ephy-statusbar | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+13 |
| | | | | Bug #503852 | ||||
* | docs: ephy-window | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+18 |
| | | | | | | | Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852 | ||||
* | docs: ephy-tree-model-node | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+11 |
| | | | | Bug #503852 | ||||
* | docs: ephy-tree-model-sort | Diego Escalante Urrelo | 2009-12-03 | 1 | -214/+36 |
| | | | | | | Also disable incomplete documentation. Bug #503852 | ||||
* | docs: ephy-node-view | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+22 |
| | | | | Bug #503852 | ||||
* | docs: remove old nonexistant API | Diego Escalante Urrelo | 2009-12-03 | 1 | -89/+0 |
| | | | | Bug #503852 | ||||
* | docs: ephy-zoom-action | Diego Escalante Urrelo | 2009-12-03 | 1 | -0/+8 |
| | |||||
* | Get rid of EphyCommandManager | Xan Lopez | 2009-09-10 | 1 | -17/+0 |
| | | | | It was just another useless abstraction at this point. | ||||
* | Remove unused stuff and clean old references to Mozilla. | Xan Lopez | 2009-08-12 | 1 | -1/+0 |
| | |||||
* | Remove EphyEmbedFactory from docs. | Xan Lopez | 2009-06-06 | 1 | -6/+0 |
| | |||||
* | Move method to copy history between embeds/views to EphyWebView from EphyEmbed. | Xan Lopez | 2009-05-31 | 1 | -4/+0 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 1 | -21/+0 |
| | | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811 | ||||
* | Remove EphyIconEntry leftovers. | Xan Lopez | 2009-01-22 | 1 | -9/+0 |
| | | | | svn path=/trunk/; revision=8715 | ||||
* | Enable docs for ephy-spinner | Diego Escalante Urrelo | 2008-11-30 | 1 | -0/+10 |
| | | | | svn path=/trunk/; revision=8624 | ||||
* | Document lib/widgets/ephy-zoom-control.c | Diego Escalante Urrelo | 2008-11-30 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8622 | ||||
* | Correctly title Ephy*Entry widgets in docs | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=8567 | ||||
* | Enable ephy-search-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+6 |
| | | | | | | Also, create a new Widgets section. svn path=/trunk/; revision=8566 | ||||
* | Enable ephy-icon-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=8564 | ||||
* | Enable documentation build for ephy-location-entry | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+20 |
| | | | | | | | | | | | Conflicts: doc/reference/epiphany-sections.txt doc/reference/tmpl/EphySingle.sgml doc/reference/tmpl/ephy-embed.sgml doc/reference/tmpl/epiphany-unused.sgml svn path=/trunk/; revision=8558 | ||||
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 1 | -2/+0 |
| | | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327 | ||||
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305 | ||||
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302 | ||||
* | More gecko exorcism | Christian Persch | 2008-04-08 | 1 | -10/+0 |
| | | | | svn path=/trunk/; revision=8197 | ||||
* | Release 2.21.4.RELEASE_2_21_4 | Christian Persch | 2007-12-16 | 1 | -26/+0 |
| | | | | svn path=/trunk/; revision=7776 | ||||
* | Load/unload extensions based on GConf key | Adam Hooper | 2004-09-14 | 1 | -0/+19 |
| | | | | | | /apps/epiphany/general/active_extensions. Update documentation a bit (i.e., make sure it actually builds). | ||||
* | Popup blocking support. View -> Popup Windows. | Adam Hooper | 2004-07-01 | 1 | -0/+1 |
| | |||||
* | Documented EphyGlade | Adam Hooper | 2004-04-20 | 1 | -0/+5 |
| | |||||
* | Documented EphyNodeDb | Adam Hooper | 2004-04-05 | 1 | -0/+22 |
| | |||||
* | Documented EphyEmbedFactory | Adam Hooper | 2004-03-30 | 1 | -5/+6 |
| | |||||
* | Documented EphyCommandManager | Adam Hooper | 2004-03-30 | 1 | -0/+16 |
| | |||||
* | EphyEmbedPersist documentation | Adam Hooper | 2004-03-28 | 1 | -0/+33 |
| | |||||
* | Documented EphyEmbedSingle | Adam Hooper | 2004-03-27 | 1 | -17/+18 |
| | |||||
* | Documented EphyEmbed | Adam Hooper | 2004-03-26 | 1 | -2/+78 |
| | |||||
* | Documented EphyTab | Adam Hooper | 2004-03-24 | 1 | -0/+19 |
| | |||||
* | More documentation | Adam Hooper | 2004-03-24 | 1 | -0/+175 |