aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-rounded-rectangle.c
Commit message (Collapse)AuthorAgeFilesLines
* 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