~vcs-imports/clutter/+git/clutter:clutter-1.16

Last commit made on 2016-03-08
Get this branch:
git clone -b clutter-1.16 https://git.launchpad.net/~vcs-imports/clutter/+git/clutter

Branch merges

Branch information

Name:
clutter-1.16
Repository:
lp:~vcs-imports/clutter/+git/clutter

Recent commits

d2cb77f... by Cédric VALMARY (Tot en òc)

Added Occitan translation

2703dcd... by Pedro Albuquerque

Updated Portuguese translation

cc25d42... by Pedro Albuquerque

Updated Portuguese translation

1203252... by Andrej Znidarsic

Updated Slovenian translation

014dbf1... by buz

grid-layout: Use correct orientation when requesting preferred child size

Otherwise width and height are swapped.

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

293f35e... by Chun-wei Fan <email address hidden>

Fix The Win32 Backend for Newer Visual Studio Versions

The GetSystemMetrics() function returns wrong values for SM_CXSIZEFRAME,
SM_CYSIZEFRAME, SM_CXFIXEDFRAME and SM_CYFIXEDFRAME when built with Visual
Studio 2012 and 2013 (unless the XP compatibility setting for the
PlatformToolset entry is turned on), causing the window of Clutter programs
to automatically shrink to a point where they become unusable.

This patch uses AdjustWindowRectEx() for builds using Visual Studio 2012
and later, which deduces the required height and width of the Window
properly. Unfortunately we can't use this for the VS 2008/2010 builds as
they cause the Window to continually expand as the program is run.

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

6665f47... by Adel Gadllah <email address hidden>

stage-cogl: Fix buffer_age code path

Currently we where checking whether the damage_history list contains
more or equal then buffer_age entries. This is wrong because we prepend
our current clip to the list just before the check.

Fix that to check whether we have more entries instead of more or equal.

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

6417deb... by Emmanuele Bassi <email address hidden>

Post-release version bump to 1.16.5

440edcd... by Emmanuele Bassi <email address hidden>

Release Clutter 1.16.4

88c410b... by Emmanuele Bassi <email address hidden>

text: Fix the implementation of delete_chars()

The internal delete_text() implementation takes a start and an end
position, whereas the public delete_chars() method takes a number of
characters to delete starting from the current cursor position.

(cherry picked from commit 0dc4986f666edb067f43f328756df9103d840086)
Signed-off-by: Emmanuele Bassi <email address hidden>