Commit Graph

103 Commits

Author SHA1 Message Date
l3nn4rt
b8a2bea914 Fix workspace navigation when dragging overview 2020-08-16 23:18:11 +02:00
Jason DeRose
ad833b1bb8 fix click to exit on favorite app view GS 3.34 2020-08-07 21:58:16 -04:00
l3nn4rt
7e39ff220e add overview click-to-exit to frequent apps view 2020-08-06 01:36:37 +02:00
Charles Gagnon
8230036c53 Use older g-s overview containers 2020-08-03 07:27:19 -04:00
Jason DeRose
01807c168d finish overview click-to-exit feature 2020-08-02 17:52:57 -04:00
Jason DeRose
2b5f7408ea Exit overview when clicking whitespace 2020-07-31 20:41:46 -04:00
Charles Gagnon
1595405927 Allow changing focused app with hotkeyed previews 2020-07-02 08:57:16 -04:00
Charles Gagnon
f30ad4dae9 Fix changed name of Clutter key constant, really?! 2020-06-22 14:07:34 -04:00
CharlesG
7fcf299e83 Use default gnome-shell icon size in overview 2020-03-10 13:23:06 -04:00
Charles Gagnon
774ce941b6 Consider modifiers before showing preview on hotkey 2019-12-20 10:32:01 -05:00
Charles Gagnon
ed3c3e072e Adjust for gnome-shell 3.35.2 breaking changes 2019-12-16 22:10:05 -05:00
Charles Gagnon
e44cd94fdd Ensure one window for activation 2019-10-29 17:25:48 -04:00
Charles Gagnon
c65eb7d4a1 Add number keys selection for the hotkeys 2019-09-08 10:06:32 -04:00
Charles Gagnon
3aadb81c29 Globalize settings 2019-08-31 15:50:53 -04:00
Charles Gagnon
c5ddbd8139 Fix workspace isolation signals 2019-08-12 12:21:28 -04:00
Charles Gagnon
1d1a5ce85a Add window peek 2019-05-22 08:36:47 -04:00
Charles Gagnon
8c65333e36 Adjust show preview on hotkey 2019-05-20 14:12:19 -04:00
Charles Gagnon
b3aecfce1d Fix hotkeys overlay used before intellihide initialization 2019-03-17 15:08:20 -04:00
Charles Gagnon
f2248010dd Give focus to the window selected via hotkey 2019-03-17 13:44:29 -04:00
Charles Gagnon
d43ddec7b2 Disable gnome-shell application hotkeys on 3.32 2019-03-17 00:08:07 -04:00
Charles Gagnon
b8832c1ed3 Fix hotkeys prop on 3.32 class definition 2019-03-16 09:28:00 -04:00
Charles Gagnon
8ae941ba8b Add es6 class support for 3.32 2019-02-12 21:49:20 -05:00
jderose9
9676c01cdb don't show number overlay when settings open if overlay is off 2019-01-03 10:11:14 -05:00
Charles Gagnon
c15c68f1a3 Handle multi-monitor workspace switch when isolated and spans display 2018-11-01 08:35:36 -04:00
Charles Gagnon
5c1d0c6a4b Fix duplicate dash removal on ubuntu enable 2018-10-28 20:26:09 -04:00
Charles Gagnon
cf83b8af2e Fix removal of the dash on ubuntu enable 2018-10-28 18:18:52 -04:00
Charles Gagnon
aa5f7a47e2 Add a setting to keep stock gnome-shell dash in overview 2018-10-28 12:06:20 -04:00
Charles Gagnon
767641bb9f Add a setting to show previews on hotkey 2018-10-27 01:19:50 -04:00
Charles Gagnon
9d2232303f Sync panel reveal from hotkeys overlay and intellihide shortcut 2018-10-25 12:01:53 -04:00
Charles Gagnon
e75292a4d3 Disconnect setting signals 2018-10-06 10:26:16 -04:00
Charles Gagnon
b945354788 Assign overlay numbers to apps instead of windows when ungrouped 2018-10-02 14:15:36 -04:00
Jason DeRose
6206195074 Wrap old global.screen acess to support both 3.30 and earlier APIs
Use strategy/code presented by 3v1n0 in dash-to-dock 8398d41c6c122e654daec8c1bf5615c918f99f15
2018-08-02 12:18:42 -04:00
Jason DeRose
10c11310b5 Move non-dependencies of prefs window from convenience.js into utils.js
Fixes issue with settings panel freezing when opened 2nd time. Maintains similar file structure with Dash-to-Dock following commit 9350417f090ac2a3a253551e6629d634a28a6b2a
2018-08-02 11:58:25 -04:00
Charles Gagnon
a4b31a3d1a Reveal panel when displaying the number overlay 2018-05-11 21:22:01 -04:00
Charles Gagnon
b1262ed5ec Fix setting name collisions in hotkeys 2018-05-05 13:04:17 -04:00
Charles Gagnon
027d9e86b1 Remove the animations when switching between isolated workspaces
Only when the application instances are ungrouped
2018-01-18 21:05:24 -05:00
Charles Gagnon
5507f2e39a Ensure the redisplay of the icons when there is no workspace isolation 2018-01-16 21:51:32 -05:00
Charles Gagnon
f7bf526a55 Add option to ungroup the application instances and show their window titles
New features
 - ungroup aplication instances, while keeping them grouped by application
 - when ungrouped, display the window titles and allow the customization of their font-size and width
 - when ungrouped, optionally have the favorite application icons serve as launchers
 - customize the focused application indicator's color and opacity

