Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | themingengine: Render inset box shadow on top of backgrounds | Benjamin Otte | 2011-06-11 | 1 | -1/+1 |
| | |||||
* | shadow: add _gtk_box_shadow_render() | Cosimo Cecchi | 2011-06-11 | 1 | -0/+43 |
| | | | | This supports only inset box-shadow elements for now. | ||||
* | shadow: render icon-shadow for spinners | Cosimo Cecchi | 2011-06-09 | 1 | -0/+25 |
| | |||||
* | shadow: add _gtk_icon_shadow_paint() | Cosimo Cecchi | 2011-06-09 | 1 | -0/+23 |
| | | | | Paints a shadow of the current source, using the defined colors. | ||||
* | css: Change to_string() to print() | Benjamin Otte | 2011-06-02 | 1 | -19/+10 |
| | | | | | It's preferrable to print to an existing GString instead of returning a char* everywhere that needs to be freed later. | ||||
* | shadow: Redo shadow implementation for rotations | Benjamin Otte | 2011-05-22 | 1 | -3/+5 |
| | | | | The shadows went bonkers when the labels were rotated | ||||
* | shadow: add a method to paint the shadow for a PangoLayout | Cosimo Cecchi | 2011-05-20 | 1 | -0/+29 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=649314 | ||||
* | shadow: add a GtkShadow private type | Cosimo Cecchi | 2011-05-20 | 1 | -0/+255 |
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 |