summaryrefslogtreecommitdiff
path: root/plugins/fuse.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-05Remove compDisplays variable and add comments to codeDavid Reveman1-14/+17
2007-09-04Allow key and button options in objects that are descendantsDavid Reveman1-0/+6
2007-09-04Use 'base' as default name for base object instead of 'object'.David Reveman1-7/+7
2007-09-04Remove setDisplayOptionForPlugin and setScreenOptionForPluginDavid Reveman1-116/+79
2007-08-31Add core object type.David Reveman1-0/+4
2007-08-30Add plugin interface version number to getCompPluginInfoDavid Reveman1-1/+1
2007-08-30Add simple object system, which generalize the privatesDavid Reveman1-17/+60
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-1/+1
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-28screenInode -> objectInode.David Reveman1-7/+7
2007-08-28Minor clean up.David Reveman1-3/+4
2007-08-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman1-0/+3
2007-08-28Remove setScreenOption and make sure core plugin is loadedDavid Reveman1-45/+24
2007-08-27Remove getDisplayOptions and setDisplayOption functions.David Reveman1-7/+1
2007-08-27Added sanity check for screenInode value.Roland Bär1-0/+3
2007-08-15fuseFiniValue -> compFiniOptionValue.David Reveman1-1/+1
2007-08-14Use compFiniOptionValue in fuse plugin.David Reveman1-28/+1
2007-08-14Remove complex action option handling from fuse plugin.David Reveman1-138/+41
2007-08-09Fix many function declarations that were missing the 'const'David Reveman1-1/+1
2007-07-12Remove features and dependencies from plugin VTable.David Reveman1-5/+1
2007-07-05remove NULL checkRoland Bar1-6/+3
2007-06-06Remove string restrictionsMike Dransfield1-43/+4
2007-05-03Remove option descriptions from CompOption structure.David Reveman1-30/+16
2007-05-03Remove plugin descriptions from VTable.David Reveman1-2/+0
2007-05-03Remove unnecessary checks.David Reveman1-4/+1
2007-05-02Add missing calls to compAddMetadataFromFile.David Reveman1-0/+2
2007-05-02Update fuse plugin to use new metadata system.David Reveman1-18/+36
2007-04-16Add GetMetadata function to plugin VTable.David Reveman1-0/+1
2007-04-03Changed plugin vTable option functions to include a referenceMike Dransfield1-4/+6
2007-03-16Expose edges as files with boolean values and add write supportDavid Reveman1-68/+54
2007-03-16Add write support for list items in fuse plugin.David Reveman1-2/+86
2007-03-14Add basic write support. List options and edges in action optionsDavid Reveman1-5/+362
2007-03-13Remove signal handling from fuse plugin. It's not longer needed asDavid Reveman1-77/+11
2007-03-09Add fuse plugin. It provides a user space file-system with compizDavid Reveman1-0/+1250