summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variations.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typos and whitespace fixesluz.paz2019-03-211-3/+3
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
* Keep font variations widget in sync with CSS style widget.Tavmjong Bah2019-03-181-1/+0
|
* 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
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-04-291-3/+10
|\
| * Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-291-3/+10
| |
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|/
* More progress on variable fonts support.Tavmjong Bah2018-04-281-8/+48
|
* Add start of 'font-variations' widget.Tavmjong Bah2018-04-261-0/+132
Some code cleanup.