summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylepropertyimpl.c
Commit message (Expand)AuthorAgeFilesLines
* cssstyleproperty: Don't set print or compute vfuncs anymoreBenjamin Otte2012-08-281-114/+0
* cssstyleproperty: Remove all useless compute vfuncsBenjamin Otte2012-08-281-147/+35
* css: Move special case for 0px bordersBenjamin Otte2012-08-281-14/+3
* css: Fold color value computation into gtksymboliccolor.cBenjamin Otte2012-08-281-12/+2
* css: Pass property_id to compute functionBenjamin Otte2012-08-281-12/+12
* css: Introduce _gtk_css_value_compute()Benjamin Otte2012-08-281-34/+12
* styleproperty: make background-image an array valueCosimo Cecchi2012-05-151-5/+48
* styleproperty: make background-size an array propertyCosimo Cecchi2012-05-151-3/+3
* styleproperty: make background-position an array propertyCosimo Cecchi2012-05-151-4/+4
* styleproperty: make background-repeat an array propertyCosimo Cecchi2012-05-151-4/+10
* styleproperty: make background-clip and background-area array propertiesCosimo Cecchi2012-05-151-4/+10
* cssstyleproperty: Remove base argumentBenjamin Otte2012-05-111-52/+26
* cssimage: No need to pass base file anymoreBenjamin Otte2012-05-111-1/+1
* styleproperty: Remove equal_func vfuncBenjamin Otte2012-04-171-57/+0
* symboliccolor: Treat it as a CssValueBenjamin Otte2012-04-171-14/+8
* symboliccolor: Parse 'currentColor' everywhereBenjamin Otte2012-04-171-10/+3
* css: Remove old animation codeBenjamin Otte2012-04-171-48/+0
* cssvalue: Convert border-image-width to border valueBenjamin Otte2012-04-171-18/+14
* cssvalue: Add a border valueBenjamin Otte2012-04-171-21/+54
* cssvalue: Add a cssvalue for background-sizeBenjamin Otte2012-04-171-77/+5
* cssvalue: Add a custom value for repeatsBenjamin Otte2012-04-171-73/+20
* cssvalue: Add a value for background-positionBenjamin Otte2012-04-171-163/+7
* cssvalue: Add a css value for enginesBenjamin Otte2012-04-171-26/+19
* cssstyleproperty: Convert binding setsBenjamin Otte2012-04-171-41/+64
* cssvalue: Add a value for border-radius corner propertiesBenjamin Otte2012-04-171-57/+31
* css: Make outline-offset a number propertyBenjamin Otte2012-04-171-12/+14
* shadow: Add equal and transition supportBenjamin Otte2012-04-171-3/+3
* cssvalue: Add GtkCssShadowsValueBenjamin Otte2012-04-171-6/+6
* cssvalue: Make GtkCssShadowValue only hold one shadowBenjamin Otte2012-04-171-5/+5
* cssarrayvalue: Redo parsing arraysBenjamin Otte2012-04-171-111/+58
* cssstyleproperty: Mark all animatable propertiesBenjamin Otte2012-04-171-23/+23
* cssstyleproperty: Add _gtk_css_style_property_is_animated()Benjamin Otte2012-04-171-1/+3
* css: Move enum to the only source file using itBenjamin Otte2012-04-171-0/+4
* cssstyleproperty: Add transition propertiesBenjamin Otte2012-04-171-0/+135
* stylecontext: Convert _gtk_style_context_peek_property()Benjamin Otte2012-04-171-4/+1
* css: Add an enum for all the style propertiesBenjamin Otte2012-04-171-0/+54
* cssvalue: Do a hacky conversion of font-size to a number valueBenjamin Otte2012-04-171-5/+30
* cssvalue: Convert 'font-family'Benjamin Otte2012-04-171-61/+45
* cssvalue: Add GtkCssArea to the enum valuesBenjamin Otte2012-04-171-16/+13
* cssvalue: Add a cssvalue for imagesBenjamin Otte2012-04-171-23/+10
* cssvalue: Add enum values for the pango enumsBenjamin Otte2012-04-171-34/+69
* cssvalue: Make border styles be their own valueBenjamin Otte2012-04-171-23/+37
* cssvalue: Add a custom RGBA valueBenjamin Otte2012-04-171-50/+49
* cssstyleproperty: Make assign_value a vfuncBenjamin Otte2012-04-171-0/+76
* shadow: Also rename filesBenjamin Otte2012-04-171-1/+1
* shadow: Rename to GtkCssShadowValueBenjamin Otte2012-04-171-5/+5
* shadow: Move parse function into GtkShadowBenjamin Otte2012-04-171-80/+1
* shadow: Make this a GtkCssValueBenjamin Otte2012-04-171-33/+12
* stylepropertyimpl: Make shadows unqueryableBenjamin Otte2012-04-171-6/+6
* cssvalue: Split number values into their own classBenjamin Otte2012-04-171-71/+30