similar to: A patch for minimize plugin.

Displaying 20 results from an estimated 800 matches similar to: "A patch for minimize plugin."

2007 Jan 01
2
Get pixmap of minimized windows?
Is it possible to get pixmaps of minimized windows? I don't want to use ugly hacks like "temp unminimize" just to get it. Stjepan
2007 Jan 08
6
Thumbnail plugin
Hi, With some help from Quinn_Storm, iXce, maniac103, mikedee and KristianLy :), I've managed to modify switcher.c and make a new plugin: thumbnail. The plugin shows thumbnails of windows when cursor is moved over a task button in taskbar. Screenshot: http://pix.nofrag.com/b0/7a/051d45e25bfffed09eeb9b00e383.jpeg Download:
2007 Jan 05
2
Put a window on top
I'm developing a new plugin, based on switcher. I have a window created with XCreateWindow. Can I put a window totally on top, even over panels? These are my atoms: state[nState++] = s->display->winStateAboveAtom; state[nState++] = s->display->winStateStickyAtom; state[nState++] = s->display->winStateSkipTaskbarAtom; state[nState++] =
2007 Jan 25
2
New configuration system
I see many people hate Compiz (and use Beryl) just because it needs gconf + many other GNOME deps. I think this is the biggest advantage of Beryl over Compiz. Yes, users don't have to compile compiz with gconf, but how will they configure things? They'll modify the sources? Compiz needs a new configuration plugin. A text-based one, independent of tons of libraries would be great.
2006 Dec 28
1
Patch: switcher's window is a splash window
Hi, I made a simple patch which makes switcher's window a splash window (_NET_WM_WINDOW_TYPE_SPLASH). This way I can easily add effects for it. The window is a splash window, so why not use this type instead of Unknown? Beryl's switcher window is a Splash window too. Is there a reason why Compiz uses Uknown for it? Patch: --- switcher.c 2006-12-28 10:14:52.000000000 +0100 +++
2007 Jan 26
2
Get window textures even when they're transformed.
If I wobble a window and quickly initiate switcher or cube, this can cause weird artifacts. I had a look at Beryl's switcher.c In switchPaintThumb they use this: static void switchPaintThumb(...) { DrawWindowGeometryProc oldDrawWindowGeometry; AddWindowGeometryProc oldAddWindowGeometry; WindowPaintAttrib sAttrib = *attrib; int wx, wy; float width, height; CompIcon *icon = NULL; /*
2007 Jan 27
1
Annoying Scale and DnD behaviour
Current behavior terminates scale when not moving cursor _between windows_. Shouldn't scale be terminated only when not moving cursor _at all_ for the specified time? Stjepan
2008 May 27
2
Strange slapd behavior...
Hi all, I have problems on one CentOS 4.6 with slapd. Namely, after trying to start it (via /etc/init.d/ldap start) it waits for very long in configuration check. Interestingly, when I try to start it manually, but without "-u ldap" option it starts immediately. What puzzles me more is the use of NETLINK socket when started with -u option that doesn't appear in strace output
2006 Dec 06
1
Drawing On the Desktop
Hi, I am currently developing a xsnow like plugin for beryl called xglsnow (http://cornergraf.net/projects/xglsnow/). I have been told(1) that my way of drawing to the desktop is not very good and that a better way might exist. I realize beryl is not the same as compiz, but I hope that the differences are not too big on this matter, if not excuse me for this post. My drawing currently works
2008 Jan 21
2
scriptaculous fade problem
Been googling trying to find a workaround, with no luck yet ... I hope y''all can help. My goal is to have a semi-transparent background screen on a DIV which will fade in and out over another DIV with a photo for a background. currently I have background-image: url(screen.png) which is a 32x32 PNG24 filled with white at 35% opacity. The problem is that as the div is fading-in, IE
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.
2006 Feb 09
1
cancel fade effect
I was wondering whether it''s possible to pass some arguments to the effect.cancel() - e.g. when canceling fading, I think the opacity should be reset to the default value or 1. Thank you _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the actions It is useful because the edge bindings are too easily triggered, an edge + mouse button is good because it confirms the action. An additional side benefit is that the mouse wheel can be used for rotating the cube and for the switcher (it is an excellent alternative to alt-tab). I wanted to share the patches before cleaning
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 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
2009 May 07
2
compiz swapbuffers patch
Here's a compiz patch to assume the presence of a sane glXSwapBuffer implementation (i.e. one that uses page flips synchronized to vblank). It adds --no-wait and --always-swap options, which, if used with the swapbuffers patchset, will make compiz use the page flipping path for tear-free drawing. Jesse -------------- next part -------------- A non-text attachment was scrubbed... Name:
2014 Nov 24
1
Contributor Contributions
I have made claims that I have not left the compiz project and that I have been maintaining it over the past 4 years, despite the lack of releases by not fault but my own. At the request of some of the original compiz developers, I am now posting a compilation of some of the contributions I've made over time, since the beginning. Since the most important contributions are code and easiest to
2009 Feb 26
7
javascript using jQuery.js and prototype.js doesnt work 2get
Hi........ M hving javascript "scripts.js" which uses jQuery.js in rails application. bt when it is used along with prototype.js, one of the javascripts which hs been included first in my application.rhtml fails... Do some1 hv any solution how to make both the scripts work 2gether... I tried using <script> jQuery.noConflict(); </script> bt of no use. problem
2007 Mar 30
2
[PATCH] Fade vs. Animation conflict resolution
Hi, Here is a simple patch that adds an option to the Fade plugin to enable/disable fading on minimize/open/close window events. This option is on by default but can be disabled to avoid conflicts with the Animation plugin. Fading on other stuff (fade during nonresponding app. desaturation, during switcher, and visual bell) shouldn't be affected (which is the main point of this patch).
2006 Dec 29
0
Vide: bug with minimize+wobbly
Hi, I notice a bug if I start wobbling unminized window before the minimizing effect is finished. Here's the video (flash): http://www.youtube.com/watch?v=DttpjXFqbis Does anybody else notice this? Stjepan