all repos — tint2 @ 8242b494bc0351d42a76450618e22494c9cbb7ff

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

Release 16.1
o9000 mrovi9000@gmail.com
commit

8242b494bc0351d42a76450618e22494c9cbb7ff

parent

1c6377f5708e7be0c1384d984e12c426c97ad11c

6 files changed, 10 insertions(+), 9 deletions(-)

jump to
M ChangeLogChangeLog

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

-2017-12-29 master +2017-12-30 16.1 - Fixes: - Fixed several use-after-free errors in the timer code - Merged patches and fixed other warnings on OpenBSD

@@ -979,6 +979,7 @@

2008-04-22 - fork ttm projet from p://code.google.com/p/ttm/ (by Pål Staurland staura@gmail.com) while the projet is no longer in developpement, have not changed the name of 'tint'. +. . . .
M README.mdREADME.md

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

-# Latest stable release: 16.0 -Changes: https://gitlab.com/o9000/tint2/blob/16.0/ChangeLog +# Latest stable release: 16.1 +Changes: https://gitlab.com/o9000/tint2/blob/16.1/ChangeLog Documentation: [doc/tint2.md](doc/tint2.md)

@@ -8,7 +8,7 @@

``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 16.0 +git checkout 16.1 mkdir build cd build cmake ..
M doc/manual.htmldoc/manual.html

@@ -605,7 +605,7 @@ <li><p><code>execp_has_icon = boolean (0 or 1)</code> : If <code>execp_has_icon = 1</code>, the first line printed by the command is interpreted as a path to an image file. <em>(since 0.12.4)</em></p></li>

<li><p><code>execp_cache_icon = boolean (0 or 1)</code> : If <code>execp_cache_icon = 0</code>, the image is reloaded each time the command is executed (useful if the image file is changed on disk by the program executed by <code>execp_command</code>). <em>(since 0.12.4)</em></p></li> <li><p><code>execp_icon_w = integer</code> : You can use <code>execp_icon_w</code> and <code>execp_icon_h</code> to resize the image. If one of them is zero/missing, the image is rescaled proportionally. If both of them are zero/missing, the image is not rescaled. <em>(since 0.12.4)</em></p></li> <li><p><code>execp_icon_h = integer</code> : See <code>execp_icon_w</code>. <em>(since 0.12.4)</em></p></li> -<li><p><code>execp_tooltip = text</code> : The tooltip. If left empty, no tooltip is displayed. If missing, the standard error of the command is shown as a tooltip (an ANSI clear screen sequence can reset the contents, bash: <code>printf '\e[2J'</code>, C: <code>printf(&quot;\x1b[2J&quot;);</code>). If the standard error is empty, the tooltip will show information about the time when the command was last executed. <em>(since 0.12.4)</em></p></li> +<li><p><code>execp_tooltip = text</code> : The tooltip. If left empty, no tooltip is displayed. If missing, the standard error of the command is shown as a tooltip (an ANSI clear screen sequence can reset the contents, bash: <code>printf &#39;\e[2J&#39;</code>, C: <code>printf(&quot;\x1b[2J&quot;);</code>). If the standard error is empty, the tooltip will show information about the time when the command was last executed. <em>(since 0.12.4)</em></p></li> <li><p><code>execp_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]</code> : The font used to draw the text. <em>(since 0.12.4)</em></p></li> <li><p><code>execp_font_color = color opacity</code> : The font color. <em>(since 0.12.4)</em></p></li> <li><p><code>execp_markup = boolean (0 or 1)</code> : If non-zero, the output of the command is treated as Pango markup, which allows rich text formatting. The format is <a href="https://developer.gnome.org/pygtk/stable/pango-markup-language.html">documented here</a>. Note that using this with commands that print data downloaded from the Internet is a possible security risk. <em>(since 0.12.4)</em></p></li>
M doc/readme.htmldoc/readme.html

@@ -199,9 +199,9 @@

</style> </head> <body> -<h1 id="latest-stable-release-16-0"><span class="md2man-title">Latest</span> <span class="md2man-section">stable</span> <span class="md2man-date">release:</span> <span class="md2man-source">16.0</span><a name="latest-stable-release-16-0" href="#latest-stable-release-16-0" class="md2man-permalink" title="permalink"></a></h1><p>Changes: <a href="https://gitlab.com/o9000/tint2/blob/16.0/ChangeLog">https://gitlab.com/o9000/tint2/blob/16.0/ChangeLog</a></p><p>Documentation: <a href="manual.html">manual.html</a></p><p>Compile it with (after you install the <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies">dependencies</a>):</p><pre class="highlight plaintext"><code>git clone https://gitlab.com/o9000/tint2.git +<h1 id="latest-stable-release-16-1"><span class="md2man-title">Latest</span> <span class="md2man-section">stable</span> <span class="md2man-date">release:</span> <span class="md2man-source">16.1</span><a name="latest-stable-release-16-1" href="#latest-stable-release-16-1" class="md2man-permalink" title="permalink"></a></h1><p>Changes: <a href="https://gitlab.com/o9000/tint2/blob/16.1/ChangeLog">https://gitlab.com/o9000/tint2/blob/16.1/ChangeLog</a></p><p>Documentation: <a href="manual.html">manual.html</a></p><p>Compile it with (after you install the <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies">dependencies</a>):</p><pre class="highlight plaintext"><code>git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 16.0 +git checkout 16.1 mkdir build cd build cmake ..
M doc/tint2.1doc/tint2.1

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

-.TH TINT2 1 "2017\-12\-20" 16.0 +.TH TINT2 1 "2017\-12\-30" 16.1 .SH NAME .PP tint2 \- lightweight panel/taskbar
M doc/tint2.mddoc/tint2.md

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

-# TINT2 1 "2017-12-20" 16.0 +# TINT2 1 "2017-12-30" 16.1 ## NAME tint2 - lightweight panel/taskbar