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
/
cube.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-19
Draw cube caps correctly in inside cube mode.
Dennis Kasprzyk
1
-4
/
+6
2007-10-27
Use CompVector.
Danny Baumann
1
-30
/
+17
2007-10-27
Added CompVector type for describing vectors.
Danny Baumann
1
-35
/
+35
2007-10-27
Added some matrix functions that can be useful for plugins.
Danny Baumann
1
-39
/
+7
2007-10-17
Minor cleanup.
Danny Baumann
1
-3
/
+3
2007-10-17
Use window Offsets to paint correct background.
Dennis Kasprzyk
1
-4
/
+8
2007-10-08
Fixed window offset calculation for multihead configurations.
Dennis Kasprzyk
1
-1
/
+1
2007-10-08
Use setWindowPaintOffsets instead of moveScreenViewport in cube.
Dennis Kasprzyk
1
-4
/
+4
2007-09-24
Make sure that everything is painted, if another plugin requests it.
Dennis Kasprzyk
1
-6
/
+6
2007-09-22
Minor beautification.
Danny Baumann
1
-1
/
+1
2007-09-22
Added paintAllViewports variable.
Danny Baumann
1
-3
/
+6
2007-09-22
Added CubePostPaintViewportProc.
Danny Baumann
1
-5
/
+23
2007-09-20
Only apply clipping planes when the cube is actually rotated.
Danny Baumann
1
-30
/
+38
2007-09-17
Use current viewport for skydome rotation calculation.
Dennis Kasprzyk
1
-2
/
+3
2007-09-17
Wrap enableOutputClipping to set correct clipping of the cube faces.
Dennis Kasprzyk
1
-0
/
+47
2007-09-16
Formatting fix.
Danny Baumann
1
-3
/
+2
2007-09-16
Only copy structures when needed.
Danny Baumann
1
-6
/
+15
2007-09-16
Whitespace and formatting improvements.
Danny Baumann
1
-21
/
+21
2007-09-06
Free cs->vertices.
David Reveman
1
-0
/
+3
2007-09-04
Use 'base' as default name for base object instead of 'object'.
David Reveman
1
-3
/
+3
2007-09-04
Remove setDisplayOptionForPlugin and setScreenOptionForPlugin
David Reveman
1
-21
/
+64
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
-12
/
+59
2007-08-29
ABIVERSION -> CORE_ABIVERSION.
David Reveman
1
-1
/
+1
2007-08-28
Rename cube.h to compiz-cube.h.
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
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
David Reveman
1
-10
/
+16
2007-08-28
Remove setScreenOption and make sure core plugin is loaded
David Reveman
1
-9
/
+10
2007-08-27
Draw cube caps only once per output, but allow plugin plugins to reset this h...
Dennis Kasprzyk
1
-4
/
+8
2007-08-27
Disable backface culling only for front-to-back painted transparent cube faces.
Dennis Kasprzyk
1
-6
/
+8
2007-08-13
Use new action option types in cube plugin.
David Reveman
1
-3
/
+3
2007-08-09
Fix many function declarations that were missing the 'const'
David Reveman
1
-3
/
+3
2007-07-12
Remove features and dependencies from plugin VTable.
David Reveman
1
-14
/
+1
2007-07-10
Clean up.
David Reveman
1
-22
/
+24
2007-07-06
Don't disort the screen if another plugin changes the output.
Dennis Kasprzyk
1
-0
/
+10
2007-07-06
Added option to change multi output behavior.
Dennis Kasprzyk
1
-11
/
+43
2007-06-26
Fixed orientation calculation for "inside cube" mode.
Dennis Kasprzyk
1
-16
/
+16
2007-06-21
Fix 'Transparency on mouse initiated rotation only' option.
Danny Baumann
1
-1
/
+1
2007-06-21
Combined checkFTB and capDirection into one checkOrientation function.
Dennis Kasprzyk
1
-83
/
+37
2007-06-21
Added a wrapabble paintInside function to allow plugins to render something i...
Dennis Kasprzyk
1
-0
/
+20
2007-06-21
Separated paintTopBottom into individual paintTop and paintBottom functions.
Dennis Kasprzyk
1
-34
/
+160
2007-06-21
Made chackFTB wrapable.
Dennis Kasprzyk
1
-1
/
+2
2007-06-21
Fixed FTB calculation for inside cube mode.
Dennis Kasprzyk
1
-1
/
+1
2007-06-21
Remove trailing whitespace.
Danny Baumann
1
-6
/
+6
2007-06-21
Added option to enable cube transparency only on button binding initiated rot...
Roi Cohen
1
-2
/
+9
2007-06-21
Add cube transparency.
Roi Cohen
1
-7
/
+146
2007-06-21
Added rotation state.
Danny Baumann
1
-0
/
+2
2007-06-21
Improve cube paint order calculations.
Roi Cohen
1
-149
/
+304
[next]