summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variations.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-21Misc. typos and whitespace fixesluz.paz1-3/+3
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
2019-03-18Keep font variations widget in sync with CSS style widget.Tavmjong Bah1-1/+0
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-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-04-29Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah1-3/+10
2018-04-28More progress on variable fonts support.Tavmjong Bah1-8/+48
2018-04-26Add start of 'font-variations' widget.Tavmjong Bah1-0/+132
Some code cleanup.