Benjamin Otte
41486895d5
deprecations: Move files into deprecated/ dir
2012-11-25 04:16:43 +01:00
Benjamin Otte
9aac4dffc5
hsla: Add _gtk_hsla_shade()
...
We use it in multiple places, so better split it out.
2012-11-25 03:25:15 +01:00
Benjamin Otte
42dc0ea0fd
styleprovider: Change function prototype
...
Make _gtk_style_provider_private_get_color() return a GtkCssValue (a
GtkCssColorValue to be exact) instead of GtkSymbolicColor.
With this, the symbolic color usage inside GTK is minimized.
2012-11-25 02:45:10 +01:00
Benjamin Otte
08ac1504d2
symboliccolor: Implement using GtkCssValue
2012-11-25 02:41:17 +01:00
Benjamin Otte
e5948f5713
cssvalue: Fix copy/paste error
...
Introduced in e3f407a7
.
2012-11-20 12:11:07 +01:00
Benjamin Otte
aae2bf91cb
cssvalue: Make shade() work properly again
...
In a previous commit, I accidentally scaled the hue instead of the
saturation. Ooops.
2012-11-10 14:25:18 +01:00
Benjamin Otte
e3f407a71d
cssvalue: Add GtkCssColorValue
...
This is mostly copy/paste from GtkSymbolicColor and is indeed intended
to replace it.
2012-11-08 23:34:06 +01:00