Displaying 20 results from an estimated 160 matches similar to: "Bug with kde applications and damageWindowRect wrapping..."
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 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] 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 04
1
[PATCH] CompWindowActionMoveMask (move plugin)
Here a patch to make move plugin take care of CompWindowActionMoveMask.
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/respectWindowActions.patch
There is also a bug in gtk-window-decorator.
If you use this plugin:
http://forum.go-compiz.org/viewtopic.php?t=643
Set your terminal to be non movable, terminal window doesn't have
_NET_WM_ACTION_MOVE, but you can move it with decoration.
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 11
3
incomplete window contents when unminimizing
Hi,
Using Xgl, when a window is unminimized, sometimes (especially with
Firefox), the window contents are not immediately visible (partially
or completely) until an unminimize animation is completed. That is,
sometimes there are empty (transparent) rectangles within the window
(maybe corresponding to some Mozilla controls), and sometimes the
whole window is empty (only the decoration is visible).
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
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 Aug 13
0
Legend wrapping for Gruff
Hi all,
I''ve been playing around with Gruff, love the pie chart
functionality! I''m having one problem though with lots of items in
the legend. It seems Gruff doesn''t handle wrapping of the legend? I
couldn''t find it any of the documentation and was wondering how other
people have handled this?
There was a similar question posted on the Gruff Project
2006 Apr 02
0
Wrapping DDL changes in transactions ?
Hi !
Which database drivers support wrapping DDL changes in transactions ?
Something like this:
def self.up
ActiveRecord::Base.transaction do
create_table(...)
end
end
I know for certain MySQL does not. I believe PostgreSQL does. What
about the other database adapaters ? Can anyone confirm/deny my
claims ?
Thanks !
--
Fran?ois Beausoleil
http://blog.teksol.info/
2006 May 05
0
Node wrapping, node replacement, magic buttons...
Hey all,
I was wondering if any of you has done any thing allong the lines of
node wrapping? For example, lets same I have a document containing:
<span id="myElement">My element text</span>
And I want to wrap myElement with another node like this:
<div><span id="myElement">My element text</span></div>
The only solution I found was
2006 Jan 07
0
how-to: draggable but only within wrapping container
Hello,
I was wondering whether it''s possible to limit the dragging of a div to the
area of the surrounding container div/.
Thank you for your input
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2008 Oct 08
0
Trouble with word-wrapping and other Tinn-R options
I'm running R 2.7.1 with Tinn-R 2.0.0.7 and Windows XP Professional. I
have write privileges to the folders containing my R installation, my
Tinn-R installation, and my Tinn-R initialization settings. I installed R
first, followed by Tinn-R. I have modified my RProfile.site file (in
Tinn-R, R>Configure>Permanent).
My previous installations of Tinn-R and R worked fine, but on a
2013 Nov 12
0
[PATCH 4/7] drm/nvc0-/gr: shift wrapping bug in nvc0_grctx_generate_r406800
From: Dan Carpenter <dan.carpenter at oracle.com>
We care about the upper 32 bits here so we have to use 1ULL instead of 1
to avoid a shift wrapping bug.
Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc0.c | 2 +-
1 file changed, 1 insertion(+),
2008 May 19
0
[LLVMdev] Wrapping ::print() in LLVM-C.
Hi.
The LLVM-C bindings wrap over Module::dump() and Value::dump().
However, it'd be nice to have wrappers for Module::print(),
Value::print() and Type::print(), with the result returned as a
string. This would be more useful to the caller (especially when
LLVM-C is used in further restriced environments like Python!).
This also improves testability of the Python and OCaml bindings, where
a
2009 Mar 23
0
[LLVMdev] Shrink Wrapping - RFC and initial implementation
Hi John,
Unless anyone else has any comments. I recommend you check in the PEI
patches so we can start testing it as llcbeta. Chris, should I commit
the patch for John or can you grant him commit access (since part of
his patch has already been committed)?
Evan
On Mar 16, 2009, at 3:23 PM, John Mosby wrote:
> Here is the latest shrink wrapping patch, with fixes for issues
>
2015 Jul 28
0
[LLVMdev] [un]wrapping llvm:DITypeRef
> On 2015-Jul-25, at 15:44, Rodney M. Bates <rodney_bates at lcwb.coop> wrote:
>
> In trying to write a C binding for DIBuilder of llvm 3.6.1, I can't see a way to unwrap
> llvm::DITypeRef, declared in include/llvm/IR/DebugInfo.h. This is a class with one
> data member, a pointer to Metadata.
>
> If I try to make my C type a struct with one pointer, I can't