summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-31Update gitignoreDave Davenport
2017-01-31Give overlay widget a parent, queue widget redraw on enable/disableDave Davenport
2017-01-30Allow user to set number of rows to pre-read async.Dave Davenport
2017-01-30Only pre-process input once.Dave Davenport
2017-01-30If no filter specified, match everything with default matcherDave Davenport
2017-01-29Set WM_CLASS. Fixes #549Dave Davenport
2017-01-26Combi mode: Bang mode prefixes with len>1 (#542)Moritz Maxeiner
2017-01-26Fix textbox testDave Davenport
2017-01-24Add configurable fonts for testing. #544Dave Davenport
2017-01-23Fix theme selector removing of prev entry. Small improvement DarkBlue.Dave Davenport
2017-01-22Update DPI detection method.Dave Davenport
2017-01-21Output detected DPI to debug system.Dave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-21Center the arthur themeDave Davenport
2017-01-20Update spec. with screenshotsDave Davenport
2017-01-19Don't release keyboard on FOCUS-out event.. for some reason we do not always ...Dave Davenport
2017-01-19Add sidebar and paper-float themeDave Davenport
2017-01-19Give a visible (popup) error message when failed to open themeDave Davenport
2017-01-19Add arthur as themeDave Davenport
2017-01-19Convert built-in themes to new format.Dave Davenport
2017-01-18Add -theme and -theme-str to manpage.Dave Davenport
2017-01-18Add screenshotting script for new theme format.Dave Davenport
2017-01-18Update theme specifcation documentation.Dave Davenport
2017-01-17Ignore empty path.Dave Davenport
2017-01-17Structure picture of widgets.Dave Davenport
2017-01-16Add first draft of structure svg to theme doc.Dave Davenport
2017-01-16Move some files, add small theme convert document.Dave Davenport
2017-01-16Add some examples to the themer.md.Dave Davenport
2017-01-15Give error when multiple (non-modifier) keys are hit.Dave Davenport
2017-01-12Add transparency section to tutorialDave Davenport
2017-01-12Update doc about x/y-offset.Dave Davenport
2017-01-11UpdatesDave Davenport
2017-01-11fzf matching remove debugDave Davenport
2017-01-11Split sorting option. one for sorting. One to force levenshtein.Dave Davenport
2017-01-11Move fzf matcher into helperDave Davenport
2017-01-11Move full algorithm in function.Dave Davenport
2017-01-11Fix indenting and header commenting.Dave Davenport
2017-01-11Revise fuzzy finding algorithm for -matching fuzzyFangrui Song
2017-01-10Update themer documentation.Dave Davenport
2017-01-10Update themer.mdDave Davenport
2017-01-10Update themer.md with specs (unfinished).Dave Davenport
2017-01-10Update theme3-tutorial.mdDave Davenport
2017-01-10Add a quick theme tutorial.Dave Davenport
2017-01-10Super-1..10 keybinding activates row 1..10.Dave Davenport
2017-01-09Fix tests.Dave Davenport
2017-01-09Clear theme memory on close, free temporary widgetDave Davenport
2017-01-09Reset theme if parsing fails, so we don't display using 1/2 parsed themeDave Davenport
2017-01-09Improve error handling string.Dave Davenport
2017-01-09Try to improve error handling and messagesDave Davenport
2017-01-09Misc man page changes (#535)lbonn