[gtkmm] 3.19.11
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.19.11
- Date: Fri, 4 Mar 2016 09:27:21 +0000 (UTC)
commit 77cc19f31b0b4f9d23f75f11afcd4072bb6bc2d0
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Mar 4 09:55:14 2016 +0100
3.19.11
NEWS | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
2 files changed, 62 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 247590f..79b7029 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,63 @@
+3.19.11:
+
+Gtk:
+* AccelLabel: Ad get_accel().
+ (Kjell Ahlstedt)
+* ApplicationWindow:
+ * Add set/unset/get_help_overlay().
+ (Kjell Ahlstedt)
+* Builder: Make get_widget_derived() a variadic template,
+ forwarding its arguments to the constructor of the derived class.
+ (Kjell Ahlstedt) Bug #134161
+* GestureLongPress: Add property_delay_factor().
+ (Kjell Ahlstedt)
+* Popover: Add PopoverConstraint enum and
+ set/get/property_constrain_to().
+ (Kjell Ahlstedt)
+* Range: Deprecate get/set_min_slider_size().
+ (Murray Cumming)
+* Stack: Add set/get/property_interpolate_size().
+ (Kjell Ahlstedt)
+* StackSwitcher: Add property_icon_size().
+ (Kjell Ahlstedt)
+* Settings: Add reset_property() and
+ property_gtk_titlebar_double_click/middle_click/right_click().
+ (Kjell Ahlstedt)
+* Add Shortcuts* widgets, such as ShortcutsWindow.
+ (Kjell Ahlstedt)
+* TextTag: Add tag_changed() and property_strikethrough_rgba/
+ strikethrough_rgba_set/underline_rgba/underline_rgba_set/font_features/
+ font_features_set().
+ (Kjell Ahlstedt)
+* TextView: Add set/get/property_top_margin() and
+ set/get/property_bottom_margin().
+ (Kjell Ahlstedt)
+* Replace deprecated Glib::ScopedPtr with make_unique_g_free().
+ (Murray Cumming)
+
+Gdk:
+* Add GLContext::is_legacy().
+ (Kjell Ahlstedt)
+* Seat: Add get_slaves()
+ (Kjell Ahlstedt) Bug #759806
+* Window: Deprecate parse_geometry() and set_default_geometry().
+ (Kjell Ahlstedt)
+
+Documentation:
+* Add Shortcuts Window demo.
+ (Kjell Ahlstedt)
+* treeview_editable_cells demo: Catch exception from std::stoi.
+ (Kjell Ahlstedt)
+* Misc: Mention non-deprecated get/set_margin_*() in docs.
+ (Murray Cumming)
+* Gdk::DeviceManager::get_client_pointer(): Update the deprecation message
+ (Kjell Ahlstedt) Bug #759806.
+
+Build:
+* Visual Studio builds: Update gdkmm project for GdkSeat.
+ (Chun-wei Fan)
+
+
3.19.6:
Gtk:
diff --git a/configure.ac b/configure.ac
index e3c0f0f..729228d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([gtkmm], [3.19.6],
+AC_INIT([gtkmm], [3.19.11],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -93,7 +93,7 @@ AS_IF([test "x$enable_static" = xyes],
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
# The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.6 cairomm-1.0 >=
1.12.0 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.11 cairomm-1.0 >=
1.12.0 gdk-pixbuf-2.0 >= 2.26.0'])
AS_IF([test "x$gtkmm_host_windows" = xyes],
[GTKMM_MODULES=$GDKMM_MODULES],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]