aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-rounded-texture.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-3/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Flip the preview in RoundedTexture->paint()Emilio Pozuelo Monfort2011-08-191-0/+4
| | | | | | | | We can't flip the preview clone that we're dragging because of https://bugzilla.gnome.org/show_bug.cgi?id=656894, so directly paint it flipped. Partly fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656887
* Add a ClutterTexture subclass with rounded cornersEmilio Pozuelo Monfort2011-08-191-0/+69
https://bugzilla.gnome.org/show_bug.cgi?id=656576