all repos — tint2 @ 71f8a01d48d274a9f3009fb41e5564a1db312e97

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

Release 0.12.5
o9000 mrovi9000@gmail.com
commit

71f8a01d48d274a9f3009fb41e5564a1db312e97

parent

418119a1ab3b345e24879757d2813cc699321a8b

2 files changed, 7 insertions(+), 3 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,3 +1,7 @@

+2016-01-24 0.12.5 +- Fixes: + - Fix rendering corruption triggered occasionally when the compositor is disabled (regression in 0.12.4) + 2016-01-23 0.12.4 - Enhancements: - Support for NETWM viewports (as used by Compiz or Unity) (issue #94)
M README.mdREADME.md

@@ -1,5 +1,5 @@

-# New stable release: 0.12.4 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.4/ChangeLog +# New stable release: 0.12.5 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.5/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/Configure

@@ -7,7 +7,7 @@ Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):

``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.12.4 +git checkout 0.12.5 mkdir build cd build cmake ..