- Mar 03, 2019
-
- Feb 16, 2019
-
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
Restrict CMake to only C
-
Issam Maghni authored
-
- Jan 31, 2019
-
-
Jari Vetoniemi authored
Fix wayland renderer lagging behind by 1 keystroke
-
- Jan 29, 2019
-
-
Jari Vetoniemi authored
Fix vertical alignment of text.
-
v44r authored
-
v44r authored
-
- Jan 28, 2019
- Nov 07, 2018
-
-
ppascher authored
When using the wayland renderer the entries according to the second to last keystroke where displayed while the actual selected entry matched the last keystroke. This removes skipping the buffer change in bm_wl_window_render if window->frame_cb is not NULL.
-
- Oct 31, 2018
-
-
Earnestly authored
-
- Apr 29, 2018
-
-
Jari Vetoniemi authored
More wayland fixes
-
Dominique Martinet authored
-
Dominique Martinet authored
window->height is 0 at this point anyway...
-
Dominique Martinet authored
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
-
Dominique Martinet authored
- reset size when it changes, so there is no blank below text - ignore exclude zone to overlap bar regardless of rendering order
-
- Apr 16, 2018
-
-
Jari Vetoniemi authored
Wayland renderer: implement bottom option
-
Dominique Martinet authored
-
Dominique Martinet authored
-
- Apr 08, 2018
-
-
Jari Vetoniemi authored
Port to wlroots layer shell
-
Drew DeVault authored
-
Drew DeVault authored
-
- Feb 14, 2017
-
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
We can't handle input yet during read because renderers are very dumb. Thus -f can potentially lock your system with grab.
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
Jari Vetoniemi authored
-
- Dec 06, 2016
-
-
Jari Vetoniemi authored
reference bm_scrollbar_mode in documentation
-
Jari Vetoniemi authored
Add C-m -> Return bind
-
- Dec 05, 2016
-
-
uphere authored
C-m is often bound to return and it's jarring to have all the other keybinds but not this one
-
- Dec 03, 2016
-
-
Jari Vetoniemi authored
Remove double slash from os anonymous file
-
up here authored
The `bm_scrollbar_mode` constants linked to the `bm_run_result` enum in their doc comments.
-
- Dec 01, 2016
-
-
up here authored
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.
-