summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2015-11-28Fixing path.Dave Davenport
2015-11-28Fix return codeDave Davenport
2015-11-27Add option to dump filtered list to stdout.Dave Davenport
2015-11-27Fix issue #271 expand path.Dave Davenport
2015-11-26Do not support ModMasks, breaks to much stuff, This fixes #286Dave Davenport
2015-11-25Big rename from Switcher to Mode internal, to match with user terminologyDave Davenport
2015-11-24Fix ; in macro.Dave Davenport
2015-11-24Cleanups, rename and document.Dave 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-23Fix issue #285, clear memory on reallocQball Cow
2015-11-23Only add modmask if not numlock.Qball Cow
2015-11-23[DRun] Skip entries that have NoDisplay set.Dave Davenport
2015-11-22Don't create collate, use normalized form to match.Dave Davenport
2015-11-22Undo last commit, seems to be unneededDave Davenport
2015-11-22Set LC_CTYPE and LC_COLLATE instead of LC_ALLDave Davenport
2015-11-22textbox: advance cursor correctly for multi-char inputDave Davenport
2015-11-22Initialize locale upon startup.Sebastian Reuße
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-20Show error message when cannot bind keyDave Davenport
2015-11-20Second cleanup in the fix to #268Dave Davenport
2015-11-20Hopefully fix for #268Dave Davenport
2015-11-20Fix issue #275: don't try to do move cursor when nothing is shown.Qball Cow
2015-11-20Issue #268, Filter out mode switch key.Dave Davenport
2015-11-20Issue #268 Repair combined key input 'e --> éDave Davenport
2015-11-17handle failed regex better.Dave Davenport
2015-11-17Small fixDave Davenport
2015-11-17Add experimental regex supportDave Davenport
2015-11-16Fix 2nd offset. #269Dave Davenport
2015-11-16(Hopefull) fix #259, color offset by 1Dave Davenport
2015-11-16Remove duplicate code.Dave Davenport
2015-11-15Try to fix crasher on mixing glib free and free.Dave Davenport
2015-11-14Fix printing.Dave Davenport
2015-11-14Small cleanupDave Davenport
2015-11-14Cleanup.Dave Davenport
2015-11-14Small updatesDave Davenport
2015-11-14Add missing timing files.Dave 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-12Possible fix for issue #265. Check mask when accepting textbox input.Qball Cow
2015-11-12Fix silly little bug.Qball Cow
2015-11-12Use getdelim instead of custom fgets function.Qball Cow
2015-11-11Fix crasher on small lists.. we need atleast 1 thread to do work!Dave Davenport
2015-11-12Add threading support.Dave Davenport
2015-11-10Fix #264 fall back to age ordered list if stacked list does not workDave Davenport
2015-11-07Cleanups.Dave Davenport