summaryrefslogtreecommitdiffstats
path: root/source/widgets/widget.c
AgeCommit message (Expand)Author
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
2017-02-06Fix missing - in clip maskDave Davenport
2017-02-06limit radius when height/weight gets to smallDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-03Return to default border when nothing set after state updateDave Davenport
2017-01-31Give overlay widget a parent, queue widget redraw on enable/disableDave Davenport
2017-01-09Reset theme if parsing fails, so we don't display using 1/2 parsed themeDave Davenport
2017-01-09Improve error handling string.Dave Davenport
2017-01-09Try to improve error handling and messagesDave Davenport
2017-01-09Better error reporting (1)Dave Davenport
2017-01-09Remove unused functions and other small fixesDave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-06Fix percentual margin.Dave Davenport
2017-01-06Only queue redraw when state actually changesDave Davenport
2017-01-06Q'nD: Update border and force redraw on state changeDave Davenport