summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-11-25Print compile options (window, drun,timing, asan, gcov) in -helpDave Davenport
2016-11-15Update code documentationDave Davenport
2016-11-15Fix indentationDave Davenport
2016-11-15Small code restructureDave Davenport
2016-11-14Try to improve parsing of Keybinding. Give more specific error of what failed.Dave Davenport
2016-11-14Continue parsing when keybinding fail, only show errors after all are done.Dave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-12Fix #497: Create cache dir if not exists.Dave Davenport
2016-11-07Issue #454 pass our window id along in the change active window requestDave Davenport
2016-11-07Re-add column, but not for dmenu when prompt is setDave Davenport
2016-11-02Fix crash on wrongly queued ViewState (thx to teto)Dave Davenport
2016-11-01Document enum of separator.hDave Davenport
2016-11-01Remove opacity option.Dave Davenport
2016-11-01Pull config option access from out of separator widget.Dave Davenport
2016-10-31add more details to timing logDave Davenport
2016-10-28Update some code.Dave Davenport
2016-10-28Merge two functions that no longer have a reason to be split.Dave Davenport
2016-10-26Make scrollbar behave betterDave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...Dave Davenport
2016-10-24Option to disable/enable the highlighting of match.Dave Davenport
2016-10-20Add some more tests, make some textbox api's privateDave Davenport
2016-10-18Fix memory leak in box and listview widget, add coverage make target. (ggcov ...Dave Davenport
2016-10-17Fix some possible null pointer dereference. (clang-check)Dave Davenport
2016-10-15Fix stupid missing */ in commitDave Davenport
2016-10-15Indenting, commentsDave Davenport
2016-10-14More docu updatesDave Davenport
2016-10-14Document more headers.Dave Davenport
2016-10-14Add more documentation.Dave Davenport
2016-10-13Update documentation, tests for widgetDave Davenport
2016-10-11Remove unneeded calls to tokenize.Dave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-09Split internal widget into separate fileDave Davenport
2016-10-09Make separator work in both directions ( hori/vert ).Dave Davenport
2016-10-09Small docu update.Dave Davenport
2016-10-09Document box public api.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-09-27Make widget_free work on textbox and scrollbar, use widget specific free.Dave Davenport
2016-09-27Make one widget_draw function, abstract rest (textbox, scrollbar) behind it.Dave Davenport
2016-09-17Allow for reloading of window content (10fps), needed for async transfer.Dave Davenport
2016-09-08Added click-to-exit option. (#460)Ian Remmler
2016-09-08Ask window manager to hide decoration in normal-window mode.Dave Davenport
2016-09-02Ctrl-click does alternate accept entry.Dave Davenport
2016-08-30Add debug output.Dave Davenport
2016-08-30Add option to set padding within a line.Dave Davenport
2016-08-30Test #454 unmap window before switching.Dave Davenport
2016-08-29Fix configure script a bit.Dave Davenport
2016-08-29Improve DRun handling a bit.Dave Davenport
2016-08-28First hack at fixing Desktop file parser.Dave Davenport
2016-08-25Add fuzzy matching, make a -matching option.Dave Davenport