similar to: Using vpswitch with wall in 0.9

Displaying 20 results from an estimated 7000 matches similar to: "Using vpswitch with wall in 0.9"

2010 Jun 10
1
putting to viewport in 0.9's Put plugin
Hi, It doesn't look to me like the Put plugin commands for putting to a viewport are wired up at the moment. There are also some widths and heights transposed. After this patch everything works for me. Thanks, Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/compiz/attachments/20100610/6812f821/attachment.htm>
2010 Jun 18
1
Two patches for Snap
Hi, There are a couple of problems with Snapping Windows that I tried to fix: (1) The snap to windows checkbox in ccsm has no effect because Snap treats any window with struts as an edge, and all windows have struts. I think it should be a test for dock windows. (2) Windows don't snap to the left edge because it has been erased. The right edge doesn't seem to get erased because it is
2007 Nov 01
1
No 'core plugin'?
Hi. I have posted this at the compiz-fusion forums also. I was until a couple of days ago joyfully running the latest git version of compiz. Today when I started it using a "compiz-manager" script (after updating to the most recent) I got the following error: /usr/bin/compiz (core) - Error: no 'core' plugin with ABI version '20071017' loaded /usr/bin/compiz (ccp) -
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 Jun 02
1
Metadata improvements
I was just thinking, with the metadata files allowing us to make up settings pages, there is a problem that we could address here. It seems ever-so-evident that developers are splitting up plugins into much smaller plugins to reduce the amount of bloat. This is good because it speeds things up but bad for the user in two ways -We've got multiple settings pages which really adress the same
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 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
2019 Feb 16
5
Compiz 0.9.14.0 released
Compiz 0.9.14.0 has been officially released today. Major changes in this release include: - Development has switched from Bazaar (back) to Git [1]. - CCSM has been ported to PyGObject, GTK 3 and Python 3. - compizconfig-python has been ported from Pyrex to Cython. - Restored the Color Filter plugin by porting it to the new plugin API. - Added support for loading configuration from multiple
2007 Feb 02
2
Horizontally maximized window on last viewport
Hi, I posted this on the forum as well, but there were no responses to it. I now posting it here just in case anybody cares. Anyway, Compiz is a very nice program. Thanks for all the effort you put into making it. I am using the latest git version of compiz and it really works great for being an "unstable" version. Anyway, I noticed the following strange behavior and was wondering
2006 Oct 08
1
Plugins
Here are a few plugins I wrote. The put plugins gives you bindings to move windows around. I set it up so the numeric keypad is like the area of the screen. So <Super>KP_Home will move the window to the top left, etc ... It also does viewport moves which is handy when used with the plane plugin. I like the plane plugin in a 3x3 matrix matching the keypad, so with the keypad and some
2007 Aug 13
0
Compiz Fusion Release 0.5.2 is out!
Compiz Fusion Release 0.5.2 is out! This is the first development release of Compiz Fusion, the result of more than six months of work and polish. The first stable release, 0.6.0, will follow after the Compiz 0.6.0 release. Compiz Fusion is the result of a merge between the Compiz community plugin set "Compiz Extras" and the parts of the Beryl project that are independent of the
2009 Jun 06
0
[PATCH][0.9] Move modifier handling into a separate top-level class
Hi, The attached patch moves modifier handling into a separate top-level class along with CompScreen in order that modifier manipulation and conversion functions are exposed to plugins. It is required by vpswitch for example. The patch has been tested and works fine and shouldn't require an ABI bump because no function in screen.h has been removed, only functions in privatescreen.h Kind
2009 Feb 11
1
Advice to plugin developers during 0.9
As 0.9 will contain numerous core-changes which are likely to affect both behavior and plugin development, the recommended way of developing new plugins throughout 0.9 will be to use the released developer versions, NOT master. The exceptions are plugins that are already part of the release and plugins that depend on functionality that only exist in master. This will allow plugin developers to
2006 Sep 20
2
New viewport switcher plugin
Hi, We've (Soeren Sandmann, really) have written a new plugin that pans the viewport around a planar workspace instead of the cube. It's a more toned down transition effect and is more similar to the metacity workspace model. There's two parts to this patch: one part prepares the compiz core for workspace that's more than one viewport high, and the second part is the
2009 Jun 15
1
Rotate window
Hello! Is it possible to add window rotation like freewins to compiz, now that DRI2 is done? This way reading emails in bed would be very convenient. :) g
2007 May 17
2
state plugin
hi, I saw that Mike Dransfield tried to port 'state' plugin from beryl. What does it do? It should be able to place windows, based on name, class etc., to specific viewports. I recently converted to compiz window manager from WindowMaker (used it for 8 years), and I miss automatic 'pinning' of specific windows to particular workspace (or viewport in this case). Mike's
2009 Aug 18
1
8.2 behaving weird on openSuSE 10.3 & 11.0
Listmates, I installed 8.2 on opensuse 10.3 from the opensuse XGL repository to replace 7.6. Compiz works with the nvidia 8600 GT card (512M of GDDR3) on the box, but the ctrl+alt <- -> switching behavior is really bad. In 7.6, the ctrl+alt <- -> desktop switching changed desktops crisply with just the slightest hint of the cube detected during the very short and nice switch.
2010 Mar 24
1
Release plans
Hi everyone. So I'd like to start with an update saying that we've hit a pretty big milestone in our 0.9.0 plans for world domination - that is that the last plugin, DBus, has finally been ported and works. [1] The code is currently undergoing review, and once some inconsistencies are fixed up, it looks set for inclusion into master. This means that along with this, a 2D GTK Window
2007 Apr 13
2
White Boarders in AIGLX on non-decorated window types
A patch was submitted to the ML a while ago that cured the problem with white boarders in Gtk-Window-Decorator. Can this patch be commited or be a at least fixed up to work with AIGLX? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/compiz/attachments/20070413/ac87c932/attachment.html
2007 Nov 19
4
Check behaviour of Compiz Fusion KDE 0.6.2-3.1
Check behaviour of Compiz Fusion KDE 0.6.2-3.1 Hello, I am trying out the release "Compiz Fusion KDE 0.6.2-3.1" on my openSUSE system. I would like to share some more experiences about its usability. 1. Context menu by title bar 1.1 The context/actions menu that appears after a right click on the window title is displayed in English despite German is my primary language in the