summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstyleproperty.c
Commit message (Expand)AuthorAgeFilesLines
...
* css: Implement padding as numbersBenjamin Otte2012-02-021-0/+10
* css: Add a check function for specified typesBenjamin Otte2012-02-021-0/+23
* css: Initialize value before calling compute functionBenjamin Otte2012-02-021-1/+2
* css: Initialize values to their specified typeBenjamin Otte2012-02-021-1/+1
* styleproperty: Introduce "specified type" and "computed type"Benjamin Otte2012-02-021-0/+65
* styleproperty: Make query function take a vfuncBenjamin Otte2012-01-111-4/+4
* styleproperty: Call style properties init function in more placesBenjamin Otte2012-01-091-0/+13
* styleproperty: Simplify codeBenjamin Otte2012-01-091-10/+1
* styleproperty: Convert background-image from pattern to GtkCssImageBenjamin Otte2012-01-091-1/+33
* styleproperty: Remove context arg from _gtk_style_context_query()Benjamin Otte2012-01-091-1/+0
* styleproperty: Move parse/print vfuncs to GtkCssStylePropertyBenjamin Otte2012-01-091-12/+27
* styleproperty: Add a compute vfuncBenjamin Otte2012-01-091-3/+12
* css: Redo value resolvingBenjamin Otte2012-01-091-182/+28
* styleproperty: Add custom parser for custom propertiesBenjamin Otte2012-01-091-18/+0
* styleproperty: Let parse_value() initialize the valueBenjamin Otte2012-01-091-6/+15
* styleproperty: Move parse funcBenjamin Otte2012-01-091-0/+52
* css: Use _gtk_style_property_get_value_type() where appropriateBenjamin Otte2012-01-091-5/+5
* styleproperty: Make query() and assign() vfuncsBenjamin Otte2012-01-091-0/+223
* styleproperty: Move value printing to real propertiesBenjamin Otte2012-01-091-0/+40
* styleproperty: Move member variablesBenjamin Otte2012-01-091-10/+79
* css: Move a bunch of functionsBenjamin Otte2012-01-091-0/+16
* styleproperty: Move id handlingBenjamin Otte2012-01-091-0/+108
* styleproperty: Split into shorthand and real style propertiesBenjamin Otte2012-01-091-0/+36