summaryrefslogtreecommitdiffstats
path: root/source/widgets/listview.c
AgeCommit message (Expand)Author
2023-01-14Update copyright dates.Dave Davenport
2022-12-29[listview] Don't calculate infinite rows on empty height.Dave Davenport
2022-11-19[DMenu] Add -ellipsize-mode option.Dave Davenport
2022-11-19Move config.hDave Davenport
2022-11-18[listview] Set ellipsize mode on creation of textboxDave Davenport
2022-09-10[listview] Add extra checks before resolving pointer.Dave Davenport
2022-07-30[textbox] Implement text-transform add upper/lower/capitalize transformDave Davenport
2022-07-23[Textbox] Remove the dot indicator.Dave Davenport
2022-06-27[View] Add textbox-current-entry widget.Dave Davenport
2022-04-20[#1079]: Option to hide listview elements when not filtered (#1622)Dave Davenport
2022-03-07[listview] Allow settings of flow direction of elements (#1605)Dave Davenport
2022-02-07Bump copyright date.Dave Davenport
2022-01-25Merge List and Array type into one. (#1572)Dave Davenport
2021-12-01Cleanups based on cppcheck.Dave Davenport
2021-09-07#1437 - Fix sizing logic for widgets and textboxes. (#1444)Dave Davenport
2021-09-06Revert "[I1437] Textbox make get_desired_width depend on width."Dave Davenport
2021-09-06[I1437] Textbox make get_desired_width depend on width.Dave Davenport
2021-09-03[listview] Correctly check if hovered item is highlighted.Dave Davenport
2021-08-18[Cleanup] Using clang-tidyDave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
2021-07-08[Listview] Fix wrong widget name.Dave Davenport
2021-06-09Update copyright header.Dave Davenport
2021-06-09[Theme] Allow theme to set icon independent of show-icons option.Dave Davenport
2021-06-08Remove some deprecated options.Dave Davenport
2021-04-13Added -hover-select option that automatically selects the entry under the cur...rahulaggarwal965
2021-04-10[Listview] Check max_rows on nav_right/left.Dave Davenport
2020-08-28Run indenter.Dave Davenport
2020-07-05Update changelog a bit.Dave Davenport
2020-06-02[Listview] Try to fix sizing of barview.Dave Davenport
2020-05-24[Script] Add 'info' row option, that gets passed to ROFI_INFO environment.Dave Davenport
2020-05-13[LISTVIEW] Support more customization in element.Dave Davenport
2020-05-13[Widget] Propaget set_state to children.Dave Davenport
2020-04-26[Test] Fix compiler warning, theme test (bug in lexer) and more.Dave Davenport
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