search for: decor

Displaying 20 results from an estimated 1350 matches for "decor".

Did you mean: decon
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...
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 ba...
2006 Sep 29
1
undeclared identifier 'space' in function MetaButtonSpace
...-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 -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT gtk-window-decorator.o -MD -MP -MF ".deps/gtk-window-decorator.Tpo" -c -o gtk-window-decorator.o gtk-window-decorator.c; \ then mv -f ".deps/gtk-window-decorator.Tpo" ".deps/gtk-window-decorator.Po"; else rm -f ".deps/gtk-window-decorator.Tpo"; exit 1; fi gtk-window-d...
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 \ --disable-metacity \ --disable-gconf \ [--disable-dbus --disable-dbus-glib] # those can be disabled too, isn't it?! A so built package o...
2006 Mar 07
1
decorators for models?
...rt-algorithm etc. To me, putting this parametrization in model like i.e. scaffold extension does (fields like @scaffold_fields, @scaffold_*) isn''t the right choice, as these parameters have more to do with "visual model" than with data model, so I was thinking of creating app/decorators/ and putting these visual models into separate classes (decorators) there i.e. class OrdersDecorator < ActiveRecord::Decorator The base class (AR::Decorator), each decorator would becom instance variable @model, which could be used to refer to original model, and this could happen aut...
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)...
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-co...
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 th...
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 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 i...
2010 Nov 13
0
Upcoming structural changes to compiz core - HEADS UP
...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 are going to be taken out of core and put into individual git repositories (/compiz/decorators/kde4-window-decorator /compiz/decorators/gtk-window-decorator) so that we can work on them individually. Making c...
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. Use Alt+Button1, window move and then gtk-window-decorator know that window can't be mo...
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...
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 titl...
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,...
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...
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...