[gtkmm] 3.14.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.14.0
- Date: Tue, 23 Sep 2014 11:52:21 +0000 (UTC)
commit b15414ff6805ece606591da55ab0b78a1d0070ba
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Sep 23 13:51:51 2014 +0200
3.14.0
NEWS | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
2 files changed, 104 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 92adc34..f7828a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,105 @@
+3.14:
+
+API additions since 3.12:
+
+Gdk:
+* Device: Add get_last_event_window().
+ (Murray Cumming)
+* Pixbuf: Add get_byte_length() and create_from_resource().
+ (Murray Cumming)
+* Window: Add get/set_event_compression(), set_shadow_width(),
+ and show_window_menu().
+ (Murray Cumming)
+
+Gtk:
+* Deprecate Alignment.
+ (Murray Cumming)
+* Application: Add get_actions_for_accel(), prefers_app_menu(), and
+ get_menu_by_id().
+ (Murray Cumming)
+* Deprecate Arrow.
+ (Kjell Ahlstedt)
+* Bin: Deprecate add_label(const Glib::ustring& label, bool mnemonic, double x_align, double y_align) and
+ add_pixlabel(const std::string& pixfile, const Glib::ustring& label, double x_align, double y_align).
+ Add add_pixlabel(const std::string& pixfile, const Glib::ustring& label, Align x_align, Align y_align).
+* Box: Wrap child properties
+ (Juan R. García Blanco) Bug #140515
+* CellArea: Add attribute_get_column().
+ (Murray Cumming)
+* Container: Deprecate [set|get]_resize_mode() and set_reallocate_redraws().
+* EntryCompletion: Add the no_matches signal.
+ (Murray Cumming)
+* Add EventController and Gesture* classes.
+ (Kjell Ahlstedt)
+* Grid: Wrap child properties
+ (Juan R. García Blanco) Bug #140515
+* HeaderBar: Wrap child properties
+ (Juan R. García Blanco) Bug #140515
+* IconInfo: Deprecate set_raw_coordinates(), get_embedded_rect(),
+ get_attach_points() and get_display_name().
+ (Murray Cumming)
+* IconTheme: Add add_resource_path() and deprecate add_builtin_icon().
+ (Murray Cumming)
+* Label: Deprecate Label(const Glib::ustring& label, float xalign, float yalign, bool mnemonic).
+* ListBox:
+ - Add selected_foreach(), get_selected_rows(), unselect_row(), select_all()
+ and unselect_all(). Add the selected_rows_changed signal.
+ (Murray Cumming)
+* ListBoxRow: Add is_selected(), set/get_selectable(), set/get_activatable().
+ Add the selectable and activatable properties.
+ (Murray Cumming)
+* Deprecate Misc (almost - it is still a base class).
+ (Kjell Ahlstedt)
+* Notebook: Add child properties tab_label, menu_label, position,
+ tab_expand, tab_fill, reorderable, and detachable.
+ (Juan R. García Blanco)
+* Deprecate NumerableIcon.
+ (Kjell Ahlstedt)
+* Add Overlay.
+ (Juan R. García Blanco)
+* Paned: Wrap child properties
+ (Juan R. García Blanco) Bug #140515
+* Settings: Add the gtk_long_press_time property.
+ (Murray Cumming)
+* Stack: Add child properties name, title, icon_name, position, and
+ needs_attention.
+ (Juan R. García Blanco)
+* StatusIcon: Deprecate this because it is deprecated in gtk+
+ (Kjell Ahlstedt)
+* StyleContext: Really add get_scale().
+ (Murray Cumming)
+* Switch: Add set/get_state(), the state property, and the state_set signal.
+* Toolbar: Add child properties expand and homogeneous.
+ (Juan R. García Blanco) Bug #140515
+* TreeView: Deprecate property_rules_hint().
+ (Kjell Ahlstedt)
+* Widget:
+ - Deprecate get/set_double_buffered() and the property.
+ - Deprecate region_intersect(),
+ get_root_window(), [set|get]_margin_[left|right](), property_style(),
+ property_margin_[left|right]().
+ (Kjell Ahlstedt)
+ - Add get/set_clip().
+ (Murray Cumming)
+* WidgetPath: Deprecate iter_add_region(),
+ iter_remove_region(), iter_clear_regions(), iter_list_regions()
+ and iter_has_region().
+ (Murray Cumming)
+
+
+3.14.0 (stable):
+
+Documentation:
+* Headerbar demo: Update for renamed arrow icons.
+ (Kjell Ahlstedt)
+
+Build:
+* Update and Overhaul Visual Studio 2008 and 2010 Projects.
+ (Chun-wei Fan)
+* Fix the demos on Windows.
+ (Chun-wei Fan)
+
+
3.13.8 (unstable):
Gdk:
diff --git a/configure.ac b/configure.ac
index edcc79c..8d82e2d 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.13.8],
+AC_INIT([gtkmm], [3.14.0],
[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.41.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.13.8 cairomm-1.0 >=
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.41.2 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.14.0 cairomm-1.0 >=
1.9.2 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]