summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageurlprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* css: Split out GtkCssImageSurfaceBenjamin Otte2013-02-021-1/+1
| | | | | | | | | This is essentially a GtkCssImage for a cairo_surface_t and is a pretty much straight up copy of GtkCssImageUrl. But we want to implement lazy loading and animations, so GtkCssImageUrl is going to gain new features... https://bugzilla.gnome.org/show_bug.cgi?id=692934
* cssimage: Store the URI we're loaded fromBenjamin Otte2013-02-021-0/+1
| | | | | | | | | | | | | I'd like to use it when printing the value, but I haven't found a way to do that sanely yet, as I'd need to be able to print relative paths for make check to work (otherwise the srcdir would blow things up). And we use a GString to output to, so there's no way to attach a base dir to that. If anyone has an idea how to achieve that, poke me. Having the real filename in debug prints sounds like a very good idea to me. https://bugzilla.gnome.org/show_bug.cgi?id=692934
* Change FSF AddressJavier Jardón2012-02-271-2/+1
|
* css: Add image implementation for urlsBenjamin Otte2012-01-091-0/+54