Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 1 | -192/+0 |
| | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. | ||||
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -2/+2 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -10/+10 |
| | |||||
* | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -6/+6 |
| | |||||
* | License Changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-13 | 1 | -13/+14 |
| | | | | svn path=/trunk/; revision=36313 | ||||
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=35665 | ||||
* | EPlugin : Initial commit for python support for eplugins. | Johnny Jacob | 2008-06-12 | 1 | -0/+191 |
svn path=/trunk/; revision=35626 |