Giovanni Campagna
01f168341f
windowsNavigator: update for gnome-shell changes
2013-09-03 10:36:31 +02:00
Giovanni Campagna
5052c6d350
windowsNavigator: update for gnome-shell changes
...
The position of a workspace is not part of a geometry object.
2013-05-01 00:45:06 +02:00
Giovanni Campagna
348f0faf22
windowsNavigator: fix a warning in disable()
2013-02-04 23:58:33 +01:00
Giovanni Campagna
b907e44fdf
windowsNavigator: update for gnome-shell changes
...
Update for the new way to layout window overlays
2013-02-04 23:52:17 +01:00
Giovanni Campagna
9d9ef27317
WindowsNavigator: fix with recent shell
...
Recently WindowsNavigator would just crash the shell upon entering
the overview. I'm not sure where the bug was, probably it was due to
the new window layout code.
2012-11-20 16:37:20 +01:00
Giovanni Campagna
5ca52e89d5
windowsNavigator: update for gnome-shell changes
...
The ViewSelector was refactored for modekill feature. Update
accordingly.
2012-08-22 16:19:33 +02:00
Giovanni Campagna
e1c1fc73e2
windowsNavigator: only access tooltip if it's known to exist
...
Apparently, windowOverlay._text can be null sometimes. In that
case, do nothing instead of crashing.
2012-04-26 22:50:11 +02:00
bhuztez
82bd3efc73
windowsNavigator: do nothing when viewtab is not active
...
The keybindings should only kick-in when the "windows" tab is active,
otherwise it is confusing and could conflict with other combinations.
2012-03-03 02:11:25 +01:00
Giovanni Campagna
8bc650ae19
windowsNavigator: improve the appearance of tooltips
...
Based on a patch by Simon Friis Vindum <simonfv@mail.com >
2012-02-06 21:18:39 +01:00
Giovanni Campagna
037a65c3d1
windowsNavigator: allows input from the keypad
...
Based on a patch by Simon Friis Vindum <simonfv@mail.com >
2012-02-06 16:42:34 +01:00
Giovanni Campagna
6442791482
windowsNavigator: fix switching with azerty keyboards
...
Some keyboard layouts (in particular, azerty / french) require
pressing shift to obtain numerals. Therefore we should not cancel
the switch when shift is pressed.
Also, we should accept indifferently left or right modifiers.
2011-12-01 17:05:29 +01:00
Giovanni Campagna
23ecaf9b84
windowsNavigator: fix a bunch of typos related to disable
...
Same as native-window-placement (code was copy-pasted).
2011-08-22 22:52:10 +02:00
Giovanni Campagna
61e62987fb
windowsNavigator: port to new extension API
...
main() has been replaced by init(), enable() and disable()
2011-08-18 16:22:47 +02:00
Giovanni Campagna
fa4ac23a4d
windowNavigator: fix workspace switching
...
Apparently, clutter_event_get_key_unicode() is not reliable for
numeric keys, and fails above 2. Let's use clutter_event_get_key_symbol()
and fix it.
2011-08-01 17:25:24 +02:00
Maxim Ermilov
0ecccc7868
windowsNavigator: correct restore focus
...
previously it conflict with runDialog
2011-03-26 18:48:26 +03:00
Maxim Ermilov
e0f27e9496
windowsNavigator: fix work with 2.91.92 on multimonitor
2011-03-26 18:48:22 +03:00
Maxim Ermilov
3825069e52
windowsNavigator: support current gnome-shell
...
workspace._getVisibleClones was removed.
2011-03-13 00:47:10 +03:00
Maxim Ermilov
1f2b0d0ec5
windowsNavigator: Allow keyboard selection of windows and workspaces in overlay mode
...
Bind alt-[1,2,3..9] "switch window on current workspace"
Bind ctrl-[1,2,3..9] switch workspace
https://bugzilla.gnome.org/show_bug.cgi?id=601393
2011-01-19 00:47:26 +03:00