summaryrefslogtreecommitdiffstats
path: root/source/widgets/textbox.c
AgeCommit message (Expand)Author
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
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-10-05Indent files.Dave Davenport
2017-09-21Correctly center and scale image, even if not rectangularDave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-07Move enabled into widget.Dave Davenport
2017-09-07Alias 'color' property name to 'text-color'Dave Davenport
2017-09-06use color, background-color and border-colorDave Davenport
2017-09-05Indent.Dave Davenport
2017-09-05Add `ch` as size unit.Dave Davenport
2017-08-29Set cursor to end of input field.Dave Davenport
2017-06-26[TextBox] Remove dead (commented code)Dave Davenport
2017-06-22Check user data dir when looking for theme.Dave Davenport
2017-06-08[TextBox] Calculate yalign based on actual side, not estimated size.Dave Davenport
2017-06-07[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.Dave Davenport
2017-06-07Load theme-str after loading fallback themes.Dave Davenport
2017-06-06[TextBox] Fix centering with large paddingDave Davenport
2017-06-06[TextBox] Fix yalign for cursor and icon.Dave Davenport
2017-06-04Fix rendering of icons with single font size.Dave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
2017-06-03Fix converting x,y to cursor position.Dave Davenport
2017-06-03Fix icon sizing, use font size.Dave Davenport
2017-06-03Fix icon offset.Dave Davenport