index
:
xorg/app/compiz
compiz++
compiz-0.2
compiz-0.4
compiz-0.6
compiz-0.8
master
nomad-0.7.8
object-framework
OpenGL based compositing and windows manager (mirrored from https://gitlab.freedesktop.org/xorg/app/compiz)
davidr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
fuse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-05
Remove compDisplays variable and add comments to code
David Reveman
1
-14
/
+17
2007-09-04
Allow key and button options in objects that are descendants
David Reveman
1
-0
/
+6
2007-09-04
Use 'base' as default name for base object instead of 'object'.
David Reveman
1
-7
/
+7
2007-09-04
Remove setDisplayOptionForPlugin and setScreenOptionForPlugin
David Reveman
1
-116
/
+79
2007-08-31
Add core object type.
David Reveman
1
-0
/
+4
2007-08-30
Add plugin interface version number to getCompPluginInfo
David Reveman
1
-1
/
+1
2007-08-30
Add simple object system, which generalize the privates
David Reveman
1
-17
/
+60
2007-08-29
ABIVERSION -> CORE_ABIVERSION.
David Reveman
1
-1
/
+1
2007-08-29
Split compiz.h into compiz.h and compiz-core.h.
David Reveman
1
-1
/
+1
2007-08-28
Use compiz-common.h, move _CompPluginVTable struct to
David Reveman
1
-1
/
+1
2007-08-28
Remove getVersion function from plugin VTable.
David Reveman
1
-8
/
+0
2007-08-28
Add core ABI version check to all plugins. Plugins are now
David Reveman
1
-0
/
+3
2007-08-28
screenInode -> objectInode.
David Reveman
1
-7
/
+7
2007-08-28
Minor clean up.
David Reveman
1
-3
/
+4
2007-08-28
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
David Reveman
1
-0
/
+3
2007-08-28
Remove setScreenOption and make sure core plugin is loaded
David Reveman
1
-45
/
+24
2007-08-27
Remove getDisplayOptions and setDisplayOption functions.
David Reveman
1
-7
/
+1
2007-08-27
Added sanity check for screenInode value.
Roland Bär
1
-0
/
+3
2007-08-15
fuseFiniValue -> compFiniOptionValue.
David Reveman
1
-1
/
+1
2007-08-14
Use compFiniOptionValue in fuse plugin.
David Reveman
1
-28
/
+1
2007-08-14
Remove complex action option handling from fuse plugin.
David Reveman
1
-138
/
+41
2007-08-09
Fix many function declarations that were missing the 'const'
David Reveman
1
-1
/
+1
2007-07-12
Remove features and dependencies from plugin VTable.
David Reveman
1
-5
/
+1
2007-07-05
remove NULL check
Roland Bar
1
-6
/
+3
2007-06-06
Remove string restrictions
Mike Dransfield
1
-43
/
+4
2007-05-03
Remove option descriptions from CompOption structure.
David Reveman
1
-30
/
+16
2007-05-03
Remove plugin descriptions from VTable.
David Reveman
1
-2
/
+0
2007-05-03
Remove unnecessary checks.
David Reveman
1
-4
/
+1
2007-05-02
Add missing calls to compAddMetadataFromFile.
David Reveman
1
-0
/
+2
2007-05-02
Update fuse plugin to use new metadata system.
David Reveman
1
-18
/
+36
2007-04-16
Add GetMetadata function to plugin VTable.
David Reveman
1
-0
/
+1
2007-04-03
Changed plugin vTable option functions to include a reference
Mike Dransfield
1
-4
/
+6
2007-03-16
Expose edges as files with boolean values and add write support
David Reveman
1
-68
/
+54
2007-03-16
Add write support for list items in fuse plugin.
David Reveman
1
-2
/
+86
2007-03-14
Add basic write support. List options and edges in action options
David Reveman
1
-5
/
+362
2007-03-13
Remove signal handling from fuse plugin. It's not longer needed as
David Reveman
1
-77
/
+11
2007-03-09
Add fuse plugin. It provides a user space file-system with compiz
David Reveman
1
-0
/
+1250