summaryrefslogtreecommitdiff
path: root/gtk/gtkrender.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a texture instead of a pixbuf in gtk_render_iconMatthias Clasen2017-11-291-2/+2
| | | | | | This gets rid of more GdkPixbuf in the API. Update all callers.
* API: Remove gtk_render_extension()Benjamin Otte2016-11-161-8/+0
| | | | This is long-gone drawing API.
* Remove GtkIconFactoryTimm Bäder2016-10-161-4/+0
| | | | Move the icon size lookup API into gtkicontheme.c
* Add a function to get affected area for backgroundMatthias Clasen2016-01-201-0/+9
| | | | | | | | The new function, gtk_render_background_get_clip answers the question: what pixels are affected if I call gtk_render_background ? The long-term goal is to have APIs that answer this question for all rendering primitives.
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-0/+155