Commit Graph

20 Commits

Author SHA1 Message Date
jasper
6034c47159 update to rofi-1.2.0
requires fairly new snapshot with xcb-xrm
2016-11-08 18:08:40 +00:00
jasper
d1801c38d6 update to rofi-1.1.0 2016-08-11 11:01:45 +00:00
sthen
6ac801aa15 add hidden dep/wantlib on xkbcommon 2016-07-06 21:36:13 +00:00
jasper
9bcf14dda8 use sh instead of bash in get_git_rev.sh; spotted by sthen@ 2016-04-27 16:12:07 +00:00
jasper
2efd5c63ad - update to rofi-1.0.0
configuration and invocation options have changed, please refer to
https://github.com/DaveDavenport/rofi/releases/tag/1.0.0 for more
information
2016-04-25 17:59:27 +00:00
jasper
079fc8a5d2 another fast merge by upstream 2016-01-03 20:31:37 +00:00
jasper
48059ccef1 fix a backwards memcpy 2016-01-03 20:19:52 +00:00
jasper
17a57476d5 - update to rofi-0.15.12 2016-01-03 20:15:00 +00:00
jasper
688fd26dbe merged upstream already 2016-01-03 20:00:10 +00:00
jasper
9f8eed696a sync with patch submitted upstream; no binary change 2016-01-03 19:52:44 +00:00
jasper
93330cb15d take maintainership 2016-01-03 19:44:25 +00:00
jasper
9866f0de2f rework how the history file gets written, with this all tests pass.
from upstream
2016-01-03 19:40:11 +00:00
jasper
d6e85d6790 DISTNAME is set by bsd.port.mk for these ports now 2015-12-29 19:49:39 +00:00
jasper
523d1afbbb expand ~ and ~user; upstream was kind enough to properly implement this instead
of relying on wordexp(), which wouldn't have worked for us.
2015-12-07 09:04:38 +00:00
jasper
cd40fd2489 install example scripts rofi-file-browser.sh and i3_switch_workspaces.sh 2015-11-18 20:16:07 +00:00
jasper
80b5c4fde2 - update to rofi-0.15.11 2015-11-18 19:56:40 +00:00
jasper
8d9dff0e14 previous shuffling uncovered that BUILD_DEPENDS for autoconf were being
overridden elsewhere in the Makefile
2015-09-20 18:37:50 +00:00
jasper
56a7ac4933 make this actually readable 2015-09-20 18:35:55 +00:00
jasper
3254eeea70 add patch from upstream to autocomplete hosts by reading known_hosts 2015-09-20 15:05:33 +00:00
landry
0fb565c88b Import rofi 0.15.8.
Rofi is a graphical menu. Its features include:
* Full (configurable) keyboard navigation.
* Type to filter
    - Tokenized: Type any word in any order to filter.
    - Case insensitive
* UTF-8 enabled.
    - UTF-8 aware string collating.
    - intl. keyboard support (`e -> è)
* Pango font rendering.
* RTL language support.
* Window Switcher.
    - I3 support.
    - EWHM compatible WM.
* Run dialog.
* SSH launcher.
* History based ordering: last 25 choices are ordered based on use.
* Levenshtein distance ordering of matches.
* Drop in dmenu replacement with many added improvements.
* Can be easily extended using scripts.

ok/feedback jasper@ czarkoff@
2015-09-20 12:49:52 +00:00