Mike Hearn
2006-Apr-01 08:26 UTC
[compiz] [PATCH] Implement window zoomin/zoomout on create/unmap
This patch makes windows zoom in and out of a zero point on create/unmap. I've cleaned up the formatting/style to be consistent with the rest of compiz (eg adding spaces around operators, tabifying, using C style comments). This patch could use some more work. It should only apply to decorated toplevels, but right now it also affects XUL menus (I guess because they are not unmanaged like in GTK?). It also affects the tab switcher window, which looks OK but a bit _too_ distracting IMHO. And finally sometimes visual artifacts are left on scree, though this may be simply my video drivers (nvidia binary geforce4 mx 440). Author unknown. Credit Quinn Storm. -------------- next part -------------- A non-text attachment was scrubbed... Name: minimize-scaler-mod.patch Type: text/x-patch Size: 8940 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060401/50ce00d6/minimize-scaler-mod.bin
Mike Hearn
2006-Apr-01 08:44 UTC
[compiz] [PATCH] Implement window zoomin/zoomout on create/unmap
Mike Hearn wrote:> This patch could use some more work.I forgot to mention, the code duplication should be removed or reduced if possible too.> And finally sometimes visual artifacts are left on scree, though this may be simply > my video drivers (nvidia binary geforce4 mx 440).That happened even after I unloaded the plugin, so I guess it is not at fault.
Quinn Storm
2006-Apr-01 13:09 UTC
[compiz] [PATCH] Implement window zoomin/zoomout on create/unmap
On Sat, 01 Apr 2006 17:27:47 +0100 Mike Hearn <mike@plan99.net> wrote:> This patch makes windows zoom in and out of a zero point on > create/unmap. I've cleaned up the formatting/style to be consistent > with the rest of compiz (eg adding spaces around operators, > tabifying, using C style comments). > > This patch could use some more work. It should only apply to > decorated toplevels, but right now it also affects XUL menus (I guess > because they are not unmanaged like in GTK?). It also affects the tab > switcher window, which looks OK but a bit _too_ distracting IMHO. And > finally sometimes visual artifacts are left on scree, though this may > be simply my video drivers (nvidia binary geforce4 mx 440). > > Author unknown. Credit Quinn Storm. >Actually what windows it applies to is customizable in the window types just as with most plugins. Unknown is the type of things like XUL menus, and my switcher (Not sure if this is submitted yet) calls itself a Splash window.