summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylepropertyimpl.c
Commit message (Expand)AuthorAgeFilesLines
* css: Move icon properties to the endBenjamin Otte2015-01-201-37/+37
* css: Handle font-size changes properlyMatthias Clasen2014-12-231-1/+1
* styleproperties: Remove header where it's not usedBenjamin Otte2014-10-241-1/+0
* css: Add "-gtk-icon-source: builtin"Benjamin Otte2014-10-211-2/+13
* css: Queue resize for properties that affect clipBenjamin Otte2014-10-031-1/+1
* css: Have finer-grained definitions for effects of CSS propsBenjamin Otte2014-10-031-61/+133
* Move gtkthemingengine to deprecated directoryMatthias Clasen2014-08-291-1/+2
* css: Implement font-stretchEmmanuele Bassi2014-08-281-0/+36
* themingengine: DeprecateBenjamin Otte2014-08-161-0/+4
* css: Parse text-shadow values properlyBenjamin Otte2014-06-101-2/+9
* widget: Include box-shadow in the clipBenjamin Otte2014-05-241-1/+1
* spinner: Implement clipBenjamin Otte2014-05-241-1/+1
* css: Add a -gtk-icon-style propertyBenjamin Otte2014-05-141-0/+20
* css: Add -gtk-icon-transform propertyBenjamin Otte2014-05-141-2/+18
* css: Add -gtk-icon-source propertyBenjamin Otte2014-05-141-0/+8
* css: add properties for outline-radiusCosimo Cecchi2014-05-011-0/+37
* 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