gtkmm 3.8.0

2013-04-17 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Changes since 3.7.12: Gtk: * AccelLabel: Add set_accel(). (Murray Cumming) * ActionGroup: Add get/set_accel_group() and the accel-group property. (Murray Cumming) * Entry: Add the populate_all property. (Murray Cumming) * Image

pangomm 2.34.0

2013-04-24 Thread Murray Cumming
About pangomm = C++ bindings for Pango News * Remove the use of g_type_init() because it has been deprecated. (José Alburquerque) ChangeLog = http://download.gnome.org/sources/pangomm/2.34/pangomm-2.34.0.changes (298) Download

atkmm 2.22.7

2013-04-24 Thread Murray Cumming
About atkmm === C++ bindings for the ATK library News * Remove the use of g_type_init() because it has been deprecated. (José Alburquerque) ChangeLog = http://download.gnome.org/sources/atkmm/2.22/atkmm-2.22.7.changes (280) Download

goocanvasmm 1.90.9

2013-04-24 Thread Murray Cumming
About goocanvasmm = C++ bindings for goocanvas library News * Minor build fixes. (Murray Cumming) ChangeLog = http://download.gnome.org/sources/goocanvasmm/1.90/goocanvasmm-1.90.9.changes (329) Download http://download.gnome.org/sources/goocanvasmm

libgdamm 4.99.7

2013-04-24 Thread Murray Cumming
About libgdamm == C++ bindings for libgda News * Minor build fix. (Murray Cumming) ChangeLog = http://download.gnome.org/sources/libgdamm/4.99/libgdamm-4.99.7.changes (183) Download http://download.gnome.org/sources/libgdamm/4.99/libgdamm-4.99.7.tar.xz

glom 1.24.0

2013-04-30 Thread Murray Cumming
About Glom == User-friendly database application. News * Document format: table node: Remove superfluous parent_table attribute. * libglom: Various minor code cleanups. ChangeLog = http://download.gnome.org/sources/glom/1.24/glom-1.24.0.changes (3.29K) Download

glibmm 2.36.2

2013-05-02 Thread Murray Cumming
About glibmm C++ bindings for Glib News * Revert this change from 2.36.1, which should not have appeared in a stable release yet: Custom Interfaces: Implement derived interface properties. (Murray Cumming) ChangeLog = http://download.gnome.org

gtkmm 3.8.1

2013-05-02 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Widget: Don't call signal_hide handlers on a widget being deleted, to fix a crash in some applications. (Kjell Ahlstedt) Bug #605728 Changes in 3.8 compared to 3.6: Gtk: * AccelLabel: Add set_accel(). (Murray Cumming

gtkmm-documentation 3.8.0

2013-06-10 Thread Murray Cumming
About gtkmm-documentation = GNOME C++ bindings documentation News * Dialogs chapter: Add Non-modal AboutDialog section. (Kjell Ahlstedt) * Fix some details in the Clipboard chapter. (Kjell Ahlstedt) * Add some info to the custom/custom_container example.

glibmm 2.37.4

2013-07-10 Thread Murray Cumming
About glibmm C++ bindings for Glib News glibmm: * Use std::memset() instead of GLIBMM_INITIALIZE_STRUCT (Because it causes compiler warnings with --std=c++ with g++, because that defines __STRICT_ANSI__.) and deprecate GLIBMM_INITIALIZE_STRUCT. (Kjell Ahlstedt) giomm:

gtkmm 3.9.8

2013-07-17 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gdk: * Display: Deprecate get_n_screens(). (Murray Cumming) Gtk: * Action: Deprecate all methods, signals and properties, but not yet the class itseld, because it is still used in not-yet-deprecated API. Also deprecated RadioACtion

glom 1.22.2

2013-07-22 Thread Murray Cumming
About Glom == User-friendly database application. News * Initial dialog: Fix crash with latest libxml. (Murray Cumming) * Initial dialog: Fix the notebook vertical expansion. This is a problem with newer GTK+ versions. (Murray Cumming) * Fix the build on Ubuntu Raring

glibmm 2.37.5

