[compiz] Compiz has been selected as the Window Manager of the Year

2008-02-27 Thread David Reveman
For those who haven't seen this already: Compiz has been selected as the Window Manager of the Year in the 2007 LinuxQuestions.org Members Choice Awards: http://www.linuxquestions.org/questions/2007-linuxquestions.org-members-choice-awards-79/window-manager-of-the-year-610196/ Congratulations

Re: [compiz] Object framework status?

2008-01-23 Thread David Reveman
On Mon, 2008-01-21 at 17:46 +0100, drago01 wrote: Hi, Whats the current status of the work on the object framework branch? Is there any ETA for merging it? It has been a while since it was announced. I have unfortunately not had much time to work on it lately but it should be in a pretty

Re: [compiz] Tooltips show up on all screens of cube

2007-12-04 Thread David Reveman
On Thu, 2007-11-29 at 17:48 +0100, rudolf randal wrote: When ever i hover over something that gives me a tool tip - it is showing on all sides of my cube - dont want that - is there a cure ? Not really as we're not allowed to change the location of the tool tip windows inside compiz. They are

Re: [compiz] Blur is incredibly slow on the intel i915

2007-12-04 Thread David Reveman
On Sun, 2007-11-25 at 20:15 +0900, Sam Spilsbury wrote: I'm getting about 1 frame every 7 seconds with alpha or focus blur enabled. Is this normal? I get around 30-40 FPS when using water on high settings. Yes, that's expected. The driver need to accelerate glCopyTexSubImage2D for blur plugin

Re: [compiz] window stacking bug #1

2007-12-04 Thread David Reveman
On Wed, 2007-11-21 at 22:05 +0100, Bogdan Butnaru wrote: Hello! I'm trying to find where to send a bug report/fix, and this mailing list is the best I found. I noticed several problems in how Compiz handles full-screen windows*, and I hacked a bit around the source to try to find their

Re: [compiz] video plugin update

2007-12-03 Thread David Reveman
On Tue, 2007-09-04 at 15:16 +0200, Dominik 'Rathann' Mierzejewski wrote: Hello, On Friday, 13 July 2007 at 14:11, Colin Guthrie wrote: David Reveman wrote: I had to update the video plugin interface slightly to fix some bugs. I've attached an updated mplayer patch. David

[compiz] object framework design

2007-12-02 Thread David Reveman
I'm going to start today by posting the first two, out of a series of four documents describing the work done in the object-framework branch. This post is just a heads-up but I'd also like to make sure people understand that what's described in these docs and what's in the object-framework branch

[compiz] re-architecting compiz

2007-11-30 Thread David Reveman
I'd like to start with apologizing for my lack of response to the mailing list for the last couple of months. I'm working my way through all posts right now... Here's what I've been up to lately.. I did a critical review of the state of compiz about 6 months ago. I realized it was pretty bad

Re: [compiz] core improvements

2007-09-09 Thread David Reveman
On Fri, 2007-09-07 at 17:11 -0400, Kristian Høgsberg wrote: On 9/7/07, David Reveman [EMAIL PROTECTED] wrote: ... - Object model We need to easily be able to create new types of objects that plugins can keep track of and add options to without breaking the API or even the ABI

[compiz] core improvements

2007-09-07 Thread David Reveman
I've been making a large set of important updates to the code base recently and there's more stuff on it's way but I'd like to get some feedback first. I know that some of the changes I've made and will be making require a fair amount of work by plugin and config tool developers but I hope you

Re: [compiz] WindowRemoveNotifyProc

2007-09-06 Thread David Reveman
On Wed, 2007-08-22 at 12:53 -0400, Nicolas Viennot wrote: Hello, I'm doing a C++ wrapper and I need the counterpart of WindowAddNotifyProc Every plugin must be rebuild since CompScreen is modified, hence ABIVERSION should be changed as well. Would it be possible to implement it ? Patch

Re: [compiz] [ANNOUNCE] compiz-0.5.4

2007-08-21 Thread David Reveman
On Mon, 2007-08-20 at 16:22 -0400, Kristian Høgsberg wrote: On 8/20/07, David Reveman [EMAIL PROTECTED] wrote: A new compiz release 0.5.4 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.5.4.tar.gz Oh... I guess I expected the next development

[compiz] [ANNOUNCE] compiz-0.5.4

2007-08-20 Thread David Reveman
compiz-0.5.4.tar.gz http://xorg.freedesktop.org/archive/individual/app/compiz-0.5.4.tar.gz.sha1.asc (signed by David Reveman) Additionally, a git clone of the source tree: git clone git://git.freedesktop.org/git/xorg/app/compiz will include a signed compiz-0.5.4

[compiz] configuration updates

