[gtkmm] 3.9.10
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.9.10
- Date: Mon, 5 Aug 2013 11:27:25 +0000 (UTC)
commit e385195903301e9d62d0bd1aa5fca1e950f170ef
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Aug 5 13:27:19 2013 +0200
3.9.10
NEWS | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
2 files changed, 63 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4147a68..cedd430 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+3.9.10 (unstable):
+
+Gdk:
+* Device: Add get_position() that uses doubles.
+ (Murray Cumming)
+* Screen: Add get_monitor_scale_factor().
+ (Murray Cumming)
+* Window: Add get_scale_factor().
+ Add get_device_position() taking doubles.
+ Add create_similar_image_surface().
+ (Murray Cumming)
+
+Gtk:
+* CellRendererPixbuf: Add the surface property.
+ (Murray Cumming)
+* Box: Add get/set_baseline_position() and property.
+ (Murray Cumming)
+* FileChooser: Add get_current_name().
+ (Murray Cumming)
+* Image: Add set(Cairo::Surface)
+ (Murray Cumming)
+* InfoBar: Add get/set_show_close_button() and
+ the property.
+ (Murray Cumming)
+* IconInfo: Add load_surface() and get_base_scale().
+ (Murray Cumming)
+* IconTheme: Add lookup_icon() method overloads that
+ take a scale parameter.
+ Add choose_icon() method overload that take a scale
+ parameter.
+ Add load_icon() method overload that takes a scale parameter.
+ Add load_surface().
+ (Murray Cumming)
+* Grid:
+ - Add get/set_row_baseline_position()
+ and get/set_baseline_row(), and baseline-row property.
+ (Murray Cumming)
+ - Add remove_row() and remove_column().
+ (Murray Cumming)
+* Menu, MenuBar: Add constructors that take Gio::MenuModels.
+ (Murray Cumming)
+* Menu: Make attach_to_widget() public.
+ (Murray Cumming)
+* MenuShell: bind_model(): Add a method overload without the
+ action_namespace parameter.
+ (Murray Cumming)
+* RadioToolButton: Fix set_group(). Add reset_group().
+ (Kjell Ahlstedt)
+* Widget Add get_preferred_height_for_width(),
+ get_allocated_baseline() and get_valign_with_baseline().
+ (Murray Cumming)
+* Window: Add close().
+ (Murray Cumming)
+
+Documentation:
+* Demos: Catch Glib::FileError from demo_find_file().
+ (Kjell Ahlstedt)
+* Demos: Add IconTheme demo.
+ (Kjell Ahlstedt)
+
+
3.9.8 (unstable):
Gdk:
diff --git a/configure.ac b/configure.ac
index cf754b3..54641da 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.9.8],
+AC_INIT([gtkmm], [3.9.10],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -91,7 +91,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.36.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.8.0 cairomm-1.0 >= 1.9.2
gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.36.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.9.10 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
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]