aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-rounded-rectangle.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-2/+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
* rounded-rectangle: cairo_set_source_rgba() takes [0..1] argumentsCosimo Cecchi2012-03-271-7/+6
| | | | | | And not [0..255] integers. https://bugzilla.gnome.org/show_bug.cgi?id=672561
* Match the preview highlight roundedness with the videoEmanuele Aina2012-03-121-12/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671720
* rounded-rectangle: use the 'draw' signalGuillaume Desmottes2012-03-121-9/+20
| | | | | | Looks like that's the right way to do it since Clutter 1.8 https://bugzilla.gnome.org/show_bug.cgi?id=669673
* Don't clip overflowing border when drawing rounded rectanglesEmanuele Aina2012-03-091-8/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671644
* add missing config.hGuillaume Desmottes2012-02-081-0/+2
|
* Add a rectangle actor with rounded cornersEmilio Pozuelo Monfort2011-08-191-0/+133
This is a ClutterCairoTexture subclass and uses Cairo for drawing as Cairo is antialiased while Cogl is not. https://bugzilla.gnome.org/show_bug.cgi?id=656576