aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* docs: ephy-file-helpersDiego Escalante Urrelo2010-01-221-1/+0
|
* Fix docs build with gtk-doc 1.13Sebastian Dröge2010-01-151-1/+1
| | | | gtkdoc-fixxref now needs the module to work correctly.
* Enable threads for gtk-doc scannerXan Lopez2009-12-311-0/+3
|
* Revert "docs: remove generated templates"Xan Lopez2009-12-311-13/+149
| | | | | | This reverts commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6. This broke distcheck.
* docs: ephy-dialogDiego Escalante Urrelo2009-12-181-1/+3
|
* docs: ephy-debugDiego Escalante Urrelo2009-12-181-1/+0
|
* docs: include NSS libs when appropiateDiego Escalante Urrelo2009-12-181-0/+5
| | | | | | This fixes the build when docs are enabled. Bug #604637
* docs: ephy-location-actionDiego Escalante Urrelo2009-12-031-1/+0
| | | | Bug #503852
* docs: ephy-toolbarDiego Escalante Urrelo2009-12-031-1/+0
| | | | Bug #503852
* docs: ephy-statusbarDiego Escalante Urrelo2009-12-031-1/+0
| | | | Bug #503852
* docs: ephy-tree-model-sortDiego Escalante Urrelo2009-12-031-2/+0
| | | | | | Also disable incomplete documentation. Bug #503852
* docs: ephy-node-viewDiego Escalante Urrelo2009-12-031-1/+0
| | | | Bug #503852
* docs: ephy-zoom-actionDiego Escalante Urrelo2009-12-031-1/+0
|
* docs: remove generated templatesDiego Escalante Urrelo2009-12-031-149/+13
|
* doc/reference/Makefile.am: remove leftovers.Xan Lopez2009-06-061-3/+0
|
* Remove Python support.Xan Lopez2009-06-061-8/+0
| | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed.
* Remove embedfactory library from Makefiles.Xan Lopez2009-06-061-1/+0
|
* Make EphyEmbedSingle a non-interface type.Xan Lopez2009-06-061-2/+0
|
* Add SEED_LIBS when seed extensions are enabled.Xan Lopez2009-03-111-0/+5
| | | | svn path=/trunk/; revision=8870
* Remove ephy-download leftovers.Xan Lopez2009-03-111-1/+0
| | | | svn path=/trunk/; revision=8869
* Remove CXX/C++ stuff from configure/Makefiles.Xan Lopez2009-03-011-2/+2
| | | | | | We are just C now, so it should be OK. svn path=/trunk/; revision=8826
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-141-2/+0
| | | | | | Bug #567601 svn path=/trunk/; revision=8682
* Enable docs for ephy-spinnerDiego Escalante Urrelo2008-11-301-1/+0
| | | | svn path=/trunk/; revision=8624
* Document lib/widgets/ephy-zoom-control.cDiego Escalante Urrelo2008-11-301-1/+0
| | | | svn path=/trunk/; revision=8622
* Enable ephy-search-entry docs buildDiego Escalante Urrelo2008-09-291-1/+0
| | | | | | Also, create a new Widgets section. svn path=/trunk/; revision=8566
* Enable documentation build for ephy-location-entryDiego Escalante Urrelo2008-09-291-1/+0
| | | | | | | | | | | 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
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-121-1/+3
| | | | svn path=/trunk/; revision=8211
* Remove nonexistent filesChristian Persch2008-04-081-20/+0
| | | | svn path=/trunk/; revision=8196
* Exorcise gecko configure & build stuffChristian Persch2008-04-041-27/+5
| | | | svn path=/trunk/; revision=8183
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-111-2/+2
| | | | svn path=/trunk/; revision=8094
* Fix the docs build.Christian Persch2008-02-181-0/+1
| | | | svn path=/trunk/; revision=7965
* And make it link, tooChristian Persch2007-07-311-17/+23
| | | | svn path=/trunk/; revision=7220
* Trying to fix the docs buildChristian Persch2007-07-311-8/+8
| | | | svn path=/trunk/; revision=7219
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-27 Xan Lopez <xan@gnome.org> * Makefile.am: * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * embed/ephy-embed-persist.c: * embed/ephy-embed-shell.c: * embed/ephy-embed.c: * embed/webkit/Makefile.am: * embed/webkit/webkit-embed-find.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed.h: * src/Makefile.am: Add support for the WebKit engine, compile with --with-engine=webkit to activate. * embed/mozilla/mozilla-embed-single.cpp: Move to the G_DEFINE_TYPE_WITH_CODE macro. svn path=/trunk/; revision=7208
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-5/+5
| | | | | | | | | | | | | | | 2007-07-16 Christian Persch <chpe@gnome.org> * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * plugins/desktop-file/Makefile.am: * src/Makefile.am: s/MOZILLA/GECKO/g for consistency with gge. svn path=/trunk/; revision=7173
* Fix docs build on xulrunner trunk.Christian Persch2007-06-051-8/+2
| | | | | | | | | | 2007-06-05 Christian Persch <chpe@gnome.org> * doc/reference/Makefile.am: Fix docs build on xulrunner trunk. svn path=/trunk/; revision=7070
* Try to fix the docs build with gecko trunk.Christian Persch2006-08-081-0/+3
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Try to fix the docs build with gecko trunk.
* Fix xulrunner detection logic.Christian Persch2006-02-061-3/+4
| | | | | | | | | | | | | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix xulrunner detection logic. * configure.ac: A po/Makevars: * src/Makefile.am: * doc/reference/Makefile.am: Remove AM_GLIB_GNU_GETTEXT, use plain AM_GNU_GETTEXT. * data/glade/Makefile.am: Fix distcheck with certs manager disabled.
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-02 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * autogen.sh: * configure.ac: R data/GNOME_Epiphany_Automation.server.in: * data/Makefile.am: A data/epiphany-service.xml: A data/org.gnome.Epiphany.service.in: * doc/reference/Makefile.am: R idl/.cvsignore: R idl/EphyAutomation.idl: R idl/Makefile.am: * lib/Makefile.am: R lib/ephy-dbus.c: R lib/ephy-dbus.h: * lib/ephy-file-helpers.c: (ephy_file_launch_application): * src/Makefile.am: A src/ephy-activation.c: A src/ephy-activation.h: A src/ephy-dbus.c: A src/ephy-dbus.h: * src/ephy-main.c: (main): * src/ephy-shell.c: (ephy_shell_init), (open_urls), (dbus_g_proxy_finalized_cb), (ephy_shell_startup), (ephy_shell_dispose): Bonobo is dead; long live the Bonobos! Patch by Gustavo Gama, bug #322463.
* Fix reference docs buildChristian Persch2005-09-211-0/+1
|
* Version 1.9.Christian Persch2005-08-291-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * ChangeLog-20050828: * Makefile.am: * autogen.sh: * configure.ac: * data/Makefile.am: * data/epiphany-1.10.pc.in: * data/epiphany-1.8.pc.in: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/ephy-dbus.c: (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_session_bus), (ephy_dbus_disconnect_bus): * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Version 1.9.
* Add python libs when building with python bindings. Fixes bug #305767.Christian Persch2005-05-291-0/+8
| | | | | | | | 2005-05-28 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Add python libs when building with python bindings. Fixes bug #305767.
* === Release 1.5.7 ===Release157Christian Persch2005-02-281-1/+6
| | | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.7 === * doc/reference/Makefile.am: * doc/reference/tmpl/ephy-embed.sgml:
* Removed references to removed files.Christian Persch2004-12-021-10/+0
| | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Removed references to removed files.
* Downgrade automake requirement to 1.8.Christian Persch2004-12-021-1/+1
| | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Downgrade automake requirement to 1.8.
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-01 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add deprecated defines to AM_CPPFLAGS in maintainer-mode. * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/egg/eggintl.h: * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: INCLUDES is deprecated, use AM_CPPFLAGS and AM_CFLAGS instead. * lib/eel-gconf-extensions.c: (eel_gconf_client_get_global): Removed usage of deprecated gconf API. * src/ephy-main.c: (main): Removed usage of deprecated glade API.
* Fix compilationAdam Hooper2004-10-181-1/+0
|
* Load/unload extensions based on GConf keyAdam Hooper2004-09-141-2/+0
| | | | | | /apps/epiphany/general/active_extensions. Update documentation a bit (i.e., make sure it actually builds).
* Removed reference to ephy-ellipsizing-label.Christian Persch2004-08-091-1/+1
| | | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Removed reference to ephy-ellipsizing-label. * po/POTFILES.in: Added lib/widgets/ephy-label.c
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-011-0/+1
|
* Documented EphyGladeAdam Hooper2004-04-201-1/+0
|
* Documented EphyNodeDbAdam Hooper2004-04-051-1/+0
|
* Removed the nautilus view.Christian Persch2004-03-301-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/.cvsignore: * data/GNOME_Epiphany_NautilusView.server.in: * data/Makefile.am: * data/ui/.cvsignore: * data/ui/Makefile.am: * data/ui/nautilus-epiphany-view.xml: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-popup-control.c: * embed/ephy-embed-popup-control.h: * lib/Makefile.am: * lib/ephy-bonobo-extensions.c: * lib/ephy-bonobo-extensions.h: * po/POTFILES.in: * src/Makefile.am: * src/ephy-nautilus-view.c: * src/ephy-nautilus-view.h: * src/ephy-shell.c: (ephy_automation_factory_cb): Removed the nautilus view. 2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* Documented EphyCommandManagerAdam Hooper2004-03-301-1/+0
|
* EphyEmbedPersist documentationAdam Hooper2004-03-281-1/+0
|
* Documented EphyEmbedAdam Hooper2004-03-261-1/+3
|
* Documented EphyTabAdam Hooper2004-03-241-1/+0
|
* API documentationAdam Hooper2004-03-241-1/+0
|
* Remove nsUnicharUtils.h from docs makefile.Christian Persch2004-02-221-1/+0
| | | | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Remove nsUnicharUtils.h from docs makefile.
* Install the statusbar .h file.Christian Persch2004-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | 2004-02-13 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: * src/Makefile.am: Install the statusbar .h file. R src/statusbar.[ch]: A src/ephy-statusbar.[ch]: s/statusbar/ephy-statusbar/ and friends. * src/ephy-window.c: (sync_tab_load_progress), (sync_tab_security), (ephy_window_init): Change references from statusbar to ephy-statusbar. Remove selection-received stuff, since it now lives in EphyTab.
* *** empty log message ***Marco Pesenti Gritti2004-02-011-0/+4
|
* Added egg tray icon headers to IGNORE_HFILES.Christian Persch2003-11-241-0/+3
| | | | | | | | 2003-11-24 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Added egg tray icon headers to IGNORE_HFILES.
* Add a tip on how to clean docs.Marco Pesenti Gritti2003-11-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 2003-11-22 Marco Pesenti Gritti <marco@gnome.org> * doc/reference-howto.txt: Add a tip on how to clean docs. * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: * doc/reference/tmpl/ephy-cookie-manager.sgml: * doc/reference/tmpl/ephy-embed-factory.sgml: * doc/reference/tmpl/ephy-embed-single.sgml: * doc/reference/tmpl/ephy-password-manager.sgml: * doc/reference/tmpl/ephy-permission-manager.sgml: Add some files chpe documented to the build. * embed/ephy-embed-factory.c: Document
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-11-22 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-persist.c: (ephy_embed_persist_save): * embed/ephy-embed-persist.h: * embed/ephy-embed-popup-control.c: (save_url), (embed_popup_set_image_as_background_cmd): * embed/ephy-embed-shell.c: (ephy_embed_shell_get_embed_single): * embed/ephy-embed.c: * embed/ephy-embed.h: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download): * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed-single.h: * embed/mozilla/mozilla-embed.cpp: * src/Makefile.am: * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init): * src/ephy-tab.c: (ephy_tab_init): * src/popup-commands.c: (save_property_url), (popup_cmd_set_image_as_background): * src/window-commands.c: (window_cmd_file_save_as), (save_temp_source): Add a factory to create embed objects and use it. Deal with dependency of mozilla-embed and mozilla-embed-persist on mozilla-embed-single internally.
* Do not document config.h ;) Reenable docs build.Marco Pesenti Gritti2003-11-201-0/+1
| | | | | | | | | | | | 2003-11-19 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/tmpl/config.sgml: Do not document config.h ;) Reenable docs build.
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-201-5/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-11-19 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/.cvsignore: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: * doc/reference/tmpl/config.sgml: * doc/reference/tmpl/ephy-session.sgml: * doc/reference/tmpl/ephy-shell.sgml: Complete docs base implementation. Should work more or less. * embed/Makefile.am: * lib/Makefile.am: * src/Makefile.am: Cleanup a bit libs build and use a static lib also for the src/ code so that we can use it for documents. * src/ephy-nautilus-view.c: Bad chpe forgot to modify func signature.
* *** empty log message ***Marco Pesenti Gritti2003-11-191-5/+4
|
* Begin of gtk-doc supportMarco Pesenti Gritti2003-11-191-0/+63
2003-11-18 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * configure.in: * doc/Makefile.am: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: Begin of gtk-doc support