~vcs-imports/clutter-gtk/+git/clutter-gtk:multi-backend

Last commit made on 2011-10-03
Get this branch:
git clone -b multi-backend https://git.launchpad.net/~vcs-imports/clutter-gtk/+git/clutter-gtk

Branch merges

Branch information

Name:
multi-backend
Repository:
lp:~vcs-imports/clutter-gtk/+git/clutter-gtk

Recent commits

1b2bbe3... by Emmanuele Bassi <email address hidden>

Make embedding work identically on GDK and X11 backends

Clutter-GTK now works in the same way whether Clutter is running with
the X11 or the GDK backend, including multi-device support.

3883c54... by Emmanuele Bassi <email address hidden>

Clean up the build system

We don't need flavours any more, given that Clutter and GTK can be
compiled with multiple backend in the same shared library, and that
we need to check at both compile and run-time that the correct backends
are available.

4b8c587... by Emmanuele Bassi <email address hidden>

actor: Support multi-backend

Correctly enable the X11 code paths when Clutter, GDK, and Cairo support
X11, and when the current Clutter backend is X11. For the time being, we
don't support any other combination.

5c5d359... by Emmanuele Bassi <email address hidden>

embed: Fix compilation warning

121d51c... by Emmanuele Bassi <email address hidden>

Start supporting run-time backend detection

Currently, we only support initialization and embedding a ClutterStage
inside a GtkClutterEmbed. GtkClutterActor will come later.

fff3a87... by Emmanuele Bassi <email address hidden>

Bump up the dependencies for Clutter and GTK

bd5bddc... by Emmanuele Bassi <email address hidden>

Bump master to 1.1.1

9b33d3c... by Emmanuele Bassi <email address hidden>

Post-release version bump to 1.0.5

4a5e0a7... by Emmanuele Bassi <email address hidden>

Release Clutter-GTK 1.0.4

48b5da9... by Frédéric Péters

build: link library against libm

https://bugzilla.gnome.org/show_bug.cgi?id=658146