summaryrefslogtreecommitdiffstats
path: root/source/widgets/textbox.c
AgeCommit message (Expand)Author
2023-01-14Update copyright dates.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-19Move config.hDave Davenport
2022-10-27[Textbox] Add a 'get_cursor_x_pos' function.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-05-30[Textbox] Try to fix pango alignmentDave Davenport
2022-05-27[Textbox] Set pango align based on horizontal-alignDave Davenport
2022-03-15Cleanup some duplicate checks.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-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-08-21[CppCheck] Fix some shadowing variables.Dave Davenport
2021-08-18[Cleanup] Using clang-tidyDave Davenport
2021-06-09Update copyright header.Dave Davenport
2021-06-01Re-indent the code using indenter.Dave Davenport
2021-05-05Cleanup code documentation.Dave Davenport
2021-01-19[Textbox] Allow markup to be disabled in theme.Dave Davenport
2020-12-28[Textbox] Allow theme to force markup enabled on textbox.Dave Davenport
2020-12-27[Textbox] When estimating height, set correct font first.Dave Davenport
2020-11-03Indent round.Dave Davenport
2020-09-13[Textbox] Try to fix estimated font height.Dave Davenport
2020-08-28Run indenter.Dave Davenport
2020-06-09Again final workaround for #303 (#1142)nick87720z
2020-05-12workaround for #303 (#1122)nick87720z
2020-03-31[Textbox] Round estimated size up.Dave Davenport
2020-03-29[Textbox|Listview] Fix sizing of textbox.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-02[Textbox] Correctly fall back to content when str is empty.Dave Davenport
2020-01-02[Textbox] Don't use placeholder color for cursor.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-12-26[Textbox] Add placeholder.Dave Davenport
2019-12-14[Doc] Update rofi-theme documentation.Dave Davenport
2019-11-03[Textbox] Add theme option to stop blinking.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-03-24Allow aligning iconDave Davenport
2018-06-13Add default shortcuts: Shift+BackSpace to delete previous char, Ctrl+Left/Rig...Maxim Baz
2018-06-12Fix documentationDave Davenport
2018-05-12[TextBox] Add a reference to the cairo surface when displaying an icon.Dave Davenport