summaryrefslogtreecommitdiff
path: root/gtk/gtkshadow.c
Commit message (Collapse)AuthorAgeFilesLines
* themingengine: Render inset box shadow on top of backgroundsBenjamin Otte2011-06-111-1/+1
|
* shadow: add _gtk_box_shadow_render()Cosimo Cecchi2011-06-111-0/+43
| | | | This supports only inset box-shadow elements for now.
* shadow: render icon-shadow for spinnersCosimo Cecchi2011-06-091-0/+25
|
* shadow: add _gtk_icon_shadow_paint()Cosimo Cecchi2011-06-091-0/+23
| | | | Paints a shadow of the current source, using the defined colors.
* css: Change to_string() to print()Benjamin Otte2011-06-021-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 rotationsBenjamin Otte2011-05-221-3/+5
| | | | The shadows went bonkers when the labels were rotated
* shadow: add a method to paint the shadow for a PangoLayoutCosimo Cecchi2011-05-201-0/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=649314
* shadow: add a GtkShadow private typeCosimo Cecchi2011-05-201-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