all repos — tint2 @ 1013791b35d361530bb9aaaaf8e80689776b1aed

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Updated changelog
o9000 mrovi9000@gmail.com
commit

1013791b35d361530bb9aaaaf8e80689776b1aed

parent

90521c492f6377054112af376d9ecfac2c4a7abb

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,8 +1,12 @@

-2015-12-23 master +2016-01-03 master - Enhancements: - Support for NETWM viewports (as in Compiz) (issue #94) - The default desktop font (Gtk/FontName from XSettings) is used when a font is not specified in the config file - When no fonts are specified in the config, tint2 picks up the default font of the desktop environment via XSettings + - Tint2 dumps a stack trace to stderr and ~/.tint2-crash.log in case of a crash + - Tint2 attempts to restart itself after a crash, but only if it has been running for more than 30 seconds + - Pixmaps are cached instead of always redrawn between different button states when mouse effects are enabled, + to improve performance - New config options: - Executor: new plugin that displays the output of a command in the panel (issue #161) - New taskbar sort order options: least-recently-used (lru), most-recently-used (mru) (issue #532)

@@ -11,6 +15,7 @@ - Fixes:

- Battery changes visibility correctly (issue #531) - Reverted the window flags back to the value in 0.11 to make sure the window manager detects that tint2 is a panel (fixes issue #537, breaks issue #455) + - Fixed a rare crash caused by the system tray code 2015-11-12 0.12.3 - Enhancements: - Battery: Multiple batteries are now supported under Linux (issue #139;