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 Guerrero2025-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
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 Guerrero2024-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 Guerrero2024-04-25 18:47:57 +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
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
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
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
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