Displaying 7 results from an estimated 7 matches for "wrapable".
Did you mean:
wrappable
2007 Jun 12
0
[PATCH] Made checkFTB wrapable (needed by cubereflex plugin).
---
include/cube.h | 6 ++++++
plugins/cube.c | 3 ++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/include/cube.h b/include/cube.h
index a8baf1f..c360a73 100644
--- a/include/cube.h
+++ b/include/cube.h
@@ -75,6 +75,11 @@ typedef void (*CubePaintTopBottomProc) (CompScreen *s,
CompOutput *output,
int size);
+typedef Bool (*CubeCheckFTBProc) (CompScreen
2008 May 29
0
[ANNOUNCE] compiz-0.7.6
...h blur texture in multiple indirection steps, if there aren't enough
fragment shader temporaries.
Increased first pass shader buffer, to fix buffer overflows with
gaussian shader radius bigger than 12.
Flip cull face instead of disabling it.
Moved viewport paint check into a wrapable function.
Disable backface culling during blur first pass rendering.
Combine projection results into one big rectangle, if vertex z values
differ and only the vertex region extents get projected.
Added screen mask to disable occlusion detection.
Create vertices in different...
2007 Nov 11
1
compLogMessage to a file?
Hi,
I'm hacking together a python application that tried to detect what
plugins did not load in compiz so that they can be disabled and / or
troubleshooted against by reading the output from Compiz. My problems
are the following
a) Trying to grab the output of Compiz results in a hangup as compiz
does not terminate and therefore the main gtk loop is hung up
b) Querying DBUS and compizconfig
2008 Mar 06
0
[ANNOUNCE] compiz-0.7.2
...db062a1f14d7
which can be verified with:
git verify-tag compiz-0.7.2
and can be checked out with a command such as:
git checkout -b build compiz-0.7.2
WHAT'S NEW
==========
Several bugfixes
Translation support in gtk-window-decorator.
Updated translations.
Added wrapable session functions to core. This allows to provide a full
session save/restore in a plugin.
Regards
Dennis
Changes since compiz-0.7.0:
C-F Language team (2):
translation update
oops, readding deleted file
Christopher Williams (1):
Fix KDE3 and KDE4 configure checks.
Danny B...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...rules to gconf metadata
Added dependency rules to fade metadata
Added dependency rules to decorations metadata
Added dependency rules to cube metadata
Added dependency rules to blur metadata
Renamed paint(Transformed)Screen to paint(Transfomed)Output.
Added a new wrapable paintScreen function to allow plugins to maniplulate output device dependent painting.
Bump ABI version
Applied lastest core changes to wobbly, minimize, rotate and scale.
Applied lastest core changes to annotate, plane, resize, screenshot and switcher.
Applied lastest core...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...rules to gconf metadata
Added dependency rules to fade metadata
Added dependency rules to decorations metadata
Added dependency rules to cube metadata
Added dependency rules to blur metadata
Renamed paint(Transformed)Screen to paint(Transfomed)Output.
Added a new wrapable paintScreen function to allow plugins to maniplulate output device dependent painting.
Bump ABI version
Applied lastest core changes to wobbly, minimize, rotate and scale.
Applied lastest core changes to annotate, plane, resize, screenshot and switcher.
Applied lastest core...
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...wd.
Add _NET_WM_STATE to _NET_SUPPORTED.
Dennis Kasprzyk (54):
Disable backface culling only for front-to-back painted transparent cube
faces.
Draw cube caps only once per output, but allow plugin plugins to reset
this handling. Fixes switcher with transparent cube.
Added wrapable output clipping functions.
Wrap enableOutputClipping to set correct clipping of the cube faces.
Use current viewport for skydome rotation calculation.
Don't restack new "dock" type windows behind the active window.
Use KDE functions to get the visible window na...