all repos — tint2 @ 97ea370bf6b33479d902e0b0b32d8f77c5251eaf

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

97ea370bf6b33479d902e0b0b32d8f77c5251eaf

parent

23e740c7f1d9ab6cda7f1f55d7c463f7bba1301c

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

jump to
M ChangeLogChangeLog

@@ -1,4 +1,4 @@

-2016-01-05 master +2016-01-10 master - Enhancements: - Support for NETWM viewports (as used by Compiz or Unity) (issue #94) - The default desktop font (Gtk/FontName from XSettings) is used when a font is not specified in the config file

@@ -9,17 +9,24 @@ If the cmake flag ENABLE_BACKTRACE_ON_SIGNAL is set, stack traces are dumped also on signals such as SIGSEGV.

Both ENABLE_BACKTRACE and ENABLE_BACKTRACE_ON_SIGNAL are disabled by default. - Pixmaps are cached instead of always redrawn between different button states when mouse effects are enabled, to improve performance + - Tooltips are no longer very wide + - Default config looks nicer - 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) - Place the primary monitor before all the other monitors (primary_monitor_first, issue #538) + - taskbar_always_show_all_desktop_tasks (issue #279) +- Config options with changed behavior: + - Mouse effects are enabled by default - Fixes: - Battery changes visibility correctly (issue #531) + - Fixed rendering corruption (issue #543) - Reverted the window flags back to the value in 0.11 to make sure the window manager detects that tint2 is a panel (affected kwin, bspwm; fixes issue #537, breaks issue #455) - Fixed a rare crash caused by the system tray code - The system tray now reorders icons correctly when the icon name changes and the sorting order is configured as ascending or descending (affected GTK icons, which sometimes set their name late after creating the icon) + - Tint2conf no longer copies sample themes to ~/.config - New optional dependencies: - libexecinfo on the *BSDs (only if the cmake flag ENABLE_BACKTRACE is set) 2015-11-12 0.12.3