summaryrefslogtreecommitdiff
path: root/gtk/gtkcssvalueprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Add pure and const annotations to various functionsTimm Bäder2020-01-261-5/+5
* cssvalue: Add is_computed flagTimm Bäder2020-01-181-1/+3
* cssvalue: Add type names for all classesTimm Bäder2020-01-181-0/+1
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+2
* css: Introduce the idea of dynamic valuesBenjamin Otte2018-03-161-2/+10
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-2/+2
* css value: No need for atomic refcountingMatthias Clasen2015-09-121-1/+1
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-181-4/+2
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-6/+4
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-4/+4
* css: Add a scale argument to css-value compute vfuncAlexander Larsson2013-07-031-0/+2
* css: Huge refactoring to avoid computing wrong valuesBenjamin Otte2012-09-281-3/+6
* cssvalue: Remove unnecessary includeBenjamin Otte2012-09-281-1/+0
* cssvalue: Pass property ID to transition functionBenjamin Otte2012-09-031-0/+2
* css: Introduce dependencies for value computationsBenjamin Otte2012-08-281-2/+4
* css: Pass property_id to compute functionBenjamin Otte2012-08-281-0/+2
* css: Introduce _gtk_css_value_compute()Benjamin Otte2012-08-281-0/+5
* cssvalue: Remove GObject macrosBenjamin Otte2012-04-171-5/+0
* cssvalue: Split out old value handling to new typed valueBenjamin Otte2012-04-171-24/+0
* symboliccolor: Treat it as a CssValueBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a border valueBenjamin Otte2012-04-171-0/+2
* cssvalue: Add a cssvalue for background-sizeBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a custom value for repeatsBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a value for background-positionBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a css value for enginesBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a value for border-radius corner propertiesBenjamin Otte2012-04-171-2/+0
* cssvalue: Add _gtk_css_value_to_string()Benjamin Otte2012-04-171-0/+1
* cssvalue: Add _gtk_css_value_transition()Benjamin Otte2012-04-171-0/+6
* cssvalue: Do a hacky conversion of font-size to a number valueBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a custom value for stringsBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a cssvalue for imagesBenjamin Otte2012-04-171-3/+0
* cssvalue: Add enum values for the pango enumsBenjamin Otte2012-04-171-3/+0
* cssvalue: Make border styles be their own valueBenjamin Otte2012-04-171-2/+0
* cssvalue: Add a custom RGBA valueBenjamin Otte2012-04-171-2/+0
* cssvalue: Remove unused functionBenjamin Otte2012-04-171-1/+0
* shadow: Make this a GtkCssValueBenjamin Otte2012-04-171-3/+1
* cssvalue: Split number values into their own classBenjamin Otte2012-04-171-2/+0
* styleproperty: Make gtk_style_property_register() not be valistBenjamin Otte2012-04-171-0/+4
* cssvalue: Add _gtk_css_value_equal()Benjamin Otte2012-04-171-0/+5
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-2/+7
* cssvalue: Remove _gtk_css_value_new_take_gvalue()Benjamin Otte2012-04-171-1/+0
* cssvalue: Get rid of unused functionsBenjamin Otte2012-04-171-4/+0
* styleproperty: Make print_func take a GtkCssValueBenjamin Otte2012-04-171-29/+35
* cssvalue: Make the structure vtable-basedBenjamin Otte2012-04-171-1/+18
* cssvalue: Constify a bunch of APIsBenjamin Otte2012-04-171-25/+25
* cssvalue: Remove unused functionsBenjamin Otte2012-04-171-3/+0
* css: Support GtkBackgroundPosition in cssvalueAlexander Larsson2012-03-171-0/+2
* css: Add GtkCssValue, an immutable refcounted css valueAlexander Larsson2012-03-081-0/+96