2013-08-05 Thread Murray Cumming
or CellRenderer. Having it, for instance, as the first base class, is unfortunately likely to break with glib 3.40. (Kjell Ahlstedt) Bug #697229 * DateTime: Fix compare() and equal(). (Kjell Ahlstedt) Bug #704639 (Aurimas Černius) * Regex: Add get_max_lookbehind(). (Murray Cumming) * Variant

gtkmm 3.9.10

2013-08-05 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News 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

glibmm 2.37.6

2013-08-28 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Action: - Make get_state() templated. (Murray Cumming) - get_state_hint(): Correct a check. (Murray Cumming) - Add templated change_state() and activate(). (Murray Cumming) - print_detailed_name() Make

gtkmm 3.9.12

2013-08-28 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Button: Add constructor that takes an icon_name and size. (Murray Cumming) * Entry: Add get/set_tabs() and property. (Murray Cumming) * Label: Add get/set_lines() and property. (Murray Cumming) * Add Revealer. (Juan R

gtkmm 3.9.14

2013-09-11 Thread Murray Cumming
. (Murray Cumming) Bug #707810 (cheshirekow) Gdk: * Window: Add set_opaque_region(). (Murray Cumming) Tools: * gtk_generate_extra_defs.sh: Add --make-patch option. (Kjell Ahlstedt) Build: * Update Visual Studio Projects (Chun-wei Fan) ChangeLog = http://download.gnome.org/sources/gtkmm

glibmm 2.37.7

2013-09-11 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Menu: Add insert/append/prepend_section() with no label parameter. (Murray Cumming) Bug #702456 (Aurimas Černius) gmmproc: * Pass NULL to C function calls for optional empty strings. (José Alburquerque) Bug #686909. Bug

libxml++ 2.37.1

2013-09-16 Thread Murray Cumming
to the node type tree. (Kjell Ahlstedt) * Update Doxyfile.in for doxygen 1.8.3. (Kjell Ahlstedt) Build: * Fix examples/Makefile.am for new versions of automake. (Kjell Ahlstedt) Bug #678390 * Examples dom_parse_entities and dom_parser: Fix when LC_ALL=C. (Murray Cumming) Bug #702136

gtkmm 3.9.16

2013-09-20 Thread Murray Cumming
Potter) Bug #704964 * Widget: * Make insert_action_group() public. (Murray Cumming) * Add remove_action_group() (Murray Cumming) ChangeLog = http://download.gnome.org/sources/gtkmm/3.9/gtkmm-3.9.16.changes (2.28K) Download http://download.gnome.org/sources/gtkmm/3.9/gtkmm

glibmm 2.37.93

2013-09-20 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio * ActionMap: lookup_action(): Fix the reference counting. (Murray Cumming) * File: Add measure_disk_usage() and measure_disk_usage_async(). (Murray Cumming) * Settings: Add get/set_uint(). (Murray Cumming) * Add

glom 1.22.3

2013-09-23 Thread Murray Cumming
About Glom == User-friendly database application. News * Startup: Do not crash when reporting check problems. (Murray Cumming) Bug #680411 (Bjørn Lie, Dominique Leuenberger) * Avoid a crash at shutdown. (Murray Cumming) * Tests: Avoid a too-long path with recent PostgreSQL

glom 1.24.1

2013-09-23 Thread Murray Cumming
About Glom == User-friendly database application. News * Startup: Do not crash when reporting check problems. (Murray Cumming) Bug #680411 (Bjørn Lie, Dominique Leuenberger) * Initial dialog: * Fix crash with latest libxml. (Murray Cumming) * Fix the notebook vertical

glom 1.25.1

2013-09-23 Thread Murray Cumming
About Glom == User-friendly database application. Download http://download.gnome.org/sources/glom/1.25/glom-1.25.1.tar.xz (6.49M) sha256sum: 20775ec5cb2e6c7b7c27637cb33f25ea90c3c8425707418370f3acc22c4e2d37 ___ ftp-release-list

glom 1.25.2

