summaryrefslogtreecommitdiff
path: root/gtk/gtkanimationdescription.h
Commit message (Collapse)AuthorAgeFilesLines
* css: Change to_string() to print()Benjamin Otte2011-06-021-1/+2
| | | | | It's preferrable to print to an existing GString instead of returning a char* everywhere that needs to be freed later.
* gtk: Add _gtk_animation_description_to_string()Benjamin Otte2011-05-181-0/+1
| | | | Reverses _gtk_animation_description_from_string()
* Fix abi check after recent mergesMatthias Clasen2010-12-051-11/+11
|
* Handle looping transition animations.Carlos Garnacho2010-12-041-1/+3
|
* Add theming docsCarlos Garnacho2010-12-041-1/+1
| | | | | Both API and file format is documented, there's still missing a migration doc though.
* Add GtkAnimationDescription as a private boxed object.Carlos Garnacho2010-12-041-0/+47
This struct will be used to represent an animation in GtkStyleSet. It will only be used internally in GtkStyleContext in order to trigger animations, engines shouldn't need this.