summaryrefslogtreecommitdiffstats
path: root/source/widgets/widget.c
AgeCommit message (Expand)Author
2023-03-26Re-indent the code using clang-formatDave Davenport
2023-01-14Update copyright dates.Dave Davenport
2022-11-19Move config.hDave Davenport
2022-07-23[Build] Fix some compile warnings.Dave Davenport
2022-02-07Bump copyright date.Dave Davenport
2022-01-24Add support for setting tabs stops on textboxes (#1571)Jakub Jirutka
2021-12-01Cleanups based on cppcheck.Dave Davenport
2021-10-28gitmodules: Update libnkutilsQuentin Glidic
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-18[Cleanup] Using clang-tidyDave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
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