summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
2017-01-10Super-1..10 keybinding activates row 1..10.Dave Davenport
Allowing fore quick switching to entry. https://forum.qtools.org/t/select-entry-by-offset/84/5
2017-01-09Improve error handling string.Dave Davenport
2017-01-09Better error reporting (1)Dave Davenport
2017-01-09Remove unused functions and other small fixesDave Davenport
2017-01-09Remove old cairo color set functionsDave Davenport
2017-01-09Allow matching highlighting to be set. Fixes #522Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-08Fix multiple -theme-str lines parsing, fix num linesDave Davenport
2017-01-08Make error dialog widget layout match normal oneDave Davenport
2017-01-08Fix doxygen typoDave Davenport
2017-01-08Fix doxygen.Dave Davenport
2017-01-08Add some better error message. Allow -theme-str option to override part of themeDave Davenport
2017-01-06Allow to set anchor position on normitor and anchor position on window.Dave Davenport
2017-01-06Order entries in box based on index, allow theme to override.Dave Davenport
2017-01-06Add scrollbar 'handle-width' and 'handle-color' remove old syntaxDave Davenport
2017-01-06Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-06Change keyboard grabbing behaviour, if you fail, continue running and try in ↵Dave Davenport
background to get them.
2017-01-05Remove separatorDave Davenport
2017-01-05Add generic container (renamed window widget) put container around message.Dave Davenport
2017-01-05Allow linking to top level properties.Dave Davenport
2017-01-04Fix doxygenDave Davenport
2017-01-04Support linestyle on borderDave Davenport
2017-01-04Fix small doxygen/header issue.Dave Davenport
2017-01-04Remove class system from new theme format. Fix theme converter.Dave Davenport
2017-01-04Allow packing order to be set using theme.Dave Davenport
2017-01-03Add support for margin.Dave Davenport
2017-01-03When order is reversed. reverse listview order fix #523Dave Davenport
2017-01-03Add percentage option to border,paddingDave Davenport
2017-01-03Remove border-width property from window.Dave Davenport
2017-01-03Add support for borders around widgets.Dave Davenport
2017-01-02cleanup some of sizing logic.Dave Davenport
2017-01-01Fix errors in doxygen commentsDave Davenport
2017-01-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2017-01-01Remove border from ViewStateDave Davenport
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
one pixel line.
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
Should fix issue: #516