[FusionDev] Patches for text plugin

2009-02-18 Thread Joel Bosveld
Hi, While trying to get tag to use the text plugin, I made these changes: 0001 is needed as otherwise my plugin won't load since core claims 'text' isn't loaded when checking ABI 0002 is just cosmetic 0003 is to ensure the composite/opengl plugin are loaded 0004 is to remove the unused options

Re: [FusionDev] Patches for text plugin

2009-02-18 Thread Joel Bosveld
0005 is unnecessary when building with BUILD_GLOBAL=true (sudo was breaking PKG_CONFIG_PATH, so I was building without BUILD_GLOBAL - which was causing the problems). On Wed, Feb 18, 2009 at 5:41 PM, Joel Bosveld joel.bosv...@gmail.comwrote: Hi, While trying to get tag to use the text plugin

[FusionDev] [PATCH] Add conversion operators to CompOption::Value

2009-02-24 Thread Joel Bosveld
way I could get it to work - apart from the 'old' way - otherwise it would complain about invalid conversion from int or invalid conversion from CompValue*, depending on how I changed that part in move. Joel. -- From ba9be143d61644c8db0b6161f4c3f8db6510d96c Mon Sep 17 00:00:00 2001 From: Joel

[FusionDev] [PATCH] winrules: Remove compTimeout on window destroy

2009-02-24 Thread Joel Bosveld
in main () from http://forum.compiz-fusion.org/showthread.php?p=71367 Joel. - From 07ad1c5da3d4c8e0b4f03bbf0c63da39d5611455 Mon Sep 17 00:00:00 2001 From: Joel Bosveld joel.bosv...@gmail.com Date: Wed, 25 Feb 2009 12:14:03 +0900 Subject: [PATCH] Remove compTimeout on window destroy

Re: [FusionDev] [PATCH] Add conversion operators to CompOption::Value

2009-02-26 Thread Joel Bosveld
of whether using conversion operators or explicit functions). I have attached both patches (and pasted them below, for convenience) Joel. From 7fedcda2218dc1839411cdac76cbebda0a17dcdd Mon Sep 17 00:00:00 2001 From: Joel Bosveld joel.bosv...@gmail.com Date: Thu, 26 Feb 2009 20:35:26 +0900 Subject: [PATCH

[FusionDev] [PATCH] Allow immediate reorder of window list after restack

2009-02-26 Thread Joel Bosveld
b15c5e8f779becd08e31a858502b7d4d796fbcd4 Mon Sep 17 00:00:00 2001 From: Joel Bosveld joel.bosv...@gmail.com Date: Fri, 27 Feb 2009 11:48:49 +0900 Subject: [PATCH] Allow immediate reorder of window list after restack --- include/core/window.h | 11 +++ src/window.cpp| 20 2 files changed, 23

Re: [FusionDev] [PATCH] Allow immediate reorder of window list after restack

2009-02-26 Thread Joel Bosveld
On Fri, Feb 27, 2009 at 12:24 PM, Joel Bosveld joel.bosv...@gmail.comwrote: This adds an argument to the raise/lower/restackBelow/restackAbove window functions (default to false) which immediately reorders the window list. This is needed to make the functions work as expected when doing

[FusionDev] [PATCH] Change stringFromMetadataPathElement to return a CompString

2009-03-09 Thread Joel Bosveld
From 30c7d6e8dbed30bfd4a4b7e732bf571e6f543b0b Mon Sep 17 00:00:00 2001 From: Joel Bosveld joel.bosv...@gmail.com Date: Mon, 9 Mar 2009 22:58:29 +0900 Subject: [PATCH] Change stringFromMetadataPathElement to return a CompString This fixes the bug where missing precision tags in type=float

Re: [FusionDev] [PATCH] passive_grab and nodelay should be case-insensitive

2009-03-09 Thread Joel Bosveld
On Mon, Mar 9, 2009 at 11:31 PM, Joel Bosveld joel.bosv...@gmail.comwrote: From f301f618a18764102b6212fa11c2ae672c69586c Mon Sep 17 00:00:00 2001 From: Joel Bosveld joel.bosv...@gmail.com Date: Mon, 9 Mar 2009 23:29:23 +0900 Subject: [PATCH] passive_grab and nodelay should be case-insensitive

Re: [FusionDev] [PATCH] passive_grab and nodelay should be case-insensitive

2009-03-09 Thread Joel Bosveld
Third time lucky? (at least the attachment was correct last time...) From cba756742b5787a07ecc4188f547ecc5010ad6a8 Mon Sep 17 00:00:00 2001 From: Joel Bosveld joel.bosv...@gmail.com Date: Mon, 9 Mar 2009 23:32:09 +0900 Subject: [PATCH] passive_grab and nodelay should be case-insensitive --- src

[FusionDev] Window restacking patches

2009-04-30 Thread Joel Bosveld
New patches which fixed a problem with the old ones, which would occur if a window didn't have a frame. So I needed to use ROOTPARENT (w), instead of w-frame. From a6bfed5f6326609c13bde0429d4877b76adef898 Mon Sep 17 00:00:00 2001 From: Joel Bosveld joel.bosv...@gmail.com Date: Tue, 7 Apr 2009 07