Re: [compiz] Compiz and Beryl are Reuniting

2007-04-05 Thread Guillaume Seguin
Great news! Thanks to all those who made this happen :) Regards, Guillaume 2007/4/5, Jeffrey Laramie [EMAIL PROTECTED]: After several weeks of discussion the leaders of Compiz and Beryl have agreed that the two communities shall reunite. This decision is supported by both David and Quinn and

Re: [compiz] update hp for new releases?

2007-04-05 Thread Mike Dransfield
dragoran wrote: 0.5.0 is out (see http://xorg.freedesktop.org/archive/individual/app/compiz-0.5.0.tar.bz2) but the homepage still points to 0.3.6 ... any reason for this? The 0.4.0 and 0.5.0 releases are slightly unofficial. Once they are 'official' then all the links will be updated.

[compiz] [PATCH] Fix for matching code

2007-04-05 Thread Cedric
Here is my first one line patch :) This patch will make you able to do some funny think like: (class=Kopete type=Unknown) | Splash | Tooltip | Notification | Combo | Dnd http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/bad_inc_match.patch Cedric

Re: [compiz] Strange behaviour in move plugin

2007-04-05 Thread David Reveman
On Thu, 2007-04-05 at 18:55 +0200, Bellegarde Cedric wrote: One of the two last commit to move plugin make windows movements really strange and cpu usage really intensive... Strange in what way? One of the changes that was made is that the server side window position is now updated after each

[compiz] Example plugins

2007-04-05 Thread Mike Dransfield
Here are some example plugins for anyone who is interested in developing. They are helloworld - uses an action to write hello world to the terminal blackandwhite - just makes all windows black and white triangle - paints a triangle to the screen

Re: [compiz] update hp for new releases?

2007-04-05 Thread unwiredbrain
The 0.4.0 and 0.5.0 releases are slightly unofficial. Once they are 'official' then all the links will be updated. When this is gonna happen? -- Proud GNU/Linux user #437712 http://unwiredbrain.myopenid.com ___ compiz mailing list

Re: [compiz] Flat file backend (ini)

2007-04-05 Thread Mike Dransfield
Diogo Ferreira wrote: The current INI plugin seems to fail loading when there isn't a ~/.compiz dir. Since most users won't have it I believe it makes sense to mkdir it before trying to mkdir the sub-options directory. I would have done it but since you use the get dir function a lot it would

Re: [compiz] update hp for new releases?

2007-04-05 Thread Mike Dransfield
unwiredbrain wrote: The 0.4.0 and 0.5.0 releases are slightly unofficial. Once they are 'official' then all the links will be updated. When this is gonna happen? Soon :) ___ compiz mailing list compiz@lists.freedesktop.org

Re: [compiz] Example plugins

2007-04-05 Thread David Reveman
On Thu, 2007-04-05 at 19:24 +0100, Mike Dransfield wrote: Here are some example plugins for anyone who is interested in developing. They are helloworld - uses an action to write hello world to the terminal blackandwhite - just makes all windows black and white triangle - paints a triangle

[compiz] Ignoring increment hint when maximized horz/vert

2007-04-05 Thread Mike Cook
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the ignore option: --- src/window.c +++ src/window.c @@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w, if (d-opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b) { - if