Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-08 | Port to wlroots layer shell | Drew DeVault | |
2017-02-14 | clients: Make -f option show menu immediately | Jari Vetoniemi | |
2017-02-14 | curses: Refresh before endwin | Jari Vetoniemi | |
2017-02-14 | Fix gcc warnings | Jari Vetoniemi | |
2017-02-14 | Set default font to Fixed | Jari Vetoniemi | |
2016-12-06 | Merge pull request #30 from upwhere/docs-patch | Jari Vetoniemi | |
reference bm_scrollbar_mode in documentation | |||
2016-12-06 | Merge pull request #29 from upwhere/CtrlM | Jari Vetoniemi | |
Add C-m -> Return bind | |||
2016-12-05 | Add C-m -> Return bind | uphere | |
C-m is often bound to return and it's jarring to have all the other keybinds but not this one | |||
2016-12-03 | reference correct enum in documentation | up here | |
The `bm_scrollbar_mode` constants linked to the `bm_run_result` enum in their doc comments. | |||
2016-12-01 | Remove double slash from os anonymous file | up here | |
the anonymous file path is created from - the XDG_RUNTIME path (with optional slash at the end) - a slash if the XDG_RUNTIME path didn't have one - and the tmpfile template (which starts with a slash). This guarantees there are always two slashes before the filename. It does not affect the behaviour of the program, but I've removed it anyway. | |||
2016-04-12 | wayland: Bind interfaces correctly | Jari Vetoniemi | |
seat was binded with XDG_SHELL_VERSION_CURRENT constant that makes no sense. Use this constant in use_unstable_version call instead, and bind to the implemented versions. | |||
2016-03-18 | Update xdg-shell.xml from wayland-protocols | Mikkel Oscar Lyderik | |
Updates xdg-shell.xml to version 5. | |||
2015-09-23 | curses: Use set_escdelay when available | Jari Vetoniemi | |
2015-09-23 | CMake: Use absolute libdir instead | Jari Vetoniemi | |
2015-09-22 | Check explicitly for Xinerama | Tomáš Čech | |
Xinerama doesn't need to be present even when base X11 is. Check it explicitly. | |||
2015-09-21 | Look for renderers on right location | Tomáš Čech | |
2015-09-21 | Respect install destinations set by variables | Tomáš Čech | |
Use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR as destination base. | |||
2015-04-06 | Add some Emacs keybindings | Mark Oteiza | |
* C-v to curses backend * C-v, M-v, M-<, M-> to x11 and wayland backends Signed-off-by: Jari Vetoniemi <mailroxas@gmail.com> | |||
2015-03-09 | Make renderers try detect whether they are in correct env. | Jari Vetoniemi | |
2015-02-02 | Fix mac os x build | Jari Vetoniemi | |
2015-01-30 | Handle build-time dependency checking better, so you can compile bemenu | Jari Vetoniemi | |
without wayland or x11 easier. | |||
2015-01-20 | Allows -l 1 | Jari Vetoniemi | |
2015-01-20 | Remove bg color option as you never see the real bg anyways. | Jari Vetoniemi | |
2015-01-18 | Bind alt+h and alt+l as well | Jari Vetoniemi | |
2015-01-18 | Add math library linkage | Jari Vetoniemi | |
2015-01-18 | Swap j-k | Jari Vetoniemi | |
2015-01-18 | Change scrollbar to represent content instead of index. | Jari Vetoniemi | |
2015-01-18 | Add alt keybindings from demenu to gui backends | 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 | |
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 | 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-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 | Mkae highlighted item prefix configurable. | Jari Vetoniemi | |