Commit Graph

  • c08505d4d3 Accepting request 1301605 from X11:Wayland factory Ana Guerrero 2025-08-27 19:36:02 +00:00
  • 180708cb6a - Update to 1.13.1: * Regression: input not being returned in dmenu mode. * Regression: --password not working. * Regression: Part of the background transparency disappearing after typing. * Add support for fallback icons in dmenu mode using comma-separated values in the icon metadata. * --namespace command line option. * Gamma-correct blending. Disabled by default. Enable with the new --gamma-correct command line option, or by setting gamma-correct-blending=yes in fuzzel.ini. Note that gamma-correct blending **is not supported in cairo enabled builds of fuzzel**, due to the lack of 16-bit image buffers in cairo. * scaling-filter option (and the corresponding --scaling-filter command line option). This option defines which scaling filter fuzzel uses when down scaling PNGs. * --minimal-lines command line and config option, causing fuzzel to adjust the number of displayed lines to the minimum of --lines and the number of input lines * Touchscreen support * {cmd} placeholder support in the terminal option. When {cmd} is present in the terminal command string, it will be replaced with the application command instead of appending the command at the end. Useful for setting the title or app_id. * --hide-prompt command line option to hide the prompt line, reducing window size while still accepting input. This cannot be used simultaneously with --prompt-only. * --auto-select option. When one entry is left, automatically select it. * selection-radius option and --selection-radius flag to set the border Soc Virnyl Estela 2025-08-27 15:38:09 +00:00
  • 361788a54a Accepting request 1288894 from X11:Wayland Ana Guerrero 2025-06-30 11:05:00 +00:00
  • 5f1fac5968 - Update to 1.12.0: - Added: * Add support for fallback icons in dmenu mode using comma-separated values in the icon metadata ([#504][504]). * --namespace command line option ([#512][512]). * Gamma-correct blending. Disabled by default. Enable with the new --gamma-correct command line option, or by setting gamma-correct-blending=yes in fuzzel.ini. Note that gamma-correct blending **is not supported in cairo enabled builds of fuzzel**, due to the lack of 16-bit image buffers in cairo ([#546][546]). * scaling-filter option (and the corresponding --scaling-filter command line option). This option defines which scaling filter fuzzel uses when down scaling PNGs ([#553][553]). * --minimal-lines command line and config option, causing fuzzel to adjust the number of displayed lines to the minimum of --lines and the number of input lines ([#144][144]) * Touchscreen support ([#594][594]) * {cmd} placeholder support in the terminal option. When {cmd} is present in the terminal command string, it will be replaced with the application command instead of appending the command at the end. Useful for setting the title or app_id. ([#600][600]) - Changed: * Scrolling speed is now line-by-line instead of page-by-page ([#586][586]) * Number of render workers is now automatically limited to the number of displayed entries. * wayland-protocols >= 1.41 is now required. * pixman >= 0.46.0 is now required. * fcft >= 3.3.1 is now required. * In application mode (not dmenu), fuzzel now ignores icon theme Soc Virnyl Estela 2025-06-27 23:35:29 +00:00
  • b340079a0a Accepting request 1219451 from X11:Wayland Dominique Leuenberger 2024-10-30 16:39:02 +00:00
  • d52192434f - Completion packages require main package Soc Virnyl Estela 2024-09-24 10:53:35 +00:00
  • 33b4f87811 Accepting request 1200805 from X11:Wayland leap-16.1 leap-16.0 Ana Guerrero 2024-09-15 10:35:37 +00:00
  • f37e87ed81 - Update to 1.11.1: - Added: * New option --hide-before-typing for application launcher mode hides the list until the first character is typed - Changed: * Logging no longer reports "aborted" if dmenu mode is called with no input - Fixed: * Crash when the border size is larger than the border radius * Regression: cursor not centered when using a custom line height * Regression: selected background not rendered on top of the regular background * Regression: Supporting XDG_CONFIG_HOME as absolute path but not relative should be supported Soc Virnyl Estela 2024-09-13 10:57:08 +00:00
  • e333a27a7c Accepting request 1199883 from X11:Wayland Ana Guerrero 2024-09-10 19:14:43 +00:00
  • fa8881c962 - Update to 1.11.0: - Added: * Nanosvg updated to 93ce879dc4c04a3ef1758428ec80083c38610b1f * New options --x-margin --y-margin which place the launcher some distance away from the anchor point, in pixels. Default to 0 ([#344][344]). * Support for the StartupNotify key in .desktop files. * Log output now respects the [NO_COLOR](http://no-color.org/) environment variable. * Rounded corners without cairo. With this, the **only** time cairo is needed is when you want to use the librsvg SVG backend. For nanosvg builds, there is no longer any need to link against cairo. * Support for linking against a system provided nanosvg library. See the new -Dsystem-nanosvg meson option. Default's to disabled (i.e. use the bundled version). * Mouse support. Left click selects/launches, right click quits fuzzel, wheel scrolls (a page at at time). This is, for the time being, not configurable ([#131][131]) * --cache=PATH command line option, and cache option to fuzzel.ini, allowing a custom cache location to be used ([#189][189], [#219][219]). * expunge key binding, to remove an entry from the cache. Mapped to shift+delete by default. * --prompt-color and colors.prompt, controlling the text/foreground color of the prompt ([#365][365]). * --input-color and colors.input, controlling the text/foreground color of the input string ([#365][365]). * Much improved performance with large amounts of input ([#305][305]). * Improved rendering performance, by using threads. See the new --render-workers command line option, and the new render-workers option in fuzzel.ini. * dmenu mode: --prompt-only=PROMPT command line option ([#276][276]). * dmenu mode: start rendering input before STDIN has been closed. * --match-workers command line option and the new match-workers option in fuzzel.ini. * delayed-filter-ms, delayed-filter-limit options to fuzzel.ini, and --delayed-filter-ms and --delayed-filter-limit command line options. * Match count can now printed at the right-hand side of the input prompt. It is disabled by default, and can be enabled with either the --counter command line option, or the match-counter setting in fuzzel.ini. * --counter-color and colors.counter, controlling the color of the match count. The default value is 93a1a1ff (_base1_ in the solarized palette). * The currently selected entry may now be rendered with a bold font. It is disabled by default, and can be enabled either via the new --use-bold command line option, or by setting use-bold=yes, in fuzzel.ini. * sort-result option to fuzzel.ini, and --no-sort command line option. * Placeholder text (for the input box), controlled by the new --placeholder, --placeholder-color command line options, and the placeholder and colors.placeholder options in fuzzel.ini ([#188][188]). * --search=TEXT command line option, allowing you to "pre-filter" the result ([#][274][274]). * Support for pasting text into fuzzel. Both the regular clipboard, and the primary clipboard are supported. See the new clipboard-paste and primary-paste key bindings ([#200][200]). - Changed: * The cache now stores desktop file **IDs** instead of the application titles. This way, we do not store multiple cache entries with the same value (title) ([#339][339]). * Always fallback on the icon theme hicolor. * Quitting without executing an entry in dmenu mode now exits with code 2 instead of 1 ([#353][353]). * The default layer is now overlay instead of top. This means fuzzel now renders on top of fullscreen windows by default ([#81][81]). * --no-fuzzy option has been replaced with --match-mode. Default match mode is fzf. Other options are fuzzy and exact. See man fuzzel.ini for details. ([#305][305]). * Default text color of the prompt and the selected entry to 586e75ff (_base01_ in the solarized palette). * Initial application sorting is now done case insensitive. * Background is no longer transparent by default. You can change this by setting colors.background. * Search string is now font shaped, improving support for e.g Arabic ([#398][398]). - Fixed: * PNG images being way too dark. * Crash when the cache contains strings that are not valid in the current locale ([#337][337]). * Crash when tabs (in fuzzel.ini) is set to 0 ([#348][348]). * Crash while loading the cache, when --list-executables-in-path is used ([#356][356]) * Rounding of window size when fractional scaling is used. * Dmenu mode failing with _"failed to read from stdin: Resource temporarily unavailable"_. * First frame flickers when fractional scaling is used. * Borders, padding etc not updated on scale changes when dpi-aware=yes. This mostly affected setups using fractional scaling, but all setups were affected in one way or another. * Mouse selection not working correctly (wrong item selected) when dpi-aware=yes and desktop scaling was enabled. Soc Virnyl Estela 2024-09-10 12:57:35 +00:00
  • aac502b614 Accepting request 1169913 from X11:Wayland Ana Guerrero 2024-04-25 18:47:57 +00:00
  • a748c42297 Accepting request 1169875 from home:smolsheep:upgrades Soc Virnyl Estela 2024-04-23 17:00:36 +00:00
  • 2ee65d0c77 Accepting request 1120976 from X11:Wayland Ana Guerrero 2023-10-29 18:41:53 +00:00
  • 321a6c8e4c - Rename 0001-mfd-noexec-seal.patch to 0002-fix-breakage-mfd-noexec-seal.patch - Add 0001-shm-create-mfd-noexec-seal.patch Soc Virnyl Estela 2023-10-22 10:58:22 +00:00
  • f8b5a2a023 - Add 0001-mfd-noexec-seal.patch Soc Virnyl Estela 2023-10-22 10:51:01 +00:00
  • 032cc3e50a Accepting request 1098649 from X11:Wayland Dominique Leuenberger 2023-07-14 13:36:08 +00:00
  • 2a4242f224 Accepting request 1098645 from home:llyyr:branches:X11:Wayland Soc Virnyl Estela 2023-07-14 10:07:40 +00:00
  • 0f8b3be46d Accepting request 1080033 from X11:Wayland Dominique Leuenberger 2023-04-18 13:53:03 +00:00
  • 4c8b5d3877 - Fix specfile Soc Virnyl Estela 2023-04-11 03:15:00 +00:00
  • 6e515b02f8 Accepting request 1077949 from X11:Wayland Dominique Leuenberger 2023-04-08 15:39:08 +00:00
  • dbcb40a7f3 - Remove 0000-wayland-regression-dont-reference-app-when-null.patch - Update to version 1.9.1 - Fixed: * Regression: default font size was unintentionally changed from 12pt in 1.8.2, to 8pt in 1.9.0. The old default of 12pt has now been restored. * Regression: crash when pressing Enter and the match list is empty (e.g. when trying to execute a command line) - Improvement of specfile Soc Virnyl Estela 2023-04-08 00:06:55 +00:00
  • cb14a761de - Add 0000-wayland-regression-dont-reference-app-when-null.patch Soc Virnyl Estela 2023-03-30 13:29:14 +00:00
  • 3c9467b801 Accepting request 1074809 from X11:Wayland Dominique Leuenberger 2023-03-28 15:50:27 +00:00
  • d04932e04f - Update to version 1.9.0: - Added: * Add support for startup notifications via xdg activation. * Convert tabs to spaces when rendering. * --dmenu0 command line option. Like --dmenu, but input is NUL separated instead of newline separated. * Support for localized strings. If you want the old behavior, run fuzzel with LC_MESSAGES=C. * Export FUZZEL_DESKTOP_FILE_ID environment variable when setting the --launch-prefix in order to pass the Desktop File ID to the launch prefix. * New key bindings: [key-bindings].first and [key-bindings].last, bound to Control+Home and Control+End by default. * New key binding: [key-bindings].insert-selected, bound to Control+Tab by default. It replaces the current prompt with the selected item. - Changed: * Better verification of color values specified on the command line. * When determining initial font size, do FontConfig config substitution if the user-provided font pattern has no {pixel}size option. - Fixed: * Update nanosvg to f0a3e10. Fixes rendering of certain SVG icons. * Not being able to input numbers using the keypad. * Absolute path PNG icons not being loaded. Soc Virnyl Estela 2023-03-28 03:21:13 +00:00
  • d47c90bd68 Accepting request 1035472 from X11:Wayland Dominique Leuenberger 2022-11-13 17:09:07 +00:00
  • f27b158418 Fix changelog. Soc Virnyl Estela 2022-11-05 23:28:59 +00:00
  • 589092625f - Update to version 1.8.2: - Added: * Fish completions - Fixed: * Compiling against wayland-protocols < 1.25 * Crash on buggy compositors (GNOME) that sometimes send pointer-enter events with a NULL surface. Foot now ignores these events, and the subsequent motion and leave events. * Regression: “random” selected empty cells being highlighted as selected when they should not. * Crash when either resizing the terminal window, or scrolling in the scrollback history (#1074) * OSC-8 URLs with matching IDs, but mismatching URIs being incorrectly connected. Soc Virnyl Estela 2022-11-05 23:26:35 +00:00
  • 27f1da8cd4 Accepting request 1031947 from X11:Wayland Dominique Leuenberger 2022-10-28 17:31:55 +00:00
  • e540328414 - Update to version 1.8.1: - Fixed: * Regression: not able to input text with modifiers (e.g. Shift) pressed (#177). Soc Virnyl Estela 2022-10-28 12:12:54 +00:00
  • e6fa86ddd9 Accepting request 1031217 from X11:Wayland Dominique Leuenberger 2022-10-26 10:31:33 +00:00
  • 7d1c033838 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/fuzzel?expand=0&rev=8 Soc Virnyl Estela 2022-10-25 23:16:38 +00:00
  • 190ca93cf3 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/fuzzel?expand=0&rev=7 Soc Virnyl Estela 2022-10-25 23:15:04 +00:00
  • 3214afdbb8 - Fix build for meson having issue with c18 standard in spec by setting it to none. C18 standard is already supported in meson long before version 0.58. Soc Virnyl Estela 2022-10-25 23:12:29 +00:00
  • 6d500ed053 Accepting request 1031215 from home:uncomfyhalomacro:branches:X11:Wayland Soc Virnyl Estela 2022-10-25 22:35:33 +00:00
  • 547ca13cf6 Accepting request 971945 from X11:Wayland Dominique Leuenberger 2022-04-22 19:54:34 +00:00
  • aa9d8f9185 Accepting request 971944 from home:uncomfyhalomacro:branches:X11:Wayland Soc Virnyl Estela 2022-04-22 00:11:05 +00:00
  • 63f42f2609 Accepting request 960235 from X11:Wayland Dominique Leuenberger 2022-03-08 19:32:30 +00:00
  • 8ae13e9ad1 Accepting request 959934 from home:uncomfyhalomacro Jan Engelhardt 2022-03-07 13:36:17 +00:00