summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget.h
AgeCommit message (Expand)Author
2020-10-12Fix some of the documentationDave Davenport
2020-08-28Run indenter.Dave Davenport
2020-07-11micro-refactoring: widget.c (#1148)nick87720z
2020-02-02Indent all the code.Dave Davenport
2019-08-08Issue949 (#999)Dave Davenport
2019-03-19Change sidebar in theme to mode-switcher.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
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-10-21Added option -name-only to match only desktop entry name with drun (#690)Askrenteam
2017-09-05Indent.Dave 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-03Run indenter.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
2017-05-30Merge in masterDave Davenport
2017-05-30widgets: Fix docQuentin 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-30widget: Add some documentation on the new stuffQuentin Glidic
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-05-28[Widget] Add desired width option.Dave Davenport
2017-04-25Fix typo in function declaration documentationDave Davenport
2017-04-23Cleanups, fix arguments mismatchDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
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-01Update comments, rename Widget to ThemeWidget.Dave Davenport
2016-12-30Fix some of the sizing issues.Dave Davenport
2016-12-11Update to new themeDave Davenport
2016-11-15Update code documentationDave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...Dave Davenport
2016-10-18Fix memory leak in box and listview widget, add coverage make target. (ggcov ...Dave Davenport
2016-10-17Fix some possible null pointer dereference. (clang-check)Dave Davenport
2016-10-14Document more headers.Dave Davenport
2016-10-14Add more documentation.Dave Davenport
2016-10-13Update documentation, tests for widgetDave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-09Split internal widget into separate fileDave Davenport
2016-10-09Small docu update.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport