summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-01-01Repaint (if) needed before flipping xcb_copy_areaDave Davenport
2017-01-01Reorder padding order, support 1,2,3,4 entries.Dave Davenport
2017-01-01Support converting old theme internally, add first option to dump themeDave Davenport
2016-12-31Make spacing be of type distance.Dave Davenport
2016-12-31Fix EM support, use char heightDave Davenport
2016-12-31Support em format in paddingDave Davenport
2016-12-31Padding should be specified in px now and 4 borders can be specified onDave Davenport
2016-12-30Fix some of the sizing issues.Dave Davenport
2016-12-28Add window widget, play with logic for sizing (broken)Dave Davenport
2016-12-28Padding to textbox. remove config.line_paddingDave Davenport
2016-12-28Allow padding on scrollbarDave Davenport
2016-12-28Update drawing, background per widget.Dave Davenport
2016-12-28Redo some of the redrawing methods, better padding supportDave Davenport
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