Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Newline | Jari Vetoniemi | |
2015-01-17 | Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also use | Jari Vetoniemi | |
secure_getenv where it makes sense. | |||
2015-01-17 | Change font functions to function on pango style font descriptions instead ↵ | Jari Vetoniemi | |
of size and name. | |||
2015-01-16 | Update --help with x11 backend | Jari Vetoniemi | |
2015-01-16 | Merge branch 'pango-wip' | Jari Vetoniemi | |
2015-01-16 | Add X11 renderer. | Jari Vetoniemi | |
2015-01-16 | Take monitor height into account again. | Jari Vetoniemi | |
2015-01-15 | Working pango code. | Jari Vetoniemi | |
2014-11-23 | Basic pango. | Jari Vetoniemi | |
2014-11-05 | Fatal on busy buffers. | Jari Vetoniemi | |
2014-11-05 | Check that getppid != 1 | Jari Vetoniemi | |
2014-11-02 | Redraw only when input changed. | Jari Vetoniemi | |
2014-11-02 | Get output width and height. | Jari Vetoniemi | |
2014-11-02 | Better list margin. | Jari Vetoniemi | |
2014-11-02 | Key repeats. | Jari Vetoniemi | |
2014-11-02 | Make shift + tab the current tab behavior, and normal tab to cycle. | Jari Vetoniemi | |
2014-10-31 | Print disco to stderr instead of stdout. | Jari Vetoniemi | |
2014-10-27 | Add buildhck status icons to README.md | Jari Vetoniemi | |
2014-10-26 | Make right/left arrow scroll list on single line mode. | Jari Vetoniemi | |
2014-10-26 | Cleanup cairo drawing. | Jari Vetoniemi | |
2014-10-26 | Add small margin to left when drawing with cairo. | Jari Vetoniemi | |
2014-10-26 | Fix font parsing. | Jari Vetoniemi | |
2014-10-26 | Mkae highlighted item prefix configurable. | Jari Vetoniemi | |
2014-10-26 | Use real font height for window height. | Jari Vetoniemi | |
2014-10-26 | Tokenize launch arguments. | Jari Vetoniemi | |
2014-10-26 | These may fail, especially the wayland one if compositor runs somewhere. | Jari Vetoniemi | |
2014-10-25 | Cleanup all resources used by wayland renderer. | Jari Vetoniemi | |
2014-10-25 | Use cleanable buffer for curses renderer. | Jari Vetoniemi | |
2014-10-25 | Cleanup init. | Jari Vetoniemi | |
2014-10-25 | Remove duplicates. | Jari Vetoniemi | |
2014-10-25 | Store item pointer before removal. | Jari Vetoniemi | |
2014-10-25 | Use sizeof(void*) and fix list remove. | Jari Vetoniemi | |
2014-10-25 | Close when connection is broken. | Jari Vetoniemi | |
2014-10-25 | Sort items in bemenu-run. | Jari Vetoniemi | |
2014-10-25 | Share client code, add bemenu-run | Jari Vetoniemi | |
2014-10-25 | Use dprintf | Jari Vetoniemi | |
2014-10-25 | Single line mode, color customization, etc.. | Jari Vetoniemi | |
2014-10-25 | Fix stdin read. | Jari Vetoniemi | |
2014-10-25 | Use BM_PLUGIN_VERSION for renderers. | Jari Vetoniemi | |
2014-10-25 | More standard ints. | Jari Vetoniemi | |
2014-10-25 | Cleanup wayland renderer and plugin support. | Jari Vetoniemi | |
2014-10-23 | Install wayland renderer as well. | Jari Vetoniemi | |
2014-10-23 | Make test, test failures instead of skipping. | Jari Vetoniemi | |
2014-10-23 | Update test. | Jari Vetoniemi | |
2014-10-23 | Add wayland renderer (experimental) | 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 | |