summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the doc/ directoryMichael Catanzaro2016-10-142-55/+0
| | | | Move the manpage to data/
* Merge doc/debugging.txt into HACKING fileMichael Catanzaro2016-10-142-54/+0
| | | | Nobody looks under doc/
* Remove old bookmarks documentationMichael Catanzaro2016-10-142-71/+0
|
* Reduce unnecessary use of EXTRA_DISTMichael Catanzaro2016-08-071-7/+3
|
* Fix typos in documentationAnders Jonsson2015-04-011-1/+1
|
* Generate .gitignore with git.mkMichael Catanzaro2014-01-031-0/+2
| | | | | | | Keeps it up to date. Also, allows cleaning Autotools-generated files with 'make maintainer-clean' https://bugzilla.gnome.org/show_bug.cgi?id=720548
* Remove API doc generationXan Lopez2013-02-1011-937/+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 Saavedra2013-01-271-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 widgetBastien Nocera2012-12-103-11/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744
* g_type_init is no longer mandatory in GObjectXan Lopez2012-10-191-4/+1
|
* doc: remove some obsolete files in the ignore listXan Lopez2012-10-081-5/+0
|
* Remove extensions supportXan Lopez2012-10-081-1/+0
| | | | | | | This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630
* Make sure windows are properly closed when quitting from the shell menuCarlos Garcia Campos2012-09-271-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679844
* ephy-file-helpers: Add ephy_sanitize_filename()Carlos Garcia Campos2012-09-101-0/+1
| | | | | | To convert any possible directory separator into an underscore. https://bugzilla.gnome.org/show_bug.cgi?id=683711
* Remove obsolete reference to ephy-marshal.[c,h]Xan Lopez2012-09-081-1/+0
|
* embed-shell: should be safe to drop the legacy print setup code nowXan Lopez2012-09-081-1/+0
|
* Add code coverage supportXan Lopez2012-09-041-0/+2
| | | | | | | | | | Needs a fairly recent gnome-common. To use do: - Run configure with --enable-code-coverage - Type 'make check-code-coverage' - Open the HTML results https://bugzilla.gnome.org/show_bug.cgi?id=683297
* extensions: remove seed supportDiego Escalante Urrelo2012-07-311-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680905
* ephy-web-view: ephy_web_view_location_changed is private to its classXan Lopez2012-06-281-1/+0
| | | | Do not make it public.
* ephy-web-view: get rid of 'ephy_web_view_get_location'Xan Lopez2012-06-281-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 Campos2012-06-241-0/+1
| | | | To check whether the load operation in the web view failed.
* docs: do not use g_thread_init in the doc scannerXan Lopez2012-06-211-1/+1
|
* ephy-window: remove ephy-fullscreen-popupClaudio Saavedra2012-06-201-1/+0
| | | | | | We're no longer using it https://bugzilla.gnome.org/show_bug.cgi?id=671195
* epiphany-sections: remove some dead stuffXan Lopez2012-06-141-8/+0
|
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-141-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
* Remove a few more egg leftoversXan Lopez2012-05-101-9/+0
|
* doc: remove references to removed filesXan Lopez2012-03-201-2/+0
|
* doc: fix distcheck, link to the new history libraryXan Lopez2012-03-071-0/+2
|
* ephy-window: make ephy_window_get_find_toolbar privateXan Lopez2012-01-202-10/+0
| | | | | Surely this is not interesting for anyone outside Epiphany? It's not used in extensions.
* doc: fix distcheckXan Lopez2012-01-201-2/+0
|
* Remove EphyGoAction, it's unusedXan Lopez2012-01-011-1/+0
|
* epiphany.types: remove more obsolete stuffXan Lopez2011-12-141-2/+0
|
* Remove traces of EphyZoomControlXan Lopez2011-12-143-61/+0
|
* Remove ephy_window_get_toolbarXan Lopez2011-12-142-10/+0
| | | | The only use in window-commands.c is not superfluous.
* ephy-web-view: remove unused and unimplemented methodXan Lopez2011-09-111-1/+0
|
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-071-5/+0
| | | | | | | | | | | The migration code is now in the ephy-profile-migrator binary, this means: - epiphany is not linking to NSS anymore - lib/ephy-profile-migration.c was split into: + lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary + lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions. - testing for migration is done without running ephy-profile-migrator Bug #636685
* Spinner changesXan Lopez2010-10-244-73/+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 defaultXan Lopez2010-05-184-22/+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 statusbarXan Lopez2010-05-131-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 indicatorXan Lopez2010-05-131-1/+0
| | | | | We now show a dialog before enabling the preference, which should be warning enough.
* Do not show the security status in the statusbarXan Lopez2010-05-121-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-helpersDiego Escalante Urrelo2010-01-213-2/+27
|
* docs: delete deprecated templatesDiego Escalante Urrelo2010-01-2122-2738/+53
|
* Fix docs build with gtk-doc 1.13Sebastian Dröge2010-01-141-1/+1
| | | | gtkdoc-fixxref now needs the module to work correctly.
* Enable threads for gtk-doc scannerXan Lopez2009-12-301-0/+3
|
* Revert "docs: remove generated templates"Xan Lopez2009-12-3023-13/+3346
| | | | | | This reverts commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6. This broke distcheck.
* docs: ephy-web-viewDiego Escalante Urrelo2009-12-173-3/+58
|
* docs: ephy-dialogDiego Escalante Urrelo2009-12-174-1/+33
|
* docs: ephy-debugDiego Escalante Urrelo2009-12-173-1/+12
|
* docs: include NSS libs when appropiateDiego Escalante Urrelo2009-12-171-0/+5
| | | | | | This fixes the build when docs are enabled. Bug #604637