summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-button.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fix header inclusion orderingAlex Valavanis2016-12-261-0/+3
| | | (bzr r15365)
* Fixes positions of labelsJabier Arraiza Cenoz2016-07-301-1/+1
| | | (bzr r15017.1.14)
* Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz2016-07-291-0/+58
(bzr r15017.1.13)