Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-01 | Remove wlrootsHEADmaster | Tuowen Zhao | |
2019-08-08 | Merge pull request #64 from khardix/man-page | Jari Vetoniemi | |
Add man pages for bemenu binaries | |||
2019-08-07 | Correct documentation of execution process | Jan “Khardix” Staněk | |
2019-08-07 | Install man pages to expected location | Jan Staněk | |
2019-08-07 | Write man page for bemenu | Jan Staněk | |
2019-07-15 | Merge pull request #61 from sauyon/master | Jari Vetoniemi | |
Add C-g shortcut to x11 and wayland | |||
2019-07-13 | Add C-g shortcut to x11 and wayland | Sauyon Lee | |
2019-06-05 | Merge pull request #60 from toke/bugfix/upstream-59 | Jari Vetoniemi | |
Prevent a deadloop in PATH handling | |||
2019-06-05 | Prevent a deadloop in PATH handling | Thomas Kerpe | |
Empty PATH segments should no longer cause a deadloop. Fixes #59 | |||
2019-06-01 | Merge pull request #57 from alyssais/line-height | Jari Vetoniemi | |
bemenu: add --line-height / -H option | |||
2019-06-01 | Merge pull request #58 from alyssais/gitignore | Jari Vetoniemi | |
gitignore: add missing generated files | |||
2019-05-31 | bemenu: add --line-height / -H option | Alyssa Ross | |
Text is displayed vertically centered in a line. If unspecified, or 0, the previous behaviour of making the height the size of the text, plus two pixels on either side, is used, so there will be no change in behaviour if this option is not used. Fixes https://github.com/Cloudef/bemenu/issues/44. | |||
2019-05-31 | gitignore: add missing generated files | Alyssa Ross | |
2019-05-05 | Merge pull request #56 from samihda/master | Jari Vetoniemi | |
Fix typo | |||
2019-05-03 | Fix typo | samihda | |
2019-04-24 | Revert "Use x_LINK_LIBRARIES instead of x_LIBRARIES" | Jari Vetoniemi | |
This reverts commit 620ae690209a36b680524f4a4d8bec2f464f05fa. | |||
2019-04-24 | Merge pull request #52 from t6/patch-freebsd | Jari Vetoniemi | |
FreeBSD support | |||
2019-04-23 | Use x_LINK_LIBRARIES instead of x_LIBRARIES | Tobias Kortkamp | |
The libraries might not be in the linkers default search path, so use absolute paths for them instead when using TARGET_LINK_LIBRARIES. Note that XKBCOMMON_LIBRARIES is an alias for XKBCOMMON_LIBRARY and already contains an absolute path. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-04-23 | Depend on epoll-shim on FreeBSD/DragonFly | Tobias Kortkamp | |
They do not natively support epoll(2) but require a library shim for it. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-04-23 | Use epoll_create1() instead of epoll_create() | Tobias Kortkamp | |
epoll_create() takes a size argument not a flag like EPOLL_CLOEXEC [1]. [1] https://linux.die.net/man/2/epoll_create Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-03-26 | Merge pull request #49 from ammen99/fix-cmake | Jari Vetoniemi | |
x11: add pango as dependency of the x11 renderer | |||
2019-03-25 | x11: add pango as dependency of the x11 renderer | Ilia Bozhinov | |
We include the cairo rendering functions, which use pango. | |||
2019-03-25 | Add option to respect panel position (#48) | Ilia Bozhinov | |
* implement option to make menu respect panel boundaries * fixup! implement option to make menu respect panel boundaries | |||
2019-03-25 | Merge pull request #46 from DanySpin97/master | Jari Vetoniemi | |
Add options for renderers, make deps required | |||
2019-03-25 | Add options for renderers, make deps required | Danilo Spinella | |
2019-03-25 | Merge pull request #47 from ammen99/master | Jari Vetoniemi | |
wayland: implement a proper repaint cycle | |||
2019-03-24 | wayland: implement a proper repaint cycle | Ilia Bozhinov | |
2019-03-03 | CMake: Set version to 0.1.0 | Jari Vetoniemi | |
2019-02-16 | CMake: project arguments are separated by space | Jari Vetoniemi | |
2019-02-16 | Merge pull request #39 from concatime/master | Jari Vetoniemi | |
Restrict CMake to only C | |||
2019-02-16 | Restrict CMake to only C | Issam Maghni | |
2019-01-31 | Merge pull request #36 from ppascher/ppascher-patch-1 | Jari Vetoniemi | |
Fix wayland renderer lagging behind by 1 keystroke | |||
2019-01-29 | Merge pull request #37 from v44r/vertical_align | Jari Vetoniemi | |
Fix vertical alignment of text. | |||
2019-01-29 | Fix baseline when mixing ASCII and CJK characters | v44r | |
2019-01-29 | Limit line height to that of ASCII chars | v44r | |
2019-01-28 | Fix extra space below last item in vertical mode. | v44r | |
2019-01-28 | Fix vertical alignment of text. | v44r | |
2018-11-07 | Fix wayland renderer lagging behind by 1 keystroke | ppascher | |
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. | |||
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 | |