o9000
1b6fd91611
Taskbar: thumbnails (optimizations)
2017-11-15 11:28:03 +01:00
o9000
5730725762
Taskbar: thumbnails (tint2conf)
2017-11-14 17:51:35 +01:00
o9000
87da8c76cc
Taskbar: thumbnails (config, tint2conf and doc)
2017-11-14 17:09:04 +01:00
o9000
e5ecc0c15d
Taskbar: thumbnails (use image size without cosidering frame)
2017-11-14 15:41:21 +01:00
o9000
812e306376
Taskbar: thumbnails (use gaussian filtering, seems faster)
2017-11-14 13:53:37 +01:00
o9000
3155a5fc89
Taskbar: thumbnails (profiling)
2017-11-14 13:08:53 +01:00
o9000
bc4af51e82
Taskbar: thumbnails (alignment)
2017-11-14 12:58:42 +01:00
o9000
01de174919
Taskbar: thumbnails (timers)
2017-11-14 12:21:08 +01:00
o9000
7ddb373cb4
Taskbar: thumbnails
2017-11-14 11:04:55 +01:00
o9000
8ba1f26309
Taskbar: thumbnails
2017-11-14 10:48:47 +01:00
o9000
5a867a83c6
Taskbar: thumbnails
2017-11-14 10:34:57 +01:00
o9000
0e8a6dd961
Systray: warn on duplicate config option systray_name_filter (issue #652 )
2017-11-10 13:44:04 +01:00
o9000
07d907fc43
Add Spanish translation (contributed by Vicmz)
2017-11-10 13:23:03 +01:00
o9000
1ff3404e56
Update periodic testing scripts
2017-11-05 19:51:09 +01:00
o9000
23ddb47e0c
Reset signal mask at startup
2017-10-15 13:07:12 +02:00
o9000
407aef3786
Reset signal mask before executing commands (issue #674 )
2017-10-15 13:00:18 +02:00
o9000
031bd23849
Print tint2: before geometry dumps
2017-10-01 18:33:53 +02:00
o9000
7e2dc91ce7
Silence warning
2017-10-01 14:04:34 +02:00
fafryd
9aa50104db
Fix warning ISO C does not support __FUNCTION__
...
"warning: ISO C does not support ‘__FUNCTION__’ predefined identifier"
Among others -Wpedantic now warns about non-standard predefined identifiers.
The fix is either to use the standard predefined identifier __func__ (since C99),
or to use the __extension__ keyword.
2017-10-01 09:37:05 +02:00
o9000
e38ccf5376
Remember window order on panel restart (issue #615 )
2017-09-28 12:26:46 +02:00
o9000
b8675fa208
Compute text size correctly (issue #671 )
2017-09-28 11:23:31 +02:00
o9000
c21930de2b
Battery: check that data files are readable and non-empty
2017-09-17 14:26:29 +02:00
o9000
fc61676732
Battery: Do not show time remaining if rate is zero
2017-09-17 14:09:48 +02:00
o9000
3de424b129
Allow batteries that do not provide the charging rate
2017-09-17 14:04:03 +02:00
o9000
86d6e96f7a
Fix build on various architectures
2017-09-08 17:37:40 +02:00
o9000
87e1ccc6bf
Fix build on various architectures
2017-09-08 17:37:01 +02:00
o9000
aa355e22f9
Fix build on various architectures
2017-09-08 17:04:10 +02:00
o9000
d21f758158
Fix build on various architectures
2017-09-08 16:35:24 +02:00
o9000
f2741116a7
Fix build on non-x86 architectures
2017-09-05 19:11:13 +02:00
o9000
d49adfdef3
Launcher: Support %f and %F
2017-09-02 13:04:01 +02:00
o9000
498b665c8a
Launcher: Fix drag and drop
2017-09-02 12:39:40 +02:00
o9000
14c3824632
Launcher: Add support for Terminal=true
2017-09-02 10:53:20 +02:00
o9000
eb93af3622
preprent "tint2:" to all logging messages
2017-09-01 18:23:46 +02:00
o9000
b7691afb8d
Print logging output consistently to stderr
2017-09-01 18:11:35 +02:00
o9000
61c61c8844
Warn on primary_monitor_first
2017-09-01 18:06:56 +02:00
o9000
120207f1f9
Fix regression in cli handling
2017-09-01 18:02:35 +02:00
o9000
ceb6a44238
Launcher: fix layout on vertical panels
2017-09-01 11:34:57 +02:00
o9000
6a1b2f0610
Icon lookup: allow debugging enabled by env variable
2017-09-01 11:34:28 +02:00
o9000
95d4d90efd
Button: fix parsing of empty config options
2017-09-01 11:32:44 +02:00
o9000
6605a1c3c2
Tracing support
2017-08-31 21:46:04 +02:00
o9000
0c754affd9
Refactoring
2017-08-31 18:55:22 +02:00
o9000
1e45abe988
Refactoring
2017-08-31 18:38:31 +02:00
o9000
6852e25372
Refactoring
2017-08-31 16:42:05 +02:00
o9000
2d67984536
Revert to the old autohide style (issues #640 , #657 )
2017-08-25 17:16:41 +02:00
o9000
e042bc3a17
Fix memory leak in icon themes (possibly related to issue #650 )
2017-08-25 16:51:56 +02:00
o9000
297e2a13a2
Refresh clock text immediately if empty (issue #659 , regression)
2017-08-25 16:31:49 +02:00
o9000
4df8f475ce
Fix resizing of text elements (issue #661 )
2017-08-24 23:57:48 +02:00
o9000
8e50c20c9d
Reinitialize timers correctly when created from their own callbacks
2017-08-21 14:26:20 +02:00
o9000
e9adb18d58
Merge branch 'aaaz/tint2-master'
2017-08-21 13:49:56 +02:00
o9000
f5f8423364
panel: Set _NET_WM_PID (fixes issue #651 )
2017-07-22 09:22:27 +02:00