Age | Commit message (Expand) | Author |
2019-05-31 | bemenu: add --line-height / -H option | Alyssa Ross |
2019-03-25 | Add option to respect panel position (#48) | Ilia Bozhinov |
2017-02-14 | Set default font to Fixed | 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-17 | Remove --backend and --prioritory options, change prioritory -> priorty | Jari Vetoniemi |
2015-01-17 | Newline | Jari Vetoniemi |
2015-01-17 | Change font functions to function on pango style font descriptions instead of... | Jari Vetoniemi |
2015-01-16 | Add X11 renderer. | Jari Vetoniemi |
2014-11-05 | Check that getppid != 1 | Jari Vetoniemi |
2014-11-02 | Make shift + tab the current tab behavior, and normal tab to cycle. | Jari Vetoniemi |
2014-10-26 | Make right/left arrow scroll list on single line mode. | Jari Vetoniemi |
2014-10-26 | Mkae highlighted item prefix configurable. | Jari Vetoniemi |
2014-10-25 | Store item pointer before removal. | Jari Vetoniemi |
2014-10-25 | Single line mode, color customization, etc.. | Jari Vetoniemi |
2014-10-25 | Cleanup wayland renderer and plugin support. | Jari Vetoniemi |
2014-10-22 | Pass bm_menu struct on each render api call. | Jari Vetoniemi |
2014-10-22 | Refactor code to snake_style, turn renderers into plugins, and start | Jari Vetoniemi |
2014-04-14 | Consistency. | Jari Vetoniemi |
2014-04-14 | Add selection wrapping (-w). | Jari Vetoniemi |
2014-04-12 | Stop assuming filter is static array anymore. | Jari Vetoniemi |
2014-04-12 | The list will be copied now. | Jari Vetoniemi |
2014-04-12 | Make filter to pointer. | Jari Vetoniemi |
2014-04-12 | S-Return (C-t, insert in curses) should return input, C-Return is mark. (C-r,... | Jari Vetoniemi |
2014-04-12 | Make page scrolling work like it should. (Shfit+pgup/pgdwn for old | Jari Vetoniemi |
2014-04-12 | Remove highlight logic from filters, it does not belong there. | Jari Vetoniemi |
2014-04-11 | This is actually better without the count check. | Jari Vetoniemi |
2014-04-10 | Make it possible to set filter text manually. | Jari Vetoniemi |
2014-04-10 | Make it possible filter manually, and optimized filtering. | Jari Vetoniemi |
2014-04-10 | Don't run filtering if there is no filter. | Jari Vetoniemi |
2014-04-10 | Proper filtering functions. | Jari Vetoniemi |
2014-04-10 | Improve documentation. | Jari Vetoniemi |
2014-04-10 | Include index parameter in documentation. | Jari Vetoniemi |
2014-04-10 | Setter first, then getter. | Jari Vetoniemi |
2014-04-10 | Make it possible to set and get userdata pointers. | Jari Vetoniemi |
2014-04-10 | Implement list structure, and feature for multiple selections. | Jari Vetoniemi |
2014-04-10 | Update documentation, include only public API in doxygen output. | Jari Vetoniemi |
2014-04-10 | Fix bmMenuRunWithKey documentation | Jari Vetoniemi |
2014-04-10 | Fix bmMenuRender documentation | Jari Vetoniemi |
2014-04-10 | Remove @file from non-public library files. | Jari Vetoniemi |
2014-04-10 | Clarify which enums the functions are mapped to. | Jari Vetoniemi |
2014-04-10 | Make asserts and ifs more consistent. | Jari Vetoniemi |
2014-04-10 | Move side effects after cleanup. | Jari Vetoniemi |
2014-04-10 | Do bounds checking correctly. | Jari Vetoniemi |
2014-04-10 | Free filtered items. | Jari Vetoniemi |
2014-04-10 | Basic working bemenu with curses backend | Jari Vetoniemi |