summaryrefslogtreecommitdiff
path: root/gtk/gtkcsscolorvalueprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* cssvalue: Remove GtkCssDependenciesBenjamin Otte2015-03-181-2/+0
| | | | They are not used anymore.
* cssvalue: At cycle detection to color resolvingBenjamin Otte2013-03-281-1/+2
| | | | | | | | | | The following CSS would infloop: @define-color self @self as it would infinitely lookup the color named "self" and try to resolve it. This patch adds detection of such cycles to the resolve function by keeping a list of currently resolving colors in the cycle_list variable.
* symboliccolor: Implement using GtkCssValueBenjamin Otte2012-11-251-0/+6
|
* cssvalue: Add GtkCssColorValueBenjamin Otte2012-11-081-0/+49
This is mostly copy/paste from GtkSymbolicColor and is indeed intended to replace it.