summaryrefslogtreecommitdiff
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
|
* Refine menu README text a littleJon Gjengset2019-12-12
|
* Reflow README textJon Gjengset2019-12-12
|
* Merge pull request #8 from ckardaris/masterJon Gjengset2019-12-12
|\ | | | | Added missing popup menu functionality
| * Fix READMECharalampos Kardaris2019-12-12
| |
| * Updated READMECharalampos Kardaris2019-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.
* Merge pull request #6 from jonhoo/newline-handlingJon Gjengset2019-10-25
|\ | | | | Handle newlines in params
| * Remove now-unused fifo var from main()Jon Gjengset2019-10-24
| |
| * No more debug by defaultJon Gjengset2019-10-24
| |
| * Mention quoted strings in READMEJon 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
|
* Merge pull request #3 from bdantas/handle-custom-iconsJon Gjengset2019-10-16
|\ | | | | add handling for custom icons
| * Update README.mdGNUser2019-10-16
| |
| * 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
|
bgstack15