similar to: [PATCH] Fix timing of scale activate event ending

Displaying 20 results from an estimated 20000 matches similar to: "[PATCH] Fix timing of scale activate event ending"

2007 Mar 24
1
[PATCH] Swither activate event
Hi, To fix the conflict between animation's "focus fade" and switcher, I had to add an activate event to switcher, since in animation.c I need to have an indication of the period from the moment alt-tab is pressed to the moment the windows settle down back on the desktop. otherScreenGrabExist doesn't work for this since it doesn't cover the period between the moment the user
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
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 :
2009 Oct 14
0
[ANNOUNCE] compiz-0.8.4
Compiz 0.8.4 is released! This is the second stable release of Compiz 0.8 series. This release brings two new plugins, translation updates, many bug fixes, improved stability, and better screen resolution change handling. Also included is additional integration work for KDE 4. In particular, window thumbnails are now supported in Plasma window tooltips with the new KDE compatibility plugin, the
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
2006 Oct 03
6
Tried out Beryl (Animation pugin)
Hi I just tried out the new 0.1.0 release of beryl. Generally I do like the compiz fdo version, because I like the gconf integration and the metacity theme support in gwd. Also I think their configuration system is a complete mess, this beryl settings manager is completly bloated in my opinion. Anyway, I noticed they have quite a lot of plugins. While I found most of them nothing special, the
2007 Mar 24
2
[PATCH] Notification on window restacking
Hi, This patch adds notification on window restacking. Plugins may need to do something when that happens. For example, it is used in the new version of animation plugin to perform a fade effect when a window moves above or below other windows (in the plugin's settings this effect is selected as a focus effect, but it's actually a restack effect). Regards, Erkin -------------- next part
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).
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 29
2
gtk-window-decorator Wnck warnings
Hi, I'm getting a lot of warnings like this one: (gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil) Does anyone else see these warnings or know what causes these? Also, it seems that this "lost textures" bug https://bugs.freedesktop.org/show_bug.cgi?id=10789 usually happens only when these warnings are spitted out, so the bug is probably related to these
2007 Apr 29
5
Wobbly jerkyness
About a month ago, David made a commit to wobbly to the spring engine which has introduced some bugs. They are hard to explain so bear with me. In a sense, the wobbly plugin does not seem as smooth as it used to be and the windows jerk all over the place. For example, I sometimes notice that when I move a large window (around 2/3 of the size of the desktop window), If I moved it down, the top of
2007 Nov 04
1
[PATCH] Fix fragment function leak.
Hi, This patch fixes a leak when creating fragment functions in some of the plugins. The leak happens when there is a plugin that uses a fragment program with parameters and texture units on only a subset of windows. During screen painting, the allocated param and unit change across windows in the patched plugins, which (because of the mismatch with the previously created and stored function)
2007 Jul 28
1
[PATCH] Add opacity limits
Hi, This patch adds appropriate limits (1-100) to opacity_values in core options. Minimum is 1 to be consistent with the opacity changing action and because it doesn't make sense to have an invisible window that is still there. Regards, Erkin -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-opacity-limits.patch Type: text/x-patch Size: 1246 bytes
2007 Jun 27
1
[PATCH] Scale z by 1 instead of 0
Hi, Currently some plugins call matrixScale with z parameter 0. This probably wasn't the intention and it might cause problems (it did in the past). 1 should be passed instead. This patch fixes this typo. Regards, Erkin -------------- next part --------------
2007 Mar 07
1
[PATCH] minimize doesn't respect "no core instance" flag
Hi, In current git, minimize doesn't respect the PAINT_WINDOW_NO_CORE_INSTANCE_MASK flag set by other plugins. I noticed that especially in group: Tabbed windows are hidden by setting PAINT_WINDOW_NO_CORE_INSTANCE_MASK. When these windows are minimized together with their group, minimize draws its animation regardless if that flag is set or not; with the effect of the hidden windows appearing
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 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
2009 Jun 05
1
[PATCH][0.9] Make bool CompWindow::isFocussable Wrappable
Hi, The attached core patch makes the 'isFocussable' getter in CompWindow wrappable. This way, plugins such as winrules can make core's getter function return a different value to the one stored internally without actually having to modify the value. Kind Regards, Sam -- Sam Spilsbury -------------- next part -------------- A non-text attachment was scrubbed... Name:
2007 Jul 16
3
Couldn't activate plugin 'rotate'
First, I would like to compliment you all for a great work you put in developing compiz. I have it running for more that a month and it did not crash. Stability is very good. Great work! Today I updated compiz from git tree and found that rotate generates this error: compiz (core) - Error: Couldn't activate plugin 'rotate' Rotate does not function. Any ideas ? I run gconf
2007 May 13
2
[PATCH] Water fixes
Hi, I had a look at some problems I saw in the Water plugin. Here are the patches fixing those. The file names should be self-descriptive. Regards, Erkin -------------- next part --------------