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