summaryrefslogtreecommitdiff
path: root/mktrayicon.c
Commit message (Collapse)AuthorAge
* Avoid X11 threading errors; fixes #1Jon Gjengset2013-09-09
| | | | Thanks: http://stackoverflow.com/a/18690540/472927
* Try to fix X threading warningJon Gjengset2013-09-06
| | | | | | | | Replace pthreads with GThread and g_main_context_invoke with gdk_threads_add_idle as suggested here: http://stackoverflow.com/a/18651036/472927 Problem still occurs, albeit now more rarely
* 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