aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-extensions-manager.c
Commit message (Expand)AuthorAgeFilesLines
* extensions-manager: remove legacy XML format supportDiego Escalante Urrelo2010-01-261-134/+2
* extensions-manager: use GDir instead of direntDiego Escalante Urrelo2010-01-261-9/+16
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-1/+2
* Remove ephy-glib-compat.h, since we depend on a newer glib nowXan Lopez2009-08-121-2/+0
* Remove Python support.Xan Lopez2009-06-061-16/+0
* Add seed support; use --enable-seed to check it out. Patch by Robert Carr.Christian Persch2009-02-071-0/+18
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Sync comment parameters with actual parametersDiego Escalante Urrelo2008-09-291-4/+4
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-43/+4
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-151-1/+1
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-26/+21
* And port all the callers in src/Xan Lopez2007-11-161-3/+8
* Remove EphyTab.Christian Persch2007-10-281-11/+11
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-2/+4
* Use UTF-8 copyright symbolChristian Persch2006-09-131-4/+4
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* Add an 'enabled' flag in the EphyExtensionInfo struct to track whetherCrispin Flowerday2006-02-081-4/+16
* Fix number of /'s in URI.Christian Persch2006-01-171-0/+1
* Don't warn when reading a .xml when we previously read the .ephy-extensionChristian Persch2005-11-191-15/+70
* More curly quotes.Christian Persch2005-11-011-1/+0
* Load the key files and xml files directly from disc, instead of gettingChristian Persch2005-10-221-109/+204
* Expose the extension description keyfile directly to the loaders.Christian Persch2005-10-211-93/+42
* A data/ephy-xml2ini.xsl:Christian Persch2005-10-181-357/+73
* Don't crash if the Authors key is missing, or there are no keys in theCrispin Flowerday2005-09-241-20/+27
* s/DOT_INIT/DOT_INI/g.Christian Persch2005-09-241-6/+6
* Don't read unused variables, and use a #define for the keyfile extension.Christian Persch2005-09-241-37/+11
* R data/epiphany-extension.xsd:Christian Persch2005-09-241-99/+1
* Add support for extension description files in the keyfile format, usingCrispin Flowerday2005-09-241-42/+218
* Fix compiler warning.Christian Persch2005-07-041-5/+5
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-5/+5
* Common helper function to unref a GObject from idle.Christian Persch2005-06-111-9/+2
* Version 1.7.1.Release171Christian Persch2005-06-051-3/+5
* A README.Python A m4/.cvsignore: A m4/python.m4:Christian Persch2005-05-211-0/+18
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-14/+14
* Extension manager owns only one ref on extensions which don't implementJean-François Rameau2005-01-281-8/+8
* Add loader directory to the .pc file.Christian Persch2005-01-041-2/+47
* Free the gconf value. Thanks to jfr for noticing this.Christian Perschristian Persch2004-12-291-0/+4
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-181-2/+81
* If the gconf key doesn't exist, or has the wrong value type, set it toChristian Persch2004-12-021-2/+25
* Add defines and #ifdef to enable validation; disabled for now.Christian Persch2004-11-181-2/+16
* make len a gsize rather than an int to fix compilation on 64-bit systems.James Henstridge2004-11-111-1/+1
* Free XML data after parsing it. Noticed by jfr. I'm an idiot.Adam Hooper2004-11-031-1/+7
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Disable extensions description validation for now.Christian Persch2004-11-011-2/+2
* Process xml:lang in extension description files.Christian Persch2004-10-311-4/+51
* Move idle unreffing to extensions manager. Makes sure that extensions areChristian Persch2004-10-301-1/+16
* Listen for changes to extension directories usingAdam Hooper2004-10-301-59/+252
* De-couple instantiation and initialisation of the extensions manager.Christian Persch2004-10-261-2/+10
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Only multiplex [attach|detach]_window to extensions implementing theChristian Persch2004-10-231-5/+14
* Remove bogus debug output.Christian Persch2004-10-221-3/+0
* Validate extension XML files against an XSD Schema.Adam Hooper2004-10-191-5/+98
* R lib/ephy-module-loader.c: R lib/ephy-module-loader.h: AChristian Persch2004-10-171-237/+630
* Load/unload extensions based on GConf keyAdam Hooper2004-09-141-47/+303
* s/EphyExtensionClass/EphyExtensionIface/gChristian Persch2004-02-171-2/+2
* Decouple extensions manager initialisation and extensions loading. Fixes aChristian Persch2004-02-021-3/+1
* New extensions API.Christian Persch2003-11-111-0/+260