summaryrefslogtreecommitdiff
path: root/gtk/gtkcsspositionvalueprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix css parser testsMatthias Clasen2012-10-161-1/+2
| | | | | | | Parsing a shorthand background property was running into unexpected errors when trying position values where there were none. To fix this, introduce a try_parse variant of the position parse function that silently returns NULL.
* css: Introduce _gtk_css_value_compute()Benjamin Otte2012-08-281-2/+0
| | | | | | | This commit is essentially a large reorganization. Instead of all value subtypes having their own compute function, there is the general _gtk_css_value_compute() function that then calls a vfunc on the subtype.
* cssvalue: Add a value for background-positionBenjamin Otte2012-04-171-0/+42