2007-08-17 Thread David Reveman
I just pushed out a large set of configuration updates that I've been working on for the last couple of days. A major difference from before is that the action options have now been slit up into key, button, edge and bell options. Action options still exist but they can only be triggered through

[compiz] kconfig plugin

2007-08-17 Thread David Reveman
I've added a kconfig plugin and all kde based configuration tools should rely on it. A file watch plugin like the inotify plugin will have to be loaded for configuration changes to be picked up by the kconfig plugin at run-time. kcfg files are generated from the metadata and they can be used to

Re: [compiz] Metadata additions

2007-08-12 Thread David Reveman
On Thu, 2007-07-12 at 03:54 +0200, Dennis Kasprzyk wrote: With this mail I would like to make a proposal to add additional informations to the core and plugin metadata files. Currently these tags are already handled in the ccs configuration system. Ccs automatically adds this informations

Re: [compiz] [PATCH] Unbound modifiers and CompNoMask

2007-08-07 Thread David Reveman
On Sun, 2007-08-05 at 05:21 -0400, Andy Hefner wrote: This patch fixes an undesirable behavior in the comparison of modifier bits necessary to initiate an action - if the modifier is not configured on the user's X server (thus having CompNoMask in its position in d-modMask), the comparison

Re: [compiz] Focus problem for shaded windows

2007-08-07 Thread David Reveman
On Mon, 2007-08-06 at 10:15 +0200, Danny Baumann wrote: today, I noticed a problem in focus handling for shaded windows which is pretty easy to reproduce: - Disable Click to focus - Shade a window - Hover another window - Hover back to the window frame of the shaded window - Press

Re: [compiz] KDE Window decorator offset on maximized windows.

2007-08-07 Thread David Reveman
On Fri, 2007-08-03 at 16:43 +0100, Colin Guthrie wrote: Diogo Ferreira wrote: On Thu, 2007-08-02 at 10:34 +0100, Colin Guthrie wrote: Hi, Any reason why this would happen that you can think of? http://qa.mandriva.com/show_bug.cgi?id=32215 I have no idea why it happens but I think it

Re: [compiz] Focus problem for shaded windows

2007-08-07 Thread David Reveman
On Tue, 2007-08-07 at 20:44 +0200, Danny Baumann wrote: Hi, today, I noticed a problem in focus handling for shaded windows which is pretty easy to reproduce: - Disable Click to focus - Shade a window - Hover another window - Hover back to the window frame of

Re: [compiz] [ANNOUNCE] compiz-0.5.2

2007-08-07 Thread David Reveman
On Tue, 2007-08-07 at 20:57 +0200, Dennis Kasprzyk wrote: Am Dienstag 07 August 2007 20:44:12 schrieb David Reveman: On Tue, 2007-08-07 at 19:35 +0200, dragoran wrote: On 8/3/07, David Reveman [EMAIL PROTECTED] wrote: A new compiz release 0.5.2 is now available any chance

[compiz] [ANNOUNCE] compiz-0.5.2

2007-08-03 Thread David Reveman
compiz-0.5.2.tar.gz http://xorg.freedesktop.org/archive/individual/app/compiz-0.5.2.tar.gz.sha1.asc (signed by David Reveman) Additionally, a git clone of the source tree: git clone git://git.freedesktop.org/git/xorg/app/compiz will include a signed compiz-0.5.2

Re: [compiz] Couldn't activate plugin 'rotate'

2007-08-02 Thread David Reveman
On Thu, 2007-08-02 at 17:04 +0200, Dennis Kasprzyk wrote: Am Dienstag, 31. Juli 2007 19:45:19 schrieb David Reveman: On Tue, 2007-07-31 at 00:19 +0200, Dennis Kasprzyk wrote: Am Montag, 30. Juli 2007 16:28:27 schrieben Sie: On Sun, 2007-07-29 at 20:31 +0200, Dennis Kasprzyk wrote

Re: [compiz] [R300] high Xorg process CPU usage

2007-08-02 Thread David Reveman
On Mon, 2007-07-30 at 10:54 +0200, Michel Dänzer wrote: On Fri, 2007-07-27 at 23:45 -0400, Andrew J. Barr wrote: I am trying out the Compiz Fusion stuff on my PowerBook G4 (RV350) and I have the aiglx-zero-copy-tfp patches from here[0] on Mesa 6.5.2, xorg-server 1.3, and xf86-video-ati

Re: [compiz] Dual-screen compiz mostly working

2007-08-02 Thread David Reveman
On Wed, 2007-08-01 at 12:03 +0200, Michel Dänzer wrote: On Wed, 2007-08-01 at 07:50 +, Mick Semb Wever wrote: - my second screen doesn't render properly. Compiz events cause it to redraw but application events do not cause a redraw! This is a showstopper for me so i'm still using

Re: [compiz] Couldn't activate plugin 'rotate'

