summaryrefslogtreecommitdiffstats
path: root/source/dialogs/combi.c
AgeCommit message (Expand)Author
2020-04-07[Combi] Remove strchrnullDave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2018-06-12Change log domain from Utils.IconFetcher to Helpers.IconFetcherDave Davenport
2017-11-07[Combi] Add hide prefix option.Dave Davenport
2017-10-05Indent files.Dave Davenport
2017-09-29Implement support for specifying negated matchDave Davenport
2017-09-10Fix combi modi crashing on dynamic list sizes.Dave Davenport
2017-05-30view: Add icon (basic) supportAaron Ash
2017-04-27Re-Indent codeDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-03-31Fix alternate separatorDave Davenport
2017-03-31Document '/' as separator and add to combi mode.Dave Davenport
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-04Indent code.Dave Davenport
2017-03-04Detect plugins on startup.Dave Davenport
2017-02-04Allow bang to match multiple modes when incomplete to select single. Fixes #552Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-01-26Combi mode: Bang mode prefixes with len>1 (#542)Moritz Maxeiner
2017-01-03Update copyright to 2017.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-08-29Fix configure script a bit.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-20Move teardown to the logic place again (possible with deamon mode removed)Dave Davenport
2016-04-10Issue: #380 Make combi complete prepend bangDave Davenport
2016-03-24Cleanup unused type specifier (dialogs).Dave Davenport
2016-03-20Fix positioning window on top of window.Dave Davenport
2016-03-19Make clang static code analyzer happy (300+ -> 5)Dave Davenport
2016-02-23rofi: Drop daemon modeQuentin Glidic
2016-01-12Update display value for modi (testing)Dave 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
2016-01-07More doxygen sugar.Dave Davenport
2016-01-01Update copyrightDave Davenport
2015-11-25Big rename from Switcher to Mode internal, to match with user terminologyDave Davenport
2015-11-24Create more consistent ordering of argumentsDave Davenport
2015-11-24[Combi] only textual map, when not using glob/regex mode.Dave Davenport
2015-11-24Fix for complete issue #273.Dave Davenport
2015-11-23Some cleanups and re-ordering of parameters to be consistent.Dave Davenport
2015-11-23Const making.Dave Davenport
2015-11-22textbox: advance cursor correctly for multi-char inputDave Davenport
2015-11-22consts and small ensurance (though should be correct to begin with)Dave Davenport
2015-11-21Start at fixing Issue 273, this might break some things.Dave Davenport
2015-11-03Fix combi and drun and localizationDave Davenport
2015-10-19Fix some compiler warningsDave Davenport
2015-10-18Fix crash on deleting entries in ssh/run.QC