summaryrefslogtreecommitdiffstats
path: root/source/widgets/widget.c
AgeCommit message (Expand)Author
2021-06-15Fix regression in commit e52094ee7a2c216ddf74660a0b4a2e51d7433948 (#1317)nick87720z
2021-06-13[Widget] with background image, draw background-color first.Dave Davenport
2021-06-13[Widget] Add initial support for background-image.Dave Davenport
2021-06-09Update copyright header.Dave Davenport
2021-06-01Re-indent the code using indenter.Dave Davenport
2021-05-23Add cursor property (#1313)TonCherAmi
2021-05-05Cleanup code documentation.Dave Davenport
2020-09-05[Widget] Fix border drawing code.Dave Davenport
2020-08-28Run indenter.Dave Davenport
2020-07-11micro-refactoring: widget.c (#1148)nick87720z
2020-07-09[Widget] Fix inconsistency in argument checking.Dave Davenport
2020-06-17Widget bg draw (#1147)nick87720z
2020-05-13[Widget] Propaget set_state to children.Dave Davenport
2020-04-24[Themes] add calc() support to distance in theme format. (#1105)Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-08-08Issue949 (#999)Dave Davenport
2018-08-08Indent the code.Dave 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-04-08Fix how borders are drawn, so it looks correct when transparant. (#792)Dave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-09-07Fix Inherit keywordDave Davenport
2017-09-07Move enabled into widget.Dave Davenport
2017-09-06use color, background-color and border-colorDave Davenport
2017-06-12Position the overlay in the top right corner of the listview.Dave Davenport
2017-06-09Make function declaration match function prototype.Dave Davenport
2017-06-02Change Padding to RofiPaddingDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change PixelWidth to RofiPixelUnit.Dave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport
2017-05-30Merge in masterDave Davenport
2017-05-30widget.test: Add NULL tests for trigger_action functionsQuentin Glidic
2017-05-30widget: Add motion grab supportQuentin Glidic
2017-05-30widget: Rely on find_mouse_target to send motion eventsQuentin Glidic
2017-05-30widget: Add widget_xy_to_relative helperQuentin Glidic
2017-05-29widget: Remove some more leftoversQuentin Glidic
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-05-28Don't keep pointer to inputbar/main_boxDave Davenport
2017-05-28[Widget] Add desired width option.Dave Davenport
2017-05-04widgets: Use G_PI and G_PI_2 instead of M_PIQuentin Glidic
2017-04-15Fix licenses headersQuentin Glidic
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-09Floor the result, so we do not get 1/2 pixel gaps.Dave Davenport
2017-02-09IndentDave Davenport
2017-02-08Tweaking corner case when box is smallDave Davenport
2017-02-08Fiddle with the corners again.. less complecated is goodDave Davenport
2017-02-06Reduce amount of paths createdDave Davenport
2017-02-06First draw widget, then draw border around it.. extend clipmask by 0.5 a pixe...Dave Davenport