Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-21 | Look for renderers on right location | Tomáš Čech | |
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. | |||
2014-10-25 | Cleanup init. | Jari Vetoniemi | |
2014-10-25 | Use dprintf | 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-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 | |
wayland (cairo) renderer. | |||
2014-04-14 | Fix documentation. | Jari Vetoniemi | |
2014-04-12 | CLI interface, aka option parsing. | Jari Vetoniemi | |