2007-07-30 Thread David Reveman
On Sun, 2007-07-29 at 20:31 +0200, Dennis Kasprzyk wrote: Am Samstag, 28. Juli 2007 00:24:10 schrieben Sie: On Mon, 2007-07-16 at 23:44 +0200, Dennis Kasprzyk wrote: Am Montag 16 Juli 2007 20:49:32 schrieb Kresimir Kukulj: First, I would like to compliment you all for a great work you

Re: [compiz] Read commandline defaults from a file?

2007-07-28 Thread David Reveman
On Sat, 2007-07-28 at 10:46 +0200, dragoran wrote: David Reveman wrote: On Thu, 2007-07-12 at 10:42 +0200, dragoran wrote: Right now compiz has hardcoded defaults for command line options like direct vs indirect rendering etc. Because most users use scripts like gnome-wm to start

Re: [compiz] [PATCH] Resize plugin not finishing resizing

2007-07-27 Thread David Reveman
On Sat, 2007-06-23 at 19:53 +0200, Bellegarde Cedric wrote: In current git, when starting a resize and finish it without any change, resizeTerminate() need to do a resizeDamageRectangle(). This patch fix the issue... ok, should be fixed in head now. thanks, -David

Re: [compiz] [PATCH] Always use mipmaps in cube plugin

2007-07-27 Thread David Reveman
On Wed, 2007-06-27 at 01:35 +0200, Bartosz Taudul wrote: Currently, the cube plugin uses mipmapping only when cube is unfolded. When the cube is rotated, mipmaps are not used, which leads to ugly look of textures. Yeah, using mipmap filtering in those cases should be optional. I've avoided it

Re: [compiz] [PATCH] Correct linking for png-plugin