Bug fixes
 - fix icons not showing up immediately when lauching an application
 - fix message "g_signal_handler_disconnect: assertion 'handler_id > 0" occurring when destroying an icon
 - fix message "st_widget_get_theme_node called on the widget [# StIcon:last-child first-child] which is not in the stage." occurring after disabling the extension
 - fix message "[.../dash-to-panel@jderose9.github.com/windowPreview.js 1008]: reference to undefined property 0" occurring when restarting gnome-shell
 - fix message "[.../dash-to-panel@jderose9.github.com/taskbar.js 753]: reference to undefined property 0" occurring when restarting gnome-shell
2018-01-14 15:27:08 -05:00
Alexander Rüedlinger
0b8501070d overview.js: Define class dtpOverview using 'var'
Signed-off-by: Alexander Rüedlinger <a.rueedlinger@gmail.com>
2017-10-18 18:27:55 +02:00
franglais125
6d6b37e2ee Use the new options for number overlay:
- NEVER
 - TEMPORARILY
 - AWLAYS
2017-05-26 20:14:03 -04:00
franglais125
8055f29499 Move setShortcut function to prefs.js.
This again prevents unnecessary writing to settings when activating the
extension.
2017-05-26 20:14:02 -04:00
franglais125
e52ccf6323 Move checkHotkeyPrefix to prefs.js 2017-04-04 22:49:22 -04:00
franglais125
c7bbe9bc61 Remove unnecessary call to _checkHotkeyPrefix.
This avoids writing settings on every boot (or disable/enable hotkey
sequence).
2017-04-04 22:49:22 -04:00
jderose9
3bf1bffa25 Fix "too many open files" on Xorg restart 2017-03-22 09:53:24 -04:00
Yury Rodrigues
5f19921c70 Hotkeys: fix KP Combinations when associating the shortcuts 2017-02-27 15:15:03 -05:00
franglais125
c8e135c0a4 Hotkeys: fix Ctrl and Shift combinations when associating the shortcuts
with the schema keys
2017-02-27 01:20:21 -05:00
franglais125
99320ca586 Hotkeys prefix: limit to either Super or SuperAlt 2017-02-15 15:50:59 -05:00
franglais125
015e9c247f Make the hotkeys' prefix configurable through settings.
This takes care of point 7 in the PR.
2017-02-14 20:40:52 -05:00
franglais125
68452db035 Number overlay improvements:
* 1) Use milliseconds in settings
 * 2) Hotkeys-overlay boolean toggles overlay for app activation only
 * 3), 5) and 6) Decouple the timeouts for the overlay triggered
by hotkeys or shortcut. Make the timeout configuration "sensitive", and
remove show-dock references.
2017-02-14 20:37:57 -05:00
franglais125
5eee608ebc Implement overlay numbers for the hotkeys.
* The user can configure the shortcut and delay
2017-02-14 20:37:57 -05:00