Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use empty label in menu spec as a separatormenu_separator | B Stack | 2020-02-06 |
| | |||
* | add -h option and example doc for menu separator | B Stack | 2020-02-05 |
| | |||
* | accept "-----" as a separator in the menu spec | B Stack | 2020-02-05 |
| | |||
* | clang-format | Jon Gjengset | 2019-12-12 |
| | |||
* | Refine menu README text a little | Jon Gjengset | 2019-12-12 |
| | |||
* | Reflow README text | Jon Gjengset | 2019-12-12 |
| | |||
* | Merge pull request #8 from ckardaris/master | Jon Gjengset | 2019-12-12 |
|\ | | | | | Added missing popup menu functionality | ||
| * | Fix README | Charalampos Kardaris | 2019-12-12 |
| | | |||
| * | Updated README | Charalampos Kardaris | 2019-12-12 |
| | | |||
| * | Add curly boys in single-statement if/for blocks | Charalampos Kardaris | 2019-12-12 |
| | | |||
| * | Fix in escape logic | Charalampos Kardaris | 2019-12-12 |
| | | |||
| * | Accept empty entries everywhere | Charalampos Kardaris | 2019-12-04 |
| | | |||
| * | Minor fix | Charalampos Kardaris | 2019-12-04 |
| | | |||
| * | Fix on NULL param for m command and freeable pointers | Charalampos Kardaris | 2019-12-04 |
| | | |||
| * | Fixed accepted format of parameter for command 'm' | Charalampos Kardaris | 2019-12-03 |
| | | | | | | | | | | Added free() commands where appropriate Made the logic a bit clearer and resistant to weird inputs | ||
| * | Added missing popup menu functionality | Charalampos Kardaris | 2019-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-handling | Jon Gjengset | 2019-10-25 |
|\ | | | | | Handle newlines in params | ||
| * | Remove now-unused fifo var from main() | Jon Gjengset | 2019-10-24 |
| | | |||
| * | No more debug by default | Jon Gjengset | 2019-10-24 |
| | | |||
| * | Mention quoted strings in README | Jon Gjengset | 2019-10-24 |
| | | |||
| * | Support both types of quotes | Jon Gjengset | 2019-10-24 |
| | | |||
| * | Remove debug prints | Jon Gjengset | 2019-10-24 |
| | | |||
| * | Handle newlines in params | Jon Gjengset | 2019-10-24 |
|/ | |||
* | Allow noninteractive icon (#4) | GNUser | 2019-10-20 |
| | |||
* | Merge pull request #3 from bdantas/handle-custom-icons | Jon Gjengset | 2019-10-16 |
|\ | | | | | add handling for custom icons | ||
| * | Update README.md | GNUser | 2019-10-16 |
| | | |||
| * | Update mktrayicon.c | GNUser | 2019-10-16 |
| | | |||
| * | add handling for custom icons | Bruno Dantas | 2019-10-16 |
|/ | |||
* | Add examples directory | Jon Gjengset | 2013-09-11 |
| | |||
* | Hide debug messages by default | Jon Gjengset | 2013-09-09 |
| | |||
* | Avoid overwriting params to idle functions | Jon Gjengset | 2013-09-09 |
| | |||
* | Avoid X11 threading errors; fixes #1 | Jon Gjengset | 2013-09-09 |
| | | | | Thanks: http://stackoverflow.com/a/18690540/472927 | ||
* | Move bugs to Github issues #1 and #2 | Jon Gjengset | 2013-09-07 |
| | |||
* | Add SO link to X thread problem | Jon Gjengset | 2013-09-06 |
| | |||
* | Make example standalone | Jon Gjengset | 2013-09-06 |
| | |||
* | Try to fix X threading warning | Jon Gjengset | 2013-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 Makefile | Jon Gjengset | 2013-09-05 |
| | |||
* | Add 'why?' section to README | Jon Gjengset | 2013-09-05 |
| | |||
* | Add usage string when run with no arguments | Jon Gjengset | 2013-09-05 |
| | |||
* | Make indenting more consistent | Jon Gjengset | 2013-09-05 |
| | |||
* | Add Arch build file | Jon Gjengset | 2013-09-05 |
| | |||
* | Add note in README about exit conditions | Jon Gjengset | 2013-09-05 |
| | |||
* | Choose correct alias for shell syntax highlighting | Jon Gjengset | 2013-09-05 |
| | |||
* | Write README | Jon Gjengset | 2013-09-05 |
| | |||
* | Read all messages from fifo, not just first of each write | Jon Gjengset | 2013-09-05 |
| | |||
* | Make 'none' default icon | Jon Gjengset | 2013-09-05 |
| | |||
* | Try to maintain correct context | Jon Gjengset | 2013-09-05 |
| | |||
* | Allow removal of tooltips | Jon Gjengset | 2013-09-05 |
| | |||
* | Add makefile | Jon Gjengset | 2013-09-05 |
| | |||
* | Ignore binary | Jon Gjengset | 2013-09-05 |
| |