summaryrefslogtreecommitdiffstats
path: root/source/widgets/listview.c
AgeCommit message (Expand)Author
2020-04-16[DMenu] Implement -keep-rightDave Davenport
2020-03-30Fix hack for height calc.Dave Davenport
2020-03-29[Textbox|Listview] Fix sizing of textbox.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-01[Listview] Small fix when distributing remaining space whith scrollbar.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-12-29[Listview] Add more debug output for debugging.Dave Davenport
2019-12-29[Listview] Make str code more explicit.Dave Davenport
2019-12-29[Listview] Fix wrong flag set on indexDave Davenport
2019-12-29[Listview] Fix drawing issueDave Davenport
2019-12-29[Listview] Add support for showing the (keybindable) index.Dave Davenport
2019-12-29[Doc] Update theme manpage with import.Dave Davenport
2019-11-23[listview] Always do full update to update all theme elements.Dave Davenport
2019-11-14[ListView] Fix right-to-left scrolling in bar-view.Dave Davenport
2019-09-30[CI] Update missing documentation.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-08-08Issue949 (#999)Dave Davenport
2019-05-04[ListView|Textbox] Add user-settable ellipsize mode.Dave Davenport
2019-02-02[CodeCY] Cleanup some more warnings given by CodeCY.Dave Davenport
2018-06-12More documentation fixesDave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-10-05Indent files.Dave Davenport
2017-09-17Cleanup compiler warnings.Dave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-07Move enabled into widget.Dave Davenport
2017-09-06Fix sizing of listview rows.Dave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave Davenport
2017-06-12Position the overlay in the top right corner of the listview.Dave Davenport
2017-06-12Make the compiler STFU about desired fallthroughs.Dave Davenport
2017-06-07[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.Dave Davenport
2017-06-03Change Listview::barview to Listview::layoutDave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
2017-06-02Remove index from box_add.Dave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-01Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31Indent icon code reworkQuentin Glidic
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31[Textbox] fix wrong flag check for icon.Dave Davenport
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31Port fixes from icon-cleanup branch.Dave Davenport
2017-05-30Merge in masterDave Davenport
2017-05-30widget: Add motion grab supportQuentin Glidic
2017-05-30widget: Add widget_xy_to_relative helperQuentin Glidic
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-05-28Add extra NULL checks.Dave Davenport
2017-05-24Change page-up/page-down behaviour for barview mode.Dave Davenport
2017-05-23[Barview] Small cleanups.Dave Davenport
2017-05-23[ListView] Add bar mode.Dave Davenport