summaryrefslogtreecommitdiffstats
path: root/include/widgets
AgeCommit message (Collapse)Author
2020-04-16[DMenu] Implement -keep-rightDave Davenport
Fixes: #1089
2020-02-02Indent all the code.Dave Davenport
2019-12-26[Textbox] Add placeholder.Dave Davenport
Fixes: #1020
2019-08-08Issue949 (#999)Dave Davenport
* [Issue 949] Add initial split of listview row into widget tree. Allowing better themeing. * Remove unneeded code from textbox. allow dis. icons. * Fix typo. * Fix wrong widget offset in textbox. * Fix mouse handling * [ListView] Add 'fixed-columns' boolean option. * [Listview] Fix inversion of option. * [ListView] remove commented old code. * [Textbox] Handle null pointer on desired width. * [Listview] Fix crasher with fixed_columns and more max elements requested items. * Add hack to get backwards compatibility for new listview structure. * Fix the scrollbar test. * Fix tests for theme update..
2019-05-04[ListView|Textbox] Add user-settable ellipsize mode.Dave Davenport
Fixes: #917
2019-03-19Change sidebar in theme to mode-switcher.Dave Davenport
Fixes: #930
2018-10-14Fixing typos in docs and error messages, "numger" -> "number" (#867)Lukas Alexandre
2018-08-08Indent the code.Dave Davenport
2018-06-12Documentation updates.Dave Davenport
* theme, * view, * textbox * helper
2018-06-12[Widget::Icon] Fix doxygen documentation in header file.Dave Davenport
2018-06-12Fix documentation error in icon widget header file.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 ↵Dave Davenport
main threadpool. Add an generic icon fetcher that can be used by any widget and re-uses the main threadpool. * Make threadpool more generic usable. * Add generic icon fetcher, that caches icons. * Make DRUN use this fetcher. * Add icon widget. #809
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-10-21Added option -name-only to match only desktop entry name with drun (#690)Askrenteam
* Added option -name-only to match only desktop entry name with drun * fixed indent and xrdump test * fixed test * option -drun-match-fields * option -window-match-fields * matching fields as static in window/drun + enums for field indexes * prevent window_mode_parse_fields() from executing twice
2017-09-09Fix doxygen documentationDave Davenport
2017-09-07Fix Inherit keywordDave 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
Fixes: #662
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
- Extra NULL check.
2017-06-07[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.Dave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-03Fix header file.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-06-01Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-06-01textbox: Fix appending more than one characterQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-31Indent icon code reworkQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-31Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-31Port fixes from icon-cleanup branch.Dave Davenport
- Thread for fetching icons for drun. - Fixed placing of icons instead of adding place-holder token that can mis-render. - Give textbox TB_ICON flag.
2017-05-30view: Add icon (basic) supportAaron Ash
2017-05-30Merge in masterDave Davenport
2017-05-30widgets: Fix docQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30widget: Add motion grab supportQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30scrollbar: Rework scrollbar_scroll_get_line to work on relative yQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30widget: Rely on find_mouse_target to send motion eventsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30widget: Add widget_xy_to_relative helperQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30scrollbar: Drop unused variableQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30widget: Add some documentation on the new stuffQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-29Use libnkutils for keybindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28[Widget] Add desired width option.Dave Davenport
2017-05-26Set box orientation in theme.Dave Davenport
2017-05-24[TextBox] Add 'vertical-align' optionDave Davenport