summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
AgeCommit message (Collapse)Author
2021-08-19Cleanup, update header files using clang-tidy.Dave Davenport
2021-08-18[Cleanup] Using clang-tidyDave Davenport
2020-10-12Fix some of the documentationDave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-10-21Added option -name-only to match only desktop entry name with drun (#690)Askrenteam
* Added option -name-only to match only desktop entry name with drun * fixed indent and xrdump test * fixed test * option -drun-match-fields * option -window-match-fields * matching fields as static in window/drun + enums for field indexes * prevent window_mode_parse_fields() from executing twice
2017-09-09Fix doxygen documentationDave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-05Indent.Dave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-02Remove index from box_add.Dave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Add orientation property.Dave Davenport
2017-05-26Set box orientation in theme.Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-01-09Remove unused functions and other small fixesDave Davenport
2017-01-06Order entries in box based on index, allow theme to override.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-11Update to new themeDave Davenport
2016-10-14Add more documentation.Dave Davenport
Current state: 61% coverage.
2016-10-13Update documentation, tests for widgetDave Davenport
2016-10-09Make separator work in both directions ( hori/vert ).Dave Davenport
2016-10-09Document box public api.Dave Davenport
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