summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
2016-12-11Fix theme_name generator for textboxDave Davenport
2016-12-11Textbox uses new theme engine..Dave Davenport
2016-12-11Update to new themeDave Davenport
2016-12-09Add some properties to themesDave Davenport
2016-11-27Fix drawing order when widget is added at end. This simplifies bottom mode.Dave Davenport
2016-11-10If widget is disabled, don't check redraw flag as it wont be cleared.Dave Davenport
2016-11-01Pull config option access from out of separator widget.Dave Davenport
2016-10-26Make scrollbar behave betterDave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...Dave Davenport
2016-10-24add scrollbar test.Dave Davenport
2016-10-22clang-check fix.Dave Davenport
2016-10-20Add some more tests, make some textbox api's privateDave Davenport
2016-10-18Fix memory leak in box and listview widget, add coverage make target. (ggcov ...Dave Davenport
2016-10-17Fix redrawing (call queue redraw, not need redraw) fix end of string check.Dave Davenport
2016-10-17Fix some possible null pointer dereference. (clang-check)Dave Davenport
2016-10-15Fix issue #482: Set work directoryDave Davenport
2016-10-15Indenting, commentsDave Davenport
2016-10-14More docu updatesDave Davenport
2016-10-14Document more headers.Dave Davenport
2016-10-13Add some NULL tests to widget testDave Davenport
2016-10-13Update documentation, tests for widgetDave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-09Split internal widget into separate fileDave Davenport
2016-10-09Make separator work in both directions ( hori/vert ).Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport