Age | Commit message (Expand) | Author |
2019-03-25 | Add options for renderers, make deps required | Danilo Spinella |
2017-02-14 | clients: Make -f option show menu immediately | Jari Vetoniemi |
2017-02-14 | curses: Refresh before endwin | Jari Vetoniemi |
2016-12-05 | Add C-m -> Return bind | uphere |
2015-09-23 | curses: Use set_escdelay when available | Jari Vetoniemi |
2015-09-21 | Respect install destinations set by variables | Tomáš Čech |
2015-04-06 | Add some Emacs keybindings | Mark Oteiza |
2015-02-02 | Fix mac os x build | Jari Vetoniemi |
2015-01-18 | Add math library linkage | Jari Vetoniemi |
2015-01-18 | Change scrollbar to represent content instead of index. | 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-17 | Remove --backend and --prioritory options, change prioritory -> priorty | Jari Vetoniemi |
2015-01-17 | Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also use | Jari Vetoniemi |
2014-11-02 | Make shift + tab the current tab behavior, and normal tab to cycle. | Jari Vetoniemi |
2014-10-26 | Mkae highlighted item prefix configurable. | Jari Vetoniemi |
2014-10-25 | Use cleanable buffer for curses renderer. | Jari Vetoniemi |
2014-10-25 | Single line mode, color customization, etc.. | Jari Vetoniemi |
2014-10-25 | Use BM_PLUGIN_VERSION for renderers. | Jari Vetoniemi |
2014-10-25 | Cleanup wayland renderer and plugin support. | Jari Vetoniemi |
2014-10-23 | Only compile curses renderer if curses was found. | Jari Vetoniemi |
2014-10-23 | vsnprintf is null terminated. | Jari Vetoniemi |
2014-10-23 | Use get_wch | Jari Vetoniemi |
2014-10-22 | No longer true. | Jari Vetoniemi |
2014-10-22 | Pass bm_menu struct on each render api call. | Jari Vetoniemi |
2014-10-22 | Call constructor of activated renderer. | Jari Vetoniemi |
2014-10-22 | Refactor code to snake_style, turn renderers into plugins, and start | Jari Vetoniemi |