summaryrefslogtreecommitdiffstats
path: root/source/helper.c
AgeCommit message (Expand)Author
2016-03-02Cleanups (cppcheck)Dave Davenport
2016-03-01Fix #348, give a warning when font failed to parseDave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-28Remove dead codeDave Davenport
2016-02-28Run indenterDave Davenport
2016-02-27Move most of window modi to xcbDave Davenport
2016-02-27Move more to xcb.Dave Davenport
2016-02-19Fixing.Dave Davenport
2016-02-19Full mainloop madnessDave Davenport
2016-02-08CleanupsDave Davenport
2016-01-30Fix spelling errorGareth Poole
2016-01-07More doxygen sugar.Dave Davenport
2016-01-04Make levenshtein sort utf8 aware and obey case sensitive setting.Dave Davenport
2016-01-01Update copyrightDave Davenport
2015-12-03Indent.Dave Davenport
2015-12-02Fix small char s/u issueDave Davenport
2015-12-01Remove custom code, replace by glib, fix fuzzy matching for unicode.Dave Davenport
2015-11-28Fixing path.Dave Davenport
2015-11-27Fix issue #271 expand path.Dave Davenport
2015-11-22Don't create collate, use normalized form to match.Dave Davenport
2015-11-21Start at fixing Issue 273, this might break some things.Dave Davenport
2015-11-17handle failed regex better.Dave Davenport
2015-11-17Small fixDave Davenport
2015-11-17Add experimental regex supportDave Davenport
2015-11-14Add threadpool support, add optional timings compile flagDave Davenport
2015-11-12If threads is set to 0, try to autodetect number of threads.Dave Davenport
2015-11-12Use getdelim instead of custom fgets function.Qball Cow
2015-11-04Fix #258: Set fallback alternative color before trying to allocate it.Qball Cow
2015-10-18Some cleanupsQC
2015-10-18Add mesg about fullscreen and monitor setupQC
2015-10-18Try todo some validation of monitor size/padding in config sanity check.QC
2015-10-12Fix #244 Do not catch sigchld, let glib handle this internallyDave Davenport
2015-10-05Merge remote-tracking branch 'upstream/master' into fast-ascii-filteringTom Hinton
2015-10-04Fix typoQC
2015-10-04Add tokenize option and append * to glob.Dave Davenport
2015-10-02Add glob version for testing.QC
2015-10-02Move ascii testing gizmos to macros at the top.Tom Hinton
2015-10-01whoops, rogue print statementTom Hinton
2015-10-01Make fuzzy matching fast and unicode-happyTom Hinton
2015-10-01Make normal filtering of plain ASCII lines fasterTom Hinton
2015-10-01Make dmenu reading very marginally fasterTom Hinton
2015-09-20Support \0QC
2015-09-19Adjust new editor widthQC
2015-09-19Some cleanups, tweak uncrustify.QC
2015-08-29Remove unused functionQC
2015-08-27Allow 0 line marginDave Davenport
2015-08-26Cleanup drawing a bit.QC
2015-08-04Add quick solution for #202, expose line-margin setting.Dave Davenport
2015-08-02Remove use of g_close, not available on travisQC
2015-07-31Try to make things more robust, e.g. try to recover before giving up.Dave Davenport