Re: [compiz] Why doesn't compiz honor special window settings?

2008-01-27 Thread Bellegarde Cedric
Le Sat, 26 Jan 2008 22:15:36 -0600, David C. Rankin [EMAIL PROTECTED] a écrit : Listmates, I have a problem with compiz not honoring the special window settings in kde for xterm. In kde, I have the position and size of the xterm window set to a usable default. In KDE, the window opens

[compiz] activateWindow() and shaded windows

2008-01-22 Thread Bellegarde Cedric
Is there a particular reason for having this code in activateWindow function (window.c 4212)? if (w-state CompWindowStateHiddenMask) { w-state = ~CompWindowStateShadedMask; if (w-shaded) showWindow (w); } It brake scale plugin unshading shaded windows on

[compiz] Transparent windows on the web?

2008-01-13 Thread Bellegarde Cedric
When i go on picasa with compiz, epiphany go transparent! Same with firefox and opera ... :( Here a video: http://hibbert.univ-lille3.fr/~cbellegarde/compiz.ogg ___ compiz mailing list compiz@lists.freedesktop.org

Re: [compiz] Check behaviour of Compiz Fusion KDE 0.6.2-3.1

2007-11-19 Thread Bellegarde Cedric
Le Mon, 19 Nov 2007 17:43:12 +0100, Markus Elfring [EMAIL PROTECTED] a écrit : Check behaviour of Compiz Fusion KDE 0.6.2-3.1 Hello, I am trying out the release Compiz Fusion KDE 0.6.2-3.1 on my openSUSE system. I would like to share some more experiences about its usability. 1.

Re: [compiz] [PATCH] added key bindings for window raise/lower

2007-09-25 Thread Bellegarde Cedric
I think you should look at extrawm compiz-fusion plugin if you want to add such features... Cédric Le mardi 25 septembre 2007 à 07:42 +1000, Pigeon a écrit : Hi all, Did a pretty simple patch to allow raising/lowering window using key bindings, which I personally use a lot in other

Re: [compiz] [PATCH] Add opacity limits

2007-07-29 Thread Bellegarde Cedric
Le dimanche 29 juillet 2007, Erkin Bahceci a écrit : Why would you want an invisible window that blocks interaction with the windows behind it? Hmm, here i use 0% opacity to hide gtk tooltips as it's not available as an option... Cedric ___ compiz

[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

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/place.c

[compiz] [PATCH] Resize plugin not finishing resizing

2007-06-23 Thread Bellegarde Cedric
In current git, when starting a resize and finish it without any change, resizeTerminate() need to do a resizeDamageRectangle(). This patch fix the issue... Cedric diff --git a/plugins/resize.c b/plugins/resize.c index a078861..ba4ed81 100644 --- a/plugins/resize.c +++ b/plugins/resize.c @@

Re: [compiz] decoration broken in current git (was Re: place plugin)

2007-05-26 Thread Bellegarde Cedric
Le samedi 26 mai 2007, dragoran a écrit : ok, the problem seems unleated to the changes I was trying to make but the decoration does not work in the current git at all. last working version (which I am using now: 20070518). any recent changes that might have broke it?

[compiz] Recent but in gtk-window-decorator painting

2007-04-22 Thread Bellegarde Cedric
Since recent change in git, i've got a bug with gtk-window-decorator: http://hibbert.univ-lille3.fr/~cbellegarde/gwd.png Cedric ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz

Re: [compiz] Strange behaviour in move plugin

2007-04-22 Thread Bellegarde Cedric
Le dimanche 22 avril 2007, Erkin Bahceci a écrit : The problem is always repeatable and is pretty annoying. I'm happy to see that i'm not the only one to have this problem. Currently, i'm using the old move plugin: http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/bouge.tar.gz For me, testing

Re: [compiz] re-work option initialization

2007-03-29 Thread Bellegarde Cedric
Le jeudi 29 mars 2007, Dennis Kasprzyk a écrit : Currently there are two types of configuration tools. Some with fixed functionality and some autogenerated. To improve the quality of the autogenerated tools I would like to make this proposal about additional values in the CompOption struct and

[compiz] [BUG] gtk-window-decorator and Xevents

2007-03-10 Thread Bellegarde Cedric
If i remove Move action mask with winrules plugin, I can't raise a window by clicking on it. event_filter_func() receive an KeymapNotify instead of ButtonPress/ButtonRelease event. gtk-window-decorator bug? libwnck bug? gdk bug? No idea for now :( Cedric

[compiz] [BUGS] Kde window decorator

2007-03-10 Thread Bellegarde Cedric
Thanks to last david modifications (fixing an important bug for me), i just jump to kde decorator. But i always have two bugs: 1) I've got some artefacts with wobbly windows at window/decoration junction. Better visibility of this bug with polyester theme and unified decorator/window color

[compiz] [PATCH] decoration plugin window matching

2007-03-05 Thread Bellegarde Cedric
Here a patch to enable window matching in decoration plugin: http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/decor_match.patch And a shema file if you want to test: http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/decor.schema For removing shadow on panels, just add type=dock to

[compiz] [PATCH] place plugin window matching

2007-03-05 Thread Bellegarde Cedric
Here a patch to enable window position/viewport matching in place plugin: http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/place_matches.patch I don't know how to initialise properly x and y position max value in options initialisation. David may have an idea ;) Cedric

Re: [compiz] [PATCH] place plugin window matching

2007-03-05 Thread Bellegarde Cedric
Le lundi 5 mars 2007, vous avez écrit : The patch was good, I just wanted to reduce some code and make it possible to match both vertical and horizontal viewport position So here my question, what is a vertical viewport position? I can see the concept in some WM, but in compiz... . I

Re: [compiz] [PATCH] Grab state Last state remembering

2007-03-05 Thread Bellegarde Cedric
Le lundi 5 mars 2007, David Reveman a écrit : I've applied the patch. However, all code that cause a change to the state should be modified so that a mask of changed bits can be passed to the state change notify function instead. This lastState variable shouldn't have to exist. This patch

[compiz] [PATCH] prevention focus obsolete

2007-03-02 Thread Bellegarde Cedric
http://hibbert.univ-lille3.fr/%7Ecbellegarde/Compiz/prevention.patch Here a patch to remove focus_prevention option. Put a zero string in focus_prevention_match do the same. Cedric ___ compiz mailing list compiz@lists.freedesktop.org

Re: [compiz] Final version of placement enhancement

2007-03-01 Thread Bellegarde Cedric
David Reveman wrote: Thanks, you were not returning TRUE after successfully updating the mode option I'm stupid, it was corrected, don't know why i don't get it in final version. and I didn't like the way you used a macro to get the work area in each placement function. Yes, it was bad,

Re: [compiz] Blur bugs and slowdown :(

2007-02-28 Thread Bellegarde Cedric
Le mercredi 28 février 2007, vous avez écrit : I can't reproduce that. Does you driver support GL_ARB_texture_non_power_of_two? Yes :( Cedric ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz

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

2007-02-27 Thread Bellegarde Cedric
On Tuesday 27 February 2007 15:03:02 Mike Dransfield wrote: It just sets the atoms which core responds to, so it is just a hack. It's exactly what is doing compiz core with opacity... Look at increaseSaturation() and inceaseOpacity(), the code is the same... So bs code comes from compiz

[compiz] Zoom plugin filter linear?

2007-02-13 Thread Bellegarde Cedric
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 my zoom plugin patch factor, you add this: +if

Re: [compiz] Final version of placement enhancement

2007-02-08 Thread Bellegarde Cedric
Le jeudi 8 février 2007, Bellegarde Cedric a écrit : http://forum.go-compiz.org/viewtopic.php?p=3783 Seems to be buggy in multihead, but i can't test here ... http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch I modify my patch following mcook idea for multihead. http://forum.go

Re: [compiz] A patch for minimize plugin.

2007-02-07 Thread Bellegarde Cedric
On Wednesday 07 February 2007 02:02:26 David Reveman wrote: minimize plugin modifying opacity attribute like that is wrong. fade plugin should be modified if you want to disable fading when windows are minimized. It should be cool if you work on this Stjepan ;) Currently, i have to disable

[compiz] Final version of placement enhancement

2007-02-07 Thread Bellegarde Cedric
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 complete version of my placement patch, it include: - Some code cleanup

Re: [compiz] Final version of placement enhancement

2007-02-07 Thread Bellegarde Cedric
Le mercredi 7 février 2007, Bellegarde Cedric a écrit : I think it works, tell me if you have problems with it! One day i will be able to send a good patch the first time ;) So, after looking at place.c, it seems that also variables use this_notation. So, here the patch without code cleanup, i

