Displaying 6 results from an estimated 6 matches for "drawwindow".
Did you mean:
redrawwindow
2007 Jul 11
2
window drawing problems in my plugin
...nt just unmap
them either. =/
I've been looking on the scale plugin but i didn't find anything there that
helped me.
Currently the docked apps are rendered both to the screen and my dock! Here
is a screenshot of the problem:
http://arlong-park.mine.nu/dock3.png
atm I'm just using the drawWindow function from the window, after i have
scaled and rotated it.
The second thing I'm wondering about is there any way to automagically
forward the X events to the docked apps or do I have to write that code
myself?
//H?kan
-------------- next part --------------
An HTML attachment was scrubbed...
2007 Mar 07
1
[PATCH] minimize doesn't respect "no core instance" flag
...at flag is set or not; with the effect of the hidden windows appearing
during the time of animation.
I've attached a patch which makes minimize respect that flag; however,
I'm not completely sure if that is the best way to do it or if it would
be better to do the animation drawing inside of drawWindow().
What do you think?
Regards,
Danny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minimize-no-core-instance.patch
Type: text/x-patch
Size: 1544 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070307/07c93a2d/minimi...
2007 Mar 09
2
AW: Re: [PATCH] minimize doesn't respect "no core instance" flag
On Fri, 2007-03-09 at 21:47 +0100, Danny Baumann wrote:
> Hi,
>
> Let me ask in a more general way:
>
> A plugin wants to hide windows by preventing their drawing - that's all group wants to do.
> What's the correct way to do that? From my understanding, that's NO_CORE_INSTANCE_MASK. If that's not true, what's the exact meaning of that flag?
> Another
2007 Mar 09
0
AW: Re: [PATCH] minimize doesn't respect "no core instance" flag
...t; with the effect of the hidden windows appearing
> during the time of animation.
> I've attached a patch which makes minimize respect that flag; however,
> I'm not completely sure if that is the best way to do it or if it would
> be better to do the animation drawing inside of drawWindow().
>
> What do you think?
Plugins are not supposed to look at the
PAINT_WINDOW_NO_CORE_INSTANCE_MASK flag. It's supposed to be a
write-only flag for plugins.
I'm not sure what's the best solution is here as I don't know exactly
how the group plugin works. Checking if the
PA...
2008 Feb 10
2
View() + "End" key on Ubuntu=segfault
I can repeatably crash R (segfault)
by doing
n <- 10
z <- data.frame(a=1:n,b=1:n)
View(z)
and then hitting the "End" key on my keyboard.
I haven't got debugging going yet, but running under
gdb (without debugging symbols) does give this:
0xb7b63583 in strlen () from /lib/tls/i686/cmov/libc.so.6
R version 2.6.2 (2008-02-08)
i486-pc-linux-gnu
[Ubuntu Gutsy]
locale:
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
...ly in ObsWindow struct.
Added "Fade with constant total fade time" fade mode.
Load move and switcher after fade to get their paint modifier
transitions faded.
Simplify calculations.
Remove arbitrary opacity fade slowdown for unknown windows.
Added comment why drawWindow instead of paintWindow is used.
Added option for forcing windows with fixed placement to be
constrained to the work area.
Minor coding style adjustment.
Don't modify action priv value when applying option changes.
Also update window sizes if the work area of a single out...