summaryrefslogtreecommitdiff
path: root/mktrayicon.c
Commit message (Expand)AuthorAge
* Remove now-unused fifo var from main()Jon Gjengset2019-10-24
* No more debug by defaultJon Gjengset2019-10-24
* Support both types of quotesJon Gjengset2019-10-24
* Remove debug printsJon Gjengset2019-10-24
* Handle newlines in paramsJon Gjengset2019-10-24
* Allow noninteractive icon (#4)GNUser2019-10-20
* Update mktrayicon.cGNUser2019-10-16
* add handling for custom iconsBruno Dantas2019-10-16
* Hide debug messages by defaultJon Gjengset2013-09-09
* Avoid overwriting params to idle functionsJon Gjengset2013-09-09
* Avoid X11 threading errors; fixes #1Jon Gjengset2013-09-09
* Try to fix X threading warningJon Gjengset2013-09-06
* Add usage string when run with no argumentsJon Gjengset2013-09-05
* Make indenting more consistentJon Gjengset2013-09-05
* Read all messages from fifo, not just first of each writeJon Gjengset2013-09-05
* Make 'none' default iconJon Gjengset2013-09-05
* Try to maintain correct contextJon Gjengset2013-09-05
* Allow removal of tooltipsJon Gjengset2013-09-05
* First iterationJon Gjengset2013-09-05
bgstack15