summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
2020-04-26[Test] Fix compiler warning, theme test (bug in lexer) and more.Dave Davenport
2020-04-24[Themes] add calc() support to distance in theme format. (#1105)Dave Davenport
2020-04-16[DMenu] Implement -keep-rightDave Davenport
2020-03-31[Textbox] Round estimated size up.Dave 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-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-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-12-26[Textbox] Add placeholder.Dave Davenport
2019-12-14[Doc] Update rofi-theme documentation.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-11-07[Box] Fix update not propagating to parent.Dave Davenport
2019-11-03[Textbox] Add theme option to stop blinking.Dave Davenport
2019-09-30[CI] Update missing documentation.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-08-15[Icon] Suppport distance for size.Dave Davenport
2019-08-08Issue949 (#999)Dave Davenport
2019-05-04[ListView|Textbox] Add user-settable ellipsize mode.Dave Davenport
2019-03-24[Icon] Use horizontal align for x-align option.Dave Davenport
2019-03-24Allow aligning iconDave Davenport
2019-02-02[CodeCY] Cleanup some more warnings given by CodeCY.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-13Add default shortcuts: Shift+BackSpace to delete previous char, Ctrl+Left/Rig...Maxim Baz
2018-06-12More documentation fixesDave Davenport
2018-06-12Fix documentationDave Davenport
2018-06-12Change log domain from Utils.IconFetcher to Helpers.IconFetcherDave Davenport
2018-06-12Remove (unused) widget ref counting.Dave Davenport
2018-06-09Add an generic icon fetcher that can be used by any widget and re-uses the ma...Dave Davenport
2018-05-12[TextBox] Add a reference to the cairo surface when displaying an icon.Dave Davenport
2018-04-08Fix how borders are drawn, so it looks correct when transparant. (#792)Dave Davenport
2017-12-08Allow theme to override width on box.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-17Cleanup compiler warnings.Dave Davenport
2017-09-09Update small part of doc. set hadle-color on scrollbar in default theme.Dave 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-06Fix sizing of listview rows.Dave Davenport