[compiz] [PATCH] Add option to Move for disabling server position sync on each notify

2007-06-24 Thread Treviño
The new move plugin interface that makes the applications sync to Xserver position at each move notify, also if it could be considered important, caused - as negative point - a poor wobbly quality while moving windows... That's why some kinds of "forks" were made to disable this new feature (see th

[compiz] movement backend

2007-06-24 Thread Anders Storsveen
Hi I'm just wondering what the status is on the new movement architecture that I think David mentioned a few months ago. The point was to get more predictable and accurate movement in the plugins. Since the current method recomputes speed and direction every "timestep". So the movemnt is a

[compiz] KWD Maximize bug and crash

2007-06-24 Thread Diogo Ferreira
Hi, KWD is crashing regularly here when closing a window (especially mplayer), I've attached the debugging information. Also, there's this bug when windows are maximized, in some themes the decoration is drawn incorrectly, sometimes it's not drawn at all, I'm not sure if it's a known bug. Di

[compiz] Uptodate howtos, dependencies, source repos etc.?

2007-06-24 Thread Dag Bakke
Hi. Given the whole compiz/beryl fork/merge hoolabaloo and various drivers' development, I find it hard to actually trust any of the information I find on the web regarding what bits and pieces I need to have to obtain compiz bling on my desktop. That compiz.org got problems as of right now also c

Re: [compiz] [PATCH] Fix placement mode option

2007-06-24 Thread Bellegarde Cedric
Le dimanche 24 juin 2007, Bellegarde Cedric a écrit : > In current git, placement mode option isn't working. > > This patch fix this issue. > > Cedric Hmm, i just miss to remove the old placeMode struct :( Just "Open your eyes and wake up" before sending a patch... Cedric diff --git a/plugins/pl

[compiz] [PATCH] Fix placement mode option

2007-06-24 Thread Bellegarde Cedric
In current git, placement mode option isn't working. This patch fix this issue. Cedric diff --git a/plugins/place.c b/plugins/place.c index deb5376..0708eed 100644 --- a/plugins/place.c +++ b/plugins/place.c @@ -30,6 +30,13 @@ static CompMetadata placeMetadata; +#define PLACE_MODE_CASCADE 0

Re: [compiz] place plugin

2007-06-24 Thread dragoran
David Reveman wrote: > On Fri, 2007-05-25 at 20:00 +0200, dragoran wrote: > >> David Reveman wrote: >> >>> That's a bug in the decoration plugin. It's not adjusting the position >>> of windows properly when adding decorations to them. There were some >>> issues before that made it a bit har