aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Update API documentation.Matthew Barnes2013-03-031-42/+43
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-22/+23
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+1
* Bug 675391 - Remove support for EVOLUTION_PLUGIN_PATH.Matthew Barnes2012-05-041-62/+17
* Miscellaneous cleanups.Matthew Barnes2011-11-231-3/+3
* Fix compiler warnings.Matthew Barnes2011-11-231-2/+3
* Almost no more GConf in e-utilRodrigo Moya2011-10-261-15/+21
* The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-47/+69
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-1/+2
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Coding style cleanups.Matthew Barnes2011-05-091-7/+7
* Bug 647708 - e_plugin_xml_prop() can return libxml2 allocated memoryMatthew Barnes2011-04-191-10/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-17/+17
* Various memory leaksMilan Crha2010-09-081-5/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-88/+88
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-95/+34
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-2/+2
* Update API documentation.Matthew Barnes2010-02-101-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-4/+12
* Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-271-1/+0
* Fix few valgrind claimsMilan Crha2009-09-221-0/+6
* Finish killing Bonobo.Matthew Barnes2009-09-091-66/+46
* Get EConfig and EEvent hooks working again.Matthew Barnes2009-09-011-4/+18
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-613/+83
* More code cleanup.Matthew Barnes2009-06-021-9/+9
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-84/+84
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-2/+2
* Compiler warning fix.Milan Crha2009-01-151-1/+1
* e-util/e-plugin.c e-util/e-plugin.h EPlugins must be loaded after BonoboPhilip Van hoof2009-01-121-10/+36
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-12/+12
* ** Fixes bug #545568Matthew Barnes2008-07-311-2/+3
* ** Fix for bug #540972Milan Crha2008-07-011-0/+1
* Tell which plugin it could not load in the warning message.Tor Lillqvist2008-06-061-1/+1
* Code cleanup. Also add an "enabled" property to EPlugin.Matthew Barnes2008-05-231-154/+288
* ** Fixes bug #525241 (EPluginUI)Matthew Barnes2008-05-091-0/+36
* ** Fixes bug #528817Matthew Barnes2008-04-191-1/+1
* Changed a stupid conditional statement, in the previous commit.Sankar P2008-03-201-1/+1
* ** Fix for bug #496839Sankar P2008-03-191-22/+55
* ** Fix for bug #500210Milan Crha2007-12-041-35/+23
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-57/+57
* ** Fix for bug #461272Sankar P2007-10-261-3/+18
* ** Fixes bug #437579Matthew Barnes2007-10-101-13/+14
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* reviewed by: Srinivasa Ragavan <sragavan@novell.com>Sankar P2007-08-071-6/+10
* Plugins should be configurable within the plugin-manager itself.Sankarasivasubramanian Pasupathilingam2007-07-261-0/+34
* Clean up compiler warnings in e-util directory (#438467).Matthew Barnes2007-06-031-17/+17
* On Win32, if the compile-time localedir's prefix from the plugin's .eplugTor Lillqvist2006-06-151-0/+8
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-091-0/+3
* Use guint for 1-bit bitfield. Remove unused var Remove unused vars RenameKjartan Maraas2006-02-081-4/+4
* Delete e_mkdir_hier(), and use e_util_mkdir_hier() instead of it.Simon Zheng2006-01-101-1/+1
* e-plugin.c (epl_construct) [Win32] The interface ofTor Lillqvist2006-01-051-2/+4
* Use GLib API where applicable for portability.Tor Lillqvist2005-12-181-18/+43
* e-plugin.c (ep_set_enabled): Fix compiler warning on early bailoutDavid Malcolm2005-08-231-1/+2
* fixed a typo: s/occured/occurred/gJens Seidel2005-08-221-1/+1
* Removed, these are now implemented as a plugin.Not Zed2005-05-251-81/+199
* include config.h.Not Zed2004-12-221-0/+11
* kill warning if we can't open the path.Not Zed2004-12-081-1/+1
* removed, code moved into camel-net-utils.[ch].Not Zed2004-12-031-1/+1
* get the image directly from the icon factoryJP Rosevear2004-11-261-8/+8
* if the plugin fails to load just disable it, don't unref it (it may beNot Zed2004-11-191-7/+5
* split out module loadng code. (epl_construct): if we're enabled, andNot Zed2004-11-181-20/+47
* added helper api to list all plugins. (ep_construct): load authors intoNot Zed2004-11-031-11/+127
* check for empty trailing sections/pages after we exit the main loop.Not Zed2004-10-201-3/+4
* convert to org.gnome hook namesJP Rosevear2004-10-201-5/+5
* fix typoJP Rosevear2004-10-081-1/+1
* handle wrong root element properly. From David TrowbridgeNot Zed2004-10-081-2/+5
* noop if we're disabled, and do some lifecycle stuff now, callNot Zed2004-10-071-5/+23
* show the toplevel notebook if we had to create one, always.Not Zed2004-10-071-67/+208
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+850