Re: [compiz] Flat file backend (ini)

2007-02-27 Thread David Reveman
On Tue, 2007-02-27 at 19:24 +, Mike Dransfield wrote: > David Reveman wrote: > > Yep, you should use the file watch interface instead of FAM. You should > > call addFileWatch to add a watch for a specific file or directory. > > addFileWatch will then call display->f

Re: [compiz] Plugin Dependencies

2007-02-27 Thread David Reveman
On Tue, 2007-02-27 at 16:01 +, Ben Reeves wrote: > >You shouldn't keep a small db of known plugins. The dbus plugin > should > >be able to give you the dependencies of any plugin so you can sort > them > >properly and generate proper error messages if some plugin can't > >possibly be loaded du

Re: [compiz] 0.4 release

2007-02-27 Thread David Reveman
On Tue, 2007-02-27 at 11:36 +0100, Jesper Andersen wrote: > On Mon, 2007-02-26 at 17:23 +0100, David Reveman wrote: > > > I think the current state of the 0.4 branch is pretty good and I'd like > > to just get the release out asap so we can focus on moving on. If anyone >

Re: [compiz] Invisible window problem

2007-02-27 Thread David Reveman
On Tue, 2007-02-27 at 14:11 +, Mike Dransfield wrote: > There is a bug which I am seeing and a few people are reporting > on the forum. > > The problem is a hidden window which is always rendered on > top. It is always short and wide and appears near the > bottom-center of the screen. > > He

Re: [compiz] Switcher autorotate

2007-02-27 Thread David Reveman
On Sat, 2007-01-27 at 09:08 +0100, Stjepan Glavina wrote: > On Fri, 2007-01-26 at 18:28 -0500, David Reveman wrote: > > On Thu, 2007-01-25 at 10:32 +0100, Stjepan Glavina wrote: > > > It would be great if switcher would rotate cube to the selected window > > > when switc

Re: [compiz] window matching interface and the new match option

2007-02-27 Thread David Reveman
On Tue, 2007-02-27 at 00:43 +, Mike Dransfield wrote: > David Reveman wrote: > > If you have > > any window properties that you find useful for matching, please let me > > know and I'll consider adding them. Whether they get added to the core > > or not doesn&#x

Re: [compiz] dbus introspection

2007-02-27 Thread David Reveman
On Mon, 2007-02-26 at 16:49 -0600, Travis Watkins wrote: > On 2/26/07, David Reveman <[EMAIL PROTECTED]> wrote: > > Awesome, I've been hoping that someone would interested in doing this. > > The new dbus-python requires it so if I want to write python apps th

[compiz] 0.4 release

2007-02-26 Thread David Reveman
I'd like to get a 0.4 release out sometime soon. I created a compiz-0.4 branch some time ago and I've been cherry picking changes from master that I think should go into the 0.4 release. I think the current state of the 0.4 branch is pretty good and I'd like to just get the release out asap so we

Re: [compiz] [PATCH] Transparent windows in minimize plugin

2007-02-26 Thread David Reveman
On Mon, 2007-02-26 at 09:34 +0100, Bellegarde Cedric wrote: > Here is a patch to re-enable transparent windows in minimize plugin. Thanks - David ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz

Re: [compiz] dbus introspection

2007-02-26 Thread David Reveman
On Mon, 2007-02-26 at 14:36 -0600, Travis Watkins wrote: > 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 d

Re: [compiz] Flat file backend (ini)

2007-02-26 Thread David Reveman
On Thu, 2007-02-22 at 16:01 +, Mike Dransfield wrote: > I have written an initial flat file configuration > backend for Compiz. At the moment it is using > FAM for monitoring of files (it can be compiled > without monitoring support for now). Great! > > It is working fine but there are a c

Re: [compiz] Plugin Dependencies

2007-02-26 Thread David Reveman
On Thu, 2007-02-22 at 15:46 +, Ben Reeves wrote: > I'm continuing to work on compiz-settings now. The most common > complaintat the moment is the way it activates plugins, a lot will > fail to activate due to being loaded in the wrong order. At the moment > It has a small db of known plugins an

Re: [compiz] Re: [PATCH]Application-window switcher, and comments for switcher.c

