similar to: decoration mask

Displaying 20 results from an estimated 2000 matches similar to: "decoration mask"

2006 Dec 21
2
Freenode Group Registration
I've been informed by freenode staff that in order to claim #compiz and #compiz-dev (both are apparently leftovers from beryl) we need to fill out a group registration and have a group contact. I'd be willing to handle all that, just thought I should ask here first to see if everyone was ok with it. Thoughts? -- Travis Watkins http://www.realistanew.com
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 Feb 26
6
dbus introspection
I've started work on a rewrite of sorts for the dbus plugin that changes how it listens/responds to messages to make it possible to generate introspection data. The main changes are registering every plugin, screen, option, etc with dbus_connection_register_object_path and using libxml2 to generate the introspection data. This more or less works I just need to hook up the rest of the methods
2006 Dec 14
3
[dbus] add getMetadata to plugins
This patch adds support for getMetadata to plugins. It could probably use better strings for "core". I need this for my dbus-based configuration GUI. -- Travis Watkins http://www.realistanew.com -------------- next part -------------- A non-text attachment was scrubbed... Name: add_plugin_metadata.patch Type: text/x-patch Size: 2511 bytes Desc: not available Url :
2007 Mar 02
3
CompDisplay from loaderLoadPlugin
I'm trying to use custom functions for loaderLoadPlugin and loaderUnloadPlugin to register/unregister plugin paths in the dbus plugin as needed but I need to get access to a CompDisplay or DbusDisplay in order to do so. Is there any way to get access to this? -- Travis Watkins http://www.realistanew.com
2007 Apr 09
5
Python plugin (Python API for Compiz)
Here is my python loader plugin which loads plain python scripts as full plugins. There is not much documentation, but I have included a few examples to get you going. triangle - Just a basic plugin which shows a triangle on a button press. This shows using ctypes to pass values from compiz to the python opengl bindings. basiczoom - Zooms in on the screen (basically) inactive - This is a port
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 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
2007 Jan 01
1
DBus setting options broken
Using latest git if you try to set an option to the value it already has you get an error like 'dbus_bindings.DBusException: Method "set" with signature "s" on interface "org.freedesktop.compiz" doesn't exist' and setting it to a new value actually changes the setting but dbus times out waiting for a reply saying so. Setting a list gives the method
2007 Mar 19
1
moveWindowToViewportPosition only does horizontal viewports
As the subject says, moveWindowToViewportPosition only takes an x argument. Shouldn't it have a y argument too for vertical viewports? -- Travis Watkins http://www.realistanew.com
2007 Feb 23
2
gtk-window-decorator - No window borders
Hi, I have a strange problem with gtk-window-decorator. I've tried 0.3.6 & the latest from git, but with either I don't get any window borders when running gwd. I hope its not something simple I've missed but I've searched around and not found anything. gwd never segfaults or even displays any warnings or anything for that matter. It just doesn't draw the borders. I've
2007 Feb 02
2
Horizontally maximized window on last viewport
Hi, I posted this on the forum as well, but there were no responses to it. I now posting it here just in case anybody cares. Anyway, Compiz is a very nice program. Thanks for all the effort you put into making it. I am using the latest git version of compiz and it really works great for being an "unstable" version. Anyway, I noticed the following strange behavior and was wondering
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
2007 Apr 29
2
Plugin Interface for Decoations
Hi, this email is basically the result of a small discussion which made me think what the real end-goal of my work on Emerald-2 would be. Since Emerald has already a extensible system (Engines) I thought about giving the engines wider access, so that they are more like plugins. However the first thing needed is a nice plugin API. The base for that is the new settings backend of Emerald-2.
2006 Sep 28
1
beryl fork
I've seen that a lot of inaccurate and faulty information about this. All technical reasons (alternative configuration system, alternative decorator, xinerama...) for this fork are incorrect and I know that at least Quinn Storm is aware of this, based on a phone conversation we had last week. I've designed compiz to be extremely extensible. The plugin system should allow people to do
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 Oct 08
1
Plugins
Here are a few plugins I wrote. The put plugins gives you bindings to move windows around. I set it up so the numeric keypad is like the area of the screen. So <Super>KP_Home will move the window to the top left, etc ... It also does viewport moves which is handy when used with the plane plugin. I like the plane plugin in a 3x3 matrix matching the keypad, so with the keypad and some
2006 Oct 03
6
Tried out Beryl (Animation pugin)
Hi I just tried out the new 0.1.0 release of beryl. Generally I do like the compiz fdo version, because I like the gconf integration and the metacity theme support in gwd. Also I think their configuration system is a complete mess, this beryl settings manager is completly bloated in my opinion. Anyway, I noticed they have quite a lot of plugins. While I found most of them nothing special, the
2007 Apr 06
2
[ANNOUNCE] compiz-0.4.0
Changes since 0.2.2: * Core Some stencil buffer requirements have been removed. Focus stealing prevention. Fragment attribute interface that allow plugins to perform more advanced fragment shading effects while integrating properly with other plugins. Use composite overlay window for output by default. Add file notification API.
2007 Jul 27
3
F8 desktop features
On 7/27/07, dragoran <drago01 at gmail.com> wrote: > On 7/27/07, Matthias Clasen <mclasen at redhat.com> wrote: > > Given that test1 is around the corner, I thought it might be a good idea > > to give a little status update on the features that the desktop team has > > been working on for F8: > > what happend to compiz-fusion? I've been punting this