summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
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-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-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-08Make 'text' override foreground color for rendering textDave 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-08Add some better error message. Allow -theme-str option to override part of themeDave Davenport
2017-01-06Draw scrollbar when list is empty.Dave Davenport
2017-01-06Fix percentual margin.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-06Listview: hide widget when no row is visible and dynamic is enabled.Dave Davenport
2017-01-06Only queue redraw when state actually changesDave Davenport
2017-01-06Q'nD: Update border and force redraw on state changeDave Davenport
2017-01-06Quick 'n Dirty work around for handle color in scrollbar.Dave Davenport
2017-01-05Textbox take height set, when bigger then desired in autowidth modeDave Davenport
2017-01-05Remove separatorDave Davenport
2017-01-05Add generic container (renamed window widget) put container around message.Dave Davenport
2017-01-04Scrollbarwidth is a Distance.Dave Davenport
2017-01-04Reset line style, reset state after drawing border.Dave Davenport
2017-01-04Support linestyle on borderDave Davenport
2017-01-04Remove class system from new theme format. Fix theme converter.Dave Davenport
2017-01-04Add debug output to themer that indicates unset properties.Dave Davenport
2017-01-04Allow packing order to be set using theme.Dave Davenport
2017-01-04Don't draw widget when size is 0 or less.Dave Davenport
2017-01-04Fix border with margin. take 2.Dave Davenport
2017-01-04Hopefully fix border with margin settingDave Davenport
2017-01-03Add support for margin.Dave Davenport
2017-01-03When order is reversed. reverse listview order fix #523Dave Davenport
2017-01-03Reverse scrollbar when listview is reversed.Dave Davenport
2017-01-03Allow listview to be reversed in order.Dave Davenport
2017-01-03Add percentage option to border,paddingDave Davenport
2017-01-03Update window copyrightDave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Fix wrong sed replace.Dave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2017-01-03Allow for different color handleDave Davenport
2017-01-03Remove border-width property from window.Dave Davenport
2017-01-03Add support for borders around widgets.Dave Davenport
2017-01-03Fix spacing in listview and box.Dave Davenport
2017-01-03Box: static widget should get their desired height.Dave Davenport
2017-01-03textbox, draw better cursor, fix desired height query.Dave Davenport
2017-01-03Restructure for readability. no changeDave Davenport
2017-01-02cleanup some of sizing logic.Dave Davenport