2007-02-26 Thread David Reveman
(I assume that you didn't actually want to take this off the list) On Thu, 2007-02-22 at 11:09 +1100, Christopher Halse Rogers wrote: > On 2/21/07, David Reveman <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-02-15 at 22:23 +1100, Christopher Halse Rogers wrote: > > &

[compiz] window matching interface and the new match option

2007-02-26 Thread David Reveman
There's now an extensible window matching interface in head. Initial commit message: Add extensible match interface. Match objects can be used for window matching but other objects than windows will likely be supported sometime soon. A match object contains a boolean tree of expre

Re: [compiz] Blur problems

2007-02-21 Thread David Reveman
On Wed, 2007-02-21 at 20:38 +, Mike Dransfield wrote: > David Reveman wrote: > > On Mon, 2007-02-19 at 15:58 +, Mike Dransfield wrote: > > > >> I am having a few problems with blur which I notice other people > >> are having too. > >> > >

Re: [compiz] blur plugin and GL_ARB_fragment_program extension

2007-02-21 Thread David Reveman
On Wed, 2007-02-21 at 16:49 +, Ioannis Nousias wrote: > The blur plugin has GL_ARB_fragment_program extension as a prerequisite. > At least that's what I'm getting by looking at screen.c. > > I think there should be a check for the "CompScreen::fragmentProgram" > flag somewhere in blur.c to

Re: [compiz] scaler plugin fixes

2007-02-21 Thread David Reveman
On Tue, 2007-02-20 at 12:47 +0100, Anders Storsveen wrote: > Hi > > I think this is mostly a question of preference for my part, but I > think it would give an overall better quality feel. What I'm talking > about is mostly the movement it uses. As I've come to understand, it > uses velocity

Re: [compiz] [PATCH] Extended window resize notify function

2007-02-21 Thread David Reveman
On Tue, 2007-02-20 at 09:38 +0100, Danny Baumann wrote: > Hi all, > > attached is a patch which extends the window resize notify function: > Instead of just passing the CompWindow*, additionally the resize > difference information is passed (difference of position, width and > height). > Originall

Re: [compiz] Blur problems

2007-02-21 Thread David Reveman
On Mon, 2007-02-19 at 15:58 +, Mike Dransfield wrote: > I am having a few problems with blur which I notice other people > are having too. > > Focus blur works perfectly (although only with 4xBilinear) Using a source blur filter with radius greater than one texel is not currently supported as

Re: [compiz] Re: [PATCH]Application-window switcher, and comments for switcher.c

2007-02-21 Thread David Reveman
On Thu, 2007-02-15 at 22:23 +1100, Christopher Halse Rogers wrote: > Sorry, this time with the actual patches attached! Great work! Wouldn't it make sense to have an enum for the switch type currently used instead of two boolean values (allWindows and appWindows)? It seems that allWindows is curr

Re: [compiz] gtk-window-decorator segfault

2007-02-21 Thread David Reveman
On Tue, 2007-02-20 at 19:17 +0100, gandalfn wrote: > Hi, > > I confirm with last feisty update which include libXrender patched the > problem disappears. Thanks very much. Does that mean that my XFlush workaround that's currently in the code doesn't help? Could you check that the gradient creati

Re: [compiz] gtk-window-decorator segfault

2007-02-20 Thread David Reveman
On Wed, 2007-02-14 at 22:19 +0100, gandalfn wrote: > I revert on compiz-0.3.6 with i have same problem, to catch gdk_x_error > backtrace and valgrind, i hope that can you help. > This looks like an Xrender bug that is worked around using a call to XFlush. Can you try if using a version libXrender

Re: [compiz] switch metacity->compiz (compiz ignores its own settings)

2007-02-16 Thread David Reveman
On Thu, 2007-02-15 at 20:39 +0100, dragoran wrote: > David Reveman wrote: > > On Fri, 2007-02-09 at 13:35 +0100, dragoran wrote: > > > >> I have configured compiz to use 1 workspace and 4 viewports and metacity > >> to use 4 workspaces. > >> When I

[compiz] update on xdevconf07 and beryl situation

2007-02-16 Thread David Reveman
I'd like to get all of you updated on the compiz related things discussed at the X developer conference that was held last week. The slides I used for my talk are available from here: http://people.freedesktop.org/~davidr/xdevconf07/ and you can also find some notes from all talks here: http://

Re: [compiz] gtk-window-decorator segfault

2007-02-14 Thread David Reveman
On Wed, 2007-02-14 at 20:38 +0100, gandalfn wrote: > I have same issue and after apply latest commit, gtk-window-decorator > now hangs. When i attach with gdb, i have this backtrace : > > #0 0xb7f27410 in __kernel_vsyscall () > #1 0xb75ae6bb in poll () from /lib/tls/i686/cmov/libc.so.6 > #2 0xb

Re: [compiz] state of blur plugin

2007-02-14 Thread David Reveman
On Wed, 2007-02-07 at 10:45 -0700, Mike Cook wrote: > >>> On Tue, Feb 6, 2007 at 6:02 PM, David Reveman wrote: > > Some additional options have been added to the decorators which allow > > you to make any translucent decorations blur what's behind them. > >

Re: [compiz] Zoom plugin filter linear?

2007-02-14 Thread David Reveman
On Wed, 2007-02-14 at 08:54 +0100, Bellegarde Cedric wrote: > http://gitweb.freedesktop.org/?p=xorg/app/compiz.git;a=blobdiff;h=7ebfdccdaccfe12749e7123fba5271f430fb9e5f;hp=59d3ce75d24296751120916144c057114fad1f14;hb=d32ac34676f2a87d60ad9e4fe426281595c5b859;f=plugins/zoom.c > > David, when you add

Re: [compiz] gtk-window-decorator segfault

2007-02-14 Thread David Reveman
On Wed, 2007-02-14 at 08:30 +0100, Bellegarde Cedric wrote: > On Tuesday 13 February 2007 19:32:20 you wrote: > > Does it segfault or does it exit due to an XError? If it actually > > segfaults then the backtrace is useful without making all X requests > > synchronous. If it's an XError, then the

Re: [compiz] state of blur plugin

2007-02-13 Thread David Reveman
On Wed, 2007-02-07 at 10:45 -0700, Mike Cook wrote: > >>> On Tue, Feb 6, 2007 at 6:02 PM, David Reveman wrote: > > Some additional options have been added to the decorators which allow > > you to make any translucent decorations blur what's behind them. > >

[compiz] Re: input transformations

2007-02-13 Thread David Reveman
On Wed, 2007-02-07 at 00:01 -0800, Keith Packard wrote: > On Wed, 2007-02-07 at 00:25 -0500, David Reveman wrote: > > > It's just pairs of triangles, one triangle in parent space paired with a > > triangle in child space. Basic uv-mapping is used to transform a > > co

Re: [compiz] Compiz slow when playing some videos?

2007-02-13 Thread David Reveman
On Tue, 2007-02-13 at 21:50 +0100, Bellegarde Cedric wrote: > Currently, compiz really deal well with most videos... > > But some videos make compiz slow... > ex: > ftp://ftp.developpez.tv/tv/linux/2007/solutionslinux/Keynote2.ogg > > Play it, try to move the window, you will have artefact... >

Re: [compiz] gtk-window-decorator segfault

2007-02-13 Thread David Reveman
On Tue, 2007-02-13 at 21:38 +0100, Bellegarde Cedric wrote: > On kde, gtk-window-decorator segfault everytime a minimised "Konqueror > download window" close it self... > > Running with --sync fix the problem so no way to have a backtrace :( Does it segfault or does it exit due to an XError? If

Re: [compiz] switch metacity->compiz (compiz ignores its own settings)

2007-02-13 Thread David Reveman
On Fri, 2007-02-09 at 13:35 +0100, dragoran wrote: > I have configured compiz to use 1 workspace and 4 viewports and metacity > to use 4 workspaces. > When I start compiz while metacity was running it uses 4 workspaces and > 4 viewports (ignoring the gconf settings). > When I restart X so that co

Re: [compiz] Final version of placement enhancement

2007-02-13 Thread David Reveman
On Wed, 2007-02-07 at 19:28 +0100, Bellegarde Cedric wrote: > Le mercredi 7 février 2007 17:44, Bellegarde Cedric a écrit : > > When do i have to use this for aFunctionName() and when do i have to use > > this for a_function_name() ? > > After looking at others plugins, NEVER! :) > > So, here is

Re: [compiz] Compiz coding style?

2007-02-13 Thread David Reveman
On Wed, 2007-02-07 at 17:44 +0100, Bellegarde Cedric wrote: > I've got a question. > > When do i have to use this for aFunctionName() and when do i have to use this > for a_function_name() ? Function names in core uses camel caps (aFunctionName) to match Xlib and OpenGL APIs. Most of my plugins

[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 s

[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 made

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 plug

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] Irritating reloading

2007-02-06 Thread David Reveman
On Sun, 2007-01-28 at 16:08 +0100, Stjepan Glavina wrote: > Compiz reloads itself if it crashes or another app kills it. > This can be sometimes very irritating and annoying. Can there at least > be a command-line option to disable this? --sm-disable, can be used to disables all session management

[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 > &g

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 > - L

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

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 patc

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

2007-02-06 Thread David Reveman
On Tue, 2007-02-06 at 19:32 +1100, Christopher Halse Rogers 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. OK, I would have a look at the scale plugin if I were

[compiz] Re: input transformations

2007-02-05 Thread David Reveman
On Mon, 2007-02-05 at 15:22 -0800, Deron Johnson wrote: > Xavier Bestel wrote: > > >Le lundi 05 février 2007 à 16:10 -0500, David Reveman a écrit : > > > > > >>On Mon, 2007-02-05 at 11:11 -0800, Deron Johnson wrote: > >> > >> > >>

[compiz] Re: input transformations

2007-02-05 Thread David Reveman
On Mon, 2007-02-05 at 23:56 +0100, Xavier Bestel wrote: > Le lundi 05 février 2007 à 16:10 -0500, David Reveman a écrit : > > On Mon, 2007-02-05 at 11:11 -0800, Deron Johnson wrote: > > > It's hard for me to evaluate this without some higher level context. > > > Wha

[compiz] Re: input transformations

2007-02-05 Thread David Reveman
On Mon, 2007-02-05 at 11:11 -0800, Deron Johnson wrote: > It's hard for me to evaluate this without some higher level context. > What sort of window transformations are you aiming to support > 3D perspective affine transformations? What sort of 3D objects will the > windows be mapped onto? There ar

[compiz] Re: input transformations

2007-02-05 Thread David Reveman
On Sun, 2007-02-04 at 12:13 -0800, Keith Packard wrote: > On Thu, 2007-02-01 at 18:26 -0500, David Reveman wrote: > > I spent some time this week trying to add support for input > > transformations to the server. I tried a few different approaches. The > > patches I&#

[compiz] Re: input transformations

2007-02-05 Thread David Reveman
On Sun, 2007-02-04 at 03:59 +1100, Daniel Stone wrote: > On Thu, Feb 01, 2007 at 06:26:13PM -0500, David Reveman wrote: > > I spent some time this week trying to add support for input > > transformations to the server. I tried a few different approaches. The > > patches I&#

Re: [compiz] focus prevention in compiz vs. metacity

2007-02-01 Thread David Reveman
On Mon, 2007-01-29 at 16:48 +0100, Bellegarde Cedric wrote: > Le mercredi 24 janvier 2007 00:27, David Reveman a écrit : > > > Another question, is it possible to disable focus prevention? > > > > No, not at the moment. If someone provides a patch for that I'll in

Re: [compiz] Switcher autorotate

2007-02-01 Thread David Reveman
On Sat, 2007-01-27 at 09:08 +0100, Stjepan Glavina wrote: > On Fri, 2007-01-26 at 18:28 -0500, David Reveman wrote: > > On Thu, 2007-01-25 at 10:32 +0100, Stjepan Glavina wrote: > > > It would be great if switcher would rotate cube to the selected window > > > when switc

[compiz] input transformations

2007-02-01 Thread David Reveman
I spent some time this week trying to add support for input transformations to the server. I tried a few different approaches. The patches I've attached are what's currently working best for me. In this approach I allow every window to have it's own root window coordinate space. A window's root wi

Re: [compiz] New configuration system

2007-01-26 Thread David Reveman
On Fri, 2007-01-26 at 08:54 +0100, Stjepan Glavina wrote: > I see many people hate Compiz (and use Beryl) just because it needs > gconf + many other GNOME deps. I think this is the biggest advantage of > Beryl over Compiz. > > Yes, users don't have to compile compiz with gconf, but how will they >

Re: [compiz] Thumbnail plugin

2007-01-26 Thread David Reveman
On Thu, 2007-01-25 at 15:26 +0100, Dennis Kasprzyk wrote: > > On Wed, 2007-01-24 at 10:19 +0100, Stjepan Glavina wrote: > > > > Sounds good, lets add it. > > > > > > > > Follow the instructions here to get an fdo account: > > > > > > > > http://freedesktop.org/wiki/AccountRequests > > > > > > > > y

Re: [compiz] Thumbnail plugin

2007-01-26 Thread David Reveman
On Thu, 2007-01-25 at 14:59 +0100, Dennis Kasprzyk wrote: > > On Wed, 2007-01-24 at 17:25 +0100, Stjepan Glavina wrote: > > > When hovering taskbar, gnome-panel/kicker change the property of the > > > appropriate window ("_NET_WM_SHOW_THUMBNAIL"). > > > Thumbnail plugin checks for PropertyNotify ev

Re: [compiz] Switcher autorotate

2007-01-26 Thread David Reveman
On Thu, 2007-01-25 at 10:32 +0100, Stjepan Glavina wrote: > It would be great if switcher would rotate cube to the selected window > when switching. Beryl has "autorotate" option for this. I find it very > useful. Yes, I guess that can be useful. - David _

Re: [compiz] Get window textures even when they're transformed.

2007-01-26 Thread David Reveman
On Fri, 2007-01-26 at 09:14 +0100, Stjepan Glavina wrote: > If I wobble a window and quickly initiate switcher or cube, this can > cause weird artifacts. > > I had a look at Beryl's switcher.c > In switchPaintThumb they use this: > > static void > switchPaintThumb(...) > { > DrawWindowGeome

Re: [compiz] Thumbnail plugin

2007-01-26 Thread David Reveman
On Thu, 2007-01-25 at 11:10 +0100, Stjepan Glavina wrote: > On Thu, 2007-01-18 at 14:51 -0500, David Reveman wrote: > > Being able to draw minimized windows will be solved when the server can > > do input transformations. Window map state and window minimize state > > will

[compiz] Re: [PATCH] dbus list option as array - was: DBus setting options broken

2007-01-26 Thread David Reveman
On Fri, 2007-01-26 at 20:22 +, Mike Dransfield wrote: > David Reveman wrote: > >> I think the correct solution would be to allow > >> the dbus plugin to receive arrays and convert them > >> to lists internally. I can have a look at doing this > >> if

Re: [compiz] Thumbnail plugin

2007-01-24 Thread David Reveman
On Wed, 2007-01-24 at 17:25 +0100, Stjepan Glavina wrote: > When hovering taskbar, gnome-panel/kicker change the property of the > appropriate window ("_NET_WM_SHOW_THUMBNAIL"). > Thumbnail plugin checks for PropertyNotify events and shows/hides the > thumbnail. (I assume that you didn't want take

Re: [compiz] Thumbnail plugin

2007-01-24 Thread David Reveman
On Wed, 2007-01-24 at 10:19 +0100, Stjepan Glavina wrote: > > Sounds good, lets add it. > > > > Follow the instructions here to get an fdo account: > > > > http://freedesktop.org/wiki/AccountRequests > > > > you can go ahead and add the plugin once you have an account. > > > > - David > > Than

Re: [compiz] focus prevention in compiz vs. metacity

2007-01-23 Thread David Reveman
On Sun, 2007-01-21 at 22:38 +0100, Bellegarde Cedric wrote: > Le samedi 20 janvier 2007 12:03, dragoran a écrit : > > Hello, > > I am using the current git compiz and noticed the new focus preventing > > feature. > > It works fine but: > > Metacity marks the new window as new (by blinking in the ta

Re: [compiz] focus prevention in compiz vs. metacity

2007-01-23 Thread David Reveman
On Sat, 2007-01-20 at 12:03 +0100, dragoran wrote: > Hello, > I am using the current git compiz and noticed the new focus preventing > feature. > It works fine but: > Metacity marks the new window as new (by blinking in the taskbar, and > removing this state after the window is opened) while comp

Re: [compiz] Button order issues

2007-01-23 Thread David Reveman
On Mon, 2007-01-22 at 11:00 +0100, Ján Kľuka wrote: > Hi, all. > > I've put together the original patch and posted it to the forums. > I'm slightly concerned about licencing issues: Most of the patch > (parsing the button_order gconf option) is taken verbatim from > metacity, thus that code is

Re: [compiz] Thumbnail plugin

2007-01-23 Thread David Reveman
On Sat, 2007-01-20 at 14:12 +0100, Stjepan Glavina wrote: > Tommorow I'll make a new version. It will just use patched > libwnck/kdebase as this is the clean way. This way it'll be very > bug-free. > David, do you have any plans to put this plugin into the main compiz GIT > repository? If you do th

Re: [compiz] compiz 0.3.6 in fedora rawhide

2007-01-19 Thread David Reveman
On Fri, 2007-01-19 at 13:35 -0700, Elijah Newren wrote: > On 1/19/07, David Reveman <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-01-19 at 08:58 -0500, Thomas J. Baker wrote: > > > The only slightly strange thing is that if I have my left screen full of > > > window

Re: [compiz] Menu fix for firefox and blur

2007-01-19 Thread David Reveman
On Fri, 2007-01-12 at 01:49 +, Mike Dransfield wrote: > For some reason all mozilla and open office menus > are Normal type. This causes problems with all > plugins which use the window type. > > This patch is applied to all plugins and seems to > work flawlessly. I am submitting it for blu

Re: [compiz] compiz 0.3.6 in fedora rawhide

2007-01-19 Thread David Reveman
On Fri, 2007-01-19 at 08:58 -0500, Thomas J. Baker wrote: > On Thu, 2007-01-18 at 17:35 -0500, Timothy Vismor wrote: > > On 1/18/07, Thomas J. Baker <[EMAIL PROTECTED]> wrote: > > > > > > > > > I rebuilt this for FC6 and things seem to work fine. It's nice to > > > finally have xinerama support aga

Re: [compiz] compiz 0.3.6 in fedora rawhide

2007-01-19 Thread David Reveman
On Wed, 2007-01-17 at 11:42 -0500, Kristian Høgsberg wrote: > Hi, > > I've just updated compiz in fedora rawhide and wanted to post a quick > overview of the patches we still carry. Patch details are available > here: > > http://cvs.fedora.redhat.com/viewcvs/rpms/compiz/devel > > terminate-mo

Re: [compiz] Somes patchs

2007-01-19 Thread David Reveman
On Tue, 2007-01-16 at 14:22 +0100, Bellegarde Cedric wrote: > Here two patch: > > A patch for switcher to disable window list. All was already present in code, > just missing an option :) There are already "next_no_popup" and "prev_no_popup" options which allow you to use the switcher without th

Re: [compiz] Button order issues

2007-01-19 Thread David Reveman
On Fri, 2007-01-12 at 12:38 -0800, Joe Barnett wrote: > 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 gre

Re: [compiz] Thumbnail plugin

2007-01-18 Thread David Reveman
On Thu, 2007-01-11 at 15:38 +0100, Bellegarde Cedric wrote: > Le mercredi 10 janvier 2007 17:55, David Reveman a écrit : > > Let me know what you think about the my suggestions and keep up the good > > work. > > It should be cool to have a way to get thumbnail of minimized w

Re: [compiz] Question about extending screengrabs

2007-01-18 Thread David Reveman
On Thu, 2007-01-11 at 15:31 +0100, Danny Baumann wrote: > Hi, > > > Wouldn't it be better to add this kind of functionality through > > different interface than the current screen grab interface? We can > > always expose the current screen grabs through a new interface if we > > want that. > > >

Re: [compiz] KWD not building problem solved

2007-01-18 Thread David Reveman
On Thu, 2007-01-18 at 11:43 +0100, Julian Sikorski wrote: > Julian Sikorski napisał(a): > > Julian Sikorski napisał(a): > >> It looks like you just assumed too much. kde-config has a specific > >> include dir query. I am now hitting some dbus problems, but it does not > >> seem to be related. > >>

Re: [compiz] KWD not building problem solved

2007-01-18 Thread David Reveman
On Sun, 2006-12-31 at 19:31 +0100, Julian Sikorski wrote: > It looks like you just assumed too much. kde-config has a specific > include dir query. I am now hitting some dbus problems, but it does not > seem to be related. The configure.ac change is OK and now applied to head. -David ___

Re: [compiz] Thumbnail plugin

2007-01-17 Thread David Reveman
On Thu, 2007-01-11 at 16:38 +, Mike Dransfield wrote: > David Reveman wrote: > > > > I suggest that we add a plugin and a simple interface that allows any > > application to request that a set of client windows should be composited > > on top of a different client

Re: [compiz] Patch: switcher's window is a splash window

2007-01-17 Thread David Reveman
On Mon, 2007-01-15 at 18:58 +0100, Stjepan Glavina wrote: > On Thu, 2007-01-11 at 03:06 +0100, David Reveman wrote: > > I'll set the switcher window to utility type for now. > > > > -David > > > > Hmm I have just checked out latest sources and it isn'

Re: [compiz] ubuntu packages patch

2007-01-15 Thread David Reveman
On Sun, 2007-01-14 at 22:40 +0100, gandalfn wrote: > hi, > > i updated focus prevention patch, i think it's most cleaner than > previous patch, i added XSERVER_TIME_IS_BEFORE metacity macro for time > comparison, i also push user time selection when application have focus > on map and test if the

Re: [compiz] Patch: switcher's window is a splash window

2007-01-10 Thread David Reveman
On Wed, 2007-01-10 at 21:26 +0100, Stjepan Glavina wrote: > On Fri, 2006-12-29 at 00:02 +0100, David Reveman wrote: > > On Thu, 2006-12-28 at 22:14 +0100, Stjepan Glavina wrote: > > > Hi, > > > > > > I made a simple patch which mak

Re: [compiz] Compiz segfault

2007-01-10 Thread David Reveman
On Wed, 2007-01-10 at 16:31 +0100, Bellegarde Cedric wrote: > since compiz > 0.3.4; it segfault randomly at startup... > > So, sometime it works, sometime not :( No problem with 0.3.4. > > Running gdb, i 've got this: > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thre

Re: [compiz] Thumbnail plugin

2007-01-10 Thread David Reveman
On Mon, 2007-01-08 at 19:34 +0100, Stjepan Glavina wrote: > Hi, > > With some help from Quinn_Storm, iXce, maniac103, mikedee and > KristianLy :), I've managed to modify switcher.c and make a new plugin: > thumbnail. > The plugin shows thumbnails of windows when cursor is moved over a task > butto

Re: [compiz] ubuntu packages patch

2007-01-10 Thread David Reveman
On Sun, 2007-01-07 at 01:18 +0100, gandalfn wrote: > hi > > sorry, i made a mistake in 94-fix-show-managed-window.patch, i updated > it. > > On sam, 2007-01-06 at 14:01 +0100, gandalfn wrote: > > hi, > > > > For compiz ubuntu packages, I made some patchs to have a behavior of > > compiz nearer t

Re: [compiz] Question about extending screengrabs

2007-01-10 Thread David Reveman
On Fri, 2007-01-05 at 16:00 +0100, Danny Baumann wrote: > Hi, > > I have a question regarding screengrabs: > At the moment, a lot of interaction between the plugins is done by > checking for screen grabs of other plugins with the function > otherScreenGrabExist. But pushing a screen grab means gra

Re: [compiz] Annotate, guiding line patches with questions

2007-01-10 Thread David Reveman
On Sat, 2007-01-06 at 01:47 +0100, lowfi wrote: > Mike Dransfield schrieb: > > I would like to have a small app written in python/gtk > > which would be triggered with a keystroke. The user > > would hit the keystroke and the application would be > > launched by the annotate plugin. > > > > It co

Re: [compiz] Return value from an action function

2007-01-09 Thread David Reveman
On Sun, 2007-01-07 at 01:36 +, Mike Dransfield wrote: > David Reveman wrote: > > A non zero return value indicates that the event should be stolen and > > that no more processing of the event should be done. There might be a > > few places where initiate functions re

Re: [compiz] netwm dbus api

2007-01-06 Thread David Reveman
On Sun, 2007-01-07 at 01:20 +, Mike Dransfield wrote: > FYI, I have put up a forum post [1] where I am going to > maintain information about the netwm api for the > dbus plugin. > > I have gone through the EWMH spec [2] and broken it down > into a dbus compatible api, it seems to be good and

Re: [compiz] git hosting

2007-01-06 Thread David Reveman
On Sat, 2007-01-06 at 17:55 -0500, Kristian Høgsberg wrote: > On 1/6/07, David Reveman <[EMAIL PROTECTED]> wrote: > > The git hosting I promised is finally set up. Sorry that this took > > forever to get ready. > > Is this now the official compiz repository or is that

Re: [compiz] drag-n-drop

2007-01-06 Thread David Reveman
On Sat, 2007-01-06 at 12:54 +, Who wrote: > For me it shows itself when I do the following: > > (the 'Sloppy Focus' option of the scale plugin must be ON - perhaps > this counts as a bug?) Yes, I just pushed out some updates to the scale plugin that should take care of this. The sloppy focus

Re: [compiz] QTLIB path fix

2007-01-06 Thread David Reveman
On Sat, 2007-01-06 at 18:08 +0530, Jigish Gohil wrote: > Attached is a patch required to build compiz-0.3.6 with > kde-window-decorator on x86_64 on SUSE. > > /usr/lib/qt3/lib64 was required in QTLIB path. Maybe something like the attached patch is more appropriate? -David --- a/configure.ac +++

Re: [compiz] Annotate, guiding line patches with questions

2007-01-06 Thread David Reveman
On Fri, 2007-01-05 at 19:31 +, Mike Dransfield wrote: > David Reveman wrote: > > > > I see that you're using OpenGL geometry for drawing the guiding lines. > > That's good enough for now but eventually I think we want the guiding > > lines to match the f

[compiz] git hosting

2007-01-06 Thread David Reveman
The git hosting I promised is finally set up. Sorry that this took forever to get ready. If you want a repository on git.compiz.org, send an email to me and explain with a few words why you want it. If you have some code, attach it or include an URL to where it can be found. Include a list of init

Re: [compiz] Put a window on top

2007-01-05 Thread David Reveman
On Fri, 2007-01-05 at 11:41 +0100, Stjepan Glavina wrote: > I'm developing a new plugin, based on switcher. > I have a window created with XCreateWindow. > Can I put a window totally on top, even over panels? You can set window type to Dock and add StateAbove. -David

Re: [compiz] Blurring behind windows

2007-01-03 Thread David Reveman
On Wed, 2007-01-03 at 02:47 +, Mike Dransfield wrote: > It is a common request and I think it can > be useful. The problem with beryl blur is > that it is way too slow. > > I haven't poured through all of their code > but I strongly suspect that there is some > intensive code to work out wher

Re: [compiz] Compiz-sharp bindings

2007-01-03 Thread David Reveman
On Sun, 2006-12-31 at 00:44 +, Who wrote: > I've got a few questions about the use of compiz-sharp: > > 1.Are these bindings supported and updated? (1.a If not, are > there plans for this?) I'm not sure what you mean by supported. I'm not maintaining them but they're implemented as a plu

Re: [compiz] Return value from an action function

2007-01-03 Thread David Reveman
On Wed, 2007-01-03 at 02:40 +, Mike Dransfield wrote: > I had always assumed that an action option > should return true if it handles the action, > but it seems like most button bindings actually > return false which causes a few problems. > > 1. The clicks pass through to windows which > is n

Re: [compiz] Annotate, guiding line patches with questions

2007-01-03 Thread David Reveman
On Wed, 2007-01-03 at 02:30 +, Mike Dransfield wrote: > Attached are my first draft for annotate to add the > guiding lines. I see that you're using OpenGL geometry for drawing the guiding lines. That's good enough for now but eventually I think we want the guiding lines to match the final geo

Re: [compiz] DBus setting options broken

2007-01-03 Thread David Reveman
On Wed, 2007-01-03 at 04:05 +, Mike Dransfield wrote: > > > > Nevertheless, even though it should work now, I wouldn't necessarily > > make synchronous method calls if I were you. You don't have to use > > threads to do asynchronous method calls. Whatever dbus bindings you're > > using should

Re: [compiz] DBus setting options broken

2007-01-03 Thread David Reveman
On Wed, 2007-01-03 at 01:58 +, Mike Dransfield wrote: > Travis Watkins wrote: > > On 1/2/07, David Reveman <[EMAIL PROTECTED]> wrote: > >> I've fixed the problem with an error being generated when setting an > >> option to the existing value. Dbus plugin

Re: [compiz] DBus setting options broken

2007-01-02 Thread David Reveman
On Tue, 2007-01-02 at 19:12 -0600, Travis Watkins wrote: > On 1/2/07, David Reveman <[EMAIL PROTECTED]> wrote: > > I've fixed the problem with an error being generated when setting an > > option to the existing value. Dbus plugin is not sending any reply > > messa

<    1   2   3   4   5   6   7   >