summaryrefslogtreecommitdiffstats
path: root/include/scrollbar.h
AgeCommit message (Collapse)Author
2016-10-08Qtk widgets (#478)Dave Davenport
* Initial support for using boxes for packing widgets. * Make CapiTalIzation more consistent * Move widgets to subdirectory * Removed nolonger needed resize function. * Small cleanup * When switching mode, reuse view, don't rebuild it. Reduces artifacts. * Needs cleaning up. * Remove separate prompt argument, use display_name * Simplify run-switcher code. * Add notion of parents, and trigger parent update on resize. * Use widget_get_height wrapper, avoid crash * Size separator width based on height. (indent) * TODO add margin to box. * First draft version of listview. * Add scrollbar to listview widget * Add padding option to box * Move access to global config out of widget. (1/2 done) * Remove printf * Make listview not access global config * Add click support, implement on mode buttons. * Re-introduce mouse handling on list-view. * TODO draggin on scrollbar. * Fix multi-select * Fix warnings * Fix include
2016-09-27Make widget_free work on textbox and scrollbar, use widget specific free.Dave Davenport
2016-09-27Make one widget_draw function, abstract rest (textbox, scrollbar) behind it.Dave Davenport
2016-08-24Constness.Dave Davenport
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-01-09Use snprintf instead of sprintfDave Davenport
2016-01-09Making widget class, moving stuff aroundDave Davenport
2016-01-07Add some doxygen sugar.Dave Davenport
2015-09-26Use cairo to do drawing.QC
2015-09-19Some cleanups, tweak uncrustify.QC
2015-09-17Properly resize content when window is resized.Dave Davenport
2015-09-04Document doc, fix small drawing things in scrollbarDave Davenport
2015-09-04scrollbar: Handle mouse clicks, fix width, remove border.Dave Davenport
2015-09-03Add scrollbar source code.Dave Davenport