| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream has silently rerolled their release tarballs. Differences
between the 2 tarballs seem to be harmless and mostly in generated
files and an updated libnkutils [1].
[1] https://people.freebsd.org/~tobik/rofi-r465082.diff
Reported by: olgeni
Notes:
svn path=/head/; revision=465139
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/DaveDavenport/rofi/releases/tag/1.5.1
PR: 226715
Submitted by: Alexandre C. GuimarĂ£es <lebarondemerde@privacychain.ch>
Approved by: nomoo@nomoo.ru (maintainer)
Notes:
svn path=/head/; revision=465082
|
|
|
|
|
|
|
|
|
| |
PR: 225616
Submitted by: Greg Fitzgerald
Approved by: maintainer
Notes:
svn path=/head/; revision=460806
|
|
|
|
|
|
|
|
|
| |
PR: 223643
Submitted by: Greg Fitzgerald
Approved by: maintainer
Notes:
svn path=/head/; revision=454611
|
|
|
|
| |
Notes:
svn path=/head/; revision=453284
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 222664
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch>
Reviewed by: tcberner
Approved by: nomoo@nomoo.ru (maintainer)
Differential Revision: https://reviews.freebsd.org/D12514
Notes:
svn path=/head/; revision=450971
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove I3 option: i3 has had native EWMH support for a while now so
the i3 workarounds are no longer needed with rofi >= 1.2.0
Changes: https://github.com/DaveDavenport/rofi/releases
PR: 218397
Approved by: mat (mentor), nomoo@nomoo.ru (maintainer)
Differential Revision: https://reviews.freebsd.org/D11437
Notes:
svn path=/head/; revision=444954
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New features:
- Initial `-dump` command for dmenu mode. (#216)
- Threading support.
o Parallel checking for ASCII.
o Parallel string matching.
o Autodetect number of HW-threads.
o Disabled by default.
- Highlight multiple selected rows (#287,#293)
- Dmenu can read from file instead of stdin.
- Regex matching (#113)
- Take Screenshot of rofi using keybinding.
- Hotkey for sorting: (#298) Option to set scrollbar width.
Improvements:
- Fix return code of multi-select.
- Update manpage (#289, #291)
- Improve speed of reading stdin in dmenu mode.
- Correctly handle modifier keys now. Should now support most
weird keyboard layouts and switching between them.
(#268, #265, #286)
- Correctly set locale, fixing issues with entering special
characters. (#282)
- DRun mode support `NoDisplay` setting (#283)
- Pango markup is matched when filtering. (#273)
Bug fixes:
- Improve error message (#290)
- Correctly switch to next entry on multi-select when list is filtered (#292)
- Switch __FUNCTION__ for __func__. (#288)
- Fix segfault on empty list and moving through it. (#256,#275)
- Fix one off of colors (#269)
- Drun fix uninitialized memory (#285)
PR: 206846
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: nomoo@nomoo.ru
Notes:
svn path=/head/; revision=409231
|
|
|
|
|
|
|
|
|
|
| |
MFH: 2016Q1
PR: 206846
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: nomoo@nomoo.ru (maintainer)
Notes:
svn path=/head/; revision=409225
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11
- LIB_DEPENDS: Add x11/startup-notification
- USES: Sort and add shebangfix
- Add I3 support option
PR: 204675
Submitted by: nomoo@nomoo.ru (maintainer) (with several changes)
Notes:
svn path=/head/; revision=403648
|
|
|
|
| |
Notes:
svn path=/head/; revision=393059
|
|
|
|
|
|
|
| |
Submitted by: nomoo@nomoo.ru (maintainer via email)
Notes:
svn path=/head/; revision=393057
|
|
|
|
|
|
|
|
| |
PR: 200572
Submitted by: nomoo@nomoo.ru (maintainer)
Notes:
svn path=/head/; revision=388244
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387711
|
|
|
|
|
|
|
|
| |
PR: ports/198733
Submitted by: nomoo@nomoo.ru (maintainer)
Notes:
svn path=/head/; revision=383629
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes:
svn path=/head/; revision=381618
|
|
A popup window switcher roughly based on superswitcher, requiring only xlib
and pango. This version started off as a clone of simpleswitcher, the
version from Sean Pringle. All credit for this great tool should go to him.
Rofi developed extra features, like a run-dialog, ssh-launcher and can
act as a drop-in dmenu replacement, making it a very versatile tool.
WWW: https://davedavenport.github.io/rofi/
PR: ports/195146
Submitted by: nomoo@nomoo.ru
Notes:
svn path=/head/; revision=377585
|