| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
I don't want to confuse css values with other stuff, so there.
|
|
|
|
|
| |
This way, we have less public API.
And gtkcssstylepropertyimpl.c looks less scary (only 1624 lines now).
|
| |
|
|
|
|
| |
It's unused
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of on-demand resolvage, we now resolve during lookup. The step
is done via
_gtk_css_style_property_compute_value()
which currently calls into
_gtk_css_style_compute_value()
That function has all the old resolving machinery.
The only part missing for now is the handling of win32 code. It will be
added back later.
|
|
|
|
| |
This supports only inset box-shadow elements for now.
|
| |
|
|
|
|
| |
Paints a shadow of the current source, using the defined colors.
|
|
|
|
|
| |
It's preferrable to print to an existing GString instead of returning a
char* everywhere that needs to be freed later.
|
|
|
|
| |
The shadows went bonkers when the labels were rotated
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=649314
|
|
This will be used as a base both for parsing text-shadow and box-shadow
properties. The type is private, as there's no real use in exporting
this in a public API.
https://bugzilla.gnome.org/show_bug.cgi?id=649314
|