Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | Remove the useless test, need actual tests. | 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. | |||
2014-10-26 | These may fail, especially the wayland one if compositor runs somewhere. | Jari Vetoniemi | |
2014-10-25 | Cleanup wayland renderer and plugin support. | Jari Vetoniemi | |
2014-10-23 | Make test, test failures instead of skipping. | Jari Vetoniemi | |
2014-10-23 | Update test. | Jari Vetoniemi | |
2014-10-22 | Make test actually work again. | Jari Vetoniemi | |
2014-10-22 | Remove old test. | Jari Vetoniemi | |
2014-10-22 | Refactor code to snake_style, turn renderers into plugins, and start | Jari Vetoniemi | |
wayland (cairo) renderer. | |||
2014-04-13 | Unfortunately we can't test curses on cronjob | Jari Vetoniemi | |
2014-04-10 | Make asserts and ifs more consistent. | Jari Vetoniemi | |
2014-03-29 | Make test actually use the iterated draw mode. | Jari Vetoniemi | |
2014-03-28 | Add useful message for developer. | Jari Vetoniemi | |
2014-03-28 | Add tests. | Jari Vetoniemi | |
2014-03-18 | Add project skeleton | Jari Vetoniemi | |