summaryrefslogtreecommitdiffstats
path: root/include/helper.h
AgeCommit message (Expand)Author
2017-04-23Cleanups, fix arguments mismatchDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-03-04Indent code.Dave Davenport
2017-02-17Install some headers for use in pluginsDave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-02-03Don't apply fonts that don't result in family name or have size 0.Dave Davenport
2017-01-26Combi mode: Bang mode prefixes with len>1 (#542)Moritz Maxeiner
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-11Split sorting option. one for sorting. One to force levenshtein.Dave Davenport
2017-01-11Move fzf matcher into helperDave Davenport
2017-01-09Allow matching highlighting to be set. Fixes #522Dave Davenport
2017-01-08Add some better error message. Allow -theme-str option to override part of themeDave Davenport
2016-11-15Update code documentationDave Davenport
2016-10-14Document more headers.Dave Davenport
2016-10-14Add more documentation.Dave Davenport
2016-08-25Add fuzzy matching, make a -matching option.Dave Davenport
2016-08-24Constness.Dave Davenport
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-06-21Copy memory instead of mixing malloc and g_malloc'ed memories (and freeing th...Dave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-22Remove the is_ascii mess.Dave Davenport
2016-05-21Go Regex GoDave Davenport
2016-05-10First try at highlighting match (regex only)Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-28Run indenterDave Davenport
2016-02-27Move most of window modi to xcbDave Davenport
2016-02-19Full mainloop madnessDave Davenport
2016-01-07Add some doxygen sugar.Dave Davenport
2016-01-04Make levenshtein sort utf8 aware and obey case sensitive setting.Dave Davenport
2015-12-08Add test, remove whitespaceDave Davenport
2015-12-02Fix func. def in wrong header file.Dave Davenport
2015-12-01Remove custom code, replace by glib, fix fuzzy matching for unicode.Dave Davenport
2015-11-21Start at fixing Issue 273, this might break some things.Dave Davenport
2015-11-17Add experimental regex supportDave Davenport
2015-10-18Try todo some validation of monitor size/padding in config sanity check.QC
2015-10-01Make normal filtering of plain ASCII lines fasterTom Hinton
2015-10-01Make dmenu reading very marginally fasterTom Hinton
2015-09-19Adjust new editor widthQC
2015-08-29Remove unused functionQC
2015-07-30Small cleanup + fail more gracefull here and thereDave 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-28Move fuzzy_token_match to where it can be reused.Dave Davenport
2015-05-16Fix Issue #164QC
2015-03-30Add combi viewer.QC
2015-03-27OO-ify the Switchers.QC
2015-03-17Update header.QC
2015-03-11Cleanup argc/argv lugging around.Dave Davenport