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
This commit is contained in:
Charles Gagnon
2018-01-14 13:53:58 -05:00
parent 9b5f2649b3
commit f7bf526a55
12 changed files with 1128 additions and 368 deletions

View File

@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 1">
<g fill="#eeeeee" opacity="0.25">
<rect width="45" height="1"/>
<rect x="45" width="1" height="1" opacity="0.2"/>
<rect x="46" width="2" height="1" opacity="0.6"/>
<g fill="#000000">
<rect x="45" width="1" height="1" opacity="0.6"/>
<rect x="46" width="2" height="1" opacity="0.4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 237 B