2007-07-27 Thread David Reveman
On Sun, 2007-07-08 at 22:14 +0200, Hanno Böck wrote: If compiled with LDFLAGS=-Wl,--as-needed, compiz fails to correctly link the png-plugin. Attached patch fixes it (though I don't know if this is the correct way to do this in autotools). I made some changes that should have taken care

Re: [compiz] video plugin update

2007-07-24 Thread David Reveman
On Fri, 2007-07-13 at 10:32 +1000, Christopher Halse Rogers wrote: On 7/12/07, David Reveman [EMAIL PROTECTED] wrote: I had to update the video plugin interface slightly to fix some bugs. I've attached an updated mplayer patch. Just to check, since I'm interested in applying

Re: [compiz] [PATCH] Case insensitive matching for the regex plugin

2007-07-11 Thread David Reveman
On Wed, 2007-06-20 at 14:53 +0200, Danny Baumann wrote: Hi, I have created an addition to the regex plugin that allows case insensitive matching for title/class/name/role. To enable the case insentive matching, I chose to prepend an 'i' before the tag (ititle=, iclass=, ...). The patch is

Re: [compiz] KWD Maximize bug and crash

2007-07-11 Thread David Reveman
On Sun, 2007-06-24 at 18:58 +0100, Diogo Ferreira wrote: 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

Re: [compiz] Focus problem for shaded windows

2007-07-11 Thread David Reveman
On Mon, 2007-06-25 at 15:35 +0200, Danny Baumann wrote: Hi, today, I noticed a problem in focus handling for shaded windows which is pretty easy to reproduce: - Disable Click to focus - Shade a window - Hover another window - Hover back to the window frame of the shaded window - Press

Re: [compiz] Features for image loader plugins

2007-07-11 Thread David Reveman
On Thu, 2007-07-12 at 01:41 +0200, Patrick Niklaus wrote: Hi, I just had a look at the old beryl plugin tree and found out that it originally was imagemime:image/png (for using mime types as identification) and imageext:png (of file extension identification). While porting the features to

Re: [compiz] window walking interface

2007-06-21 Thread David Reveman
On Tue, 2007-06-12 at 19:27 +0200, Dennis Kasprzyk wrote: Am Dienstag 12 Juni 2007 14:52:53 schrieb Danny Baumann: Hi, Thanks for putting these changes in git, it indeed makes more sense than the way I did it first. I re-made the transparent cube patches to work now with this new

Re: [compiz] window walking interface

2007-06-21 Thread David Reveman
On Tue, 2007-06-12 at 21:16 +0200, Dennis Kasprzyk wrote: Am Dienstag 12 Juni 2007 19:27:41 schrieb Dennis Kasprzyk: Am Dienstag 12 Juni 2007 14:52:53 schrieb Danny Baumann: Hi, Thanks for putting these changes in git, it indeed makes more sense than the way I did it first.

Re: [compiz] new release?

2007-06-21 Thread David Reveman
On Thu, 2007-06-07 at 09:53 +0200, dragoran wrote: It has been a while since 0.4.0 and 0.5.0 has been released... any plans for a new release (0.6.0/0.7.0) in the near feature? I think we should try to make one or two developer releases before a stable 0.6 release. 0.5.2 within a week or so

Re: [compiz] [PATCH] fixes for =libwnck-2.19.3

2007-06-21 Thread David Reveman
On Thu, 2007-06-07 at 10:45 -0500, [EMAIL PROTECTED] wrote: Hi. libwnck broke API with the 2.19.3 release. This effects compiz as the WNCK_WINDOW_MODAL_DIALOG is no longer supported by it. The attached patch allows compiz to build against the library. Thanks. I made it check for

Re: [compiz] Problem with new cube and scale with ini

2007-06-21 Thread David Reveman
On Fri, 2007-06-08 at 11:44 +0100, Mike Dransfield wrote: I think I have a slight problem with the new hookable plugins and the ini plugin. I haven't looked into it too much, but the plugins use an option to store their abi version. This value is stored so that when the cube/scale plugins

Re: [compiz] [PATCHES] Fixes for java apps and firefox in scale, switcher and wobbly

2007-06-07 Thread David Reveman
On Thu, 2007-06-07 at 01:17 +0200, Treviño wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Reveman ha scritto: On Wed, 2007-06-06 at 19:42 +0200, Treviño wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've made these patches that basically, make the java apps

Re: [compiz] [PATCH] Use X-Fleur cursor on move

2007-06-06 Thread David Reveman
On Wed, 2007-06-06 at 18:56 +0200, Treviño wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm Treviño (AKA Trevinho, AKA 3v1n0, AKA trevi55 ;P) it's my first message here, also if I'm reading the ML from the archives since long time... I maintened a beryl-svn (then git)

Re: [compiz] [PATCHES] Fixes for java apps and firefox in scale, switcher and wobbly

2007-06-06 Thread David Reveman
On Wed, 2007-06-06 at 19:42 +0200, Treviño wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've made these patches that basically, make the java apps and firefox items well being recognized by some compiz plugins (scale, switcher and wobbly), I don't know if those can be considered

Re: [compiz] status of input redirection

2007-06-05 Thread David Reveman
On Tue, 2007-06-05 at 00:17 +0300, Daniel Stone wrote: On Mon, Jun 04, 2007 at 05:06:20PM -0400, David Reveman wrote: On Sat, 2007-06-02 at 04:29 +0300, Daniel Stone wrote: On Fri, Jun 01, 2007 at 03:47:17PM -0400, David Reveman wrote: + switch (events[i].u.u.type

Re: [compiz] A little patch to make scale's show-desktop behaviour optional

2007-06-05 Thread David Reveman
On Sat, 2007-06-02 at 23:25 -0400, Quinn Storm wrote: This particular behaviour drives me nuts, its so easy to accidentally click on desktop during scale and then all of your windows get minimized, which is no fun. This little patch just makes this optional, leaving the default to be the

Re: [compiz] A little patch to make scale's show-desktop behaviouroptional

2007-06-05 Thread David Reveman
On Tue, 2007-06-05 at 11:54 +0200, Andrea Volani wrote: Hi, I'm only a compiz user, but just a question: is possible to have scale plugin to undo the window expose just with a re-push the desktop corner, just like macos do. I remember this happens in the early versions of compiz Sometimes

Re: [compiz] N_ macro

2007-06-05 Thread David Reveman
On Sun, 2007-06-03 at 15:37 +0100, Mike Dransfield wrote: I have just updated the place plugin to use integers rather than strings with restrictions (as per the other plugins). The only thing which is now using the N_ macro is windowTypeString which I think can be removed. I think some

Re: [compiz] Direct and Indirect: Difference in rendering quality

2007-06-05 Thread David Reveman
On Tue, 2007-06-05 at 18:01 +0100, Matt Russell wrote: Hi Why is the quality of scaled textures/objects using --indirect-rendering much worse than direct rendering? Also, vsync does not work with indirect-rendering. Scaled texture quality problem might be caused by

Re: [compiz] window walking interface

2007-06-05 Thread David Reveman
On Tue, 2007-06-05 at 16:01 +0300, Roi Cohen wrote: Hi, Thanks for putting these changes in git, it indeed makes more sense than the way I did it first. I re-made the transparent cube patches to work now with this new interface. Tell me what you think about it.

Re: [compiz] status of input redirection

2007-06-04 Thread David Reveman
On Sun, 2007-06-03 at 05:26 +0200, Dennis Kasprzyk wrote: Am Freitag, 1. Juni 2007 21:47:17 schrieb David Reveman: On Fri, 2007-06-01 at 13:28 -0400, Kristian Høgsberg wrote: On 5/31/07, David Reveman [EMAIL PROTECTED] wrote: On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote

Re: [compiz] [PATCH] add 'sticky' mode to cube to allow sticky+not-on-bottom windows to stick to the screen when the screen is transformed

2007-06-01 Thread David Reveman
On Fri, 2007-06-01 at 08:22 +0800, Sam Spilsbury wrote: Does this mean that cube zoom will be implimented? I remember a while back it was implimented using switchers zoom functionality, probably not implimented the right way. 3D still requires PAINT_WINDOW_FRONT_TO_BACK_MASK to work properly

Re: [compiz] status of input redirection

2007-06-01 Thread David Reveman
On Fri, 2007-06-01 at 13:28 -0400, Kristian Høgsberg wrote: On 5/31/07, David Reveman [EMAIL PROTECTED] wrote: On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote: There where some patches to implement input redirection in xorg a while ago... what happend to them? are they still beeing

Re: [compiz] Changing gconf-key/apps/compiz/plugins/water/allscreens/options/initiate_keydoes not work

2007-05-31 Thread David Reveman
On Sat, 2007-05-19 at 11:27 +0200, dragoran wrote: Mike Cook wrote: On Fri, May 18, 2007 at 11:06 AM, dragoran [EMAIL PROTECTED] wrote: Hello, I noticed that the control+super key kombi no longer works with the rain plugin.. I went to check why and found out that its disabled

Re: [compiz] Some suggestions for extra metadata

2007-05-31 Thread David Reveman
On Mon, 2007-05-21 at 14:01 +0100, Mike Dransfield wrote: Here are a few extra attributes which I have not seen mentioned yet which I think would be useful. Any comments would be appreciated. *Version* The version of the plugin, I think the reasons for this are obvious. version

Re: [compiz] [PATCH] Fix imageBufferToTexture for MSBFirst platforms.

2007-05-31 Thread David Reveman
On Wed, 2007-05-23 at 15:37 +0200, Michel Dänzer wrote: Fixes icon colours on my PowerBook. Given that the preprocessor test was reversed when the code was reorganized and nobody on !MSBFirst platforms complained, one code path should suffice. Hm, I'm not sure what's going on here. I fixed

Re: [compiz] [PATCH] add 'sticky' mode to cube to allow sticky+not-on-bottom windows to stick to the screen when the screen is transformed

2007-05-31 Thread David Reveman
On Sun, 2007-05-27 at 19:41 -0400, Quinn Storm wrote: I've attached the patch since I don't yet have an easy way to make git format-patch and kmail play nice together. The basic idea is during a rotate/other cube transform, 'sticky' windows stick to the screen instead of being redrawn once

Re: [compiz] status of input redirection

2007-05-31 Thread David Reveman
On Tue, 2007-05-29 at 08:53 +0200, dragoran wrote: There where some patches to implement input redirection in xorg a while ago... what happend to them? are they still beeing worked on? The attached patches work well. The server patch needs some more work if we want to allow different pickers

Re: [compiz] who know how to debug compiz with gdb or Eclipse

2007-05-31 Thread David Reveman
On Tue, 2007-05-29 at 23:01 +0800, Zhu, Jack wrote: All, Intel SSG/OTC/UMD PRC Software EngineerglRotated You can use gdb with compiz as with any other app but you probably want to be logged in from a remote machine when running gdb and compiz as you will of course not be able to

Re: [compiz] Zoom plugin changes

2007-05-31 Thread David Reveman
On Thu, 2007-05-31 at 02:19 +0200, Kristian Lyngstøl wrote: I'm sorry for being rude, but I am quite upset by this, because it has gone too far. I posted a few weeks ago that I was going to be working on zoom over the summer to improve the accessibility, and I have already begun to do that.

Re: [compiz] place plugin

2007-05-25 Thread David Reveman
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 hard to fix this but I think it should

Re: [compiz] Window specific actions and edge buttons

2007-05-21 Thread David Reveman
On Fri, 2007-05-18 at 15:14 +0100, Mike Dransfield wrote: David Reveman wrote: On Wed, 2007-05-16 at 11:51 +0100, Mike Dransfield wrote: David Reveman wrote: On Tue, 2007-05-15 at 00:29 +0100, Mike Dransfield wrote: There is a problem with some window specific

Re: [compiz] [PATCH] Descriptions for dbus when plugin not loaded

2007-05-21 Thread David Reveman
On Fri, 2007-05-18 at 15:17 +0100, Mike Dransfield wrote: David Reveman wrote: On Tue, 2007-05-15 at 19:23 +0100, Mike Dransfield wrote: Here is a quick patch for dbus to make it try to load the metadata from a file if the plugin is not loaded. I have tested it and it works fine

Re: [compiz] kde-window-decorator crashes

2007-05-21 Thread David Reveman
On Tue, 2007-05-15 at 18:50 +0100, Diogo Ferreira wrote: Silvan Calarco wrote: Hi, I've updated compiz to the 0.5.0 release and since my release 0.3.something I keep on seeing seldom crashes from kde-window-decorator when running it both on Xorg with AIGLX+nvidia card and

Re: [compiz] place plugin

2007-05-21 Thread David Reveman
On Thu, 2007-05-17 at 14:06 +0200, dragoran wrote: The place plugin has a bug: when compiz is restarted or started to replace another wm it the windows are placed in weird positions ( titlebar behind the panel etc.) shouln't the place plugin loop over all open windows and place them

Re: [compiz] place plugin

2007-05-21 Thread David Reveman
On Mon, 2007-05-21 at 20:34 +0200, dragoran wrote: David Reveman wrote: On Thu, 2007-05-17 at 14:06 +0200, dragoran wrote: The place plugin has a bug: when compiz is restarted or started to replace another wm it the windows are placed in weird positions ( titlebar behind the panel

Re: [compiz] Crash in blur.c (SIGSEGV)

2007-05-21 Thread David Reveman
On Sat, 2007-05-19 at 12:14 +0200, Artur Uszyński wrote: Hello. System info: OS: FC6 x86_64 video: Nvidia GF 7900 GT, driver version 97.55 compiz version: git config backend used: ccp I can reproduce this crash every time on my system. When blur plugin is active and I try to access

Re: [compiz] place plugin

2007-05-21 Thread David Reveman
On Mon, 2007-05-21 at 21:45 +0200, dragoran wrote: David Reveman wrote: don't know what's causing it. It doesn't. I can't reproduce the misplacement issue on my system and I try this: start metacity open a maximized window start compiz titlebar is behind the top panel (need

Re: [compiz] place plugin

2007-05-21 Thread David Reveman
On Mon, 2007-05-21 at 22:06 +0200, Guillaume Seguin wrote: 2007/5/21, David Reveman [EMAIL PROTECTED]: On Mon, 2007-05-21 at 20:35 +0200, Guillaume Seguin wrote: 2007/5/21, David Reveman [EMAIL PROTECTED]: On Thu, 2007-05-17 at 14:06 +0200, dragoran wrote: The place plugin has a bug

Re: [compiz] about matchbox + compiz solution

2007-05-20 Thread David Reveman
On Fri, 2007-05-18 at 16:42 +0800, Zhu, Jack wrote: Instead of use compiz windows manager, I want to use matchbox, but I want reuse compiz plugins, means I use matchbox + compiz as windows manager + 3D desktop effect solution, would you please give me some suggestion about my plan. What

Re: [compiz] compiz run on DISPLAY :2 error: No composite extension

2007-05-20 Thread David Reveman
On Fri, 2007-05-18 at 17:00 +0800, Zhu, Jack wrote: I can enable compiz on default DISPLAY :0 on gnome on FC6, all features are OK, but when I set up a DISPLAY :2 with Xnest, try to run compiz in DISPLAY :2, fail, Error info: compiz: No composite extension I check

Re: [compiz] Window specific actions and edge buttons

2007-05-17 Thread David Reveman
On Wed, 2007-05-16 at 11:51 +0100, Mike Dransfield wrote: David Reveman wrote: On Tue, 2007-05-15 at 00:29 +0100, Mike Dransfield wrote: There is a problem with some window specific actions like scale_group and rotate_with_window when they are activated by an edgebutton

Re: [compiz] Window specific actions and edge buttons

2007-05-15 Thread David Reveman
On Tue, 2007-05-15 at 00:29 +0100, Mike Dransfield wrote: There is a problem with some window specific actions like scale_group and rotate_with_window when they are activated by an edgebutton. The basic problem is that each of those actions use the window option provided to the action.

Re: [compiz] Building Compiz

2007-05-15 Thread David Reveman
On Mon, 2007-05-14 at 19:12 -0700, Grant Patterson wrote: Hi Folks, I work at VMware, where I'm making the multi-monitor feature new in Workstation 6.0 (just released!) more robust. Long story short, window managers don't consistently expose a good way for a single window to go

Re: [compiz] Dbus plugin problem: Setting reset

2007-05-15 Thread David Reveman
On Tue, 2007-05-15 at 15:45 +0200, Danny Baumann wrote: Hi, since quite some time I encounter a problem which I believe is in the dbus plugin: Sometimes when I load or unload plugins by changing the configuration, all settings of all plugins are reset. At the same time, the

Re: [compiz] Fragment interface on Intel

2007-05-15 Thread David Reveman
On Tue, 2007-05-15 at 07:40 +0800, Sam Spilsbury wrote: On 5/15/07, Sam Spilsbury [EMAIL PROTECTED] wrote: OK. Just to let you know - it most likely IS the fragment interface - Water fragmentation worked before the fragment interface was out On that note - do you think I can get a git

Re: [compiz] removing string restrictions

2007-05-14 Thread David Reveman
On Fri, 2007-05-11 at 18:53 +0200, Dennis Kasprzyk wrote: Am Freitag, 11. Mai 2007 17:15 schrieb David Reveman: On Fri, 2007-05-11 at 11:45 +0200, Dennis Kasprzyk wrote: Am Donnerstag, 10. Mai 2007 21:24 schrieb David Reveman: We've previously discussed if we should add some sort

Re: [compiz] [PATCH] Water fixes

2007-05-14 Thread David Reveman
On Sun, 2007-05-13 at 18:03 -0500, Erkin Bahceci wrote: Hi, I had a look at some problems I saw in the Water plugin. Here are the patches fixing those. The file names should be self-descriptive. Great, I've committed all patches except Stop-Water-drawing-right-after-waves-disappear as I'm

Re: [compiz] xsltproc, schemas.xslt

2007-05-14 Thread David Reveman
On Mon, 2007-05-14 at 15:08 -0500, Travis Watkins wrote: On 5/14/07, David Reveman [EMAIL PROTECTED] wrote: libxslt.pkg seem to be the pkg-config file we need to check for. I've updated configure.ac. Is this accurate with how ubuntu packages xsltproc? No, having libxslt.pc does

Re: [compiz] meta data update

2007-05-11 Thread David Reveman
On Fri, 2007-05-11 at 11:52 +0200, Dennis Kasprzyk wrote: Am Montag, 7. Mai 2007 18:22 schrieb David Reveman: The switch to the new metadata system is almost complete. All plugins in the fdo repo except plane and ini have been converted. I'll probably go ahead and convert those plugins

Re: [compiz] meta data update

2007-05-11 Thread David Reveman
On Tue, 2007-05-08 at 07:28 +0200, Danny Baumann wrote: Hi, Plugin dependencies have not yet been moved to the meta data system. I'd like some feedback before we do this. I suggest that we use tags similar to this: compiz plugin name=cube featurelarge-desktop/feature

Re: [compiz] meta data update

2007-05-11 Thread David Reveman
On Fri, 2007-05-11 at 18:50 +0200, Dennis Kasprzyk wrote: Am Freitag, 11. Mai 2007 17:09 schrieb David Reveman: On Fri, 2007-05-11 at 11:52 +0200, Dennis Kasprzyk wrote: Am Montag, 7. Mai 2007 18:22 schrieb David Reveman: The switch to the new metadata system is almost complete. All

Re: [compiz] meta data update

2007-05-11 Thread David Reveman
On Fri, 2007-05-11 at 17:36 +0100, Mike Dransfield wrote: Dennis Kasprzyk wrote: Am Freitag, 11. Mai 2007 17:09 schrieb David Reveman: On Fri, 2007-05-11 at 11:52 +0200, Dennis Kasprzyk wrote: Am Montag, 7. Mai 2007 18:22 schrieb David Reveman: The switch to the new

Re: [compiz] White boarders on size 32 shadows. Intel platform only

2007-05-10 Thread David Reveman
will. On 5/4/07, David Reveman [EMAIL PROTECTED] wrote: On Thu, 2007-05-03 at 07:02 +0800, Sam Spilsbury wrote: Is it possible for the user to specify how big they want thier shadow to be in gconf? I know its possible in the emerald window

Re: [compiz] [PATCH] Transparent cube

2007-05-10 Thread David Reveman
to make sure that we at least have a good plan for how to deal with that before we add this. - David Regards, Roi. On 5/4/07, David Reveman [EMAIL PROTECTED] wrote: On Tue, 2007-05-01 at 23:06 +0200, Dennis Kasprzyk wrote: Am Dienstag, 1. Mai 2007 22:54 schrieben Sie: On Tue, 2007-05

[compiz] removing string restrictions

2007-05-10 Thread David Reveman
We've previously discussed if we should add some sort of selection option type and not use string options and string restrictions for that purpose. I don't think we need a new option type for this. The integer type should do just fine. The attached patch changes the blur plugin's filter option

[compiz] meta data update

2007-05-07 Thread David Reveman
The switch to the new metadata system is almost complete. All plugins in the fdo repo except plane and ini have been converted. I'll probably go ahead and convert those plugins as well sometime soon unless the original authors of those plugins tells me not to. The horrible gconf-dump plugin has

Re: [compiz] meta data update

2007-05-07 Thread David Reveman
On Tue, 2007-05-08 at 00:48 +0100, Mike Dransfield wrote: David Reveman wrote: The switch to the new metadata system is almost complete. All plugins in the fdo repo except plane and ini have been converted. I'll probably go ahead and convert those plugins as well sometime soon unless

Re: [compiz] [PATCH] Option for activation behaviour on window close

2007-05-03 Thread David Reveman
On Thu, 2007-05-03 at 14:51 +0200, Danny Baumann wrote: Hi, please find attached a patch that makes the behaviour of window activation when a window is closed optional. Currently, always the last active window is activated. Sometimes this might not be the desired behaviour, but

Re: [compiz] White boarders on size 32 shadows. Intel platform only

2007-05-02 Thread David Reveman
On Sun, 2007-04-29 at 17:43 +0800, Sam Spilsbury wrote: Recently, I brought up a topic about white boarders being drawn instead of shadows in Gnome-Window-Decorator. A patch was made up by gandalfn to correct this by making 32 pixel shadows 33 pixels, however the patch was not committed

Re: [compiz] Wobbly jerkyness

2007-05-02 Thread David Reveman
On Sun, 2007-04-29 at 17:54 +0800, Sam Spilsbury wrote: About a month ago, David made a commit to wobbly to the spring engine which has introduced some bugs. They are hard to explain so bear with me. In a sense, the wobbly plugin does not seem as smooth as it used to be and the windows jerk

Re: [compiz] Re: Plugin Interface for Decoations

2007-05-02 Thread David Reveman
On Mon, 2007-04-30 at 17:24 +0200, Patrick Niklaus wrote: I realized some major problems with this approach. To give you a better idea of what I'm actually talking about, take a look at this schema: http://media.beryl-project.org/Decoration-Schema.png As you can see KWD, GWD and Emerald

Re: [compiz] gtk-window-decorator Wnck warnings

2007-05-02 Thread David Reveman
On Mon, 2007-04-30 at 01:22 -0500, Erkin Bahceci wrote: Hi, I'm getting a lot of warnings like this one: (gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil) Does anyone else see these warnings or know what causes these? That warning is caused by compiz setting the

Re: [compiz] Re: [PATCH] Transparent cube

2007-05-01 Thread David Reveman
On Fri, 2007-04-27 at 03:13 +0200, Dennis Kasprzyk wrote: Am Donnerstag, 26. April 2007 23:08 schrieben Sie: On Wed, 2007-04-25 at 23:48 +0200, Dennis Kasprzyk wrote: Am Mittwoch, 25. April 2007 23:21 schrieb David Reveman: On Sun, 2007-04-22 at 14:22 +0300, Roi Cohen wrote: Hi

Re: [compiz] [PATCH]Make wobbly's bezier patch to work with grids that aren't 4x4.

2007-05-01 Thread David Reveman
On Thu, 2007-04-26 at 17:30 +0300, Roi Cohen wrote: Hi, Recently, I started taking a look at wobbly's source (I was interested in it's physics... ;-)) I noticed that GRID_WIDTH and GRID_HEIGHT were defined to be 4, and I wanted to see how the physics look like with grid sizes that aren't

Re: [compiz] Re: Maximized windows dissappear

2007-05-01 Thread David Reveman
On Sun, 2007-04-29 at 15:17 +0100, Mike Dransfield wrote: Jesper Andersen wrote: Replying to my own email here: On Fri, 2007-04-27 at 09:05 +0200, Jesper Andersen wrote: I am using the lastest git version of compiz and just run in to a new problem after switching to using the ini

[compiz] adding XCB dependency

2007-04-26 Thread David Reveman
I intend to make compiz depend on XCB and Xlib/XCB sometime soon so we can start using XCB where it's beneficial [1]. I'm mostly interested in using it for asynchronous reading of window properties but we should eventually try to use it for as much as possible. Removing Xlib completely might not

Re: [compiz] Compiling from source (0.4.0)

2007-04-26 Thread David Reveman
On Thu, 2007-04-26 at 01:12 +0200, unwiredbrain wrote: Hi to the whole list and **THANKS** for all the job you've done since now! Keep that great work up, guys! I would like to know what the `--with-default-plugins' make options means and how to use it -- I mean:

Re: [compiz] [PATCH] Resize improvements (Multiple resize modes, better aspect ratio constraining)

2007-04-25 Thread David Reveman
On Mon, 2007-04-23 at 17:54 +0200, Danny Baumann wrote: Hi, 0001-Added-options-for-additional-resize-modes.patch - I think I'll just leave this patch out and add these options once we converted the resize plugin to use the new metadata system. Yes, that's ok as it has the same effect

[compiz] new meta data system

2007-04-25 Thread David Reveman
The most important parts of the new meta data system is now in place. Some of you might have seen that all core options, the annotate plugin and the resize plugin have been updated to use it. The meta data system allow us to reduce the amount of code in the core and plugins. It makes adding new

[compiz] drawing framework changes

2007-04-25 Thread David Reveman
When I created the current drawing framework, all we were interested in drawing was client windows. We want to draw a lot more today and the design needs to be changed to allow this properly. My current plan is to just adjust the drawing code so it's possible to draw different kind of objects.

  1   2   3   4   >