Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rofi-devel | Distribution: openSUSE:Factory:zSystems |
Version: 1.7.6 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Dec 27 17:27:58 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 38229 | Source RPM: rofi-1.7.6-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/davatorium/rofi | |
Summary: Development files for rofi |
Development files and headers for rofi
MIT
* Fri Dec 27 2024 Michael Vetter <[email protected]> - Update to 1.75: * Recursive file browser * Copy to clipboard support * Entry box history * Fix calc * Text and cursor outline * Other smaller changes * For details see: https://github.com/davatorium/rofi/releases/tag/1.7.6 * Wed Feb 21 2024 Michael Vetter <[email protected]> - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. * Mon Oct 31 2022 Matej Cepl <[email protected]> - Add rofi-launcher provides to allow coexistence with rofi-wayland. * Mon Aug 22 2022 Michael Vetter <[email protected]> - Update to 1.7.5: * In DMenu sync mode, the separator is left in the string. * On special crafted delayed input in dmenu it shows updates to the list very slow. It now forces to push update (if there) every 1/10 of a second. * In the view some of the update/redraw policies are fixed to reduced the perceived delay. * Mon Aug 15 2022 Michael Vetter <[email protected]> - Update to 1.7.4: * [Doc] Add -config to -help output. (#1665) * [Dmenu] Fix multi-select, use text as indicator. * [filebrowser] Fix building on Mac. (#1662,#1663) * [textbox] Implement text-transform option. (#1010) * [script] Add new-selection (#1064). * [Script] Add keep-selection flag that keeps the current selection. (#1064) * [Debug] Add '-log' flag to redirect debug output to a file. * [XCB] Try to deduce rotated monitors. * [Doc] Add rofi-dmenu to 'See also' in rofi(1). * [Options] Mark offset(s) as deprecated. * [Modes] Support loading multiple icon sizes. * [View] Add textbox|icon-current-entry widget. * [Doc] Add ascii manpage to rofi-script(5). * [Script] Print user-scripts in -h * [Script] Look into $XDG_CONFIG_HOME/rofi/scripts/ for user scripts. * [Dmenu|Script] Allow (some) theme modification from script/dmenu. * [Textbox] Fix some pango alignment. * [FileBrowser] Bind 'kb-accept-custom-alt' to directory up. * [Build] Add desktop files as per complaint (rofi theme selector and rofi itself). * [Dmenu] Code cleanups. * [Themes] Remove broken themes. * [Modes] Allow fallback icon per mode. (#1633) * [View] Fix broken anchoring behaviour. (#1630) * [Rofi] Move error message on commandline to UI. * [Listview] Option to hide listview elements when not filtered. (#1622,#1079) * [DMenu] Speed up reading async in of large files from stdin. * [FileBrowser] Make accept-alt open folder if selected. * [Helper] Add XDG_DATA_DIRS to the theme search path. (#1619) * [Doc] Split up manpages and extend them with examples. * [Doc] Highlight use of -dump-config in config. (#1609) * [Config] Workaround for in data type passed to string option. * [Listview] Allow flow of elements to be set. (#1058) * [Script] Add data field that gets passed to next execution. (#1601) * Change modi to modes to avoid confusion. * [Theme] When links are unresolvable throw an error to the user. * [DMenu] Document the display-columns and display-column-separator option. * [Theme] Media now supports enabled that supports an environment variable. * [IconFetcher] Support rendering fonts as icon. * [xcb] Remove work-around to fix use with new xkeyboard-config (#1642) * For details see https://github.com/davatorium/rofi/releases/tag/1.7.4 - Update xdg-terminal.patch * Mon Apr 25 2022 Dominique Leuenberger <[email protected]> - Drop cppcheck BuildRequires: it would only be used when explicitly calling make cppcheck (which is not done; additionally, cppcheck does not exist on all arches anymore) * Tue Feb 01 2022 Michael Vetter <[email protected]> - Update to 1.7.3: * [Help] Print out the parsed config/theme files in -help output. * [Keybindings] Fix keybindings being modified by -theme-str * [Doc] Add rofi-dmenu manpage. * [XCB] Cache lookup of monitor. * Add -replace option (#568) * Fix memory leak. * [1566] Add extra debug for resolving monitors. * [Theme] Add round,floor,ceil function in @calc (#1569) * [Doc] Explain icon lookup. * [Combi] Add -combi-display-format (#1570) * [Theme] Expand list type ([]) for more data types. * [Theme] Add support for tab-stops on textbox. (#1571) * [Theme] Testing direct access to widgets via cmdline option (-theme+widget+property value) * Mon Dec 06 2021 Michael Vetter <[email protected]> - Update to 1.7.2: * [Build] Fix building without window mode enabled. * [Config] Do not print out the 'theme' field in configuration on dump. * [CI] test window mode less build. * Allow configuration block in theme again. - Remove fix-shebangs.patch * Mon Dec 06 2021 Michael Vetter <[email protected]> - Update to 1.7.1: * [Theme] Fix highlight with only theme. * Updated documentation and landing page (Thanks to RaZ0rr-Two) * [Combi] Fix nesting combi modi (#1510) * [DMenu] Fix crash dmenu mode when no entry is available. (#1504) * [Run|Drun] Only initialize file-completer on first use. * [FileBrowser] Reduce number of re-allocs. * [Readme] Remove generating readme.html for dist. * [Dmenu] Fix uninitialized memory (non-selectable) * [FileBrowser] Try to convert invalid encoded text. (#1471) * [FileBrowser] Don't crash on invalid file filenames. (#1471) * [Theme] print known colors as its color name. * [CMD] If failed to convert commandline to new option, do not stop. (#1425) * [Theme] Fix parsing of nested media blocks. (#1442) * [Widgets] Fix sizing logic widgets. (#1437) * [Window] Try to fix auto-sizing of desktop names for non-i3 desktops. (#1439) * [Window] Fix broken close-on-delete. (#1421) * [Listview] Correctly check if selected item is highlighted. (#1423) * [Entry] Allow action to be taken on input change. (#1405) * [Theme] Don't truncate double values. (#1419) * [Grammar] Add support for env(ENV,default). * [Documentation] documentation fixes. * [Theme] fix dmenu theme ( #1396). * Sun Nov 22 2020 Avindra Goolcharan <[email protected]> - Update to 1.6.1: * resolving issues that the default theme had on some systems * [Theme] Add min/max operator support to calc() * [Theme] @media statements can now be nested * FileBrowser: the file browser plugin is now integrated * Use GdkPixbuf for Icon parsing * Fix parsing dicts in config file (with " in middle of string) * Add -normalize-match option, that tries to o match ö, é match e * Show error message and return to list instead of closing * [Textbox] Try to fix estimated font height * [DRun] Fix crash in broken caching mechanism
/usr/include/rofi /usr/include/rofi/helper.h /usr/include/rofi/mode-private.h /usr/include/rofi/mode.h /usr/include/rofi/rofi-icon-fetcher.h /usr/include/rofi/rofi-types.h /usr/lib64/pkgconfig/rofi.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 7 00:21:20 2025