Commit graph

1174 commits

Author SHA1 Message Date
iflyun@gmail.com
5e9791079d systray_hide_by_icon_name if equal to 0 do nothing 2017-02-12 13:59:07 -08:00
iflyun@gmail.com
4c103423ba Add systray_hide_by_icon_name Exact Match, Deliminator ',' 2017-02-12 12:56:09 -08:00
o9000
f438ef712b Ignore monitors with size 0 2017-01-21 10:27:27 +01:00
o9000
0392c34e71 Do not run gtk-update-icon-cache at make install (breaks packaging; issue #620) 2017-01-14 18:40:48 +01:00
o9000
5041f74aad Merge branch 'installdirs' into 'master'
Allow docdir to be defined at build-time

See merge request !22
2017-01-14 17:22:07 +00:00
o9000
6f58ea9e21 Merge branch 'conficon' into 'master'
tint2conf: Fix window and about icons

See merge request !21
2017-01-14 17:14:09 +00:00
Chris Mayo
b0cfb4e933 Allow docdir to be defined at build-time
- Simplify by using GNUInstallDirs module
- Move html documentation into an html subdirectory
2017-01-14 16:16:20 +00:00
Chris Mayo
290ab2dfed tint2conf: Fix window and about icons 2017-01-14 15:43:34 +00:00
o9000
21326dca12 Panel: do not change struts (available screen size) when shown in autohide mode (issue #619) 2017-01-13 11:42:21 +01:00
o9000
6f49df9612 Update changelog 2016-12-28 19:15:40 +01:00
o9000
fca752849b Battery: fix issue #616 2016-12-28 19:13:54 +01:00
o9000
8f2a28f56d launcher: Redraw icons properly on icon theme change 2016-12-24 09:13:57 +01:00
o9000
17beb40283 Handle primary_monitor_first correctly at startup (issue #613) 2016-12-18 11:34:29 +01:00
o9000
cd76bd311d Support for Path in .desktop files (fixes issue #611) 2016-12-04 17:39:34 +01:00
o9000
c37d61c862 Merge branch 'launcher-path' into 'master'
Add support for Path in .desktop files

This attempts to solve Issue #611 I filed earlier this evening.

I've added support for the Path key in .desktop files for the launcher.   I'm happy to make any changes to make things cleaner, since I'm admittedly not a guru.

See merge request !20
2016-12-04 16:29:21 +00:00
Mike Messmore
d21507cd4b Add support for Path in .desktop files 2016-11-30 21:21:18 -06:00
o9000
48078ffb25 Merge branch 'master' into 'master'
polish translation update

See merge request !19
2016-11-18 23:09:50 +00:00
napcok
ef4cc5ea56 polish translation update 2016-11-16 16:37:14 +01:00
napcok
30469d37f0 polish translation update 2016-11-16 16:16:28 +01:00
o9000
07ef35aa4a tint2conf: Fix typo in reading panel_shrink 2016-10-25 10:23:09 +02:00
o9000
040f6479bf Fix regression in resizing logic (taskbar_distribute_size now works correctly when the taskbar is completely empty) 2016-10-25 09:47:51 +02:00
o9000
ce0acdbd5b Destroy taskbar name after destroying tasks 2016-10-09 16:36:45 +02:00
o9000
1d15c41c1b Fix resizing logic (taskbar_distribute_size was broken, resizing triggered unnecessary redraws) 2016-10-09 16:33:33 +02:00
o9000
0d861ebd97 Option to shrink panel: fix taskbar sizing 2016-10-09 15:21:56 +02:00
o9000
7c54f2acf7 Option to shrink panel: add missing code for separator 2016-10-09 15:03:48 +02:00
o9000
278a915ba4 Change profiling code to use median instead of average 2016-10-08 18:17:27 +02:00
o9000
2c42a78725 Fix compilation with ENABLE_RSVG=OFF (fixes issue #602) 2016-10-08 15:02:28 +02:00
o9000
07592355cb Option to shrink panel: updated doc and translation files 2016-10-08 14:54:34 +02:00
o9000
61a80b996f Add option to shrink panel (fixes issue #333) 2016-10-08 14:45:00 +02:00
o9000
8c7f4cc825 Freespace: update doc 2016-10-08 10:17:56 +02:00
o9000
7dad1c4e33 Freespace: release memory in correct order 2016-10-08 10:17:16 +02:00
o9000
f8ceb5a849 Allow multiple freespace items (fixes issue #607) 2016-10-08 10:12:20 +02:00
o9000
d45af83eaa FPS profiling: do not count read timeouts 2016-10-06 11:13:36 +02:00
o9000
cbde035f36 Add FPS profiling (set DEBUG_FPS when running tint2) : show average 2016-10-04 22:52:21 +02:00
o9000
0f3f6eebd8 Add FPS profiling (set DEBUG_FPS when running tint2) 2016-10-04 22:43:18 +02:00
o9000
c5845a7f70 Fixed indentation in doc 2016-10-04 18:06:00 +02:00
o9000
b53aea76bd Updated changelog and doc 2016-10-04 18:04:13 +02:00
o9000
a5434a362b Gradients: release memory 2016-10-04 17:57:03 +02:00
o9000
1922cafa14 Taskbar: revert accidental change 2016-10-04 14:23:00 +02:00
o9000
b4c2b3e6af Gradients: mostly done 2016-10-03 20:25:35 +02:00
o9000
822b149419 Gradients: work in progress 2016-10-02 22:56:48 +02:00
o9000
edc5a02efe Separator: fix warning 2016-10-02 16:43:44 +02:00
Oskari Rauta
0867010841 Add gradient background support
Conflicts:
	src/tint2conf/properties_rw.c
2016-10-02 16:43:24 +02:00
o9000
031b6b3240 Separator: updated translation 2016-10-02 14:15:37 +02:00
o9000
502c2f03ac Separator: updated doc and changelog 2016-10-02 14:07:16 +02:00
o9000
55de4c27b8 Separator: fix line bug in vertical panel 2016-10-02 14:06:31 +02:00
o9000
d49ecee3a7 Separator: simplify 2016-10-02 13:51:10 +02:00
o9000
62e0ee6a3a Separator: add background option 2016-10-02 12:17:07 +02:00
Oskari Rauta
6304715df3 Add separator plugin 2016-10-02 11:25:44 +02:00
o9000
7dbc894d2e Hide tooltip on desktop change (fixes issue #593) 2016-09-18 13:00:49 +02:00