search for: switcher

Displaying 20 results from an estimated 214 matches for "switcher".

Did you mean: switches
2008 Jun 05
1
0.7.6 Ring Switcher not initiated by <super> Tab
List, In checking ring switcher and shift switcher, it seems that the key bindings are off. For shift switcher, it still initiates with <Shift><Super>S, but no longer terminates with enter on the numeric keypad, only the normal enter key terminates it. For ring switcher, it is NOT initiated with <Super>Ta...
2007 Feb 15
2
[PATCH]Application-window switcher, and comments for switcher.c
As promised, here's a patch to switcher.c to add "Application window" switching to the switcher, default keybinding Super+Tab (and Shift+Super+Tab for reverse). Works (and fails to work*) in the same conditions Scale's "group" mode does. Also, two patches for doxygen-compatible comments for some of switcher, whi...
2006 Nov 11
3
Gnome switcher and gnome windows list
Hello, am I the only one experiencing some bugs with the latest git checkout in the gnome switcher and gnome window list ? When I click on one of the workspaces on gnome's switcher the cube doesn't rotate, but the windows disappear. I don't know how to describe it well, but it seems like the 4 faces of the cube in compiz and my 4 workspaces on gnome-switcher are now totally unrelate...
2006 May 07
2
Latest switcher patches, bugfix.
I've attatched a patch to fix a bug in the latest switcher patches that got put into CVS. Basically, window order with minimized windows is undefined, and this fixes it. Also, I notice that in some cases switcher fails to get an icon for a window. Perhaps the icon code is forcing a search for a specific size, rather than 'best-fit'? Also, the p...
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....
2012 Nov 03
3
Desktop Switcher
Hey Y'all, Does CentOS have a desk top switcher similar to what you find on Fedora? A friend of mine want's to be able to switch between desktops. I've only got Gnome installed on my machine so I don't switch. A search of Google turns up reference to CentOS 4 for desktop switcher but I don't see anything for CentOS 6.3.
2007 Feb 06
2
Commenting switcher.c, switching between application windows.
Hello all. I'd like to implement the ability to switch between just the windows of the currently selected application (similar to the way OS:X does it) to switcher.c. As a part of actually understanding what's going on in there, I'll go through and try to write doxygen comments the switcher.c functions. Is there anyone else working on either the commenting or the switching parts, to save me duplicating effort?
2006 Nov 11
2
switcher patch do disable window list
Here is a switcher patch to disable window list: It's very useful if you set opacity to 0. Then, window just bring to front one by one while switching. It's much more usable, i think, that small miniatures in a list where you don't see anything. While making this patch, a question come into my head, n...
2006 May 18
1
Switcher bug
The switcher plugin has a bug that I don't have time to track down right now (finals on monday!). If there is no panel running then the switcher correctly disables its zoom-from-corner behavior, unfortunately it sometimes gets stuck and won't disappear until you alt-tab again. thanks -mike
2007 Jun 06
1
[PATCHES] Fixes for java apps and firefox in scale, switcher and wobbly
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've made these patches that basically, make the java apps and firefox items well being recognized by some compiz plugins (scale, switcher and wobbly), I don't know if those can be considered workaround, but this helps in using your desktop tools. Basically java apps are seen as: * name=sun-awt-X11-XFramePeer (default windows = Normal) * name=sun-awt-X11-XDialogPeer (secondary - child - dialogs = Dialog) * name=sun-awt-X11-XWi...
2007 Dec 28
1
workspace switcher
Hi all, I added the "workspace switcher" and I now have 4 virtual screens. When I do "vncviewer machine" works and shows me the current 1-4 display. however, I want to go directly to one of the 1-4 displays. when I do "vncviewer machine:1" it says "unable to connect to host" How do I get the displays...
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; fl...
2006 Nov 23
1
Switcher plugin
David, i send on this mailing list a patch to disable window list in switcher plugin. Have you looked at it? Do you think this option is useless? Is the code doing things in a bad way? Thanx for any answer ;) Cedric
2006 Apr 01
1
[PATCH] Add option to switcher plugin for current workspace windows only
...ab to switch to windows on other desktops, but some people prefer it. Here is an implementation of a setting for it. It adds a new window API, to see if it's on the visible workspace. (I wrote this one) -------------- next part -------------- A non-text attachment was scrubbed... Name: mike-switcher-workspace-only.patch Type: text/x-patch Size: 3561 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060401/ef094a54/mike-switcher-workspace-only.bin
2016 Mar 24
4
Centos in the Browser string ?
On Wed, 2016-03-23 at 23:46 -0500, g wrote: > until the devs get "r2i", you can use a firefox add-on; > > User-Agent Switcher 0.7.3.1 > https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ > or > User Agent Quick Switch 0.5.2.1 > https://addons.mozilla.org/en-US/firefox/addon/user-agent-quick-switch/ > or > User Agent Overrider 0.4.1 > https://addons.mozilla.org/en-US/firefox/...
2007 Mar 01
1
Strange behavior scale and switcher plugin after update
Hi, I have noticed a strange behavior: after the added one of the options "window_match" in scale and switcher plugins; these do not show some windows like gmplayer or amsn's windows This is the output of xprop $ xprop _NET_WINDOW_DECOR(INTEGER) = 20061011, 46149375, 4, 4, 27, 4, 4, 4, 27, 4, 9, 0, 36965, -11, -34, -68, 0, 582, 32767, 0, 0, 32869, 571, -34, -68, 0, 32767, 32767, 582, 0, 37222, -6...
2007 Jan 16
2
Somes patchs
Here two patch: A patch for switcher to disable window list. All was already present in code, just missing an option :) A patch for place, it's my old patch, i just fix a stupid segfault! Will try to add some others placement modes... http://puffy.homelinux.org/%7Egnumdk/compiz/patch/switcher.patch http://puffy.homelinux.org/%7...
2007 Jan 25
0
Switcher moving the selector instead of the thumbnail list
Wouldn't it be better if switcher would move the selector? This way there wouldn't be 3 thumbnails for 2 windows, 3 for 4 windows, 5 for more than 6 windows (what looks ugly).
2005 Dec 29
4
Any switchers from mod_perl
Good afternoon, I have been developing in mod_perl for many years, and my livelihood is based on being productive with it. I''ve spent the past week reading and testing RoR and it does look good. But before I take the plunge for my next project, I was hoping to hear from other mod_perl switchers. One of the main reasons I like mod_perl is code flexibility. I like being able to insert code into any of Apache''s request phases. I like the code base available through CPAN. I like the execution speed of registry scripts and mod_perl handlers. And maybe most importantly, I like my co...
2007 Aug 07
1
[PATCH] Fix Malicious Guest GDT Host Crash
...t GDT entry to 0. Unfortunately, this is not sufficient: there are other ways of altering GDT entries which will cause a fault. The correct solution to do what Linux does: let them set any GDT value they want and handle the #GP when popping causes a fault. This has the added benefit of making our switcher slightly more robust in the case of any other bugs which cause it to fault. We kill the Guest if it causes a fault in the Switcher, so it has to make sure it's not using segments when it changes them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -r 55fdd7fa62b7 drivers/lgu...