summaryrefslogtreecommitdiffstats
path: root/source/widgets/widget.c
AgeCommit message (Expand)Author
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-09Floor the result, so we do not get 1/2 pixel gaps.Dave 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-01-31Give overlay widget a parent, queue widget redraw on enable/disableDave 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-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-06Fix percentual margin.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-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-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-03Add percentage option to border,paddingDave Davenport
2017-01-03Add support for borders around widgets.Dave Davenport
2017-01-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2017-01-01Always queue a redraw on a resize event.Dave 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-30Fix more sizing issuesDave 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-28Support padding in listviewDave Davenport
2016-12-28Update drawing, background per widget.Dave Davenport
2016-12-27First start at adding 4 sided paddingDave Davenport
2016-12-11Update to new themeDave Davenport
2016-11-10If widget is disabled, don't check redraw flag as it wont be cleared.Dave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...Dave 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-14Document more headers.Dave Davenport
2016-10-13Add some NULL tests to widget testDave Davenport