summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstyle.c
Commit message (Expand)AuthorAgeFilesLines
* css: Allow fractional letterspacingMatthias Clasen2022-07-101-1/+1
* css: Change the way case variants are handledMatthias Clasen2021-11-081-25/+26
* textview: Apply font features from cssMatthias Clasen2021-08-261-74/+87
* css: Implement text-transformMatthias Clasen2021-08-221-0/+26
* Drop PANGO_VERSION_CHECK checksbump-pangoMatthias Clasen2021-08-221-2/+0
* css: Translate line-height to a PangoMatthias Clasen2021-08-221-0/+15
* css: Add line-height propertyMatthias Clasen2021-08-221-0/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* css: Fix text-decoration-line supportMatthias Clasen2021-01-261-10/+7
* css: Support overlineMatthias Clasen2021-01-261-0/+13
* css: Implement transform-originMatthias Clasen2021-01-241-0/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* css: Drop a few dynamic type checksTimm Bäder2020-05-101-2/+0
* css: Drop the -gtk-icon-theme propertyMatthias Clasen2020-04-221-2/+0
* cssstyle: Only create PangoAttrList if there are attribtuesTimm Bäder2020-04-171-46/+55
* css: Remove outline border radius propertiesTimm Bäder2020-02-081-8/+0
* css: Make some local variables constTimm Bäder2020-02-051-2/+2
* css: Fix the initial values optimizationMatthias Clasen2020-02-041-15/+6
* Make it easy to recognize initial style valuesMatthias Clasen2020-02-011-2/+13
* Build fix for GtkCssValuesMatthias Clasen2020-01-311-4/+11
* Use style values directlyMatthias Clasen2020-01-291-28/+21
* css: Split styles into groupsMatthias Clasen2020-01-291-2/+299
* cssstyle: set font variations in get_pango_font()Timm Bäder2020-01-181-1/+7
* cssstyle: Implement get_pango_font() directlyTimm Bäder2020-01-181-12/+39
* Remove GtkCssRgbaValueTimm Bäder2020-01-181-3/+3
* Revisit gtk_css_style_get_static_style one more timeMatthias Clasen2020-01-161-7/+0
* Change the signature of gtk_css_style_get_static_styleMatthias Clasen2020-01-161-3/+3
* css: Add gtk_css_style_get_static_styleMatthias Clasen2020-01-161-0/+15
* cssstyle: Remove unused _add_differenceTimm Bäder2019-09-091-24/+0
* css: Move gtkcsssection.[ch] into gtk/cssBenjamin Otte2019-04-121-1/+0
* csssection: Make printing functions publicBenjamin Otte2019-04-121-2/+2
* Remove debug spewMatthias Clasen2017-12-211-2/+0
* Implement font-feature-settingsMatthias Clasen2017-12-201-0/+12
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-5/+13
* css: Use enums instead of idents for font-variant propertiesMatthias Clasen2017-09-181-115/+126
* Fix a typoMatthias Clasen2017-09-181-4/+4
* css: Implement font-variant-east-asianMatthias Clasen2017-09-181-0/+26
* css: Implement font-variant-alternativesMatthias Clasen2017-09-181-0/+10
* css: Implement font-variant-numericMatthias Clasen2017-09-181-0/+24
* css: Implement font-variant-capsMatthias Clasen2017-09-181-0/+33
* css: Implement font-variant-positionMatthias Clasen2017-09-181-0/+14
* css: Implement font-variant-ligaturesMatthias Clasen2017-09-181-2/+36
* css: Implement font-kerningMatthias Clasen2017-09-181-0/+7
* Skip dynamic type check in css value gettersAlexander Larsson2017-01-111-2/+0
* Add a function to get a font from a css styleMatthias Clasen2016-06-031-0/+19
* Add a function to turn a css style into pango attributesMatthias Clasen2016-06-031-0/+76
* cssstyle: fix a compiler warningCosimo Cecchi2016-01-031-2/+2
* Improve formatting of CSS style printsMatthias Clasen2016-01-031-1/+20
* Redo CSS style printingMatthias Clasen2016-01-031-9/+23
* css style: Accumulate changes in placeMatthias Clasen2015-09-281-7/+9