summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
5 daysFix scrolling for vertical layout with horizontal packingNikita Zlobin
5 daysPlace continuous scroll center in middle columnNikita Zlobin
2024-02-15[Box] When estimating height, set correct width on childrenDave Davenport
2023-09-27Fix text color when `cursor-color` is set (#1901)vE5li
2023-08-29[View|Textbox] cleanups to drawing codeNikita Zlobin
2023-08-27Clip text with extents rectangleNikita Zlobin
2023-07-24widget_draw: clean useless calls in corner drawingNikita Zlobin
2023-07-24Fix border segments stitchNikita Zlobin
2023-04-21Small memory leaks fixed and other cleanups.Dave Davenport
2023-03-26Fix to pointless or's.Dave Davenport
2023-03-26Re-indent the code using clang-formatDave Davenport
2023-03-05Add support for adding textbox widgets to listview elements (#1792)notuxic
2023-02-23[Textbox] cairo_save/restore does not store path.Dave Davenport
2023-01-22I785 (#1789)Dave Davenport
2023-01-18[Textbox] Replace 'space' with a spaceDave Davenport
2023-01-16draw text after cursor (#1777)vE5li
2023-01-14Update copyright dates.Dave Davenport
2022-12-29[listview] Don't calculate infinite rows on empty height.Dave Davenport
2022-12-24[Theme] Move some definitions header around for plugin.Dave Davenport
2022-12-23[Textbox] Cursor goes over, not under. allow cursor outline.Dave Davenport
2022-12-23[Textbox] Add text-outline to styleDave Davenport
2022-11-25make cursor more customizable by adding cursor-width and cursor-color (#1753)vE5li
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-10-27[Textbox] Add a 'get_cursor_x_pos' function.Dave Davenport
2022-09-10[listview] Add extra checks before resolving pointer.Dave Davenport
2022-08-28[Textbox] Add 'placeholder-markup' flag.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-07-23[Textbox] Fix multi-select dot placement.Dave Davenport
2022-07-23[Build] Fix some compile warnings.Dave Davenport
2022-06-27[View] Add textbox-current-entry widget.Dave Davenport
2022-05-30[Textbox] Try to fix pango alignmentDave Davenport
2022-05-27[Textbox] Set pango align based on horizontal-alignDave Davenport
2022-04-20[#1079]: Option to hide listview elements when not filtered (#1622)Dave Davenport
2022-04-20[DMenu] Huge list speedups (#1621)Dave Davenport
2022-03-15Cleanup some duplicate checks.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
2022-01-24Add support for setting tabs stops on textboxes (#1571)Jakub Jirutka
2021-12-01Cleanups based on cppcheck.Dave Davenport
2021-10-28gitmodules: Update libnkutilsQuentin Glidic
2021-09-22[Textbox|FileBrowser] Fix crash on invalid filenameDave 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-21[CppCheck] Fix some shadowing variables.Dave Davenport