rofi/source
Moritz Maxeiner 6b9dc1d081 Combi mode: Bang mode prefixes with len>1 (#542)
* Combi mode: Bang mode prefixes with len>1

This is required to match on modes that share a prefix.
Let 'power' and 'pass' be such modes for the following explanation:
Previously, only the first character of after the bang was compared,
so '!p' would always be matched to the 'pass' mode and there was no
way to limit selection in combi mode to the 'power' mode.
Now we can use prefixes of arbitrary length following the bang
such as '!po' (matches 'power' mode), or '!pa' (matches 'pass' mode).
Prefixes of length 1 are unchanged compared to the previous
behaviour, i.e. '!p' will still match 'pass'.

* Combi-mode prefixes should be utf-8 aware
2017-01-26 19:46:46 +01:00
..
dialogs Combi mode: Bang mode prefixes with len>1 (#542) 2017-01-26 19:46:46 +01:00
widgets Add configurable fonts for testing. #544 2017-01-24 08:40:37 +01:00
helper.c Combi mode: Bang mode prefixes with len>1 (#542) 2017-01-26 19:46:46 +01:00
history.c Update copyright to 2017. 2017-01-03 17:59:28 +01:00
keyb.c Super-1..10 keybinding activates row 1..10. 2017-01-10 07:41:37 +01:00
mode.c Fix combi mode 'bang' behaviour, improve levenshtein with combi 2016-05-26 08:39:33 +02:00
rofi.c Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00
theme.c Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00
timings.c Update copyright to 2017. 2017-01-03 17:59:28 +01:00
view.c Add configurable fonts for testing. #544 2017-01-24 08:40:37 +01:00
x11-helper.c Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00
xrmoptions.c Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00