summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstaticstyle.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* css: Implement text-transformMatthias Clasen2021-08-221-0/+5
* css: Add line-height propertyMatthias Clasen2021-08-221-1/+5
* css: Implement transform-originMatthias Clasen2021-01-241-0/+5
* css: Drop the -gtk-icon-theme propertyMatthias Clasen2020-04-221-4/+0
* css: Remove outline border radius propertiesTimm Bäder2020-02-081-20/+0
* css: Make some local variables constTimm Bäder2020-02-051-11/+11
* Make it easy to recognize initial style valuesMatthias Clasen2020-02-011-8/+8
* Build fix for GtkCssValuesMatthias Clasen2020-01-311-4/+6
* Compute style change based on values structsMatthias Clasen2020-01-291-1/+22
* css: Split styles into groupsMatthias Clasen2020-01-291-33/+839
* css: Add fast-path for parent selector matchingBenjamin Otte2020-01-281-3/+7
* css: Pass node through the lookup codeBenjamin Otte2020-01-281-7/+11
* Revert "lookup stats"Matthias Clasen2020-01-251-2/+0
* Revert "css: Split style into groups"Matthias Clasen2020-01-251-1157/+18
* css: Split style into groupsMatthias Clasen2020-01-251-18/+1157
* lookup statsMatthias Clasen2020-01-251-0/+2
* Add some static assertionsMatthias Clasen2020-01-201-0/+6
* css: Re-add a lost special caseMatthias Clasen2020-01-181-40/+15
* css: Move border-width special cases out of GtkCssDimensionValueTimm Bäder2020-01-181-0/+49
* css: Avoid computing change too oftenMatthias Clasen2020-01-161-4/+5
* Revisit gtk_css_style_get_static_style one more timeMatthias Clasen2020-01-161-0/+7
* cssstaticstyle: Compute initial/inherit values directlyTimm Bäder2019-09-091-5/+12
* csslookup: Remove 'relevant' parameter from _initTimm Bäder2019-09-091-1/+1
* cssstaticstyle: Avoid ref'ing specified value in compute_valueTimm Bäder2019-09-091-7/+2
* cssstaticstyle: Make set_value (transfer-full)Timm Bäder2019-09-091-2/+3
* css: Avoid more type checks in hot pathsTimm Bäder2019-09-091-1/+1
* csssection: Make printing functions publicBenjamin Otte2019-04-121-1/+0
* cssanimatedstyle: Avoid some type checks and unnecessary workTimm Bäder2019-01-291-3/+0
* stack-allocate GtkCssLookup instancesTimm Bäder2018-01-021-5/+5
* Some more interningMatthias Clasen2017-11-181-1/+2
* gtk: Fix debug buildBenjamin Otte2017-10-311-1/+1
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-14/+14
* Skip dynamic type check in css value gettersAlexander Larsson2017-01-111-1/+2
* Remove an unnecessary checkMatthias Clasen2017-01-101-7/+0
* Don't use qdata for getting the default css styleMatthias Clasen2016-05-061-18/+26
* cssstyle: Don't store custom css propertiesBenjamin Otte2015-11-201-15/+15
* Avoid a string copyMatthias Clasen2015-09-071-1/+1
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-181-2/+1
* cssstyle: Remove unused optimizationBenjamin Otte2015-03-181-114/+0
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-7/+1
* css: Having a static style per screen isn't usefulBenjamin Otte2015-02-041-6/+3
* cssstyle: Have a default styleBenjamin Otte2015-01-071-0/+28
* cssstaticstyle: Handle relevant changeBenjamin Otte2015-01-071-3/+13
* cssstyle: Move function from vfunc to static funcBenjamin Otte2015-01-071-4/+8
* cssstaticstyle: Move functionBenjamin Otte2015-01-071-18/+52
* cssstaticstyle: Move functionBenjamin Otte2015-01-071-2/+27
* stylecontext: Refactor update_properties()Benjamin Otte2015-01-071-28/+69
* cssstyle: Add GtkCssStaticStyleBenjamin Otte2015-01-071-0/+225