Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-14 | bemenu: Remove unneccessary initializers | Jari Vetoniemi | |
2017-02-14 | bemenu: Reuse code more | Jari Vetoniemi | |
2017-02-14 | bemenu: Do not eat newlines | 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 | Change font functions to function on pango style font descriptions instead ↵ | Jari Vetoniemi | |
of size and name. | |||
2014-10-26 | Mkae highlighted item prefix configurable. | Jari Vetoniemi | |
2014-10-25 | Share client code, add bemenu-run | Jari Vetoniemi | |