summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2015-12-13Add option to set scrollbar widthDave Davenport
2015-12-13Add sorting switch: Issue: #298Dave Davenport
2015-12-10Add option to dump color scheme.Dave Davenport
2015-12-09Add screenshot keybinding.Dave Davenport
2015-12-08Add test, remove whitespaceDave Davenport
2015-12-02 __FUNCTION__ is gcc extension, use __func__ now. Fixes issue #288Dave 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-30Issue #287 mark selected rows.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-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