~vcs-imports/clutter/+git/clutter:wip/wayland-compositor

Last commit made on 2011-12-15
Get this branch:
git clone -b wip/wayland-compositor https://git.launchpad.net/~vcs-imports/clutter/+git/clutter

Branch merges

Branch information

Name:
wip/wayland-compositor
Repository:
lp:~vcs-imports/clutter/+git/clutter

Recent commits

76d2a33... by Robert Bragg <email address hidden>

test-wayland-surface: Adds basic xwayland support

This adds basic support for spawning a headless xwayland server when
running test-wayland-surface so that legacy X clients can be composited.

Since this depends on the xserver extension protocol which currently
lives in the wayland-demos repository this patch adds a
--with-wayland-protocols ./configure option so clutter can be told where
to find the xml for the xserver extension xml.

FIXME: This patch is currently hard coding the patch for xwayland to be
/home/bob/local/xserver-xwayland/bin/X

c4590e5... by Chun-wei Fan <email address hidden>

Visual C++ 2008 projects update

Refines things a little bit from the last Visual C++ 2008 project updates.

1dd2853... by Chun-wei Fan <email address hidden>

Update Visual C++ 2010 Projects

Disable deprecation warning messages for the accessibility, performance
and micro-bench programs.

91b0aad... by Chun-wei Fan <email address hidden>

Update Visual C++ 2008 Projects

Turn off the deprecation warnings for the accessibility, performance
and micro-bench programs.

2396032... by Chun-wei Fan <email address hidden>

Update clutter.symbols...

...For the addition of queue_redraw_with_clip (commit f0a246cd)

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

wayland/surface: Use queue_redraw_with_clip()

Just like the X11 texture-pixmap actor.

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

30c464e... by Emmanuele Bassi <email address hidden>

x11/texture-pixmap: Use ClutterActor.queue_redraw_with_clip()

Instead of using a PaintVolume for a 2D region, and an internal
function, use the newly added queue_redraw_with_clip() method.

This removes the last bit of internal API usage in the
ClutterX11TexturePixmap actor.

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

749fe38... by Emmanuele Bassi <email address hidden>

x11/stage: Use ClutterActor.queue_redraw_with_clip()

Instead of using a paint volume for a 2D region, use the newly added
queue_redraw_with_clip() method.

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

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

actor: Add queue_redraw_with_clip()

Add a public version of the clipped queue redraw, using a 2D clip. This
allows implementing actors with trackable 2D clipped regions, like the
ClutterX11TexturePixmap, outside of Clutter itself.

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

c3639fd... by Daniel Mustieles

Updated Spanish translation