summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update mktrayicon.cGNUser2019-10-16
|
* add handling for custom iconsBruno Dantas2019-10-16
|
* Add examples directoryJon Gjengset2013-09-11
|
* 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
| | | | Thanks: http://stackoverflow.com/a/18690540/472927
* Move bugs to Github issues #1 and #2Jon Gjengset2013-09-07
|
* Add SO link to X thread problemJon Gjengset2013-09-06
|
* Make example standaloneJon Gjengset2013-09-06
|
* 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
* Clean up MakefileJon Gjengset2013-09-05
|
* Add 'why?' section to READMEJon Gjengset2013-09-05
|
* Add usage string when run with no argumentsJon Gjengset2013-09-05
|
* Make indenting more consistentJon Gjengset2013-09-05
|
* Add Arch build fileJon Gjengset2013-09-05
|
* Add note in README about exit conditionsJon Gjengset2013-09-05
|
* Choose correct alias for shell syntax highlightingJon Gjengset2013-09-05
|
* Write READMEJon 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
|
* Add makefileJon Gjengset2013-09-05
|
* Ignore binaryJon Gjengset2013-09-05
|
* First iterationJon Gjengset2013-09-05
|
* Initial commitJon Gjengset2013-09-05
bgstack15