[compiz] Commenting switcher.c, switching between application windows.

2007-02-06 Thread Christopher Halse Rogers
Hello all. I'd like to implement the ability to switch between just the windows of the currently selected application (similar to the way OS:X does it) to switcher.c. As a part of actually understanding what's going on in there, I'll go through and try to write doxygen comments the switcher.c

Re: [compiz] Commenting switcher.c, switching between application windows.

2007-02-06 Thread Jigish Gohil
On 2/6/07, Christopher Halse Rogers [EMAIL PROTECTED] wrote: Hello all. I'd like to implement the ability to switch between just the windows of the currently selected application (similar to the way OS:X does it) to switcher.c. As a part of actually understanding what's going on in there, I'll

[compiz] Re: input transformations

2007-02-06 Thread Colin Guthrie
Xavier Bestel wrote: On Mon, 2007-02-05 at 18:06 -0800, Keith Packard wrote: On Mon, 2007-02-05 at 20:04 -0500, David Reveman wrote: Non-contiguous windows are important so I wouldn't want an implementation that didn't support that. It didn't add any complexity to support it in my

[compiz] Re: input transformations

2007-02-06 Thread Kristian Høgsberg
On 2/6/07, Deron Johnson [EMAIL PROTECTED] wrote: David Reveman wrote: From the talks keithp has given on the subject I've understood that implementing this properly is very hard, if not impossible. Is that not the case anymore? In December I came up with an idea which I discussed with Keith

Re: [compiz] keybindings patch, gnome-keybinding-bridge and vignettes plugins

2007-02-06 Thread David Reveman
On Sat, 2007-01-27 at 22:54 +0100, gandalfn wrote: Hi folks, For ubuntu specs and for a better desktop integration of compiz, I made some patchs and plugins. Focus prevention is now in main stream, and really better can i made :) First the workspace and terminal keybinding patch.

Re: [compiz] Horizontally maximized window on last viewport

2007-02-06 Thread David Reveman
On Fri, 2007-02-02 at 12:03 +0100, Jesper Andersen wrote: 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

Re: [compiz] Placement plugin enhancement

2007-02-06 Thread David Reveman
On Mon, 2007-02-05 at 15:15 +0100, Bellegarde Cedric wrote: http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch OK, good work. I'll look at it asap. Here a new version of my patch. It now have six placement mode (kwin placement modes): - Cascade - Centered - Random -

[compiz] Re: input transformations

2007-02-06 Thread David Reveman
On Mon, 2007-02-05 at 18:06 -0800, Keith Packard wrote: On Mon, 2007-02-05 at 20:04 -0500, David Reveman wrote: From the talks keithp has given on the subject I've understood that implementing this properly is very hard, if not impossible. Is that not the case anymore? The hard part

Re: [compiz] A patch for minimize plugin.

2007-02-06 Thread David Reveman
On Sun, 2007-01-28 at 17:31 +0100, Stjepan Glavina wrote: I've added a new option in minimize plugin, called Disable Fading. To prevent tearing, damageScreen is used minDonePaintScreen (only if the option is used). minimize plugin modifying opacity attribute like that is wrong. fade plugin

Re: [compiz] [PATCH] Allow plugins to wrap enterShowDesktopMode

2007-02-06 Thread David Reveman
On Sun, 2007-01-28 at 16:48 +, Mike Dransfield wrote: I wrote this so that the plugins can wrap enter/leaveShowDesktopMode. This means that there will be consistency with keybindings and plugins which initiate showdesktop will always use the same effect. My idea is that the plugin

[compiz] state of blur plugin

2007-02-06 Thread David Reveman
I forgot to give everyone an update on this. The blur plugin is in a reasonable state now. It requires an OpenGL implementation with an accelerated CopyTexSubImage2D path for usable performance and that's likely not going to change sometime soon. One major performance improvement can still be

[compiz] Re: input transformations

2007-02-06 Thread David Reveman
On Tue, 2007-02-06 at 11:36 -0800, Deron Johnson wrote: David Reveman wrote: I'm having trouble understanding this terminology. In this approach I allow every window to have it's own root window coordinate space. In the X server, root window coordinate space means something very