summaryrefslogtreecommitdiffstats
path: root/include/widgets
AgeCommit message (Expand)Author
2017-02-01Remove the extra layer each textbox keeps for drawing its text.Dave Davenport
2017-01-24Add configurable fonts for testing. #544Dave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-11Fix indenting and header commenting.Dave Davenport
2017-01-09Improve error handling string.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-08Fix multiple -theme-str lines parsing, fix num linesDave Davenport
2017-01-08Make error dialog widget layout match normal oneDave 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-05Remove separatorDave Davenport
2017-01-05Add generic container (renamed window widget) put container around message.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-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
2016-12-31Make spacing be of type distance.Dave Davenport
2016-12-31Fix EM support, use char heightDave 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-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-12Update theme to new format.Dave 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-15Update code documentationDave Davenport
2016-11-15Small code restructureDave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-02Fix crash on wrongly queued ViewState (thx to teto)Dave Davenport
2016-11-01Document enum of separator.hDave Davenport
2016-11-01Pull config option access from out of separator widget.Dave Davenport
2016-10-28Update some code.Dave Davenport
2016-10-26Make scrollbar behave betterDave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...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 some possible null pointer dereference. (clang-check)Dave Davenport
2016-10-15Indenting, commentsDave Davenport