summaryrefslogtreecommitdiff
path: root/gtk/gtkcssfontfeaturesvalueprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* css: Move _gtk_css_print_string aroundMatthias Clasen2020-10-021-1/+3
| | | | | | Move this to a separate header, since it is not parser functionality, and kill the duplicate gtkcssparserprivate.h header.
* Fix header guardsTing-Wei Lan2018-04-221-1/+1
| | | | They were found by clang.
* Implement font-feature-settingsMatthias Clasen2017-12-201-0/+36
This is a missing part of the CSS font level 3 module.