similar to: [PATCH] minimize doesn't respect "no core instance" flag

Displaying 20 results from an estimated 3000 matches similar to: "[PATCH] minimize doesn't respect "no core instance" flag"

2007 Mar 09
0
AW: Re: [PATCH] minimize doesn't respect "no core instance" flag
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 way to do that would be to just return from paintWindow instead of calling the next plugin,
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 Jul 11
2
window drawing problems in my plugin
Hello I'm writing a compiz plugin that mimics the WindowMaker dock, but instead just being in 2d, I have cubes where icons and dockapps (actually any application) are rendered too. Now I'm wondering how can i hide the "real windows" that i dock and keep the decorator from drawing decorations on them? Since i need to get damage-events on the windows i assume i cant just unmap
2007 Jul 03
1
[PATCH] plugin conflict between Minimize & Animation: add feature "windowanimations"
Hi, The minimize plugin conflicts with Animation. For example, it doesn't let Animation draw shade animations, and interferes with other window event animations. The animation plugin now minimizes the relevant effects to taskbar, so using the two plugins together doesn't make sense anymore. Moreover, by default Animation is off, Minimize is on, and when users enable Animation, naturally
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
A new compiz release 0.7.8 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1 7b8a67b5d5b4aa6a33fcf60691bfae757768ffa3 compiz-0.7.8.tar.gz http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1.asc (signed by Danny
2007 May 07
3
extra plugins for 0.5.0?
Hi, is anybody already working on porting the extra plugins (those ported over from beryl) to compiz 0.5.0? I'm especially thinking about the animation plugin. Or is this something to be addressed post-unification? CU all Matthias -- Matthias Hopf <mhopf@suse.de> __ __ __ Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@mshopf.de Phone
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 Nov 15
1
Using n+1 instances of R to utilise n processors on one machine - something like R with tabbed browsing?
Dear R-help, Please forgive me if any of the following sounds naieve/confused, i've just got back from a mini-pub-crawl, slightly tipsy, and am feeling brave to ask a possibly silly question... also, not to shiny on the technical side of things. Problem - I need to text mine a collection of 10,000 plain text documents, all of which are sitting in a single folder. i don't have any money
2009 Feb 03
2
Command binding handling in compiz core
Hi, currently, we have a bunch of stuff in compiz core that is entirely Gnome specific, though it's designed to be general. What I mean is - arbitrary command bindings - terminal and screenshot command bindings - "main menu" and "run dialog" toolkit actions Neither of those is handled by the window manager outside of Gnome. Hence I propose doing the following: - Add a
2007 Apr 10
6
Fullscreen windows(videos) and Compiz
I worte in my last mail that when I ue compiz git fullscreen videos are no longer ontop of the gnome-panel... that means that the gnome-panel is still visible while playing the video in fullscreen. The commit which I said may caused it has nothing to do with it compiz does not build if I revert it). again with older compiz and metacity it works fine. (now I am running 20070316). Anyone else wiith
2006 Jul 24
1
Tabnav Plugin: Tabbed navigation made easy
Hi guys, this is just to let you know I''ve just released a rails plugin that lets you build tabbed navigation very easily and quickly. you can check it out here: http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-navigation-to-your-rails-app I''m posting this via ruby-forum so if you have questions or suggestion please drop me an email at staff@seesaw.it
2012 Jul 03
2
Plugin help Tabbed view in Rails 3
Hi, I am trying to create a tabbed view for my RoR application where I am trying to project the same partial by passing some local variables to it, but I have not been successful so far.Please point to some nice rails plugins for tabbed panels in rails 3.0 as well as some video or written tutorials. Thanks & Regards, Shalini Sah -- You received this message because you are subscribed
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
Hi, Having the minimize_open_close option in Fade wasn't enough for conflict resolution with Animation, since it was on by default. This makes sense since the Minimize plugin is used by default, which is a lightweight animation provider that some people/distributions might prefer over Animation. And nobody really needs to know that this option resolves the conflict. So here is a better method
2009 Mar 01
3
CompRect modification
Me and Dennis Kasprzyk changed CompRect to be more intuitive and easily replace XRectangle use. This patch changes CompRect and whole Core. Thanks for attention. -- Eduardo Gurgel Pinho (GELSoL-UFC) (Gentoo) Linux User #415930 http://edgurgel.wordpress.com http://alu.dc.ufc.br/~eduardo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 04
4
Announcing another R search engine
Hello all, I wanted to announce a new R search engine I made that covers all the major R mailing lists, CRAN, r-project.org, and more. Results are tabbed, so you can refine the search. Current refinements include searching just the mailing lists, searching just introductions, and searching the web for source files ending in .R. Please send comments and suggestions. If you want to add sites to
2011 Feb 01
1
Setting maximum value of the legend on an image.plot and animation
Hello, I'm doing the following: library(ncdf) library(fields) library(animation) saline <- open.ncdf("salinity_1990.nc") salt = get.var.ncdf(nc=saline, varid="Salinity") # create an animation of the complete temporal domain in the ncdf file. saveHTML({ for (i in 1:364) { image.plot(salt[, , i]) } }, img.name = "salinity.img",
2012 Sep 11
1
Animation Problem
Hi List, I am trying to build an animation and facing problem as animation is not coming "live". The goal is to build "heart beats" like diagram for the data given below. data : structure(list(date = 1971:1991, x = c(41L, 60L, 41L, 61L, 22L, 83L, 31L, 55L, 22L, 14L, 38L, 6L, 29L, 17L, 10L, 99L, 88L, 32L, 68L, 78L, 26L)), .Names = c("date", "x"), class =
2006 Jul 17
7
Ajax Tabbed Browsing
I was wondering if anyone has done this, namely make tabbed browsing exactly like a web browser, but have it within the page. I would like to make a search function that updates a section of the page with the results, as well as makes a new tab that displays those search results. Then, if a user did 5 searches, there would be 5 tabs. Each tab would hide the other 4 results and show the
2007 Mar 24
1
Newest animation plugin
Hi, Here is the newest version of animation plugin with the updated schema. It needs the three patches I sent right before this email to function properly. Regards, Erkin -------------- next part -------------- A non-text attachment was scrubbed... Name: animation.tar.gz Type: application/x-gzip Size: 64787 bytes Desc: not available Url :
2005 Dec 19
1
Newbie Q: HOW TO: make a partial containing tabs
Hi Listers, I''m wondering about the possibility of creating a tabbed partial (or set of partials) dependant on a parent-children structure. For example; I have a parent JOB - job has many sons (Ooops wrong story). JOB contains CONTACTS, NOTES, STATISTICS, WORKFLOW, etc.. I want to show the general JOB data at the top of my screen, then below that load a set of tabs containing the