Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-05 | Prevent a deadloop in PATH handling | Thomas Kerpe | |
Empty PATH segments should no longer cause a deadloop. Fixes #59 | |||
2019-05-31 | bemenu: add --line-height / -H option | Alyssa Ross | |
Text is displayed vertically centered in a line. If unspecified, or 0, the previous behaviour of making the height the size of the text, plus two pixels on either side, is used, so there will be no change in behaviour if this option is not used. Fixes https://github.com/Cloudef/bemenu/issues/44. | |||
2019-05-03 | Fix typo | samihda | |
2019-03-25 | Add option to respect panel position (#48) | Ilia Bozhinov | |
* implement option to make menu respect panel boundaries * fixup! implement option to make menu respect panel boundaries | |||
2018-04-29 | client: update help (--bottom available for wayland) | Dominique Martinet | |
2017-02-14 | bemenu: Add --ifne option | Jari Vetoniemi | |
2017-02-14 | bemenu-run: Use bemenu-run default title | Jari Vetoniemi | |
2017-02-14 | bemenu: Remove unneccessary initializers | Jari Vetoniemi | |
2017-02-14 | bemenu: Reuse code more | Jari Vetoniemi | |
2017-02-14 | bemenu: const correctness | Jari Vetoniemi | |
2017-02-14 | bemenu: Disable early grab on -f for now | Jari Vetoniemi | |
We can't handle input yet during read because renderers are very dumb. Thus -f can potentially lock your system with grab. | |||
2017-02-14 | bemenu: Do not eat newlines | Jari Vetoniemi | |
2017-02-14 | clients: Make -f option show menu immediately | Jari Vetoniemi | |
2015-04-06 | Copy better tokenizer from chck for now. | Jari Vetoniemi | |
2015-01-20 | Remove bg color option as you never see the real bg anyways. | Jari Vetoniemi | |
2015-01-18 | Make scrollbar autohideable | Jari Vetoniemi | |
2015-01-18 | Change default scrollbar style and make colors configurable | Jari Vetoniemi | |
2015-01-18 | Add --scrollbar option | Jari Vetoniemi | |
2015-01-18 | Use bools instead of ints | Jari Vetoniemi | |
2015-01-17 | Fix argument constants and references to --backend option | Jari Vetoniemi | |
2015-01-17 | Remove --backend and --prioritory options, change prioritory -> priorty | Jari Vetoniemi | |
and provide BEMENU_BACKEND env variable. Change API to reflect this change. There is no reliable way to detect when running on terminal (especially when stdin is a pipe), so we need to make curses backend explicit with BEMENU_BACKEND=curses or bm_menu_new("curses"), otherwise GUI backend will be choosed automatically. | |||
2015-01-17 | Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also use | Jari Vetoniemi | |
secure_getenv where it makes sense. | |||
2015-01-17 | Change font functions to function on pango style font descriptions instead ↵ | Jari Vetoniemi | |
of size and name. | |||
2015-01-16 | Update --help with x11 backend | Jari Vetoniemi | |
2015-01-16 | Add X11 renderer. | Jari Vetoniemi | |
2014-10-31 | Print disco to stderr instead of stdout. | Jari Vetoniemi | |
2014-10-26 | Fix font parsing. | Jari Vetoniemi | |
2014-10-26 | Mkae highlighted item prefix configurable. | Jari Vetoniemi | |
2014-10-26 | Tokenize launch arguments. | Jari Vetoniemi | |
2014-10-25 | Remove duplicates. | Jari Vetoniemi | |
2014-10-25 | Sort items in bemenu-run. | Jari Vetoniemi | |
2014-10-25 | Share client code, add bemenu-run | Jari Vetoniemi | |
2014-10-25 | Single line mode, color customization, etc.. | Jari Vetoniemi | |
2014-10-25 | Fix stdin read. | Jari Vetoniemi | |
2014-10-25 | More standard ints. | Jari Vetoniemi | |
2014-10-25 | Cleanup wayland renderer and plugin support. | Jari Vetoniemi | |
2014-10-22 | Refactor code to snake_style, turn renderers into plugins, and start | Jari Vetoniemi | |
wayland (cairo) renderer. | |||
2014-04-14 | Identation. | Jari Vetoniemi | |
2014-04-14 | Support disco parameter. | Jari Vetoniemi | |
2014-04-14 | Make version function exit itself. | Jari Vetoniemi | |
2014-04-14 | Print usage on wrong options. | Jari Vetoniemi | |
2014-04-14 | Add break for no reason. | Jari Vetoniemi | |
2014-04-14 | Useless whitespace. | Jari Vetoniemi | |
2014-04-14 | Add selection wrapping (-w). | Jari Vetoniemi | |
2014-04-13 | Handle -l option by ignoring it | Jari Vetoniemi | |
2014-04-12 | Improve CMakeLists and make stuff installable. | Jari Vetoniemi | |
2014-04-12 | Add TODO about options. | Jari Vetoniemi | |
2014-04-12 | CLI interface, aka option parsing. | Jari Vetoniemi | |
2014-04-12 | Fix out of bound access, and provide better tokenize api. | Jari Vetoniemi | |
2014-04-12 | Cleanup header includes. | Jari Vetoniemi | |