summaryrefslogtreecommitdiffstats
path: root/source/helper.c
AgeCommit message (Expand)Author
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-21Copy memory instead of mixing malloc and g_malloc'ed memories (and freeing th...Dave Davenport
2016-06-19Split Custom and Alternate command.Dave Davenport
2016-06-18Remove fuzzy matching option.Dave Davenport
2016-06-16Indent don't use partial match.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-20Move teardown to the logic place again (possible with deamon mode removed)Dave Davenport
2016-04-10Work around crash. echo error to stderr.Dave Davenport
2016-04-10Remove fgets and replace by getline.Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.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-03-18rofi: Allow fullscreen on specified monitorQuentin Glidic
2016-03-05Remove deprecated theme system.Dave Davenport
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