Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: bemenu | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.6.16 | Vendor: openSUSE |
Release: bp156.1.3 | Build date: Wed May 15 06:50:43 2024 |
Group: System/GUI/Other | Build host: i02-armsrv2 |
Size: 342229 | Source RPM: bemenu-0.6.16-bp156.1.3.src.rpm |
Packager: https://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
* 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 * Sun Jul 05 2020 Michael Vetter <mvetter@suse.com> - Update to 0.5.0: * This release fixes rendering issues under HiDPI configuraitons Notable new features: * --scrollbar none * BEMENU_SCALE env variable which can be used to force scaling factor * Tue Apr 14 2020 Michael Vetter <mvetter@suse.com> - Use %{_lib} macro * Mon Apr 13 2020 Michael Vetter <mvetter@suse.com> - Update to 0.4.1: * This bug fix release fixes a build problem with missing wayland headers on some systems. #106 - Remove bemenu-pkgconfig.patch: contained in upstream * Sun Apr 12 2020 Michael Vetter <mvetter@suse.com> - Update to 0.4.0: This release includes various bug fixes and some minor new features. Following behavior has changed by default: * The vertical UI now resembles vanilla dmenu more with the left padding added. * Scrollbar thickness has changed to 1 character thick instead 1 pixel, to make it more visible on hidpi displays. * X11 should now contain windows class and name * Wayland shows bemenu only on single monitor now, to have the old behavior back you can use the -m all option. Note that there seems to be input bugs in Wayland backend currently, and I would appreciate if some Wayland developer could help figure those out! #98 #102 * bemenu-run under curses won't fork anymore by default, to make bemenu-run under curses fork, use the --fork option, this option is no-op for any other backend. Notable new features: * BEMENU_OPTS env variable can be now used as a alternative way of specifying command line options for bemenu. - Remove because upstreamed: * bemenu-0.3.0-boo1165235-ncurses.patch * bemenu-0.3.0-curses.patch - Remove bemenu-0.3.0-wayland.patch: switch to makefile - Add bemenu-pkgconfig.patch: https://github.com/Cloudef/bemenu/issues/106 * Fri Feb 28 2020 Michael Vetter <mvetter@suse.com> - Add bemenu-0.3.0-wayland.patch: enable wayland renderer * Fri Feb 28 2020 Michael Vetter <mvetter@suse.com> - boo#1165235: Undefined symbol get_wch * Add bemenu-0.3.0-boo1165235-ncurses.patch: Search for ncursesw instead of ncurses * Fri Dec 27 2019 Michael Vetter <mvetter@suse.com> - Update to 0.3.0: * Uses default the monospace 10 font now to match dmenu and to be more robust * Hidpi support for wayland - Add bemenu-0.3.0-curses.patch: See https://github.com/Cloudef/bemenu/pull/77 * Wed Oct 30 2019 Michael Vetter <mvetter@suse.com> - Update to 0.2.0: * wayland: implement a proper repaint cycle * Add options for renderers * Add option to respect panel position * x11: add pango as dependency of the x11 rendere * bemenu: add --line-height / -H option * Add C-g shortcut to x11 and wayland * Add manpage * Mon Mar 04 2019 mvetter@suse.com - Update to first official release 0.1.0 - Remove service file * Tue Feb 07 2017 callumjfarmer13@gmail.com - update to 0.0.20161206 - dropped ncurses-fix.patch * Mon May 09 2016 sleep_walker@opensuse.org - bump to new git snapshot 0.0.20160412 - cleanup * Thu Oct 08 2015 sleep_walker@opensuse.org - fix whitespace inconsistency - cleanup changelog to match reviewer's taste - define patch unconditionaly (remove %ifs around it) - fix RPM group - reformat description - require only libxkbcommon 0.3.2 or higher - remove 4th argument of defattr to match reviewer's taste * Wed Oct 07 2015 sleep_walker@opensuse.org - disable ncurses build for now as I can't locate library with wget_wch * Sat Sep 26 2015 sleep_walker@opensuse.org - updated snapshot (20150923) - remove patches accepted by upstream - enable curses backed again and fix it (ncurses-fix.patch and sed) - clean up spec * Mon Sep 21 2015 sleep_walker@opensuse.org - let there be bemenu!
/usr/bin/bemenu /usr/bin/bemenu-run /usr/lib64/bemenu /usr/lib64/bemenu/bemenu-renderer-curses.so /usr/lib64/bemenu/bemenu-renderer-wayland.so /usr/lib64/bemenu/bemenu-renderer-x11.so /usr/share/man/man1/bemenu.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024