summaryrefslogtreecommitdiff
path: root/gtk/gtkcssshorthandpropertyimpl.c
Commit message (Expand)AuthorAgeFilesLines
* css: Add gtk_css_number_value_can_parse()Benjamin Otte2016-02-131-7/+7
* cssnumbervalue: Remove gtk_css_number_value_get_unit()Benjamin Otte2016-02-131-1/+1
* Trivial changesMatthias Clasen2015-12-221-7/+14
* Prefix outline radius CSS propertiesMatthias Clasen2015-12-221-1/+2
* css: support text-decoration-stylePaolo Borelli2015-07-061-3/+9
* css: add shorthand text-decoration propertyPaolo Borelli2015-07-061-0/+39
* Fix the buildMatthias Clasen2014-10-241-1/+1
* css: Implement font-stretchEmmanuele Bassi2014-08-281-2/+20
* css: Fail animation shorthand parsing properlyBenjamin Otte2014-07-311-0/+3
* css: Don't infloop when parsing broken bordersBenjamin Otte2014-07-311-0/+7
* css: Don't special-case fill-mode in 'animation'Benjamin Otte2014-07-071-9/+5
* css: Implement "all" shorthandBenjamin Otte2014-05-111-0/+39
* css: add properties for outline-radiusCosimo Cecchi2014-05-011-0/+8
* Don't return prematurelyMatthias Clasen2012-11-291-3/+3
* cssstyleproperty: Replace symbolic colors with GtkCssColorValueBenjamin Otte2012-11-081-5/+5
* Fix css parser testsMatthias Clasen2012-10-161-1/+1
* css: Implement 'animation' shorthand parsingBenjamin Otte2012-09-171-0/+126
* shorthand: implement multiple backgrounds for the background shorthandCosimo Cecchi2012-05-151-25/+83
* shorthand: add background-position and background-size to bg shorthandCosimo Cecchi2012-05-151-10/+25
* shorthand: use array values for shorthand properties parsingCosimo Cecchi2012-05-151-6/+15
* cssshorthand: Don't pass base file anymoreBenjamin Otte2012-05-111-27/+14
* cssimage: No need to pass base file anymoreBenjamin Otte2012-05-111-2/+2
* shorthand: Fix border query functionsBenjamin Otte2012-04-171-13/+16
* symboliccolor: Treat it as a CssValueBenjamin Otte2012-04-171-22/+8
* symboliccolor: Parse 'currentColor' everywhereBenjamin Otte2012-04-171-10/+3
* css: Add a shorthand 'transition' propertyBenjamin Otte2012-04-171-0/+111
* shorthand: Add ',' to value_is_done_parsing()Benjamin Otte2012-04-171-0/+1
* cssvalue: Convert border-image-width to border valueBenjamin Otte2012-04-171-8/+8
* cssvalue: Add a border valueBenjamin Otte2012-04-171-6/+10
* cssvalue: Add a custom value for repeatsBenjamin Otte2012-04-171-63/+50
* cssvalue: Add a value for border-radius corner propertiesBenjamin Otte2012-04-171-42/+47
* cssarrayvalue: Redo parsing arraysBenjamin Otte2012-04-171-2/+1
* cssvalue: Do a hacky conversion of font-size to a number valueBenjamin Otte2012-04-171-2/+2
* cssvalue: Convert 'font-family'Benjamin Otte2012-04-171-7/+5
* cssvalue: Add GtkCssArea to the enum valuesBenjamin Otte2012-04-171-3/+6
* cssvalue: Add a cssvalue for imagesBenjamin Otte2012-04-171-2/+3
* cssvalue: Add enum values for the pango enumsBenjamin Otte2012-04-171-9/+6
* cssvalue: Make border styles be their own valueBenjamin Otte2012-04-171-17/+8
* cssvalue: Split number values into their own classBenjamin Otte2012-04-171-27/+15
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-128/+106
* styleproperty: Make _gtk_style_property_query() take a GValueBenjamin Otte2012-04-171-21/+21
* cssvalue: Constify a bunch of APIsBenjamin Otte2012-04-171-1/+1
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-27/+27
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* css: Implement padding as numbersBenjamin Otte2012-02-021-38/+20
* css: Port margin properties to GtkCssNumberBenjamin Otte2012-02-021-8/+33
* css: Convert border-radius to GtkCssNumberBenjamin Otte2012-02-021-14/+19
* css: Make border-width a length propertyBenjamin Otte2012-02-021-15/+71
* css: Make the 'currentColor' keyword a symbolic colorBenjamin Otte2012-02-021-5/+5
* shorthand: fix parsing of currentColor for border-color shorthandCosimo Cecchi2012-01-111-6/+14