summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registry.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-2/+3
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2014-08-30Fix modelinesAlex Valavanis1-2/+2
(bzr r13341.1.183)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+1
(bzr r10697)