summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
2017-02-17Install some headers for use in pluginsDave Davenport
2017-02-09IndentDave Davenport
2017-02-08Tweaking corner case when box is smallDave Davenport
2017-02-08Fiddle with the corners again.. less complecated is goodDave Davenport
2017-02-06Reduce amount of paths createdDave Davenport
2017-02-06First draw widget, then draw border around it.. extend clipmask by 0.5 a pixe...Dave Davenport
2017-02-06Fix missing - in clip maskDave Davenport
2017-02-06limit radius when height/weight gets to smallDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-03Return to default border when nothing set after state updateDave Davenport
2017-02-03Don't apply fonts that don't result in family name or have size 0.Dave Davenport
2017-02-02Remove the extra layer each textbox keeps for drawing its text. (#553)Dave Davenport
2017-02-02Fix malloc in textboxDave Davenport
2017-01-31Give overlay widget a parent, queue widget redraw on enable/disableDave Davenport
2017-01-24Add configurable fonts for testing. #544Dave Davenport
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