summaryrefslogtreecommitdiffstats
path: root/source/widgets/listview.c
AgeCommit message (Expand)Author
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-01-09Clear theme memory on close, free temporary widgetDave Davenport
2017-01-09Improve error handling string.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-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-04Scrollbarwidth is a Distance.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-04Allow packing order to be set using theme.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-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2017-01-03Fix spacing in listview and box.Dave Davenport
2017-01-03Restructure for readability. no changeDave Davenport
2017-01-02cleanup some of sizing logic.Dave Davenport
2017-01-01Slowly move more settings to the configuration convert.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-29listview use padding accessorsDave Davenport
2016-12-28Add window widget, play with logic for sizing (broken)Dave Davenport
2016-12-28Fix desired size of listview, tweak textbox renderingDave Davenport
2016-12-28Padding to textbox. remove config.line_paddingDave Davenport
2016-12-28Support padding in listviewDave 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-20Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-20Force all three properties of scrollbar to be in syncDave Davenport
2016-12-12Improve lexer by adding support for modes.Dave Davenport
2016-12-11Textbox uses new theme engine..Dave Davenport
2016-12-09Add some properties to themesDave 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-08Qtk widgets (#478)Dave Davenport