aboutsummaryrefslogtreecommitdiffstats
path: root/systray_linux.c
AgeCommit message (Collapse)Author
2018-10-17Merge pull request #63 from meskio/unlink_temp_filesjoesis
linux: delete temp files as soon as they are not needed
2018-10-15linux: use TMPDIR to store icons if definedRuben Pollan
TMPDIR is the canonical environment variable in Unix and POSIX that should be used to specify a temporary directory: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03 Let's use it if is defined to store temporary icon files and default to '/tmp' if is not defined.
2018-10-15linux: delete temp files as soon as they are not neededRuben Pollan
Stop generating one file in /tmp for each icon change. Let's move the clean up to the set icon instead of waiting for the quit clean up.
2018-10-15Made it possible to add icons to menu items on Macjefvel
2018-03-20Merge pull request #39 from meskio/hide_widgets_linuxjoesis
Fixed hide show in linux (#37)
2018-03-19Fixed hide show in linuxRuben Pollan
Closes #37
2018-03-19On quit exit main loop on linuxRuben Pollan
Close #40
2018-01-09fix: linux compilation warningLE ROUX Thomas
Tested on Archlinux Close #24
2017-09-12Added separator functionality for linuxOx Cart
2017-09-12Code review fixesOx Cart
2017-09-11Fixed linux show/hideOx Cart
2017-09-11Added show/hide for linuxOx Cart
2017-08-25Made onExit run reliably and process terminate on quitOx Cart
2016-08-24Updates from lanternOx Cart
2016-04-04Fixes wrong return type.Florian Engel
2016-03-17Squashed commits, full commit log available in ↵Ox Cart
https://github.com/getlantern/lantern