summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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-24Fix for complete issue #273.Dave Davenport
2015-11-24Remove unused typedefDave Davenport
2015-11-23Some cleanups and re-ordering of parameters to be consistent.Dave Davenport
2015-11-23Const making.Dave Davenport
2015-11-22textbox: advance cursor correctly for multi-char inputDave Davenport
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-20Hopefully fix for #268Dave Davenport
2015-11-20Remove old XIM/XIC from textbox structure.Dave Davenport
2015-11-17Add experimental regex supportDave Davenport
2015-11-16Remove duplicate code.Dave Davenport
2015-11-14Fix printing.Dave Davenport
2015-11-14Cleanup.Dave 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-12Add threading support.Dave Davenport
2015-11-10Fix #264 fall back to age ordered list if stacked list does not workDave Davenport
2015-11-04Fix #258: Set fallback alternative color before trying to allocate it.Qball Cow
2015-11-03Put things together, making desktop menu workDave Davenport
2015-11-03Initial import desktop file runner.Dave Davenport
2015-10-31Add -no-parse-known-hosts to disable parsing of ~/.ssh/known_hostsKlemens Schölhorn
2015-10-30Allow dpi to be setQC
2015-10-26Fix: 250 Fixing message.QC
2015-10-21Merge remote-tracking branch 'origin/Transparency'QC
2015-10-21Add dmenu options to -hDave Davenport
2015-10-20Add fake transparencyQball Cow
2015-10-18Try todo some validation of monitor size/padding in config sanity check.QC
2015-10-16Add fullscreen mode and fix some redrawing issues.QC
2015-10-16Update rofi -h outputDave Davenport
2015-10-15Revert "Remove levenshtein"QC
2015-10-11Merge branch 'master' of github:DaveDavenport/rofiDave Davenport
2015-10-10Cache colors.QC
2015-10-10Use cairo for all drawing, also bordersQC
2015-10-05Merge remote-tracking branch 'upstream/master' into fast-ascii-filteringTom Hinton
2015-10-04Remove levenshteinQC
2015-10-04Add tokenize option and append * to glob.Dave Davenport
2015-10-02Add glob version for testing.QC
2015-10-01Make normal filtering of plain ASCII lines fasterTom Hinton
2015-10-01Make dmenu reading very marginally fasterTom Hinton
2015-09-30Fix #237 add none style to separator styleDave Davenport
2015-09-29Only cache successful run. (Thanks to Koppa nd daemoni)Qball Cow
2015-09-28Parse name in textbox.QC
2015-09-27Try to fix #234QC