summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-button.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2016-12-26Fix header inclusion orderingAlex Valavanis1-0/+3
(bzr r15365)
2016-07-30Fixes positions of labelsJabier Arraiza Cenoz1-1/+1
(bzr r15017.1.14)
2016-07-29Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz1-0/+58
(bzr r15017.1.13)