rofi/include
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 Document more headers. 2016-10-14 16:46:54 +02:00
widgets Add configurable fonts for testing. #544 2017-01-24 08:40:37 +01:00
helper.h Combi mode: Bang mode prefixes with len>1 (#542) 2017-01-26 19:46:46 +01:00
history.h Fix some doxygen warnings. 2016-07-29 08:32:34 +02:00
keyb.h Super-1..10 keybinding activates row 1..10. 2017-01-10 07:41:37 +01:00
mode-private.h Update code documentation 2016-11-15 21:54:31 +01:00
mode.h Reset user input on script selection. 2016-12-12 08:52:27 +01:00
rofi.h Better error reporting (1) 2017-01-09 18:32:26 +01:00
settings.h Split sorting option. one for sorting. One to force levenshtein. 2017-01-11 09:42:37 +01:00
theme.h Allow matching highlighting to be set. Fixes #522 2017-01-09 00:09:02 +01:00
timings.h add more details to timing log 2016-10-31 08:07:02 +01:00
view-internal.h Indent magic, rework makefile so lexer and yacc file are not passed. 2017-01-08 21:36:06 +01:00
view.h Indent magic, rework makefile so lexer and yacc file are not passed. 2017-01-08 21:36:06 +01:00
x11-helper.h Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00
xcb-internal.h Indenting, comments 2016-10-15 15:39:08 +02:00
xcb.h Fix stupid missing */ in commit 2016-10-15 15:45:28 +02:00
xkb-internal.h More docu updates 2016-10-14 18:56:09 +02:00
xkb.h Indenting, comments 2016-10-15 15:39:08 +02:00
xrmoptions.h Indenting, comments 2016-10-15 15:39:08 +02:00