~vcs-imports/clutter/+git/clutter:wip/wayland-for-demo

Last commit made on 2014-03-05
Get this branch:
git clone -b wip/wayland-for-demo https://git.launchpad.net/~vcs-imports/clutter/+git/clutter

Branch merges

Branch information

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

Recent commits

00ecef2... by Jasper St. Pierre

close callback

e639123... by Jasper St. Pierre

paused

c5b3492... by Jasper St. Pierre

kms fd

9a28a8f... by Jasper St. Pierre

stage-wayland: Always create our own surface

Instead of fetching Cogl's.

7c8c1a9... by Jasper St. Pierre

wayland: Don't loop until we get globals

A single wl_display_sync should be enough for all globals to appear,
so simply do it once and error out if we don't see the globals we
want.

3c344fe... by Chun-wei Fan <email address hidden>

Overhaul the Visual Studio 2008 Projects

Split up the property sheets, so that they are easier to maintain, and
clean up the projects and property sheets, especially on items that are
being repeated, and therefore silence many build warnings. Update the
project files correspondingly, and make all project files use Unix line
endings, for easier application of patches (the .sln and README.txt files
still has to have Windows line endings in order to work properly).

Also make the copying of config.h.win32 and clutter-config.h.win32(_GDK)
custom build rules, so that they may also be cleaned during the cleaning
of the build, which makes it easier for one to do a rebuild.

Similar updates to the Visual Studio 2010 project files will follow.

016eb45... by Emmanuele Bassi <email address hidden>

Post-release version bump to 1.17.7

3c2081f... by Emmanuele Bassi <email address hidden>

Release Clutter 1.17.6

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

text: Use the keymap direction when focused

If the ClutterText actor has key focus then we should ask for the
direction of the key map, instead of the direction of the actor.

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

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

x11: Add keymap direction query

We should use the Xkb API to query the direction of the key map,
depending on the group. To get a valid result we need to go over
the Unicode equivalents of the key symbols for each group, so we
should cache the result.

The code used to query and cache the key map direction is taken
from GDK.

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