summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
AgeCommit message (Expand)Author
2015-10-01Make normal filtering of plain ASCII lines fasterTom Hinton
2015-09-27Try to fix #234QC
2015-09-26Use cairo to do drawing.QC
2015-09-22Add markup flag for dmenu.Dave Davenport
2015-09-20Default disable levenshteinQC
2015-09-19Adjust new editor widthQC
2015-09-19Some cleanups, tweak uncrustify.QC
2015-09-08Keep the line matched (if possible) when filtering.Dave Davenport
2015-09-08Refactor to make dmenu use Switcher, and make menu func use this.Dave Davenport
2015-09-07Allow switchers to run multiple times.Dave Davenport
2015-09-04Add hide scrollbar option.QC
2015-09-03Small cleanup.Dave Davenport
2015-08-26Add separator color and style option.Dave Davenport
2015-08-20Issue: #207 add generic `-filter` mode.QC
2015-08-04Add quick solution for #202, expose line-margin setting.Dave Davenport
2015-08-02Bug #200 implement `-m` modeQC
2015-07-30Small cleanup + fail more gracefull here and thereDave Davenport
2015-07-28Add new event handlingDave Davenport
2015-07-27Add prefix to header guard. #191Qball Cow
2015-07-27Bug #191 rename header guard to not use reserved macro name.Dave Davenport
2015-07-01Make fuzzy matching available everywhere: #133 (-fuzzy)Dave Davenport
2015-06-08Add markup support to error msg.Dave Davenport
2015-05-23Add support for msg string with pango markup.QC
2015-05-10Add -format option to dmenu.QC
2015-05-03Rasi patch, allowing special keys, modifying return value.QC
2015-04-30First part of infrastructure for Issue: #131 customizable keybindings.Dave Davenport
2015-04-16Support Levenshtein in dmenu.i #149QC
2015-04-15Remove unused codeDave Davenport
2015-04-11Re-enable background/foreground. Make theming method an option.QC
2015-04-06ADd new coloring scheme.QC
2015-04-06Add more user-colors.QC
2015-04-05use '\033' instead of '\e' for output-formattingJason Pleau
2015-04-05Help users that do not pass the read-the-manual stage.QC
2015-04-05Fix crasher with fixed-lines off and 0 visible rowsQC
2015-04-03Add active/urgent color.QC
2015-03-31Add combi viewer, where (selected) modi can be combined.Dave Davenport
2015-03-30Add combi viewer.QC
2015-03-29Issue: #137, Parse /etc/hosts file.QC
2015-03-27Small cleanupQC
2015-03-27OO-ify the Switchers.QC
2015-02-24Re-add zeltak mode.Dave Davenport
2015-02-15Fix #128: Better handling of keybindings and remove deprecated launching.QC
2015-02-10Remove hmode. (Rather no implementation then a bad one.)Dave Davenport
2015-02-09Splitting over more files.Dave Davenport
2015-02-04Cleanups.Dave Davenport
2015-02-03Move data around, constness, etc.Dave Davenport
2015-02-02Put i3 specific interaction code in separate file.Dave Davenport
2015-02-01Fix LLVM compiler warnings.Dave Davenport
2015-01-18Introduce lazy-refilter mode for long lists.QC
2015-01-12Merge branch 'master' of https://github.com/DaveDavenport/rofiEdwin Pujols