Displaying 20 results from an estimated 600 matches similar to: "[PATCH] CompWindowActionMoveMask (move plugin)"
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
2007 Mar 05
1
[PATCH] decoration plugin window matching
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 no_border_match
Cedric
2007 Mar 10
0
[BUGS] Kde window decorator
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 like on this screenshot:
http://hibbert.univ-lille3.fr/~cbellegarde/kde.png
This doesn't happen
2007 Mar 05
1
[PATCH] place plugin window matching
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
2007 Mar 02
1
[PATCH] Role window matching
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/role_match.patch
This patch add a new match type in regex plugin.
You can now add a "role=" in match strings...
This will enable me to put window matching into bs plugin and remove
Opacity/Brightness/Saturation window matching from state plugin (currently in
conflict with opacity window matching from core).
Cedric
2007 Mar 14
1
[PATCH] Bug in decoration matching
Here a patch to fix a bug in decoration matching (no way to match type=dock)
This patch enable removing shadow from dock with something like this:
!type=dock | any
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/dock_shadow.patch
Cedric
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 05
1
[PATCH] Fix for matching code
Here is my first one line patch :)
This patch will make you able to do some funny think like:
(class=Kopete & type=Unknown) | Splash | Tooltip | Notification | Combo |
Dnd
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/bad_inc_match.patch
Cedric
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
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
2007 Apr 22
0
Recent but in gtk-window-decorator painting
Since recent change in git, i've got a bug with gtk-window-decorator:
http://hibbert.univ-lille3.fr/~cbellegarde/gwd.png
Cedric
2006 Jan 26
3
Help on implementing rails from html with php
Hi guys, just started using rails and is trying to implementing the
present html with some rails...
However i met this problem when i am trying to port over some php code
in html to rails and i cant find any method to successful convert the
php codes.
Below is a feature i tried to implement in rails way:
there are 2 buttons on the html. Besides these 2 buttons is an infobox.
So, whenever
2006 Oct 23
1
R tcl/tk
Friends:
I am a long-time R user, learning tcl/tk, and am tying myself in knots over
something that should be simple.
I want to create a frame and put that frame inside the toplevel frame.
This works (i.e. it places text in col 1, and the corresponding entry box in
column 2) and later frame.2 resides where it should in the toplevel frame.
tkgrid(tklabel(frame.2, text="FACTOR column
2009 Aug 12
1
calling a function with dynamically generated buttons
Hallo,
I'm dynamically generating buttons depending on the number of rows of
my dataframe. Every button is supposed to call a function which
generates a plot with the values of one of my dataframe rows.
My code looks like this:
base <- tktoplevel()
plotten <- function(mat, namen, titel) {
midpts <- barplot(height=mat, names.arg = namen, main =
titel, las=2)
2006 Apr 10
3
form_remote_tag can only have one submit button?
I setup a form_remote_tag with several submit buttons, all of them share
the same name
( ''do_action'' ) and their values differ.
eg.
button1 named do_action with value ACTION1
button2 named do_action with value ACTION2,
etc
No matter which button I press the value passed is always the one
defined for the first of these buttons ( the correct value associated
with the pressed
2008 Jan 31
3
Multiple form weirdness in IE6
I am having an issue where I have multiple forms on a page. The first
form has a couple of hidden inputs. The second form has all the
visible controls including three buttons. Each of these buttons has a
behaviour attached to it (From Ben Nolan''s Behaviour.js) based on its
id. The code for the first button is something like this (I am also
using prototype.js):
var button1Func =
2007 Mar 02
1
[PATCH] prevention focus obsolete
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
2005 Dec 30
2
help on submit_to_remote
hi,
read the API doc and made search with google but can''t get a precise
explanation on how submit_to_remote work.
can someone help on that?
thanks
2006 Mar 29
0
css, div-tags and ajax
Hi.
I copied parts of the ajax-examples in Agile Rails prog. and modified
it so it searched for zip-codes. The result is displayed in
search.rhtml. The first version looked like this, I liked the look of
the "add to cart" in the depot-example. :class => ''button1'' is
originally addtocart which I renamed in the .css-file.
<% for city in @cities %>
<%=
2008 Mar 06
0
[ANNOUNCE] compiz-0.7.2
A new compiz release 0.7.2 is now available from:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz
which can be verified with:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz.sha1
da3dbe8c5be19aa03529e8d3c7e32365c82a973b compiz-0.7.2.tar.gz
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts,
with light green foreground and dark green background. I have the
following .Xdefaults file contents:
$ cat .Xdefaults
! This is a comment ;-)
#ifdef COLOR
*customization: -color
#endif
!! Let's cast a wide net, for any app supporting these
! Blink instead of beeping
*visualBell: True
*scrollTtyOutput: False