summaryrefslogtreecommitdiff
path: root/mktrayicon.c
Commit message (Collapse)AuthorAge
* use empty label in menu spec as a separatormenu_separatorB Stack2020-02-06
|
* add -h option and example doc for menu separatorB Stack2020-02-05
|
* accept "-----" as a separator in the menu specB Stack2020-02-05
|
* clang-formatJon Gjengset2019-12-12
|
* Add curly boys in single-statement if/for blocksCharalampos Kardaris2019-12-12
|
* Fix in escape logicCharalampos Kardaris2019-12-12
|
* Accept empty entries everywhereCharalampos Kardaris2019-12-04
|
* Minor fixCharalampos Kardaris2019-12-04
|
* Fix on NULL param for m command and freeable pointersCharalampos Kardaris2019-12-04
|
* Fixed accepted format of parameter for command 'm'Charalampos Kardaris2019-12-03
| | | | | Added free() commands where appropriate Made the logic a bit clearer and resistant to weird inputs
* Added missing popup menu functionalityCharalampos Kardaris2019-12-03
| | | | | | The existing code had this functionality planned but not implemented. I tried my best to make it work and I updated the README file with instructions on how to use it.
* 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
| | | | 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