similar to: [PATCH] Fix placement mode option

Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] Fix placement mode option"

2007 Feb 07
2
Final version of placement enhancement
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 Seems to be buggy in multihead, but i can't test here ... Cedric
2007 Feb 05
1
Placement plugin enhancement
http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch Here a new version of my patch. It now have six placement mode (kwin placement modes): - Cascade - Centered - Random - LeftCorner - Maximize - Smart Currently, smart placement isn't present in this patch. I'm working on it but my ubuntu(feisty) have really strange behaviours ... I can't debug compiz anymore.
2007 Feb 07
3
Compiz coding style?
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() ? Cedric
2007 Feb 13
5
gtk-window-decorator segfault
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 :( Cedric
2007 Jan 28
3
A patch for minimize plugin.
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). The patch is attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: minimize-fading.patch Type: text/x-patch Size: 1855 bytes Desc: not available Url :
2007 Feb 27
4
Blur bugs and slowdown :(
I now use blur plugin thanx to window matching feature, thanx David ;) I have some bugs: http://hibbert.univ-lille3.fr/~cbellegarde/blur_4xbilinear_bug.png Here, i have some artefacts bugs with 4xbilinear. This blur mode is fast! May be a Nvidia drivers bug... http://hibbert.univ-lille3.fr/%7Ecbellegarde/blur_gaussian_fast.png Here, an amarok big window with just desktop, moving window is
2006 Dec 05
2
Patch for place plugin (Cascade, Centered, ...)
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 -------------- next part -------------- A non-text attachment was scrubbed... Name: place.patch Type: text/x-diff Size: 3556 bytes Desc: not available Url :
2007 Jan 16
2
Somes patchs
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... http://puffy.homelinux.org/%7Egnumdk/compiz/patch/switcher.patch http://puffy.homelinux.org/%7Egnumdk/compiz/patch/place.patch Cedric
2007 Apr 05
2
Strange behaviour in move plugin
One of the two last commit to move plugin make windows movements really strange and cpu usage really intensive... Cedric
2007 Jun 26
1
gtk decorator bug
Sometime, i've got gtk-window-decorator unable to maximize windows :( http://hibbert.univ-lille3.fr/~cbellegarde/gwd_max_bug.png On this shot, tvtime window is maximised, gwd think it is (not rounded corners). Switching to kde-window-decorator and it works, switching to gwd and it's not working again. Cedric
2006 Nov 12
6
Compiz bugs?
Hi, I've been following the list for a few months but this just my first post to the list. I've just started to use compiz again a few days ago and I have a few things (probably bugs) here that bugged me a little bit. I am not sure whether the bugs is in compiz or somewhere else so it would be nice if someone could confirm them. Here they are: - on default window decoration the maximize
2006 Dec 05
2
gtk-window-decorator segfault?
With current git, gtk-window-decorator quit when kde start :( Another way to make it quit: dcop kicker kicker restart => gtk-window-decorator quit.... Cedric
2006 Dec 18
2
Kde decorator not building
Kde decorator Makefiles doesn't detects kde installation dirs (include dir here, /usr/include/kde on debian). By the past, kde-config --cflags && kde-config --libs was a way to have such informations but don't seems to be working anymore :( Cedric
2006 Nov 11
1
zoom patch to enable zoom factor
Here is a zoom patch that enable a configurable zoom factor. Thanx to mikedee for help and suggestions: http://www.compiz.biz/viewtopic.php?t=29 Cedric -------------- next part -------------- A non-text attachment was scrubbed... Name: zoom.patch Type: text/x-diff Size: 3135 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20061111/9d191411/zoom.bin
2006 Nov 11
2
switcher patch do disable window list
Here is a switcher patch to disable window list: It's very useful if you set opacity to 0. Then, window just bring to front one by one while switching. It's much more usable, i think, that small miniatures in a list where you don't see anything. While making this patch, a question come into my head, nobody know on compiz.biz and some people are as curious as me. Two code example:
2007 Apr 12
2
Bug with kde applications and damageWindowRect wrapping...
Here is a bug that make me insane since a lot of time. Randomly, when launching an kde application, i can see it appear on screen and then being placed by place plugin. I look at place plugin code and everything looks ok... http://hibbert.univ-lille3.fr/~cbellegarde/PlacementBug.png Here a screenshot of the bug, as you can see, window first appear at this "non placed" position, then, it
2006 Dec 09
1
setWindowState(), how use it?
I'm trying to add some options in state plugin: -skipTaskBar -skipPager -above -below I use setWindowState() to do this but: - It currently only works for skipTaskBar && skipPager - For above and below, it works but only for newly created windows here the code: if (skipTaskBar != -1) windowState |= CompWindowStateSkipTaskbarMask; if (skipPager != -1)
2006 Nov 23
1
Switcher plugin
David, i send on this mailing list a patch to disable window list in switcher plugin. Have you looked at it? Do you think this option is useless? Is the code doing things in a bad way? Thanx for any answer ;) Cedric
2006 Nov 30
1
Compiz and list options
Hello! Currently, in plugins like "state", when having list options, you have to parse all windows on the screen and update their properties... I find this so ugly. In fact, pluginSetScreenOption() give a pointer on the first element of the list (CompOptionValue). You don't know what list element has changed ! I think it should be prettier to give a pointer on the first element
2006 Dec 21
1
No background with current git
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