Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Fix overlapping when items have large glyphs | Earnestly | |
2018-04-29 | Merge pull request #33 from martinetd/wayland | Jari Vetoniemi | |
More wayland fixes | |||
2018-04-29 | client: update help (--bottom available for wayland) | Dominique Martinet | |
2018-04-29 | wayland renderer: remove useless wl_surface_damage call | Dominique Martinet | |
window->height is 0 at this point anyway... | |||
2018-04-29 | wayland renderer: Implement grab_keyboard | Dominique Martinet | |
This avoids locking oneself out when running bemenu interactively, as input would be grabbed too early without that and layer shell does not allow to 'ungrab' focus by clicking on another window | |||
2018-04-29 | wayland renderer: Fix bottom positioning | Dominique Martinet | |
- reset size when it changes, so there is no blank below text - ignore exclude zone to overlap bar regardless of rendering order | |||
2018-04-16 | Merge pull request #32 from martinetd/wayland_bottom | Jari Vetoniemi | |
Wayland renderer: implement bottom option | |||
2018-04-16 | wayland renderer: fix indentation | Dominique Martinet | |
2018-04-16 | wayland renderer: implement bottom | Dominique Martinet | |
2018-04-08 | Merge pull request #31 from SirCmpwn/layer-shell | Jari Vetoniemi | |
Port to wlroots layer shell | |||
2018-04-08 | Port to wlroots layer shell | Drew DeVault | |
2018-04-08 | Add .editorconfig | Drew DeVault | |
2017-02-14 | bemenu: Add --ifne option | Jari Vetoniemi | |
2017-02-14 | bemenu-run: Use bemenu-run default title | Jari Vetoniemi | |
2017-02-14 | bemenu: Remove unneccessary initializers | Jari Vetoniemi | |
2017-02-14 | bemenu: Reuse code more | Jari Vetoniemi | |
2017-02-14 | bemenu: const correctness | Jari Vetoniemi | |
2017-02-14 | bemenu: Disable early grab on -f for now | Jari Vetoniemi | |
We can't handle input yet during read because renderers are very dumb. Thus -f can potentially lock your system with grab. | |||
2017-02-14 | bemenu: Do not eat newlines | Jari Vetoniemi | |
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 | Merge pull request #28 from upwhere/patch-1 | Jari Vetoniemi | |
Remove double slash from os anonymous file | |||
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 | Merge pull request #24 from mikkeloscar/follow-dtd | Jari Vetoniemi | |
Make protocol specifications follow the DTD | |||
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 | Merge pull request #20 from sleep-walker/master | Jari Vetoniemi | |
path configuration - 2nd part, prevent clashing of ncurses symbol, xinerama check | |||
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 | Merge pull request #19 from sleep-walker/master | Jari Vetoniemi | |
Respect install destinations set by variables | |||
2015-09-21 | Respect install destinations set by variables | Tomáš Čech | |
Use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR as destination base. | |||
2015-05-10 | Update buildhck status. | Jari Vetoniemi | |
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-04-06 | Copy better tokenizer from chck for now. | Jari Vetoniemi | |
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-02-02 | Update mainpage | 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 | Remove the useless test, need actual tests. | Jari Vetoniemi | |
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 | |