[gtkmm] 3.89.4
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.89.4
- Date: Thu, 23 Feb 2017 12:56:19 +0000 (UTC)
commit aeeff84d76b550c108fd3987e6d38f08eefe1e34
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Feb 23 13:13:39 2017 +0100
3.89.4
NEWS | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 53 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8befe26..a7f5f29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+3.89.4: (unstable)
+Distro packagers should probably not package this yet.
+
+Gtk:
+* Add Gtk::WidgetCustomDraw and WidgetCustomSnapshot.
+ These make it possible to use signal_draw() and snapshot_vfunc() in gtkmm
+ without modification of gtk+.
+ (Kjell Ahlstedt) Bug #775348. See also gtk+ bug 774778.
+* Add Gtk::Snapshot.
+ (Kjell Ahlstedt)
+* Application: Remove create() method with argc,argv arguments.
+ https://mail.gnome.org/archives/gtkmm-list/2017-February/msg00000.html
+ (Kjell Ahlstedt)
+* CellArea: Add snapshot() and snapshot_vfunc().
+ (Kjell Ahlstedt)
+* CellRenderer: Add snapshot() and snapshot_vfunc().
+ (Kjell Ahlstedt)
+* CellArea: Remove property_cell_area() and the constructor
+ that takes a CellArea parameter.
+ (Kjell Ahlstedt)
+* CheckButton: Remove draw_indicator_vfunc().
+ (Kjell Ahlstedt)
+* CheckMenuItem: Add snapshot_indicator_vfunc().
+ (Kjell Ahlstedt)
+* Container: Remove show_all_children().
+ (Widgets are now visible by default, unlike in gtkmm 3.)
+ (Kjell Ahlstedt)
+* Main:
+ - Remove constructors that take (argc,argv) parameters.
+ (Kjell Ahlstedt)
+ - Remove add_gtk_option_group().
+ (Kjell Ahlstedt)
+* ToggleButton:
+ - Move set/get_inconsistent() to CheckButton.
+ - Move set/get_mode() to CheckButton, renaming it to set/get_draw_indicator().
+ (Kjell Ahlstedt)
+* Widget:
+ - Add get_first_child(), get_last_child(), get_next_sibling(),
+ get_prev_sibling(), snapshot_child(). Add property_css_name().
+ (Kjell Ahlstedt)
+ - Add compute_expand_vfunc(), queue_draw_region_vfunc(),
+ queue_draw_child_vfunc().
+ (Kjell Ahlstedt)
+ - Remove show_all(), set/get_no_show_all(), show_all_vfunc(),
+ property_no_show_all().
+ (Widgets are now visible by default, unlike in gtkmm 3.)
+ (Kjell Ahlstedt)
+* Adapt various implementation code to changed GTK+ API.
+ (Kjell Ahlstedt)
+
+
3.89.3: (unstable)
Distro packagers should probably not package this yet.
diff --git a/configure.ac b/configure.ac
index a251f43..d75947d 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.89.3],
+AC_INIT([gtkmm], [3.89.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -95,7 +95,7 @@ AS_IF([test "x$enable_static" = xyes],
# gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
# The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-4.0 requires.
# TODO: Remove the mention of cairomm once pangomm needs to depend on such a new version.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.52 >= 2.49.1 pangomm-2.42 >= 2.38.2 cairomm-1.16 >= 1.15.3 gtk+-4.0 >=
3.89.3 gdk-pixbuf-2.0 >= 2.35.5'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.52 >= 2.51.2 pangomm-2.42 >= 2.38.2 cairomm-1.16 >= 1.15.3 gtk+-4.0 >=
3.89.4 gdk-pixbuf-2.0 >= 2.35.5'])
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]