Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments | Cosimo Cecchi | 2012-03-27 | 1 | -7/+6 |
| | | | | | | And not [0..255] integers. https://bugzilla.gnome.org/show_bug.cgi?id=672561 | ||||
* | Match the preview highlight roundedness with the video | Emanuele Aina | 2012-03-12 | 1 | -12/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671720 | ||||
* | rounded-rectangle: use the 'draw' signal | Guillaume Desmottes | 2012-03-12 | 1 | -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 rectangles | Emanuele Aina | 2012-03-09 | 1 | -8/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671644 | ||||
* | add missing config.h | Guillaume Desmottes | 2012-02-08 | 1 | -0/+2 |
| | |||||
* | Add a rectangle actor with rounded corners | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -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 |