Displaying 20 results from an estimated 1353 matches for "decoration".
2007 Jun 07
0
Error compiling KWD
...hing to be done for `all'.
make[2]: Leaving directory `/home/joel/compiz/compiz/include'
Making all in src
make[2]: Entering directory `/home/joel/compiz/compiz/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joel/compiz/compiz/src'
Making all in libdecoration
make[2]: Entering directory `/home/joel/compiz/compiz/libdecoration'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joel/compiz/compiz/libdecoration'
Making all in plugins
make[2]: Entering directory `/home/joel/compiz/compiz/plugins'
make[2]: Nothing to be...
2006 Apr 01
3
window decorations explained and how to move forward
The window decoration system in compiz is implemented using a decoration
plugin and a separate window decoration drawing application (a
decorator). The decorator is drawing window decorations to minimal sized
pixmaps. These pixmaps along with sets of coordinates which maps the
pixmaps to windows are communicated back to...
2006 Sep 29
1
undeclared identifier 'space' in function MetaButtonSpace
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread
-I/opt/Xgl/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0
-I/usr/include/libwnck-1.0 -I/opt/Xgl/include
-I/usr/include/metacity-1 -I/usr/include/gtk-2.0
2007 Jun 07
1
What about splitting the gtk-window-decorator ?!
...--disable-gnome \
--disable-metacity \
--disable-gconf \
[--disable-dbus --disable-dbus-glib] # those can be disabled
too, isn't it?!
A so built package on an ubuntu environment will depend on:
libatk1.0-0, libc6, libcairo2, libdbus-1-3, libdbus-glib-1-2,
libdecoration0, libfontconfig1, libglib2.0-0, libgtk2.0-0,
libpango1.0-0, libwnck18, libx11-6, libxcursor1, libxext6,
libxfixes3, libxi6, libxinerama1, libxrandr2
2) as gnome-window-decorator (= compiz-gnome package) enabling all the
gnome related options (and so, metacity teming support, gconf support...
2006 Mar 07
1
decorators for models?
Hi!
I''m thinking of implementing datagrid like functionality for showing
data (models) in grids so that I don''t have to re-invent the
view/controller for each table I need. There are number of parameters
that need to be customizable: column titles, row style depending on the
data (i.e. showing all rows with balance<0 in red), is column sortable,
sort-algorithm etc.
To
2007 Jun 07
2
gtk-window-decorator takes 100% CPU and doesn't work
Hi,
I tried to run compiz on an intel i810 device (aiglx). According to
the docs, I should:
# LIBGL_ALWAYS_INDIRECT=TRUE compiz --replace --loose-binding gconf
GLX_EXT_texture_from_pixmap is available with direct rendering.
gtk-window-decorator: Could not acquire decoration manager selection
on screen 0 display ":0.0"
And
1. I get no window decorations at all
2. gtk-window-decorator takes 100 % CPU
3. The desktop content doesn't get updated any more -- e.g .xterm w/o
characters and the cpu load applet shows the (frozen) state when
compiz was startet.
O...
2006 Oct 13
3
No window decorator
...ist archives :
http://lists.freedesktop.org/archives/compiz/2006-October/000627.html
No success.
I use this script to start compiz :
killall gtk-window-decorator
gtk-window-decorator &
export __GL_YIELD="NOTHING"; compiz --replace --use-cow gconf &
Compiz load but without window decoration.
I'm on ubuntu edgy with nvidia beta drivers 9625, just one option in my
xorg.conf :
Option "AddARGBGLXVisuals" "true"
Thx for your help.
Richard Samson
richard_@_littlerichard.Org
2007 Mar 01
3
decoration mask
Beryl has this mask called PAINT_WINDOW_DECORATION_MASK that the
decoration plugin sets when it's drawing the decorator windows. It
lets you apply an effect to a window that doesn't affect the
decorations. Does this sound like something that would be useful in
compiz?
--
Travis Watkins
http://www.realistanew.com
2006 Dec 05
2
gtk-window-decorator segfault?
With current git, gtk-window-decorator quit when kde start :(
Another way to make it quit:
dcop kicker kicker restart => gtk-window-decorator quit....
Cedric
2006 Dec 18
0
KDE window decorator
...and
any other window decorator. The reason gwd has made it without it before
is because it always made the vertical borders 1 pixel height and
stretched them. That of course didn't produce correct vertical borders
for metacity themes.
As some of you might have seen, I've been working on a decoration
library that can now be found in the compiz tree. This library contains
code for generating shadows, creating decoration layouts for minimum
pixmaps, compositing decorations and applying opacity/opacity-shading.
It's a bit tricky to get all those things right but libdecoration seem
to be in a p...
2006 Nov 15
3
Aquamarine: The KDE Window Decorator
Hi,
I have added compiz support to aquamarine.
You can download it directly from beryl svn:
svn co svn://svn.beryl-project.org/beryl/trunk/aquamarine/
To install:
./autogen.sh
./configure --enable-debug=full
./make
./sudo make install
You can use kcontrol to set the decoration and decoration specific settings.
You can post bugs to the beryl bugtracker at http://bugs.beryl-project.org .
Please add your KDE and QT version and a backtrace (if available) to your
bugreport.
Have a lot of fun
Dennis
2007 Apr 17
1
Decoration manager questions
Im trying to write a Windowmaker look-a-like decorator to compiz, tho, im
not really sure im doing it the right way, The way im doing it right now is
telling libdecorator that i?m interested in becoming the "manager" of the
current screen. Then i select the StructureNotify events on the root window
and try to snoop out when a new window is created and mapped, and then
reparent it onto my
2010 Nov 13
0
Upcoming structural changes to compiz core - HEADS UP
...ingle plugin which has already been installed.
6th Change: Split gtk-window-decorator into two decorators
================================================
As everyone probably knows, gtk-window-decorator is really two window
decorators in one - a simple window decorator which uses cairo to draw
a decoration which changes color based on the current highlight_color
of your gtk theme and also a window decorator which uses
libmetacity-private to render the decoration based on your current
metacity theme. If you don't want to build the metacity section, you
can just disable USE_METACITY on build.
This...
2006 Apr 15
1
On the way to theming g-w-d
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://lists.freedesktop.org/archives/compiz/attachments/20060415/7a88010d/signature.pgp
2007 Mar 04
1
[PATCH] CompWindowActionMoveMask (move plugin)
...t.univ-lille3.fr/~cbellegarde/Compiz/respectWindowActions.patch
There is also a bug in gtk-window-decorator.
If you use this plugin:
http://forum.go-compiz.org/viewtopic.php?t=643
Set your terminal to be non movable, terminal window doesn't have
_NET_WM_ACTION_MOVE, but you can move it with decoration. Use Alt+Button1,
window move and then gtk-window-decorator know that window can't be moved.
(this exemple doesn't work with my patch as move plugin will not let
gtk-window-decorator move the window).
Remove move restriction, gtk-window-decorator can't move window, use
Alt+Button1...
2007 Mar 14
1
[PATCH] Bug in decoration matching
Here a patch to fix a bug in decoration matching (no way to match type=dock)
This patch enable removing shadow from dock with something like this:
!type=dock | any
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/dock_shadow.patch
Cedric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.free...
2007 Jan 12
2
Button order issues
...n_layout
gconf key, and basing my work on a patch posted on the forums a while back:
http://forum.go-compiz.org/viewtopic.php?p=1306&highlight=#1306
The patch works perfectly by itself against compiz 0.3.4, but against 0.3.6,
it results in no buttons or titlebar text being drawn in the window
decoration. What I've noticed is that if I edit the gtk-window-decorator
source and even manually try any layout other than the default, the the
window decoration becomes blank.
Any ideas on what could be causing this, or how to begin debugging it?
Thanks,
-Joe
-------------- next part --------------
A...
2007 Oct 12
1
[PATCH] Start window decorator on all screens.
---
plugins/decoration.c | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/plugins/decoration.c b/plugins/decoration.c
index ef68ba8..39670ab 100644
--- a/plugins/decoration.c
+++ b/plugins/decoration.c
@@ -1145,21 +1145,14 @@ decorSetDisplayOption (CompPlugin *plugin,
case...
2006 Dec 21
1
Gtk-Window-Decorator Problem
Hi,
There is a strange bug in gwd. When using compiz, after some time all window decorations become non-responsive.
All buttons on the decoration become non-clickable and I can't move any window. Also the decoration color stays in
an unfocused state, but I can focus all windows. After that point if i open new windows, they have a decoration bar,
but no buttons, icon or title. I've...
2012 Nov 09
1
decorating API in R
How best to implement a decorator pattern in R? What I mean, why I ask:
A group of ncdf4 users is trying to make it easier (notably for ourselves :-) to write correctly IOAPI-formatted netCDF. Since IOAPI
http://www.baronams.com/products/ioapi/
decorates netCDF, one obvious way to do a package=ioapi is to decorate the netCDF API from package=ncdf4. E.g., to add a data variable (datavar) with