2013-09-27 Thread Murray Cumming
About Glom == User-friendly database application. News Build: * Fix the build with --enable-warnings=fatal, by replacing all uses of GtkUIManager and GtkAction with GtkBuilder, GAction and GMenu. (Accelerators, such as Ctrl-Q are currently not working.) (Murray Cumming

glibmm 2.38.0

2013-10-11 Thread Murray Cumming
Ahlstedt) Bug #704639 (Aurimas Černius) * Regex: Add get_max_lookbehind(). (Murray Cumming) * Variant: Fix memory leaks. (Kjell Ahlstedt) Bug #704851 (xanm) Gio: * Action: - get_state() and get_state_hint() now return something. We choose not to consider this an ABI break because

gtkmm 3.10.0

2013-10-11 Thread Murray Cumming
) * Application: - add/remove_accelerator(): Add overloads without the variant parameter. (Murray Cumming) - Add missing gtk_init() call in one of the constructors. (Murray Cumming) * Button: Add constructor that takes an icon_name and size. (Murray Cumming) * CellRenderer: Deprecate

gtkmm-documentation 3.9.1

2013-10-15 Thread Murray Cumming
About gtkmm-documentation = GNOME C++ bindings documentation News * Port examples from GtkUIManager, GtkAction and GtkMenu to GtkBuilder, GAction and GMenu. We have not yet updated the book text about these. (Murray Cumming, Kjell Ahlstedt) * Remove use

gtkmm 3.10.1

2013-10-28 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Avoid including deprecated stockid.h. This lets applications build with deprecated API disabled. * RadioAction, RecentAction: Deprecate constructors and methods that take StockID. StockID was already deprecated so this should

glom 1.25.3

2013-10-29 Thread Murray Cumming
About Glom == User-friendly database application. News * Make menu item accelerators work again. (Murray Cumming) * Field Definition: Move Default formatting into a separate window. (Murray Cumming) * Find (broken after the port to GAction): - Really stop when cancelling

glom 1.22.4

