summaryrefslogtreecommitdiff
path: root/src/plugins/totem-plugin.h
Commit message (Expand)AuthorAgeFilesLines
* preferences: Move the plugins settingsKrifa752022-11-231-1/+0
* plugins: Simplify TOTEM_PLUGIN_REGISTER() macroBastien Nocera2022-11-171-19/+5
* plugins: Remove support for configurable pluginsBastien Nocera2022-11-171-21/+0
* all: Clean up headersBastien Nocera2022-03-311-9/+1
* plugins: Always include top-level totem.hBastien Nocera2022-03-301-0/+1
* plugins: Don't use intermediate private structBastien Nocera2022-02-211-6/+0
* plugins: Replace deprecated g_type_class_add_private()Gabor Karsay2019-09-261-2/+2
* plugins: Fix GIR compiler warningBastien Nocera2012-04-281-1/+1
* Move plugin struct and init functions to totem-plugin.hPhilip Withnall2010-09-051-1/+21
* Move plugin class struct and type function definitions to totem-plugin.hPhilip Withnall2010-09-051-0/+4
* Factor out common code in plugin macros to a new _TOTEM_PLUGIN_REGISTER macroPhilip Withnall2010-09-051-71/+21
* Add missing include for configurable pluginsBastien Nocera2010-09-031-0/+1
* Port to libpeas 0.5.5Bastien Nocera2010-08-191-6/+6
* Require libpeas 0.5.4Bastien Nocera2010-08-061-4/+76
* Re-add support for configurable pluginsPhilip Withnall2010-07-111-0/+51
* Add missing documentationPhilip Withnall2010-06-191-0/+9
* Add helper macro for registering pluginsBastien Nocera2010-06-161-293/+35
* Bug 578387 – Remaining API documentation additionsPhilip Withnall2009-04-301-5/+79
* Documentation updates and fixes: all documented and plugin-visible API isPhilip Withnall2009-02-071-6/+20
* Move most of totem.c into totem-object.c and break the core of Totem outPhilip Withnall2009-02-071-4/+4
* Remove unused and broken error-shown property.Philip Withnall2009-02-061-2/+7
* Cleanups to fix a few warnings when building with more gcc warning flagsPhilip Withnall2009-01-041-1/+2
* A bunch of cleanups of various sorts.Kjartan Maraas2007-11-211-2/+2
* upd for the changed belowBastien Nocera2007-07-231-0/+6
* Add support for Python and Vala plugins (Closes: #439557)Philip Withnall2007-06-111-3/+4
* Move the skipto dialog into a new plugin. (Closes #428293)Philip Withnall2007-05-141-2/+13
* Add exception clauses to the above mentioned filed, thanks to theBastien Nocera2007-05-131-1/+1
* Add support for plugin activation failure. Fix an uninitialized variable.Jan Arne Petersen2007-04-261-4/+16
* Patch from Christian Persch <chpe@gnome.org> to avoid relocations (Closes:Bastien Nocera2007-04-191-21/+19
* Turn Totem into a TotemObject, remove calling the screensaver directly,Bastien Nocera2007-04-031-0/+208