summaryrefslogtreecommitdiffstats
path: root/source/widgets
AgeCommit message (Expand)Author
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
2017-09-06use color, background-color and border-colorDave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave 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-12Position the overlay in the top right corner of the listview.Dave Davenport
2017-06-12Make the compiler STFU about desired fallthroughs.Dave Davenport
2017-06-09Make function declaration match function prototype.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-03Change Listview::barview to Listview::layoutDave 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
2017-06-02Remove index from box_add.Dave Davenport
2017-06-02Change Padding to RofiPaddingDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-02Change PixelWidth to RofiPixelUnit.Dave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport