summaryrefslogtreecommitdiff
path: root/gtk/gtkcssinheritvalue.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-1/+1
* Add G_GNUC_NORETURN to functions that never returnTimm Bäder2020-05-181-1/+1
* cssvalue: Add type names for all classesTimm Bäder2020-01-181-0/+1
* css: Introduce the idea of dynamic valuesBenjamin Otte2018-03-161-0/+2
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-5/+5
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-181-5/+2
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-8/+6
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-3/+3
* css: Implement "unset"Benjamin Otte2014-05-111-0/+6
* css: Add a scale argument to css-value compute vfuncAlexander Larsson2013-07-031-0/+2
* cssvalue: Use _gtk_css_initial_value_get() for the inherit valueBenjamin Otte2012-11-251-2/+2
* css: Huge refactoring to avoid computing wrong valuesBenjamin Otte2012-09-281-9/+11
* cssvalue: Pass property ID to transition functionBenjamin Otte2012-09-031-0/+1
* cssvalue: First step of proper dependency trackingBenjamin Otte2012-08-281-7/+10
* css: Introduce dependencies for value computationsBenjamin Otte2012-08-281-4/+8
* css: Move computing of initial and inherit valuesBenjamin Otte2012-08-281-10/+11
* css: Pass property_id to compute functionBenjamin Otte2012-08-281-0/+1
* css: Introduce _gtk_css_value_compute()Benjamin Otte2012-08-281-0/+9
* cssvalue: Add _gtk_css_value_transition()Benjamin Otte2012-04-171-0/+9
* cssvalue: Add _gtk_css_value_equal()Benjamin Otte2012-04-171-0/+8
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-0/+59