summaryrefslogtreecommitdiffstats
path: root/source/widgets/box.c
AgeCommit message (Expand)Author
2021-06-09Update copyright header.Dave Davenport
2020-08-28Run indenter.Dave Davenport
2020-05-13[LISTVIEW] Support more customization in element.Dave Davenport
2020-05-13[Widget] Propaget set_state to children.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-11-07[Box] Fix update not propagating to parent.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-08-08Issue949 (#999)Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-12Change log domain from Utils.IconFetcher to Helpers.IconFetcherDave Davenport
2017-12-08Allow theme to override width on box.Dave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-07Move enabled into widget.Dave Davenport
2017-06-03Run indenter.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-02Add orientation property.Dave Davenport
2017-05-30Merge in masterDave Davenport
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-29Use libnkutils for keybindingsQuentin Glidic
2017-05-28[Widget] Add desired width option.Dave Davenport
2017-05-26Set box orientation in theme.Dave Davenport
2017-05-25Allow interface to be dynamically changed.Dave Davenport
2017-04-27Re-Indent codeDave Davenport
2017-04-18[Theme] Allow default enabled state of widget to be set in themeDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-03-04Indent code.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-06Order entries in box based on index, allow theme to override.Dave Davenport
2017-01-04Support linestyle on borderDave Davenport
2017-01-04Remove class system from new theme format. Fix theme converter.Dave Davenport
2017-01-04Allow packing order to be set using theme.Dave Davenport
2017-01-03Add percentage option to border,paddingDave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Fix wrong sed replace.Dave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2017-01-03Fix spacing in listview and box.Dave Davenport
2017-01-03Box: static widget should get their desired height.Dave Davenport
2017-01-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2017-01-01Slowly move more settings to the configuration convert.Dave Davenport
2016-12-31Make spacing be of type distance.Dave Davenport
2016-12-30Fix more sizing issuesDave Davenport
2016-12-30Fix some of the sizing issues.Dave Davenport