Re: [compiz] Final version of placement enhancement

2007-02-07 Thread Bellegarde Cedric
On Thursday 08 February 2007 01:00:09 Bellegarde Cedric wrote: And now, i put the patch on my server, it will me prevent me to send you a message everytime i find something to fix ;) http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch http://forum.go-compiz.org/viewtopic.php?p=3783

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

2007-01-21 Thread Bellegarde Cedric
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 taskbar, and removing this state after the window is opened) while compiz

[compiz] Somes patchs

2007-01-16 Thread Bellegarde Cedric
Here two patch: A patch for switcher to disable window list. All was already present in code, just missing an option :) A patch for place, it's my old patch, i just fix a stupid segfault! Will try to add some others placement modes...

Re: [compiz] Somes patchs

2007-01-16 Thread Bellegarde Cedric
Le mardi 16 janvier 2007 14:22, Bellegarde Cedric a écrit : http://puffy.homelinux.org/%7Egnumdk/compiz/patch/place.patch Some precisions, place patch now add Centered Random placement modes... I'm will try to add Smart placement soon, if it's not too hard/ugly/... Cedric

Re: [compiz] Thumbnail plugin

2007-01-11 Thread Bellegarde Cedric
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 windows too... Beryl has just fork thumbnail plugin (so sad...), they seems to use pixmap to

