summaryrefslogtreecommitdiff
path: root/plugins/gconf.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-06Fix memory leaks and clean up properly in gconf plugin.David Reveman1-5/+19
2007-09-05Remove compDisplays variable and add comments to codeDavid Reveman1-1/+1
2007-09-04Add support for any kind of object type to gconf plugin.David Reveman1-79/+67
2007-09-04Allow key and button options in objects that are descendantsDavid Reveman1-0/+12
2007-09-04Use 'base' as default name for base object instead of 'object'.David Reveman1-13/+13
2007-09-04Remove setDisplayOptionForPlugin and setScreenOptionForPluginDavid Reveman1-311/+116
2007-09-03Re-write object initialization code to properly handleDavid Reveman1-45/+92
2007-08-31Add core object type.David Reveman1-0/+2
2007-08-30Add plugin interface version number to getCompPluginInfoDavid Reveman1-1/+1
2007-08-30Add simple object system, which generalize the privatesDavid Reveman1-35/+57
2007-08-29ABIVERSION -> CORE_ABIVERSION.David Reveman1-1/+1
2007-08-29Split compiz.h into compiz.h and compiz-core.h.David Reveman1-1/+1
2007-08-28Use compiz-common.h, move _CompPluginVTable struct toDavid Reveman1-2/+2
2007-08-28Remove getVersion function from plugin VTable.David Reveman1-8/+0
2007-08-28Add core ABI version check to all plugins. Plugins are nowDavid Reveman1-0/+3
2007-08-28Remove setScreenOption and make sure core plugin is loadedDavid Reveman1-80/+26
2007-08-27Remove getDisplayOptions and setDisplayOption functions.David Reveman1-53/+4
2007-08-15GConf plugin re-write.David Reveman1-283/+366
2007-08-15Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman1-13/+24
2007-08-13Remove duplicate initialization of option.David Reveman1-3/+0
2007-08-13Remove complex action option handling from gconf plugin asDavid Reveman1-386/+66
2007-08-13Add edge modifiers. Deprecates edge button functionality.David Reveman1-20/+16
2007-08-13Add bell option, which is just a bell only action option.David Reveman1-6/+11
2007-08-13Add edge option, which is just a edge only action option.David Reveman1-0/+22
2007-08-13Add button-binding option, which is just a button-binding onlyDavid Reveman1-0/+23
2007-08-13Add key-binding option, which is just a key-binding onlyDavid Reveman1-0/+23
2007-08-09Fix possible memleaks.Danny Baumann1-8/+4
2007-08-09Formatting fixes.Danny Baumann1-8/+4
2007-08-09Remove trailing whitespace.Danny Baumann1-4/+4
2007-08-09Added compFindOption return checksRoland Baer1-9/+28
2007-08-09Fix many function declarations that were missing the 'const'David Reveman1-10/+10
2007-07-12Remove features and dependencies from plugin VTable.David Reveman1-14/+1
2007-05-20Send glib notify after initiating display.David Reveman1-0/+24
2007-05-18Remove timeout based iteration of GLib main loop and insteadDavid Reveman1-16/+2
2007-05-03Remove plugin descriptions from VTable.David Reveman1-2/+0
2007-05-03Remove unnecessary checks.David Reveman1-3/+1
2007-05-02Add missing calls to compAddMetadataFromFile.David Reveman1-0/+2
2007-05-02Update gconf plugin to use new metadata system.David Reveman1-1/+18
2007-04-16Add GetMetadata function to plugin VTable.David Reveman1-0/+1
2007-04-03Changed plugin vTable option functions to include a referenceMike Dransfield1-6/+6
2007-02-25Add support for new match option type.David Reveman1-0/+35
2006-12-10Unwrap display functions pointers when finishing.David Reveman1-0/+4
2006-12-06Fix reading of action options. The complete option is now read before theDavid Reveman1-169/+225
2006-10-25Add edgeButton, which can be used to require a button press for edge actionsDavid Reveman1-3/+32
2006-10-09Add plugin feature interface.Guillaume1-1/+3
2006-10-04Use stringToColor and colorToString.David Reveman1-16/+3
2006-10-04Remove use of gconf-compiz-utils.c.David Reveman1-9/+22
2006-09-19Add version handling to plugin system.David Reveman1-0/+8
2006-07-23All binding options are now finally converted to action options, removingDavid Reveman1-39/+0
2006-07-20Read edge key when initializing action options.David Reveman1-2/+2