summaryrefslogtreecommitdiffstats
path: root/include/mode.h
AgeCommit message (Collapse)Author
2016-12-12Reset user input on script selection.Dave Davenport
Fixes: #513
2016-11-15Update code documentationDave Davenport
2016-11-15Fix indentationDave Davenport
2016-11-15Small code restructureDave Davenport
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-06-01Merge remote-tracking branch 'origin/master' into highlight_matchDave Davenport
2016-06-01Update some headers.Dave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-22Remove the is_ascii mess.Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
In window_get_text_prop do conversion when input is of type STRING. (latin1) to utf8. Dmenu: don't skip invalid lines, but try to display as much as possible. Window mode: Double check all input from X.
2016-04-01Revert "Test config file before load, support ~/.config/rofi/theme and ↵Dave Davenport
remove config_path global, fix loading dynamic options from /etc/rofi.conf" This reverts commit 0c7d1a6b177727384efb4b0479b9aceb279d1cdd.
2016-04-01Test config file before load, support ~/.config/rofi/theme and remove ↵Dave Davenport
config_path global, fix loading dynamic options from /etc/rofi.conf
2016-03-24Cleanup unused type specifier.Dave Davenport
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-02-23rofi: Drop daemon modeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-01-12Update display value for modi (testing)Dave Davenport
2016-01-08Doxy mode.hDave Davenport
2016-01-08Start making SardemFF happy. Use g_return_if_failDave Davenport
2016-01-07More splitting and abstracting.Dave Davenport
2016-01-07First cleanup steps.Dave Davenport