summaryrefslogtreecommitdiff
path: root/plugins/clone.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-04Use 'base' as default name for base object instead of 'object'.David Reveman1-6/+6
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-16/+61
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-13Use new action option types in clone plugin.David Reveman1-4/+3
2007-08-09Fix many function declarations that were missing the 'const'David Reveman1-1/+1
2007-07-19Name function correctly: clonePaintScreen -> clonePaintOutputDennis Kasprzyk1-3/+3
2007-07-19Work correctly with fullscreeOutput CompOutput.Dennis Kasprzyk1-7/+7
2007-07-12Remove features and dependencies from plugin VTable.David Reveman1-5/+1
2007-05-31Applied temporary changes to clone to make it work with lastest core changes.Dennis Kasprzyk1-3/+10
2007-05-31Renamed paint(Transformed)Screen to paint(Transfomed)Output.Dennis Kasprzyk1-6/+6
2007-05-03Remove plugin descriptions from VTable.David Reveman1-2/+0
2007-05-03Remove unnecessary checks.David Reveman1-3/+1
2007-04-27Update clone plugin to use new metadata system.David Reveman1-41/+41
2007-04-16Add GetMetadata function to plugin VTable.David Reveman1-0/+1
2007-04-06Remove whitespaces.David Reveman1-4/+4
2007-04-03Changed plugin vTable option functions to include a referenceMike Dransfield1-2/+4
2007-04-02Remove screen actions un plugin unload.Danny Baumann1-0/+4
2007-01-25Move matrix manipulation out of GL as it makes a lot more sense toDavid Reveman1-17/+24
2006-11-14If output is scaled, add destination output as damage.David Reveman1-3/+3
2006-11-09Handle output changes.David Reveman1-18/+55
2006-11-09Fix some clone remove issues.David Reveman1-7/+6
2006-11-09Set struts on clone input stealing windows.David Reveman1-0/+78
2006-11-07Add clone plugin which can be used to clone outputs in a convenient way.David Reveman1-0/+758