| Commit message (Expand) | Author | Age | Files | Lines |
* | extensions-manager: remove legacy XML format support | Diego Escalante Urrelo | 2010-01-26 | 1 | -134/+2 |
* | extensions-manager: use GDir instead of dirent | Diego Escalante Urrelo | 2010-01-26 | 1 | -9/+16 |
* | Add GObject introspection annotations to many *_get_* functions | Iain Nicol | 2009-11-18 | 1 | -1/+2 |
* | Remove ephy-glib-compat.h, since we depend on a newer glib now | Xan Lopez | 2009-08-12 | 1 | -2/+0 |
* | Remove Python support. | Xan Lopez | 2009-06-06 | 1 | -16/+0 |
* | Add seed support; use --enable-seed to check it out. Patch by Robert Carr. | Christian Persch | 2009-02-07 | 1 | -0/+18 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Sync comment parameters with actual parameters | Diego Escalante Urrelo | 2008-09-29 | 1 | -4/+4 |
* | Use G_DEFINE_TYPE* when possible in src/ (#515601) | Xan Lopez | 2008-02-11 | 1 | -43/+4 |
* | Update to new glib 2.15.2 API, bump glib dep and remove a | Cosimo Cecchi | 2008-01-15 | 1 | -1/+1 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -26/+21 |
* | And port all the callers in src/ | Xan Lopez | 2007-11-16 | 1 | -3/+8 |
* | Remove EphyTab. | Christian Persch | 2007-10-28 | 1 | -11/+11 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Utilize GLib's new g_timeout_add_seconds to reduce context switches and | Diego Escalante Urrelo | 2007-01-03 | 1 | -2/+4 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -4/+4 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -2/+2 |
* | Add an 'enabled' flag in the EphyExtensionInfo struct to track whether | Crispin Flowerday | 2006-02-08 | 1 | -4/+16 |
* | Fix number of /'s in URI. | Christian Persch | 2006-01-17 | 1 | -0/+1 |
* | Don't warn when reading a .xml when we previously read the .ephy-extension | Christian Persch | 2005-11-19 | 1 | -15/+70 |
* | More curly quotes. | Christian Persch | 2005-11-01 | 1 | -1/+0 |
* | Load the key files and xml files directly from disc, instead of getting | Christian Persch | 2005-10-22 | 1 | -109/+204 |
* | Expose the extension description keyfile directly to the loaders. | Christian Persch | 2005-10-21 | 1 | -93/+42 |
* | A data/ephy-xml2ini.xsl: | Christian Persch | 2005-10-18 | 1 | -357/+73 |
* | Don't crash if the Authors key is missing, or there are no keys in the | Crispin Flowerday | 2005-09-24 | 1 | -20/+27 |
* | s/DOT_INIT/DOT_INI/g. | Christian Persch | 2005-09-24 | 1 | -6/+6 |
* | Don't read unused variables, and use a #define for the keyfile extension. | Christian Persch | 2005-09-24 | 1 | -37/+11 |
* | R data/epiphany-extension.xsd: | Christian Persch | 2005-09-24 | 1 | -99/+1 |
* | Add support for extension description files in the keyfile format, using | Crispin Flowerday | 2005-09-24 | 1 | -42/+218 |
* | Fix compiler warning. | Christian Persch | 2005-07-04 | 1 | -5/+5 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 1 | -5/+5 |
* | Common helper function to unref a GObject from idle. | Christian Persch | 2005-06-11 | 1 | -9/+2 |
* | Version 1.7.1.Release171 | Christian Persch | 2005-06-05 | 1 | -3/+5 |
* | A README.Python A m4/.cvsignore: A m4/python.m4: | Christian Persch | 2005-05-21 | 1 | -0/+18 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -14/+14 |
* | Extension manager owns only one ref on extensions which don't implement | Jean-François Rameau | 2005-01-28 | 1 | -8/+8 |
* | Add loader directory to the .pc file. | Christian Persch | 2005-01-04 | 1 | -2/+47 |
* | Free the gconf value. Thanks to jfr for noticing this. | Christian Perschristian Persch | 2004-12-29 | 1 | -0/+4 |
* | Add attach_tab and detach_tab functions to extension interface (bug | Adam Hooper | 2004-12-18 | 1 | -2/+81 |
* | If the gconf key doesn't exist, or has the wrong value type, set it to | Christian Persch | 2004-12-02 | 1 | -2/+25 |
* | Add defines and #ifdef to enable validation; disabled for now. | Christian Persch | 2004-11-18 | 1 | -2/+16 |
* | make len a gsize rather than an int to fix compilation on 64-bit systems. | James Henstridge | 2004-11-11 | 1 | -1/+1 |
* | Free XML data after parsing it. Noticed by jfr. I'm an idiot. | Adam Hooper | 2004-11-03 | 1 | -1/+7 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Disable extensions description validation for now. | Christian Persch | 2004-11-01 | 1 | -2/+2 |
* | Process xml:lang in extension description files. | Christian Persch | 2004-10-31 | 1 | -4/+51 |
* | Move idle unreffing to extensions manager. Makes sure that extensions are | Christian Persch | 2004-10-30 | 1 | -1/+16 |
* | Listen for changes to extension directories using | Adam Hooper | 2004-10-30 | 1 | -59/+252 |
* | De-couple instantiation and initialisation of the extensions manager. | Christian Persch | 2004-10-26 | 1 | -2/+10 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | Only multiplex [attach|detach]_window to extensions implementing the | Christian Persch | 2004-10-23 | 1 | -5/+14 |
* | Remove bogus debug output. | Christian Persch | 2004-10-22 | 1 | -3/+0 |
* | Validate extension XML files against an XSD Schema. | Adam Hooper | 2004-10-19 | 1 | -5/+98 |
* | R lib/ephy-module-loader.c: R lib/ephy-module-loader.h: A | Christian Persch | 2004-10-17 | 1 | -237/+630 |
* | Load/unload extensions based on GConf key | Adam Hooper | 2004-09-14 | 1 | -47/+303 |
* | s/EphyExtensionClass/EphyExtensionIface/g | Christian Persch | 2004-02-17 | 1 | -2/+2 |
* | Decouple extensions manager initialisation and extensions loading. Fixes a | Christian Persch | 2004-02-02 | 1 | -3/+1 |
* | New extensions API. | Christian Persch | 2003-11-11 | 1 | -0/+260 |