18 Commits

Author SHA1 Message Date
jasper
0cd654cd3d update to rofi-1.6.0 2020-09-12 07:57:05 +00:00
edd
457bf7033d sysutils/rofi: Fix a segfault.
Fix applied upstream:
https://github.com/davatorium/rofi/issues/1083

This was supposed to go in at the same time as the REVISION bump, but cvs did
something weird.

OK jasper@, thanks!
2020-04-08 12:33:32 +00:00
jasper
7312e59e21 update to rofi-1.5.2 2018-12-31 10:27:16 +00:00
jasper
ad2d3a478e drop local copies of strchrnul(3) and use strcspan(3) instead
suggested by ingo@
2018-06-02 12:08:24 +00:00
jasper
cfa5c78d62 update to rofi-1.5.0 2018-02-04 09:29:39 +00:00
jasper
c1fc1fe633 fix crasher on themes with too many fields 2017-11-07 20:28:19 +00:00
jasper
94655048d3 update to rofi-1.4.1 2017-10-08 07:16:24 +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
9866f0de2f rework how the history file gets written, with this all tests pass.
from upstream
2016-01-03 19:40:11 +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
80b5c4fde2 - update to rofi-0.15.11 2015-11-18 19:56:40 +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