2013-11-01 Thread Murray Cumming
About Glom == User-friendly database application. News * Avoid some crashes when switching between Data or Find mode, or when navigating around generally. (Murray Cumming) * Fixes for clang compiler and scan-build analyzer warnings. (This should make sharing over the network

glom 1.24.2

2013-11-04 Thread Murray Cumming
About Glom == User-friendly database application. News * Avoid some crashes when switching between Data or Find mode, or when navigating around generally. (Murray Cumming) * Fixes for clang compiler and scan-build analyzer warnings. (This should make sharing over the network

glibmm 2.38.1

2013-11-18 Thread Murray Cumming
About glibmm C++ bindings for Glib News 2.36.1 (stable): Build: * Gio::ActionGroup: Remove a nonsensical check that clang complains about, correctly. (Murray Cumming) Bug #709963 (Johannes Meng, David Evans) Documentation: * Gio::content_type_*(): Add a link from Gtk

glom 1.25.4

2013-11-21 Thread Murray Cumming
About Glom == User-friendly database application. News * Fix a crash when switching between Data and Find mode. (Murray Cumming) * Fix some widget expansion in the UI. (Murray Cumming) * Formatting: Do not allow a 0 line-height for multiline text. (Murray Cumming) * Added

glom 1.22.5

2013-12-15 Thread Murray Cumming
About Glom == User-friendly database application. News Build: * Check that we have the pg_config utility. * Find libpython* on Ubuntu Trusty 64-bit. ChangeLog = https://download.gnome.org/sources/glom/1.22/glom-1.22.5.changes (449) Download

glom 1.24.3

2013-12-15 Thread Murray Cumming
About Glom == User-friendly database application. News Build: * Check that we have the pg_config utility. * Find libpython* on Ubuntu Trusty 64-bit. ChangeLog = https://download.gnome.org/sources/glom/1.24/glom-1.24.3.changes (592) Download

glom 1.25.5

2013-12-19 Thread Murray Cumming
About Glom == User-friendly database application. News * Check that we have the pg_config utility. (Murray Cumming) * Add some tests. (Murray Cumming) * Slight improvements to the libglom API. (Murray Cumming) ChangeLog = https://download.gnome.org/sources/glom/1.25

glibmm 2.39.3

2014-01-17 Thread Murray Cumming
About glibmm C++ bindings for Glib News * Documentation improvements. (Kjell Ahlstedt) * Fix a test on IPv6 systems. (Adam Sampson) 2.38.1 (stable): ChangeLog = https://download.gnome.org/sources/glibmm/2.39/glibmm-2.39.3.changes (1.79K) Download

gtkmm 3.11.4

2014-01-17 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Action, Activatable: Undeprecate methods that don't use a StockID. We didn't mean to leave them deprecated. (Kjell Ahlstedt) * CellArea: Add signal_apply_attributes(). (Kjell Ahlstedt) * SelectionData: Add get_data(int

glom 1.25.6

2014-01-28 Thread Murray Cumming
About Glom == User-friendly database application. News * Backup/Restore: Use libarchive instead of calling the tar shell command. This should be slightly more robust and safe, though we were already correctly escaping and quoting the shell commands. (Murray Cumming) * Avoid

glibmm 2.39.4

2014-02-17 Thread Murray Cumming
warnings. (Kjell Ahlstedt) * Don't change NULL to 0 in docs, when it's part of a longer name. (Kjell Ahlstedt) * OptionContext: Add API documentation based on the C docs. (Murray Cumming) ChangeLog = https://download.gnome.org/sources/glibmm/2.39/glibmm-2.39.4.changes (4.24K

gtkmm 3.11.5

2014-02-17 Thread Murray Cumming
(), and alternative_button_order(). (Murray Cumming) * Entry: Add set/get_attributes() and the property. (Kjell Ahlstedt) * Add FlowBox. Bug #723801 (Juan R. García Blanco) * HeaderBar: Added decoration-layout, decoration-layout-set and has-subtitle object properties. Addd get_decoration_layout(), get_has_subtitle

gtkmm 3.11.7

2014-02-19 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News * MessageDialog: Deprecate get/set_image() and the property. (Murray Cumming) * Popover: - Add closed signal. (Juan R. García Blanco) - Add closed signal. Correct the type of the pointing_to property and method parameter. (Juan

glibmm 2.39.91

2014-03-04 Thread Murray Cumming
About glibmm C++ bindings for Glib News Documenation: * Improve Gio::Socket documentation. (Tomasz Jankowski, Murray Cumming) ChangeLog = https://download.gnome.org/sources/glibmm/2.39/glibmm-2.39.91.changes (1.23K) Download https://download.gnome.org

gtkmm 3.11.8

2014-03-04 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Window: Add is_maximized() and the is-maximized property. (Juan R. García Blanco) * IconInfo: Add is_symbolic(). (Juan R. García Blanco) * Assistant: Add use-header-bar property. (Juan R. García Blanco) * ActionBar: - Now

glom 1.26.0

2014-03-06 Thread Murray Cumming
About Glom == User-friendly database application. News * Reports: Fix a crash introduced in 1.25.4. (Murray Cumming) ChangeLog = https://download.gnome.org/sources/glom/1.26/glom-1.26.0.changes (1.63K) Download https://download.gnome.org/sources/glom/1.26

glibmm 2.39.92

2014-03-18 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Application: Add add_main_option_entry() and add_option_group(). (Murray Cumming) Documentation: * Glib::ustring: Say more clearly that it must be only UTF-8. (Kjell Ahlstedt) Bug #681560 (vurentjie) Build: * win32: Surround

gtkmm 3.11.9

2014-03-18 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gdk: * Device: Add get_last_event_window(). (Murray Cumming) Gtk: * Application: Added set_accel_for_action(), get/set_accels_for_action() and list_action_descriptions(). (Murray Cumming) * Widget: - Added get/set_margin_start/end

glibmm 2.39.93

2014-04-05 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib: * Keyfile: Add save_to_file(). (Murray Cumming) * Add VariantDict. (Murray Cumming) * Variant: Remove the now-unnecessary local g_variant_parse_error_quark(). (Murray Cumming) Bug #727554 (Antoine Jacoutot) Gio

gtkmm 3.11.10

2014-04-05 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gdk: * Pixbuf: Add get_byte_length(). (Murray Cumming) Gtk: * Dialog: Deprecate the const version of get_action_area() too. (Kjell Ahlstedt) Build: * Update Visual Studio Projects (Chun-wei Fan) ChangeLog = https

cluttermm 1.17.1

2014-04-10 Thread Murray Cumming
About cluttermm === C++ bindings for Clutter News * Huge amounts of new API added to wrap new API in Clutter, with huge amounts of API being deprecated. (Ian Martin, Murray Cumming) Bug #725125 * Fix the build by using _GMMPROC_EXTRA_NAMESPACE. (Krzesimir Nowak

glibmm 2.40.0

2014-04-13 Thread Murray Cumming
About glibmm C++ bindings for Glib News * VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value. (Murray Cumming) * gmmproc: Small improvement of enum documentation (Kjell Ahlstedt) * Windows Update the visual Studio build files. (Chun-wei Fan) ChangeLog

glibmm 2.38.2

2014-04-14 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib: * VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value. (Murray Cumming) Gio: * Action: Fix activate(const Glib::VariantT_Value value). (Kjell Ahlstedt) Build: * win32 build: Surround content_type_get_symbolic_icon

gtkmm-documentation 3.12.0

2014-04-14 Thread Murray Cumming
) * Application example: Add a window menu. (Murray Cumming) * Remove stock items and other deprecated API from the tutorial. (Kjell Ahlstedt) * App_and_win_menus example: Add a menu item that sends a Gio::Notification. (Kjell Ahlstedt) * ToolPalette example: Skip non-existent and large icons

cluttermm 1.17.2

2014-04-15 Thread Murray Cumming
About cluttermm === C++ bindings for Clutter News * Actor: - Correct the get_children() return type. (Ian Martin) Bug #728206. - Add several properties. (Murray Cumming) * BoxLayout: Add orientation property. (Murray Cumming) * DeformEffect: Add get_back_material

cluttermm 1.17.3

2014-05-12 Thread Murray Cumming
About cluttermm === C++ bindings for Clutter News * Add an init() overload that takes an OptionContext and use it in the actors example. (Murray Cumming) * Actor: Remove the (deprecated) paint signal to avoid clashing with the paint vfunc. * BoxLayout: Deprecates the pack

glibmm 2.41.0

2014-05-29 Thread Murray Cumming
: Add save_to_file(). (Murray Cumming) * Add VariantDict. (Murray Cumming) Gio: * Action: Add parse_detailed_name() and parse_detailed_name_variant(). (Kjell Ahlstedt) * Application: Add the handle-local-options signal. (Murray Cumming) * ApplicationCommandline: Add get_options_dict

gtkmm 3.13.2

2014-05-30 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Don't assert argc/argv are non-null in Application::run() (Jonathon Jongsma) Bug #729212. * Deprecate Alignment. (Murray Cumming) * Deprecate Arrow. (Kjell Ahlstedt) * Bin: Deprecate add_label(const Glib::ustring label, bool

glibmm 2.41.1

2014-06-26 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Application: Deprecate set_action_group(). (Kjell Ahlstedt) * DesktopAppInfo: Deprecate set_desktop_env(). (Kjell Ahlstedt) * Settings: Deprecate list_schemas(), range_check() and property_schema(). (Kjell Ahlstedt) *

gtkmm 3.13.3

2014-06-26 Thread Murray Cumming
(). (Murray Cumming) * Widget: Undeprecate and reimplement reparent() because it is still useful in gtkmm. (Kjell Ahlstedt) * WidgetPath: Deprecate iter_add_region(), iter_remove_region(), iter_clear_regions(), iter_list_regions() and iter_has_region(). (Murray Cumming) Documentation

glom 1.27.1

2014-07-07 Thread Murray Cumming
About Glom == User-friendly database application. News * Avoid use of deprecated gtkmm/GTK+ API in Glade files. For instance, GtkAlignment, and stock items. (Murray Cumming, Piotr Drąg) * Adapt to recent Gtk::Builder child-widget ref-counting fixes in gtkmm. (Murray Cumming

gtkmm 3.13.5

2014-07-29 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Container: Support child properties. (Juan R. García Blanco) * Add EventController and Gesture* classes. (Kjell Ahlstedt) * IconTheme: Add add_resource_path() and deprecate add_builtin_icon(). (Murray Cumming) * Notebook: Add

glibmm 2.41.2

2014-07-29 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Menu: Allow detailed_action == null (Kjell Ahlstedt) Bug #733203 (Hubert Figuiere) * Add Permission and SimplePermission. (Juan R. García Blanco) Bug #732436 Glib: * Make custom interface properties instance data. (Kjell

glibmm 2.41.3

2014-08-22 Thread Murray Cumming
About glibmm C++ bindings for Glib News Documentation: * Network example: - Use Glib::OptionEntry and friends (Kjell Ahlstedt) - Network example: Add --use-ipv6 command line option (Shashank) Bug #734094. ChangeLog =

gtkmm 3.13.7

2014-08-22 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Box: Wrap child properties (Juan R. García Blanco) Bug #140515 * Grid: Wrap child properties (Juan R. García Blanco) Bug #140515 * HeaderBar: Wrap child properties (Juan R. García Blanco) Bug #140515 * Paned: Wrap child

glibmm 2.41.4

2014-09-15 Thread Murray Cumming
About glibmm C++ bindings for Glib News gmmproc: * Added parameter exception_handler in _WRAP_VFUNC(). (Marcin Koln) Bug #735132 * Better error checks in some _WRAP_* macros. (Kjell Ahlstedt) Build: * Update and overhaul of Visual Studio 2010 and Visual Studio 2008

gtkmm 3.13.8

2014-09-15 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gdk: * Window: Add get/set_event_compression(), set_shadow_width(), and show_window_menu(). (Murray Cumming) Gtk: * Application: Add get_actions_for_accel(), prefers_app_menu(), and get_menu_by_id(). (Murray Cumming) * CellArea

glibmm 2.42.0

2014-09-22 Thread Murray Cumming
set_urgent(). (Murray Cumming) Tools: * h2def.py: fixed generator in case of inline functions. (Marcin Kolny) Bug #736427 Build: * Update and overhaul of Visual Studio 2005 project build files. (Chun-wei Fan) * Fixes for Visual Studio 2008 and 2010 project build files. (Chun-wei Fan

gtkmm 3.14.0

2014-09-23 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News 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) ChangeLog

glom 1.28.0

2014-09-30 Thread Murray Cumming
About Glom == User-friendly database application. News * Glade UI files: - Remove deprecated GtkContainer:resize-mode property. - FlowTableWithFields: Replace use of deprecated xalign and valign. - Replace stock properties with icon-name properties. ChangeLog =

glibmm 2.43.1

2014-12-04 Thread Murray Cumming
About glibmm C++ bindings for Glib News gmmproc: * Tidy up the generation of enum docs (Kjell Ahlstedt) * _WRAP_GERROR: Add documentation to the generated enum Code. (Kjell Ahlstedt) * Change messages that MS Visual Studio can misunderstand. (Kjell Ahlstedt) * Warn when

gtkmm 3.15.2

2014-12-04 Thread Murray Cumming
: Correct the since documentation. * SearchEntry: Add the search_changed signal (Kjell Ahlstedt) * Added StyleProperty (Mark Vender) Bug #673317. Gdk * Curor: Deprecate the constructor that doesn't take a Display parameter. (Murray Cumming) * Pixbuf: Deprecate create_from_inline(). (Kjell

glibmm 2.43.2

2014-12-16 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Added NetworkMonitor. (Murray Cumming) * UnixFDList, UnixFDMessage: Correct array lengths in steal_fds() (Kjell Ahlstedt) Bug #741365 (Matthew Balkam) gmmproc: * Don't make one very long line for the enum documentation

gtkmm 3.15.3

2014-12-16 Thread Murray Cumming
: - Correct the constructor. - Add a constructor without the icons. (Murray Cumming) * ScrolledWindow: Add get/set_overlay_scrolling() and property. (Juan R. García Blanco) * Stack: Add hhomogeneous and vhomogeneous properties. (Juan R. García Blanco) * TextTag: Add fallback, fallback-set

glom 1.29.2

2015-01-16 Thread Murray Cumming
About Glom == User-friendly database application. News * Use the LC_TIME environment variable to get translated date formats. (Murray Cumming) Bug #742968 * Avoid a crash during shutdown. (Murray Cumming) Bug #741851 * Fix remaining warnings from the Coverity scan. (Murray

gtkmm 3.15.4

2015-01-21 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Builder::get_type_from_name_vfunc(): Call the base class function. Instead of jusgin calling g_type_from_name(), in case the base class function does more. (Kjell Ahlstedt) Bug #742637. * TextBuffer: - Add insert_martkup().

glom 1.26.1

2015-02-10 Thread Murray Cumming
About Glom == User-friendly database application. News * Use the LC_TIME environment variable to get translated date formats. (Murray Cumming) Bug #742968 * Avoid a crash during shutdown. (Murray Cumming) Bug #741851 ChangeLog = https://download.gnome.org/sources/glom

glom 1.28.4

2015-03-09 Thread Murray Cumming
About Glom == User-friendly database application. News * Details: Let entry widgets expand to fill space, fixing a regression from 1.27.2. (Murray Cumming) * Details: Make text alignment work again, fixing a regression from 1.27.2 (Murray Cumming) ChangeLog

glom 1.29.3

2015-03-09 Thread Murray Cumming
About Glom == User-friendly database application. News * Details: Let entry widgets expand to fill space, fixing a regression from 1.27.2. (Murray Cumming) * Details: Make text alignment work again, fixing a regression from 1.27.2 (Murray Cumming) * Use the LC_TIME to get

gtkmm 3.15.10

2015-03-06 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Label: Add get/set_xalign/yalign() and properties. (Murray Cumming) * PaperSize: Define the paper name constants in the .cc file (Benoît Dejean) Bug #745345 Documentation: * CssProvider::load_from_data(): Document

glibmm 2.43.91

2015-03-06 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib: * OptionContext: Add get/set_strict_posix(). (Murray Cumming) Gio: * Application: - Add get/set/unset_resource_base_path() and property. - Add get_is_busy() and property. (Murray Cumming) * File: Add

pangomm 2.36.0

2015-03-24 Thread Murray Cumming
About pangomm = C++ bindings for Pango News No changes compared to 2.35.1. Download https://download.gnome.org/sources/pangomm/2.36/pangomm-2.36.0.tar.xz (755K) sha256sum: a8d96952c708d7726bed260d693cece554f8f00e48b97cccfbf4f5690b6821f0

glibmm 2.44.0

2015-03-24 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Action, ActionGroup: Avoid memory leaks in funcs. (Kjell Ahlstedt) Bug #705124 gmmproc: * _WRAP_VFUNC(): Add keep_return parameter. (Kjell Ahlstedt) Bug #705124 ChangeLog =

gtkmm 3.15.9

2015-02-27 Thread Murray Cumming
gmmproc by removing unnecessary _IGNORES()s. (Kjell Ahlstedt) Gdk: * Device: Add get_vendor_id() and get_product_id(). (Murray Cumming) Documentation: * demos: Add stacksidebar demo. (Kjell Ahlstedt) * demos: Replace calls to deprecated Widget::override_*() API. (Kjell Ahlstedt) * Container

gtkmm-documentation 3.15.1

2015-02-27 Thread Murray Cumming
About gtkmm-documentation = GNOME C++ bindings documentation News * Replace use of deprecated Widget::override_*() methods. (Kjell Ahlstedt) * Add ScaleButton example. (Murray Cumming) * Add VolumeButton example. (Murray Cumming) * Add the Gio::Resource

glibmm 2.43.90

2015-02-26 Thread Murray Cumming
property_action_group(). (Kjell Ahlstedt) * Notification: Add set_priority() and enum NotificationPriority. (Kjell Ahlstedt) * Add TcpWrapperConnection. (Murray Cumming) * UnixSocketAddress: Deprecate property_abstract(). (Kjell Ahlstedt) gmmproc: * Fix error messages in glib and gio

gtkmm 3.16.0

2015-03-24 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk * Builder: Don't get gtkmm-derived GTypes while parsing TreeModel columns (Kjell Ahlstedt) Bug #742637. ChangeLog = https://download.gnome.org/sources/gtkmm/3.16/gtkmm-3.16.0.changes (923) Download

gtksourceviewmm 3.12.0

2015-04-29 Thread Murray Cumming
highlighting, bracket matching, autocompletion and other mostly programming-oriented features. News * Deprecated some API because some of the C API was deprecated. (Murray Cumming) * Fix the examples build with recent gtkmm versions. (Murray Cumming) 3.2.0 (stable): ChangeLog = https

glom 1.29.4

2015-06-09 Thread Murray Cumming
About Glom == User-friendly database application. News * Use libgda-5 again instead of libgda-6. Because libgda-6 is not quite ready and not likely to be stable soon enough. (Murray Cumming) ChangeLog = https://download.gnome.org/sources/glom/1.29/glom-1.29.4.changes

glibmm 2.45.2

2015-06-08 Thread Murray Cumming
) Bug #747508. * Variant: Wrap handles and add get_data_as_bytes() (Kjell Ahlstedt) * Added SignalProxyDetailed. Gio: * Settings: Add signal_changed(key). (Kjell Ahlstedt, Murray Cumming) Bug #749034. * Added SimpleIOStream. (Kjell Ahlstedt) Documentation: * API Reference: Remove generated You

gtkmm 3.17.3

2015-06-08 Thread Murray Cumming
to the _WRAP_VFUNC() for get_action_name. (Kjell Ahlstedt) Bug #705124. * Adjustment: Deprecate changed() and value_changed(). (Murray Cumming) * CellRendererPixbuf: Deprecate property_follow_state(). (Kjell Ahlstedt) * Add ModelButton. (Kjell Ahlstedt) * Popover: Wrap the pointing-to property. (Kjell

libxml++ 2.38.1

2015-06-08 Thread Murray Cumming
About libxml++ == libxml++ is a C++ wrapper for the libxml2 XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specification. Its API is simpler than the underlying libxml2 C API. News * Fix the build with C++11 compilers, such

glibmm 2.45.3

2015-06-30 Thread Murray Cumming
About glibmm C++ bindings for Glib News * Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource. (Murray Cumming) * Deprecate HelperList and SArray because nothing uses them. (Murray Cumming) Build: * Don't disable more deprecation warnings than necessary

atkmm 2.23.1

2015-06-30 Thread Murray Cumming
About atkmm === atkmm is a C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm. News Atk: * Document: Add get/set_attribute() and deprecate get_document() and get_document_type(). (Murray Cumming

gtkmm 3.17.4

2015-06-30 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Assistant: Add get/set_page_has_padding(). (Murray Cumming) * FontChooser: Add get/set_font_map(). (Murray Cumming) * IconInfo: Deprecate get_builtin_pixbuf(). (Kjell Ahlstedt) * IconTheme: lookup_icon(), choose_icon(): Add

gtkmm 3.17.70

2015-08-20 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Add GLArea and example to gtkmm-demo. (Daniel Hams) Bug #752314 * PlacesSidebar: Add set_drop_targets_visible(). (Kjell Ahlstedt) Build: * Fix the build with -Wshadow compiler warnings. (Murray Cumming, Kjell Ahlstedt) Bug

glibmm 2.45.50

2015-08-20 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib: * RefPtr: * Add move constructor and move assignment operator for castable types. (Marcin Kolny) Bug 752812 * Add release(): (Marcin Kolny) Bug 752812 * move assignment operator: Use swap(). (Murray Cumming) Bug

libsigc++ 2.5.2

2015-08-20 Thread Murray Cumming
Cumming) Bug #752560 * C++11: Replace deprecated std::auto_ptr by std::unique_ptr. (Kjell Ahlstedt) * C++11: Use std::is_base_of instead of our sigc::is_base_and_derived, removing sigc::is_base_and_derived. (Kjell Ahlstedt, Murray Cumming) Bug #752560 * C++11: Use of range-based for loops

goocanvasmm 1.90.10

2015-07-29 Thread Murray Cumming
About goocanvasmm = C++ bindings for goocanvas library News * Use (and require) C++11. (Murray Cumming) * ItemSimple: Remove get_bounds() (Kjell Ahlstedt) Bug #721627. ChangeLog = https://download.gnome.org/sources/goocanvasmm/1.90/goocanvasmm-1.90.10.changes

glibmm 2.45.41

2015-07-24 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib: * Undeprecate HelperList and List_Iterator because gtkmm-2.4 uses these in its undeprecated API. However, all of gtkmm-2.4 is deprecated, so you (Inkscape) shouldn't be using it anyway. Bug #752797 (Adam Williamson) (Murray

<    3   4   5   6   7   8   9   10   >