[compiz] Compiz segfault

2007-01-10 Thread Bellegarde Cedric
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 Thread -1221977856 (LWP 19014)] 0x08068fb8 in compSetStringOption

[compiz] Compiz slower?

2007-01-03 Thread Bellegarde Cedric
I just updated compiz to current git. Now, when moving windows, compiz xorg eat 40% of cpu. I switch back to my last git version (12/12/06) and eveything is working again... i start the 12/12/06 version with: /usr/bin/compiz --use-cow --replace gconf and the last git version with

Re: [compiz] Compiz slower?

2007-01-03 Thread Bellegarde Cedric
Le mercredi 3 janvier 2007 23:58, vous avez écrit : try --loose-binding Thanx, that's it! Cedric ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz

[compiz] No background with current git

2006-12-21 Thread Bellegarde Cedric
Since last git commit (disable default background), i can't set my background in Kde. In fact, it doesn't work because show icons on desktop is disabled in my conf. I tried with xsetroot, it doesn't work anymore too... Cedric ___ compiz mailing list

[compiz] Patch for place plugin (Cascade, Centered, ...)

2006-12-05 Thread Bellegarde Cedric
Here is a patch for place plugin. It add a place_mode option wich actually can have two values: Cascade (original placement mode) and Centered. Thanks for any comment! Cedric --- compiz_orig/plugins/place.c 2006-12-05 13:26:53.0 +0100 +++ compiz/plugins/place.c 2006-12-05

Re: [compiz] Patch for place plugin (Cascade, Centered, ...)

2006-12-05 Thread Bellegarde Cedric
Le mardi 5 décembre 2006 13:50, Bellegarde Cedric a écrit : Here is a patch for place plugin. Sorry, first version wasn't good(stupid modification in Cascade mode), i'm a boulet (like we say in french). So, here is good version... Cedric --- compiz_orig/plugins/place.c 2006-12-05 13:26

Re: [compiz] Howto compile the kde decorator?

2006-11-10 Thread Bellegarde Cedric
Le vendredi 10 novembre 2006 17:50, Mike Dransfield a écrit : Maybe it is a simple fix, but its a bit beyond me. compiz decorator and beryl decorator aren't compatible anymore :( That's why there is heliodor ... http://blog.beryl-project.org/?p=20 Cedric

[compiz] Problem with scale plugin

2006-11-10 Thread Bellegarde Cedric
scale plugin set initiate_edge to TopRight sometime when i start compiz or when i make a change in scale plugin conf :( My dirty fix was to set o-value.action.edgeMask to 0 for SCALE_DISPLAY_OPTION_INITIATE. Cedric ___ compiz mailing list

Re: [compiz] compiz plugins and window types

2006-11-10 Thread Bellegarde Cedric
Le vendredi 10 novembre 2006 18:22, vous avez écrit : I just pushed out some changes that should fix this problem. Let me know how it works. Fixed ;) Thanks, Cedric ___ compiz mailing list compiz@lists.freedesktop.org