summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-12-27First start at adding 4 sided paddingDave Davenport
2016-12-26Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-24Use clipboard atom instead of XCB_ATOM_SECONDARY for pasting.Dave Davenport
2016-12-20Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-20Hit 100% doxy coverage again, remove attribute it chokes onDave Davenport
2016-12-16Make parser more flexible, allow global properties to be anywhere in file and...Dave Davenport
2016-12-12Improve lexer by adding support for modes.Dave Davenport
2016-12-12Update theme to new format.Dave Davenport
2016-12-12Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-12Reset user input on script selection.Dave Davenport
2016-12-11Add theme option to config system.Dave Davenport
2016-12-11Textbox uses new theme engine..Dave Davenport
2016-12-11Update to new themeDave Davenport
2016-12-10Add some color stuffDave Davenport
2016-12-09Add some properties to themesDave Davenport
2016-12-09Add lex/bison parser for theme.Dave Davenport
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