summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylepropertyimpl.c
Commit message (Expand)AuthorAgeFilesLines
* css: Add a GtkCssValue for GtkCssImageEffectCosimo Cecchi2013-08-201-0/+20
* Make key themes work againMatthias Clasen2013-05-081-1/+1
* Don't return FALSE from a non-boolean functionMatthias Clasen2013-03-261-1/+1
* css: Support opacityAlexander Larsson2013-02-071-0/+16
* css: Add _gtk_css_style_property_affects_fontAlexander Larsson2012-12-061-6/+8
* cssvalue: Parse font sizes properlyBenjamin Otte2012-12-011-8/+5
* css: Add more features to font-size codeBenjamin Otte2012-12-011-2/+6
* cssstyleproperty: Don't mark border width properties as NO_RESIZEBenjamin Otte2012-11-301-5/+5
* styleproperty: Mark properties as not needing resizesBenjamin Otte2012-11-301-50/+52
* styleproperty: Use _gtk_css_initial_value_get()Benjamin Otte2012-11-251-1/+2
* symboliccolor: Remove extra includesBenjamin Otte2012-11-251-1/+1
* cssstyleproperty: Replace symbolic colors with GtkCssColorValueBenjamin Otte2012-11-081-32/+9
* cssstyleproperty: Add animation propertiesBenjamin Otte2012-09-171-1/+137
* cssvalue: Make the array parser no longer parse "none"Benjamin Otte2012-09-031-10/+10
* css: Redo bindings parsingBenjamin Otte2012-09-031-8/+22
* 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