summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2015-03-18 11:41:10 +0100
committerJiří Techet <techet@gmail.com>2015-03-18 11:41:10 +0100
commite0386f80647b0bf0b00b8b2f3a276fcd4165e133 (patch)
treedc41da91d88f2e20fe7b62f7a30f8027945cc17b
parenteb2cff0f429ad542d7eba55232c33579e5cceddd (diff)
downloadlibchamplain-e0386f80647b0bf0b00b8b2f3a276fcd4165e133.tar.gz
0.12.10
-rw-r--r--NEWS15
-rw-r--r--champlain/champlain-0.12.vapi3
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3131d48..5129738 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+libchamplain 0.12.10 (2015-03-18)
+=================================
+
+Stable release
+
+Changes:
+
+* Improve key-press event handling to better support custom keybindings
+ (Jonas Danielsson)
+* Add a simple demo demonstrating custom keybindings (Jiří Techet)
+* Handle CLUTTER_SCROLL_SMOOTH to fix moouse-wheel zooming with newer clutter
+ versions (Jonas Danielsson)
+* Make ChamplainLabel shadow optional (Chris Mayo)
+* Emit animation-completed::zoom signal when zoom ends (Jonas Danielsson)
+
libchamplain 0.12.9 (2014-09-18)
================================
diff --git a/champlain/champlain-0.12.vapi b/champlain/champlain-0.12.vapi
index 6050632..48fa004 100644
--- a/champlain/champlain-0.12.vapi
+++ b/champlain/champlain-0.12.vapi
@@ -113,6 +113,7 @@ namespace Champlain {
public Pango.AttrList get_attributes ();
public Clutter.Color? get_color ();
public bool get_draw_background ();
+ public bool get_draw_shadow ();
public Pango.EllipsizeMode get_ellipsize ();
public unowned string get_font_name ();
public unowned Clutter.Actor get_image ();
@@ -126,6 +127,7 @@ namespace Champlain {
public void set_attributes (Pango.AttrList list);
public void set_color (Clutter.Color? color);
public void set_draw_background (bool background);
+ public void set_draw_shadow (bool shadow);
public void set_ellipsize (Pango.EllipsizeMode mode);
public void set_font_name (string? font_name);
public void set_image (Clutter.Actor? image);
@@ -142,6 +144,7 @@ namespace Champlain {
public Pango.Alignment alignment { get; set; }
public Clutter.Color color { get; set; }
public bool draw_background { get; set; }
+ public bool draw_shadow { get; set; }
public Pango.EllipsizeMode ellipsize { get; set; }
public string font_name { get; set; }
public Clutter.Actor image { get; set; }
diff --git a/configure.ac b/configure.ac
index 453fa63..5e24147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AM_PROG_CC_C_O
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LIBRARY_VERSION=4:4:4
+LIBRARY_VERSION=5:4:5
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version