summaryrefslogtreecommitdiff
path: root/clutter/clutter-cairo.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNING: Massive revert commitEmmanuele Bassi2015-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | | Revert all the work that happened on the master branch. Sadly, this is the only way to merge the current development branch back into master. It is now abundantly clear that I merged the 1.99 branch far too soon, and that Clutter 2.0 won't happen any time soon, if at all. Since having the development happen on a separate branch throws a lot of people into confusion, let's undo the clutter-1.99 → master merge, and move back the development of Clutter to the master branch. In order to do so, we need to do some surgery to the Git repository. First, we do a massive revert in a single commit of all that happened since the switch to 1.99 and the API version bump done with the 89a2862b057423c3c1fc666e6fa776ccacf377dd commit. The history is too long to be reverted commit by commit without being extremely messy.
* 2.0: Remove all Since: annotationsEmmanuele Bassi2013-04-051-2/+2
| | | | We're starting from scratch.
* Fixes for the API referenceEmmanuele Bassi2012-04-271-0/+29
| | | | Typos, missing symbols, and missing documentation.
* Deprecate ClutterCairoTextureEmmanuele Bassi2012-04-271-0/+63
The ClutterCanvas content implementation should be used instead, to avoid stringing along the ClutterTexture API and implementation. This change requires some minor surgery, as the deprecated section already contains an header for the previously deprecated methods; plus, we don't want to deprecate clutter_cairo_set_source_color(). This means creating a new header to be used for Cairo-related API.