Next | Query returned 33 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-18 13:42:35 by Nia Alarie | Files touched by this commit (3) | Package updated
Log message:
rofi: update to 1.7.0

v1.7.0: Iggy 2024
   - ADD: -steal-focus option.
   - ADD: [Config] Add nested configuration option support.
   - ADD: [Config] Support for handling dynamic config options.
   - ADD: [IconFetcher] Find images shipped with the theme.
   - ADD: [DRun] Add support for passing file (using file-browser) completer for \ 
desktop files that support his.
   - ADD: [DRun] Support for service files.
   - ADD: [FileBrowser] Allow setting startup directory (#1325)
   - ADD: [FileBrowser]: Add sorting-method. (#1340)
   - ADD: [FileBrowser] Add option to group directories ahead of files. (#1352)
   - ADD: [Filtering] Add prefix matching method. (#1237)
   - ADD: [Icon] Add option to square the widget.
   - ADD: [Icon|Button] Make action available on icon, button and keybinding name.
   - ADD: [KeyBinding] Add Ctrl-Shift-Enter option. (#874)
   - ADD: [ListView]-hover-select option. (#1234)
   - ADD: [Run] Add support for passing file (using file-browser) completer.
   - ADD: [Textbox] Allow theme to force markup on text widget.
   - ADD: [Theme] theme validation option. (`-rasi-validate`)
   - ADD: [View] Add support for user timeout and keybinding action.
   - ADD: [Widget] Add cursor property (#1313)
   - ADD: [Widget] Add scaling option to background-image.
   - ADD: [Widget] Add support background-image and lineair gradient option.
   - ADD: [Window] Add pango markup for window format (#1288)
   - ADD: [Window] Allow rofi to stay open after closing window.
   - FIX: [DSL] Move theme reset into grammar parser from lexer.
   - FIX: [Drun]: fix sorting on broken desktop files. (thanks to nick87720z)
   - FIX: [File Browser]: Fix escaping of paths.
   - FIX: [ListView] Fix wrong subwidget name.
   - FIX: [Script] Don't enable custom keybindings by default.
   - FIX: [TextBox] Fix height estimation.
   - FIX: [Theme] widget state and inherited properties. This should help fixing \ 
some old themes with changes from 1.6.1.
   - FIX: [Widget] Fix rendering of border and dashes. (Thanks to nick87720z)
   - FIX: [Build] Fix CI.
   - FIX: [Theme] Discard old theme, when explicitly passing one on command line.
   - REMOVE: -dump-xresources
   - REMOVE: -fullscreen
   - REMOVE: -show-match
   - REMOVE: Old xresources based configuration file.
   - REMOVE: fake transparency/background option, part of theme now.
   - REMOVE: xresources parsing via Xserver
   - Remove: [Theme] Remove backwards compatiblity hack.
   - DOC: Update changes to manpages
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2021-05-14 12:21:24 by Nia Alarie | Files touched by this commit (1)
Log message:
rofi: needs flex
   2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822)
Log message:
revbump for textproc/icu
   2020-11-24 18:22:00 by Nia Alarie | Files touched by this commit (3) | Package updated
Log message:
rofi: Update to 1.6.1

v1.6.1: Tortoise Power
   - Use GdkPixbuf for Icon parsing.
   - Add FileBrowser to default mode.
   - Fix parsing dicts in config file (with " in middle of string.)
   - Add -normalize-match option, that tries to o match ö, é match e. (#1119)
   - [Theme] Add min/max operator support to calc() (#1172)
   - Show error message and return to list instead of closing (#1187)
   - [Theme] Add nested media support. (#1189)
   - [Textbox] Try to fix estimated font height. (#1190)
   - [DRun] Fix broken caching mechanism.

v1.6.0: The Masked Launcher
   -  Add `themes/` directory in the users rofi config directory to the theme \ 
search path. (#1001)
   -  Split listview element into box widget holding icon and textbox. \ 
Supporting more dynamic themes. (#949)
   -  Fix default theme.
   -  Add -upgrade-config option.
   -  Add `ROFI_PLUGIN_PATH` variable.
   -  Add check for running rofi inside a Script mode.
   -  Remove gnome-terminal from rofi-sensible-terminal (#1074)
   -  Set window title based on mode name. (#969)
   -  Subpixel rendering workaround. (#303)
   -  Support character type in configuration {} block . (#1131)
   -  Use `XDG_CONFIG_DIRS` (#1133)
   -  [Box] Bug fix update propagation.
   -  [Build] Fix meson build with meson 0.55.
   -  [DMenu] Add `-keep-right` flag. (#1089)
   -  [DMenu] Don't match markup when filtering. (#579,#1128)
   -  [DRUN] Support Type=Link (#1166)
   -  [DRun] Add % to escape variable.
   -  [DRun] Add an optional cache for desktop files. (#1040)
   -  [DRun] Add keywords as default match item. (#1061)
   -  [DRun] Don't run custom commands.
   -  [DRun] Match keywords field.
   -  [DRun] Only show selected categories. (#817)
   -  [Dmenu|Script] Add non-selectable entries. (#1024)
   -  [Doc] Update documentation.
   -  [IconFetcher] Add jpeg support.
   -  [Icon] Set default size to 1.2 CH.
   -  [Icon] support distance for size.
   -  [Listview] Add widget to show keybinding index. (#1050)
   -  [Listview] Fix distribution of remaining space.
   -  [Listview] Fix left-to-right scrolling. (#1028)
   -  [Listview] Fix updating elements. (#1032)
   -  [Matching] Make Fuzzy matching non greedy.
   -  [Script] Add delimiter option. (#1041)
   -  [Script] Add environment variable indicating state.
   -  [Script] Add extra matchign field (meta). (#1052)
   -  [Script] Add info option, hidden field that gets passed to script via \ 
`ROFI_INFO` environment.
   -  [Script] Add no-custom option.
   -  [Textbox] Add cursor blinking option.
   -  [Textbox] Add placeholder. (#1020)
   -  [Theme] Add `calc()` support. (#1105)
   -  [Theme] Add alpha channel to highlight color. (#1033)
   -  [Theme] Add sidebar as mode-switcher alias.
   -  [Theme] Add some initial @media support. (#893)
   -  [Theme] Support buttons in the UI.
   -  [View] Add two widgets. One showing number of rows, other number of \ 
filtered rows. (#1026)
   -  [Window] Add window thumbnail option.
   -  [Window] Remove arbitrary # window limit. (#1047)
   -  [Window] check buffer overflow.
   2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814)
Log message:
*: Recursive revbump from textproc/icu-68.1
   2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202)
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
   2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689)
Log message:
Revbump for icu
   2020-05-19 12:48:39 by Nia Alarie | Files touched by this commit (4)
Log message:
rofi: Update to 1.5.4

v1.5.4: Painful tardiness
	- SSH: Fix wrong malloc size, causing crash.

v1.5.3: Time delayed progress
	- Update manpage with missing entry. (#937)
	- Rename sidebar widget to mode-switcher and allow configuration from theme.
	- Timing: Moving timing output to glib debug system.
	- SSH: Fix unitialized variable issue.
	- SSH: resolve ':' conflict in history entries.
	- RASI Lexer: Fix nested () in variable default field.
	- USABILITY: When mode not found, show in gui not just on commandline.
	- ICON: Allow aligning image in icon widget.
	- Meson build system: cleanups and improvements.
	- Meson build system: add documentation (#943)
	- Window: Fix default formatting and remove (invalid) deprecation warning.
	- DMenu: Add support for showing icons infront of displayed list.
	- Overlay: Fix overlay widget to correctly integrate in new theme format.
	- Update libnkutils, libgwater.
	- SSH: be case-insensitive when parsing keywords.
	- DMENU: Add format option to strip pango markup from return value.
	- ListView: allow user to change ellipsizing displayed value at run-time.

Next | Query returned 33 messages, browsing 11 to 20 | Previous