Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css: Introduce _gtk_css_value_compute() | Benjamin Otte | 2012-08-28 | 1 | -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. | ||||
* | css: Remove GtkCssNumber | Benjamin Otte | 2012-04-17 | 1 | -0/+11 |
| | | | | It's completely replaced by GtkCssNumberValue now. | ||||
* | cssvalue: Convert border-image-width to border value | Benjamin Otte | 2012-04-17 | 1 | -0/+1 |
| | |||||
* | cssvalue: Split number values into their own class | Benjamin Otte | 2012-04-17 | 1 | -0/+42 |