Displaying 20 results from an estimated 1353 matches for "decorated".
Did you mean:
decorate
2007 Jun 07
0
Error compiling KWD
I'm trying to compile GIT KWD, but i believe I am missing something here...
joel at supernova:~/compiz/compiz$ make
make all-recursive
make[1]: Entering directory `/home/joel/compiz/compiz'
Making all in include
make[2]: Entering directory `/home/joel/compiz/compiz/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joel/compiz/compiz/include'
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 the decorator plugin through
a property on the client window. The coordinates
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 ?!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yesterday I sent a patch (http://paste.ubuntu-nl.org/24252/) against
the latest compiz ubuntu gutsy source package to Amaranth, to make
compiz compile (and package, of course) the gtk-window-decorator in
two ways:
1) as gtk-window-decorator (= compiz-gtk package) using these
configuration parameters:
--disable-gnome \
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
2006 Oct 13
3
No window decorator
Hi,
With latest compiz updates i can't get gtk-window-decorator working.
I add gwd gconf keys I saw in list 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
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
I've added a working KDE window decorator (kwd) to head. It's pretty
much written from scratch however it borrows some trivial code from
aquamarine which I didn't feel re-implementing.
So why did I write a new one from scratch instead of improving
aquamarine?
I started out by trying to improve aquamarine but as I looked at the
code and figured out what had to change to make it work
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
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
Hi Everyone,
I'm going to make some big structural cleanups to core which is likely
to affect everyone here, but I believe is for the better, so I am
posting this mail now to get some feedback and make sure that we don't
tread on anyone's toes when I merge all of this stuff.
1st Change: Decorators are going in their own repo
=========================================
The decorators
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)
Here a patch to make move plugin take care of CompWindowActionMoveMask.
http://hibbert.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.
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:
2007 Jan 12
2
Button order issues
Hi there,
I'm trying to get gtk-window-decorator to respect metacity's button_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.
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 DECOR_DISPLAY_OPTION_COMMAND:
if (compSetStringOption (o, value))
{
-
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 no idea
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