summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstyleproperty.c
Commit message (Expand)AuthorAgeFilesLines
* cssstyleproperty: remove unused variableCosimo Cecchi2012-12-131-2/+0
* css: Avoid looking up the GtkCssStyleProperty class a lotAlexander Larsson2012-12-101-12/+12
* css: Add _gtk_css_style_property_affects_fontAlexander Larsson2012-12-061-0/+44
* styleproperty: Add _gtk_css_style_property_changes_affect_size()Benjamin Otte2012-11-301-0/+13
* styleproperty: Add an affects-size propertyBenjamin Otte2012-11-301-0/+31
* css: Move special case code for border widthsBenjamin Otte2012-10-021-0/+62
* cssstyleproperty: Get rid of unused APIBenjamin Otte2012-08-281-67/+0
* cssstyleproperty: Call _compute() in the compute functionBenjamin Otte2012-08-281-1/+1
* styleproperty: Remove base argumentBenjamin Otte2012-05-111-2/+1
* cssstyleproperty: Remove base argumentBenjamin Otte2012-05-111-3/+2
* styleproperty: Remove equal_func vfuncBenjamin Otte2012-04-171-32/+0
* cssstyleproperty: Add _gtk_css_style_property_is_animated()Benjamin Otte2012-04-171-1/+33
* cssstyleproperty: Make assign_value a vfuncBenjamin Otte2012-04-171-2/+7
* cssstyleproperty: Make query func a vfuncBenjamin Otte2012-04-171-48/+5
* cssstyelproperty: Rempove specified-type and computed-type propsBenjamin Otte2012-04-171-65/+0
* styleproperty: Remove default parse functionBenjamin Otte2012-04-171-14/+2
* styleproperty: Simplify compute_value functionBenjamin Otte2012-04-171-1/+1
* cssvalue: Add _gtk_css_value_equal()Benjamin Otte2012-04-171-1/+1
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-36/+27
* css: Remove _gtk_css_style_property_is_specified_type()Benjamin Otte2012-04-171-26/+0
* styleproperty: Make _gtk_style_property_query() take a GValueBenjamin Otte2012-04-171-11/+17
* styleproperty: Make print_func take a GtkCssValueBenjamin Otte2012-04-171-6/+3
* styleproperty: Add a function to compare values for equalityBenjamin Otte2012-04-171-0/+31
* styleproperty: 3rd hotfix for a 3-line patchBenjamin Otte2012-04-101-1/+1
* csscustomproperty: Redo RGBA/Color parsingBenjamin Otte2012-04-091-0/+4
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-46/+44
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* 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