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
/
gconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-06
Fix memory leaks and clean up properly in gconf plugin.
David Reveman
1
-5
/
+19
2007-09-05
Remove compDisplays variable and add comments to code
David Reveman
1
-1
/
+1
2007-09-04
Add support for any kind of object type to gconf plugin.
David Reveman
1
-79
/
+67
2007-09-04
Allow key and button options in objects that are descendants
David Reveman
1
-0
/
+12
2007-09-04
Use 'base' as default name for base object instead of 'object'.
David Reveman
1
-13
/
+13
2007-09-04
Remove setDisplayOptionForPlugin and setScreenOptionForPlugin
David Reveman
1
-311
/
+116
2007-09-03
Re-write object initialization code to properly handle
David Reveman
1
-45
/
+92
2007-08-31
Add core object type.
David Reveman
1
-0
/
+2
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
-35
/
+57
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
-2
/
+2
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
Remove setScreenOption and make sure core plugin is loaded
David Reveman
1
-80
/
+26
2007-08-27
Remove getDisplayOptions and setDisplayOption functions.
David Reveman
1
-53
/
+4
2007-08-15
GConf plugin re-write.
David Reveman
1
-283
/
+366
2007-08-15
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
David Reveman
1
-13
/
+24
2007-08-13
Remove duplicate initialization of option.
David Reveman
1
-3
/
+0
2007-08-13
Remove complex action option handling from gconf plugin as
David Reveman
1
-386
/
+66
2007-08-13
Add edge modifiers. Deprecates edge button functionality.
David Reveman
1
-20
/
+16
2007-08-13
Add bell option, which is just a bell only action option.
David Reveman
1
-6
/
+11
2007-08-13
Add edge option, which is just a edge only action option.
David Reveman
1
-0
/
+22
2007-08-13
Add button-binding option, which is just a button-binding only
David Reveman
1
-0
/
+23
2007-08-13
Add key-binding option, which is just a key-binding only
David Reveman
1
-0
/
+23
2007-08-09
Fix possible memleaks.
Danny Baumann
1
-8
/
+4
2007-08-09
Formatting fixes.
Danny Baumann
1
-8
/
+4
2007-08-09
Remove trailing whitespace.
Danny Baumann
1
-4
/
+4
2007-08-09
Added compFindOption return checks
Roland Baer
1
-9
/
+28
2007-08-09
Fix many function declarations that were missing the 'const'
David Reveman
1
-10
/
+10
2007-07-12
Remove features and dependencies from plugin VTable.
David Reveman
1
-14
/
+1
2007-05-20
Send glib notify after initiating display.
David Reveman
1
-0
/
+24
2007-05-18
Remove timeout based iteration of GLib main loop and instead
David Reveman
1
-16
/
+2
2007-05-03
Remove plugin descriptions from VTable.
David Reveman
1
-2
/
+0
2007-05-03
Remove unnecessary checks.
David Reveman
1
-3
/
+1
2007-05-02
Add missing calls to compAddMetadataFromFile.
David Reveman
1
-0
/
+2
2007-05-02
Update gconf plugin to use new metadata system.
David Reveman
1
-1
/
+18
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
-6
/
+6
2007-02-25
Add support for new match option type.
David Reveman
1
-0
/
+35
2006-12-10
Unwrap display functions pointers when finishing.
David Reveman
1
-0
/
+4
2006-12-06
Fix reading of action options. The complete option is now read before the
David Reveman
1
-169
/
+225
2006-10-25
Add edgeButton, which can be used to require a button press for edge actions
David Reveman
1
-3
/
+32
2006-10-09
Add plugin feature interface.
Guillaume
1
-1
/
+3
2006-10-04
Use stringToColor and colorToString.
David Reveman
1
-16
/
+3
2006-10-04
Remove use of gconf-compiz-utils.c.
David Reveman
1
-9
/
+22
2006-09-19
Add version handling to plugin system.
David Reveman
1
-0
/
+8
2006-07-23
All binding options are now finally converted to action options, removing
David Reveman
1
-39
/
+0
2006-07-20
Read edge key when initializing action options.
David Reveman
1
-2
/
+2
[next]