Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: bemenu | Distribution: openSUSE Tumbleweed |
Version: 0.6.23 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Jul 19 06:33:19 2024 |
Group: System/GUI/Other | Build host: reproducible |
Size: 163680 | Source RPM: bemenu-0.6.23-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/Cloudef/bemenu | |
Summary: Dynamic menu library and client program inspired by dmenu |
Dynamic menu library and client program inspired by dmenu with support for X, Wayland and ncurses.
MIT
* Fri Jul 19 2024 Michael Vetter <mvetter@suse.com> - Update to 0.6.23: * Disable cairo antialiasing with Wayland fractional scaling #413 * Mon Jul 08 2024 Michael Vetter <mvetter@suse.com> - Update to 0.6.22: * Clipboard fixes/improvements #405 * Fix: Transparency on the filter reveals a rectangle behind it that shouldn't be there. #404 * Fix osx build failing. #406 * Correctness fixes (memory leaks, compiler warning, out-of-bounds read) #411 * Border fixes (fixes: #399) #407 * Wed Mar 13 2024 Michael Vetter <mvetter@suse.com> - Update to 0.6.21: * Move SIGCHLD handler #391 * Thu Mar 07 2024 Michael Vetter <mvetter@suse.com> - Update to 0.6.20: * Fix mouse press being ignored on x11 #382 * Fixed verry fast repeat when pressing shift+Tab #383 * Fix use after free in wayland.c #386 * document vim bindings #389 * wayland: bind to zwlr_layer_shell_v1 version 3 #390 * Sat Feb 03 2024 Michael Vetter <mvetter@suse.com> - Update to 0.6.19: * Revert "wayland: force window->scale = 1, if BEMENU_SCALE" * Fri Feb 02 2024 Michael Vetter <mvetter@suse.com> - Update to 0.6.18: * fix: buffer is not divisible #380 * implement wayland fractional scaling #379 * Reapply "implement wayland fractional scaling" #381 * Sun Jan 28 2024 Michael Vetter <mvetter@suse.com> - Update to 0.6.17: * Add new flag --auto-select: when there is only one entry left, automaticallty select it #357 * Password flag parameters with indicator option(Addresses #221) #360 * Single instance mode(Addresses #324) #358 * Update help/usage to add cursor background and foreground colors(Addresses #361). #362 * Wayland: fix monitor and scaling detection #356 * fix: wayland mmap failed on Sway 1.8.1 #368 * chore: minor variable rewording #369 * Fix fallback to xclip #365 * Upwards list support(Addresses #328, X11/Wayland/Cairo) #364 * add option to start vim bindings in normal mode #375 * wayland: ensure bemenu is shown on top of fullscreen windows #376 * feat: C-b to go left #377 * Wed Aug 30 2023 Michael Vetter <mvetter@suse.com> - Update to 0.6.16: * docs: add missing option #344 * docs: Add missing items to manpage #345 * Add option to exit bemenu using esc in vim binds normal mode #348 * Evaluate filter first #350 * Tue May 09 2023 Michael Vetter <mvetter@suse.com> - Update to 0.6.15: * Add rounded corners/Border radius #319 * Add Match/Page Counter #204 * docs: add missing options #331 * Add fixed height option #270 * Fix Makefile to support submodule setups #329 * Fix: invisible right border #333 * Fix: select last entry if pointer/touch above last index #332 * ESC have no effect under Wayland while enabled Vim binding #334 * Small fixes #340 * Fri Dec 16 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.14: * Add basic vim bindings #314 * Make pkg-config configurable #316 * improve exit code docs #320 * Fix --filter #322 * Tue Oct 11 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.13: * Add support to disable pointer, touch and keyboard events #311 * Mon Oct 10 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.12: * fix dangling pointer state on wayland #310 * Fri Oct 07 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.11: * Trigger pointer selection on button release instead #281 * Do not highlight entry with initial mouse position #282 * Document alternating color argument in man page as well #283 * Fix exiting when an unexpected Wayland error occurs. #287 * wayland: Damage using buffer coordinates #293 * wayland: Bump version #296 * fix ignored --monitor in BEMENU_OPTS env var #303 * Add --accept-single flag #304 * Document feedback color argument in man page as well #307 * Wed Jul 06 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.10: * Add options to set cursor bg/fg color #278 * Don't alternate colors by default (let ALTERNATE color be same as ITEM) #280 * Tue Jul 05 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.9: * Fix Wayland event loop order to avoid missed renders (fixes regressions on #274, #275) #279 * Tue Jul 05 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.8: * Fix --ch cursor height option parsing #253 * Add option to specify cursor width #268 * Add option to specify alternating background/foreground colors for entries #267 * Add option to specify horizontal padding in single line mode #266 * Add option to define a border and border color #265 * Fix missed rendering regressions on Wayland (fixes --grab flag) #273 * Tue Feb 22 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.7: * Symbol validation #247 * wayland: various fixes #249 * Mon Feb 21 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.6: * makefile: Add uninstall target #226 * Restore run with key and symbol visibility #246 * Fri Feb 11 2022 Michael Vetter <mvetter@suse.com> - Update to 0.6.5: * Add relative width option in #220 * mouse and touch support on wayland in #200 * Mon Dec 06 2021 Michael Vetter <mvetter@suse.com> - Update to 0.6.4: * fix scaling caused issue on window redimension on wayland #197 * add -c center mode on wayland #198 * Add option to configure cursor height #201 * Add -s to disable title spacing on entries #203 * Fix incorrect line height #207 * lib/renderers/curses/curses.c: always use "%s"-style format for printf()-style functions #211 * Add horizontal alignment and improve center alignment #209 * Add paste functionality #210 * Instruction for installing dependencies #214 * Thu Jul 22 2021 Michael Vetter <mvetter@suse.com> - Update to 0.6.3: * Fixes key repeat rate in wayland * Ctrl-c now exits bemenu in x11 and wayland * Hidden files (dot files) are now ignored in bemenu-run * Wed Jun 09 2021 Michael Vetter <mvetter@suse.com> - Update to 0.6.2: * Handle multiple seats (more) correctly * Tue May 25 2021 Michael Vetter <mvetter@suse.com> - Update to 0.6.1: * Makes it possible to show bemenu on focused monitor on wayland #174 * Thu May 20 2021 Michael Vetter <mvetter@suse.com> - Update to 0.6.0: * Add custom key support * Add key_pending field to sync wayland keyboard event loops * Add --filter option. * Support hiding filter input (#150) * Use -m option for setting monitor name and monitor * Various fixes
/usr/bin/bemenu /usr/bin/bemenu-run /usr/lib/bemenu /usr/lib/bemenu/bemenu-renderer-curses.so /usr/lib/bemenu/bemenu-renderer-wayland.so /usr/lib/bemenu/bemenu-renderer-x11.so /usr/share/man/man1/bemenu.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 16 01:07:39 2024