libxml++ 4.9.1

2020-01-12 Thread Murray Cumming
About libxmlplusplus libxmlplusplus (aka 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 * Change AB

libxml++ 3.9.1

2020-01-11 Thread Murray Cumming
About libxmlplusplus libxmlplusplus (aka 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 * Change AB

libxml++ 3.2.0

2020-01-11 Thread Murray Cumming
some single-parameter constructors. (Murray Cumming) * tests: Don't require C++17 (Kjell Ahlstedt) * Build: Fix srcdir != buildir build. (Kjell Ahlstedt, Murray Cumming) ChangeLog = https://download.gnome.org/sources/libxml++/3.2/libxml++-3.2.0.changes (2.34K) Download

libsigc++ 3.0.2

2020-01-01 Thread Murray Cumming
News * Build: Meson build improvements. (Kjell Ahlstedt, Chun-Wei Fan) ChangeLog = https://download.gnome.org/sources/libsigc++/3.0/libsigc++-3.0.2.changes (2.71K) Download https://download.gnome.org/sources/libsigc++/3.0/libsigc++-3.0.2.tar.xz (995K) sha256sum: 4b77

libsigc++ 3.0.1

2020-01-01 Thread Murray Cumming
. (Aigrind) * sigc++/adaptors/bind.h: Make bind_functor::bound_ public. (Used by sigc::visitor::do_visit_each(). (Kjell Ahlstedt) Bug #26 * test_limit_reference: Avoid virtual-move-assign warning (seen with g++ 9.2) (Murray Cumming) * signal: slot_iterator_buf: Remove unused T_result default type

glom 1.32.0

2019-10-28 Thread Murray Cumming
(Murray Cumming) ChangeLog = https://download.gnome.org/sources/glom/1.32/glom-1.32.0.changes (14.6K) Download https://download.gnome.org/sources/glom/1.32/glom-1.32.0.tar.xz (8.61M) sha256sum: 53bf207ebca82c563b9e67bce977459a17e7fd94e35c27c196986736da248df1

libepc 0.4.5

2018-12-04 Thread Murray Cumming
About libepc Easy Publish and Consume library News * Replace (deprecated) g_thread_create() with g_thread_new(). (Murray Cumming) * Remove use of deprecated g_type_init(). (Murray Cumming) * Replace (deprecated) GStaticRecMutex with GRecMutex (Murray Cumming

gtksourceviewmm 3.91.1

2018-12-04 Thread Murray Cumming
highlighting, bracket matching, autocompletion and other mostly programming-oriented features. News * Adapt to new-style enum values. (Murray Cumming) * Use gtksourceview-4 instead of gtksourceview-3.0, and change ABI from gtksourceviewmm-3.0 to gtksourceviewmm-4.0. (Murray Cumming) https

libsigc++ 2.99.11

2018-04-10 Thread Murray Cumming
News libsigc++-3.0 now requires C++17. Use of C++17: * Use std::apply to simplify implementation. * Use std::invoke to make implementation more generic. * Use constexpr if to simplify implementation. Build: * Require mm-common 0.9.12 ChangeLog = https://download.gnome.org/sources/l

mm-common 0.9.12

2018-04-07 Thread Murray Cumming
News * MM_AX_CXX_COMPILE_STDCXX(): Update based on the upstream AX_CXX_COMPILE_STDCXX() macro, to support C++17. ChangeLog = https://download.gnome.org/sources/mm-common/0.9/mm-common-0.9.12.changes (184) Download https://download.gnome.org/sources/mm-common/0.9/mm-co

gtkmm 3.93.0

2018-02-24 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Distro packagers should probably not package this yet. Gtk: * AboutDialog: - Add set/get/property_system_information(). - Remove unset_license(). Can now be unset with set_license(""). (Kjell Ahlstedt) * AccelGroup: Remove signal_acc

pangomm 2.41.5

2018-02-24 Thread Murray Cumming
About pangomm = C++ bindings for Pango News Distro packagers should probably not package this yet. * Only build changes. (Kjell Ahlstedt) ChangeLog = https://download.gnome.org/sources/pangomm/2.41/pangomm-2.41.5.changes (856) Download https://download.gn

atkmm 2.27.1

2018-02-24 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 Distro packagers should probably not package this yet. * Change ABI to atkmm-2.28. (Murray Cumming) * Build changes

glibmm 2.55.2

2018-02-21 Thread Murray Cumming
About glibmm C++ bindings for Glib News Distro packagers should probably not package this yet. Glib: * IOCondition: Add an IO_ prefix to the enumerator names (Kjell Ahlstedt) * TimeoutSource: Use monotonic time consistently (Kjell Ahlstedt) Bug #792524 (Dainis Jonitis) * S

libsigc++ 2.99.10

2018-01-10 Thread Murray Cumming
About libsigc++ === libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. libsigc++ is also used by gli

gtkmm 3.22.2

2017-09-13 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * Editable, RecentChooser, Scale: Fix memory leaks. (Kjell Ahlstedt) Bug #783360 * PrintJob: Fix a call to Glib::throw_exception(). (Kjell Ahlstedt) Documentation: * Gdk::RGBA: Update ctor(ustring) docs from GTK+ (Daniel Boles)

glibmm 2.54.0

2017-09-13 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib: * Added DBusObjectPathString and DBusSignatureString, for Variants with D-Bus object paths or D-Bus signatures, and add Variant specializations for Variant, Variant and Variant>. (Kjell Ahlstedt) Bug #785700 * Variant: Add t

glibmm 2.52.1

2017-09-04 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * TlsDatabase: Fix memory leak in a vfunc. (Kjell Ahlstedt) Bug #783360 Documentation: * Update docs of get_*_name(). (Daniel Boles) Build: * MacOS: Really correct build without gdesktopinfo. (Kjell Ahlstedt) Bug #781947 Ch

gtkmm 3.91.2

2017-08-25 Thread Murray Cumming
. (Kjell Ahlstedt) * Add CenterBox. (Kjell Ahlstedt) * Box: pack_end(): Don't call a pack_start() method. (Murray Cumming) Bug #784118 (Marc Micalizzi) * CellRenderer: - get_aligned_area(): Return value instead of using an output parameter. - Add implementation of the get_state() ove

atkmm 2.25.4

2017-08-25 Thread Murray Cumming
changed the ABI name in glibmm. (Murray Cumming) * Text: Plug memory leaks in get_text_vfunc() and get_selection_vfunc(). These vfuncs shall delete the returned character array after it has been copied to a Glib::ustring. (Kjell Ahlstedt) Bug #783360 ChangeLog = https

pangomm 2.41.4

2017-08-25 Thread Murray Cumming
About pangomm = C++ bindings for Pango News Distro packagers should probably not package this yet. * Build: Use glibmm-2.56 instead of glibmm-2.54. We have changed the ABI name in glibmm. (Murray Cumming) * Build: Fontset: Remove GLIBMM_EXCEPTIONS_ENABLED (Kjell Ahlstedt

glibmm 2.55.1

2017-08-25 Thread Murray Cumming
UM: Add optional CONV_TO_INT parameter. (Khell Ahlstedt) Build: * Change the ABI to glibmm-2.56. (Murray Cumming) * Really exclude DesktopAppInfo from wrap_init.cc on MacOS. (Kjell Ahlstedt) Bug #781947 Documentation: * miscutils: Update docs of get_*_name() from GLib. (Daniel Boles) * Fix documentat

mm-common 0.9.11

2017-08-25 Thread Murray Cumming
About mm-common === The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not requi

libsigc++ 2.99.9

2017-08-07 Thread Murray Cumming
Kjell Ahlstedt) Bug #784550 * Various minor code cleanups. (Murray Cumming) * Windows: Update the MS Visual Studio build. (Chu-wei Fan) ChangeLog = https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.9.changes (3.86K) Download https://download.gnome.org/sources/li

gtkmm 3.22.1

2017-06-23 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Unusually for a stable micro release, this release has some deprecations compared to 3.22.0, to match similar deprecations in GTK+ 3.22.x. Gtk: * Container: Deprecate the child property. The underlying C property was deprecated in GTK+ 3

glibmm 2.52.0

2017-06-23 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * UnixSocketAddress::create(): Remove the default value for the type parameter to avoid ambiguity. (Kjell Ahlstedt) Bug #782592 Gio::DBus * Proxy: Wrap call() and call_sync() methods. (Vyacheslav Yurkov) Bug #781818 Documenta

libepc 0.4.6

2017-06-19 Thread Murray Cumming
About libepc Easy Publish and Consume library News * Examples: Avoid some compiler warnings in the examples. (Murray Cumming) Release 0.4.5 = * Replace (deprecated) g_thread_create() with g_thread_new(). (Murray Cumming) * Remove use of deprecated

gtkmm 3.91.0

2017-05-29 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Distro packagers should probably not package this yet. Gdk: * Improve Gdk::Event, creating a class hierarchy. (Mark Vender, Kjell Ahlstedt) Bug #135978 * Cursor: Change CursorType to Cursor::Type. (Murray Cumming) * Device: Change

glibmm 2.53.2

2017-05-29 Thread Murray Cumming
* UnixSocketAddress::create(): Remove a default value to avoid ambiguity. (Kjell Ahlstedt) Bug #782592 Gio::DBus * Proxy: Wrap call() and call_sync() methods. (Vyacheslav Yurkov) Bug #781818 gmmproc: * Use of static_cast<> instead of C-style casts. (Murray Cumming) Build: * Fix the build on

glibmm 2.51.7

2017-05-08 Thread Murray Cumming
=1438766 (Murray Cumming) * VariantType: Deprecate first() and next(). Add get_item_types() (Kjell Ahlstedt) Bug #775741 Gio: * ActionMap: Add add_action_with_parameter() that takes a parameter type, and deprecated the existing method, because it cannot work. (Daniel Boles) Bug #77

atkmm 2.25.3

2017-04-27 Thread Murray Cumming
: - Relation: Change RelationType to Relation::Type. - Text: Move enums into the class. (Kjell Ahlstedt, Murray Cumming) * Build: Windows: Visual Studio builds: Update glibmm ABI version. ChangeLog = https://download.gnome.org/sources/atkmm/2.25/atkmm-2.25.3.changes (592) Download

pangomm 2.41.3

2017-04-27 Thread Murray Cumming
Ahlstedt, Murray Cumming) * Build: Windows: Visual Studio builds: Update glibmm ABI version. ChangeLog = https://download.gnome.org/sources/pangomm/2.41/pangomm-2.41.3.changes (621) Download https://download.gnome.org/sources/pangomm/2.41/pangomm-2.41.3.tar.xz (797K) sha256sum

cairomm 1.15.4

2017-04-27 Thread Murray Cumming
Cairo::Context::LineJoin. - Change Cairo::LineCap enum to Cairo::Context::LineCap. - Change Cairo::FillRule enum to Cairo::Context::FillRule. - Change Cairo::Operator enum to Cairo::Context::Operator. (Murray Cumming) * Build: Win32 / Visual Studio builds: - Require Visual Studio 2017

glibmm 2.53.1.1

2017-04-27 Thread Murray Cumming
now Glib::Keyfile::Flags. - Glib::ModuleFlags is now Glib::Module::Flags. - Glib::ChecksumType is now Glib::Checksum::Type. - Glib::Regex: Move enums inside class. - Glib::Resource: Move enums into class. (Murray Cumming, Kjell Ahlstedt) * RefPtr: Make this an alias for std::shared_ptr

glibmm 2.50.1

2017-04-04 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib * Dispatcher: Don't cast a HANDLE to an int on Windows. (Kjell Ahlstedt) Bug 772074 Gio: * Action: Include variant.h in the header. (Daniel Boles) Bug #777953 * Application::get_default(): Correct the refcounting. (Daniel Bol

gtkmm 3.89.5.1

2017-03-31 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Distro packagers should probably not package this yet. Gdk * Pixbuf: get_pixels(): Const corrections. (Murray Cumming) Gtk: * FileChooserDialog: - Allow constructing with use-header-bar. - Remove constructors that take a backend

pangomm 2.41.2

2017-03-30 Thread Murray Cumming
About pangomm = C++ bindings for Pango News * Build: Use glibmm-2.54 instead of glibmm-2.52. (Murray Cumming) * Visual Studio: Require Visual Studio 2017. (Chun-wei Fan) * Replace uses of Glib::ArrayHandle<>, Glib::ListHandle, and Glib::SListHandle in the API wi

atkmm 2.25.2

2017-03-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 * Build: Use glibmm-2.54 instead of glibmm-2.52 (Murray Cumming) * Replace uses of Glib::ArrayHandle<> an

glibmm 2.53.1

2017-03-30 Thread Murray Cumming
ributes of string type. (Kjell Ahlstedt) Bug #615950 * NetworkMonitor: Derive from Gio::Initable. (Kjell Ahlstedt) * RemoteActionGroup: Rename some vfuncs to add _full(). (Murray Cumming) Documentation: * ActionMap: - ActivateSlot: Mention add_action_bool(). - ActivateWithParameterSlo

glibmm 2.51.6

2017-03-30 Thread Murray Cumming
: * Dispatcher: - autodeduce the type of the fd field. (Marcin Kolny) Bug #772074 - Don't cast a HANDLE to an int on Windows. (Kjell Ahlstedt) Bug #772074 * ustring: Add cbegin() and cend(). (Murray Cumming) Gio: * Action: Include variant.h in the heaer. (Daniel Boles) Bug #777953 Chan

gtkmm 3.89.5

2017-03-16 Thread Murray Cumming
<> (TreeModel::iterator/const-iterator): Fix operator==() and operator!=() comparisons of const and non-const iterators. (Kjell Ahlstedt) Bug #134520 * TreeModel: Use const_iterator for some vfunc parameters. (Murray Cumming) * TreeModel::Path::get_from_selection_data(): Make the Tre

glibmm 2.51.5

2017-03-13 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * Application: get_default(): Correct the reference counting. (KJell Ahlstedt) Bug #779936 (James Legg) * Add PropertyAction. (Kjell Ahlstedt) Glib: * Remove Glib::unconst() because it is unused and unnecessary. (Kjell Ahlsted

gtkmm 3.89.4

2017-02-23 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News 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

glibmm 2.51.2

2017-02-23 Thread Murray Cumming
About glibmm C++ bindings for Glib News Distro packagers should probably not package this yet. Glib: * Object construction: Add custom class init and instance init functions An extra class init function is useful in Gtk::WidgetCustomDraw and Gtk::WidgetCustomSnapshot. (K

libsigc++ 2.99.8

2017-02-13 Thread Murray Cumming
About libsigc++ === libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. libsigc++ is also used by gli

gtkmm 3.89.3

2017-01-19 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Distro packagers should probably not package this yet. Gtk: * Grid: attach(): Add default values. (Kjell Ahlstedt) * TextIter: - TextIter: Make a real const_iterator (Kjell Ahlstedt) Bug #142126 - forward/backward_find_char(): Take

gtkmm 3.89.2

2017-01-11 Thread Murray Cumming
that takes a baseline. (Murray Cumming) Gdk: * Device: Remove grab() and ungrab(). (Kjell Ahlstedt) * DeviceManager: Remove list_devices(). * Display: - Add is_composited() and is_rgba(). - Remove get_device_manager(). (Kjell Ahlstedt) * Add DrawContext. (Kjell Ahlstedt) * DrawingCon

glibmm 2.51.1.2

2017-01-11 Thread Murray Cumming
Ahlstedt) Bug #615950 * NetworkMonitor: Derive from Gio::Initable. (Kjell Ahlstedt) * RemoteActionGroup: Rename some vfuncs to add _full(). (Murray Cumming) Documentation: * ActionMap: - ActivateSlot: Mention add_action_bool(). - ActivateWithParameterSlot: Be more specific. (Daniel Boles

glibmm 2.51.1.1

2016-12-07 Thread Murray Cumming
ta by instance data. (Kjell Ahlstedt) Bug #561885 Gio: * ActionMap::add_action_vfunc(): Const correction. (Murray Cumming) * Application: Add dbus_register/unregister_vfunc. (Ritesh Khadgaray, Kjell Ahlstedt) Bug #762191 * Menu: insert/prepend/add_item(): Const correction. (Murray Cu

gtkmm 3.89.1

2016-11-28 Thread Murray Cumming
Ahlstedt) * Use C++14. (Murray Cumming) * Use glibmm-2.52 instead of glibmm-2.4, pangomm-2.42 instead of pangomm-1.4, and atkmm-2.26 instead of atkmm-1.6. Note that, via, glibmm, we now use libsigc++-3.0 instead of libsigc++-2.0. (Murray Cumming) * Remove deprecated API. (Kjell Ahlstedt

atkmm 2.25.1

2016-11-23 Thread Murray Cumming
-1.6 API/ABI, of which the most recent version is atkmm 2.24.2. * Require C++14. (Murray Cumming) * Use glibmm-2.52 instead of glibmm-2.4. (Murray Cumming) * Fix silent builds. (Kjell Ahlstedt) Bug #768797 ChangeLog = https://download.gnome.org/sources/atkmm/2.25/atkmm-2.25.1.changes

pangomm 2.41.1

2016-11-23 Thread Murray Cumming
About pangomm = C++ bindings for Pango News This is the first release of the pangomm-2.42 API/ABI. It installs in parallel with the pangomm-1.4 API/ABI, of which the most recent version is pangomm 2.40.1. * Require C++14. (Murray Cumming) * Use glibmm-2.52 instead of glibmm

glibmm 2.51.1

2016-11-23 Thread Murray Cumming
ABI break while GTK+ (and therefore gtkmm) is also doing an ABI break. But we cannot call this glibmm-3.0 because there is no glib 3.0. Build: * Require C++14. (Murray Cumming) * Use libsigc++-3.0 instead of libsigc++-2.0. https://www.murrayc.com/permalink/2016/03/07/libsigc-3-0-very-variadic

gtksourceviewmm 3.21.3

2016-11-14 Thread Murray Cumming
About gtksourceviewmm = gtksourceviewmm provides C++ bindings for gtksourceview library. It allows C++ programmers to use GtkSourceView widget with C++ builtin features like inheritance, virtual functions and so on. gtksourceview provides a text widget with syntax highlighting

libxml++ 3.0.1

2016-11-14 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 * Element::remove_attribute(): Delete the C+

libsigc++ 2.10.0

2016-09-20 Thread Murray Cumming
About libsigc++ === libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. libsigc++ is also used by gli

gtkmm 3.22.0

2016-09-20 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News No changes compared to 3.21.6. ChangeLog = https://download.gnome.org/sources/gtkmm/3.22/gtkmm-3.22.0.changes (60) Download https://download.gnome.org/sources/gtkmm/3.22/gtkmm-3.22.0.tar.xz (11.8M) sha256sum: 05da4d4b

glibmm 2.50.0

2016-09-20 Thread Murray Cumming
About glibmm C++ bindings for Glib News No changes since 2.49.7. ChangeLog = https://download.gnome.org/sources/glibmm/2.50/glibmm-2.50.0.changes (60) Download https://download.gnome.org/sources/glibmm/2.50/glibmm-2.50.0.tar.xz (6.14M) sha256sum: df726e3c

gtkmm 3.21.6

2016-09-14 Thread Murray Cumming
, rect_anchor_dy, and menu_type_hint properties. (Kjell Ahlstedt) * Popover: Add popup() and popupdown(), deprecating get/set_transitions_enabled(). (Murray Cumming) * RadioMenuItem, RadioToolButton: Add join_group(). (Kjell Ahlstedt) Bug #769374 * ScrolledWindow: - Added get

glibmm 2.49.7

2016-09-14 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio * AppInfo: Add launch_default_for_uri_async(). (Murray Cumming) * Application::get_busy(): return the bool. (Murray Cumming) Bug #770304 * Drive: Add is_removable(). (Murray Cumming) * Settings: - set_uiint(): Deprecate for

pangomm 2.40.1

2016-08-19 Thread Murray Cumming
About pangomm = C++ bindings for Pango News * C++11: Make all operator bool()s explicit. (Murray Cumming) * Build: Fix silent builds. (Kjell Ahlstedt) Bug #768797 ChangeLog = https://download.gnome.org/sources/pangomm/2.40/pangomm-2.40.1.changes (561) Download

glibmm 2.49.5

2016-08-19 Thread Murray Cumming
DocsParser::non_object_method_name() (Kjell Ahlstedt) * swap() implementations: Use std::swap(). (Murray Cumming Documentation: * Gio::SocketService: Update the class documentation (Kjell Ahlstedt) ChangeLog = https://download.gnome.org/sources/glibmm/2.49/glibmm-2.49.5.changes

gtkmm 3.21.4

2016-07-21 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * ApplicationWindow: Add a correct wrap() method, deprecating the incorrect one. (Kjell Ahlstedt) Bug #767951 * FlowBox, ListBox: Add bind_model() and bind_list_store(). (Kjell Ahlstedt, Murray Cumming) #755149 * UIManager

glibmm 2.49.4

2016-07-21 Thread Murray Cumming
About glibmm C++ bindings for Glib News glib: * Replace some use of some deprecated libsigc++ API. (Murray Cumming) Build: * Really enable silent builds. (Sebastian Geiger) Bug #768797 ChangeLog = https://download.gnome.org/sources/glibmm/2.49/glibmm-2.49.4

libsigc++ 2.9.3

2016-07-06 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * signal: Deprecate slots(). Please tell us if you really need this. (Murray Cumming) Deprecate emit_reverse(). Please tell us if you really need this. (Murray Cumming) * Benchmark: Update it and use boost::timer, and actually

gtksourceviewmm 3.21.2

2016-06-28 Thread Murray Cumming
highlighting, bracket matching, autocompletion and other mostly programming-oriented features. News * C++11: Markup: Deprecated operator const void*(), adding explicit operator bool(). (Murray Cumming) * Include only gtksource.h where possible. This is demanded by newer versions of gtksourceview

gtkmm 3.21.3

2016-06-27 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * AppChooserDialog, FontChooserDialog: Add _UNMANAGEABLE. (Kjell Ahlstedt) * ScrolledWindow: Deprecate remove_with_viewport(). (Kjell Ahlstedt) Bug #685739 * SizeGroup: Deprecate set/get/property_ignore_hidden(). (Kjell Ahlstedt)

glibmm 2.49.2

2016-06-27 Thread Murray Cumming
About glibmm C++ bindings for Glib News Gio: * FilterInputStream: Added a constructor. (Krzysztof Kosiński, Kjell Ahlstedt) Bug #572471 * FilterOutputStream: - Correct the property_base_stream() return type. (Krzysztof Kosiński) Bug #572471 (Krzysztof Kosiński, Kjell Ah

libsigc++ 2.99.7

2016-06-27 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * connection, slot_base: Use an internal::weak_raw_ptr<> to simplify the code. (Murray Cumming) * signal_base: Do not derive from trackable. (Murray Cumming * slot_rep: Pass a slot_rep*, not notifiable*, to destroy(). (Murray C

glom 1.30.4

2016-06-09 Thread Murray Cumming
About Glom == User-friendly database application. News * Avoid crash when trying to show GtkCssProvider errors. * Don't use deprecated font: syntax with GtkCssProvider. 1.30.3 (stable): ChangeLog = https://download.gnome.org/sources/glom/1.30/glom-1.30.4.changes (1.29K)

glom 1.31.6

2016-06-08 Thread Murray Cumming
About Glom == User-friendly database application. News * Layout: Custom fonts: Fix regressoin in 1.31.5. (Murray Cumming) ChangeLog = https://download.gnome.org/sources/glom/1.31/glom-1.31.6.changes (271) Download https://download.gnome.org/sources/glom/1.31

gtkmm 3.21.2

2016-05-30 Thread Murray Cumming
rator bool. (Murray Cumming) * PrintSettings: Make create_*() from public, not protected. Noticed by Phil Wolff: https://mail.gnome.org/archives/gtkmm-list/2016-May/msg8.html (Murray Cumming) * TreeView: _auto_store_on_cellrenderer_text_edited_numerical(): Catch the exception from

glibmm 2.49.1

2016-05-29 Thread Murray Cumming
_OPERATION(). (Marcin Kolny) Bug #756593 Gio: * Added ListModel, ListStoreBase and ListStore<>, and tests. (Kjell Ahlstedt, Murray Cumming, Marcin Kolny) Bug #755307 * SocketAddress: Correct the constructor's implemention. (Murray Cuming) Bug #766150 (Vladimir) Gio:DBus: * Proxy: a

glom 1.31.5

2016-05-16 Thread Murray Cumming
About Glom == User-friendly database application. News * Avoid crash when trying to show GtkCssProvider errors. * Don't use deprecated font: syntax with GtkCssProvider. * Remove some unused code. * Require libsigc++ 2.9.2, for the newer R(Args...) syntax. ChangeLog = https

libsigc++ 2.99.6

2016-04-27 Thread Murray Cumming
that can be implicitly converted to a connection. * Use std::shared_ptr<> for signal_impl reference-counting. Instead of manual reference-counting. (Murray Cumming) Bug #764935 * slot: Use unique_ptr<> to avoid direct call of destructor. (Marcin Kolny) Bug #764935 * Add optional be

gtkmm 3.20.1

2016-04-14 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * TreeView: _auto_store_on_cellrenderer_text_edited_numerical(): Catch exception. (Murray Cumming) Bug #765044 (Justinas) ChangeLog = https://download.gnome.org/sources/gtkmm/3.20/gtkmm-3.20.1.changes (643) Download

gtkmm 3.18.1

2016-04-14 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * CellRendererProgress:_property_renderable(): Avoid infinite loop. (Murray Cumming) * TreeView: Fix a crash in get_tooltip_context_path() (Philipp Lenk) Bug #760030. * TreeView: _auto_store_on_cellrenderer_text_edited_numerical

glibmm 2.46.4

2016-04-14 Thread Murray Cumming
About glibmm C++ bindings for Glib News Glib: * Fix definition of VARIANT_TYPE_DICT_ENTRY to match header declaration (Aurelien Jacobs) Bug #761046 Build: * MSVC builds: Look for includes in include/gio-win32-2.0. (Chun-wei Fan) Bug #761046 * glibmmconfig.h.in: Fix Visual

libsigc++ 2.99.5

2016-04-14 Thread Murray Cumming
About libsigc++ === libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. libsigc++ is also used by gli

glom 1.28.9

2016-04-14 Thread Murray Cumming
About Glom == User-friendly database application. News * (Hopefully) really fix the build without C++11 support. (Murray Cumming) 1.28.8 (stable): * (Hopefully) fix the build without C++11 support. (Murray Cumming) ChangeLog = https://download.gnome.org/sources/glom

libsigc++ 2.99.4

2016-04-08 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * Minor documentation improvements. (Murray Cumming) * Make some constructors explicit. (Murray Cumming) * Some more minor uses of C++11 syntax. (Murray Cumming) * Remove unused SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE. (Murray

libsigc++ 2.9.2

2016-04-08 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * Minor documentation improvements. (Murray Cumming) * Some more minor uses of C++11 syntax. (Murray Cumming) ChangeLog = https://download.gnome.org/sources/libsigc++/2.9/libsigc++-2.9.2.changes (1.37K) Download

glom 1.31.4

2016-03-31 Thread Murray Cumming
About Glom == User-friendly database application. News * Prevent a crash (in the menu code) when using a table name containing a space, though there are still problems with that. (Murray Cumming) Bug #763534 (m.rick.mac) * Lots of code refactoring and correcting. (Murray

glibmm 2.48.1

2016-03-31 Thread Murray Cumming
About glibmm C++ bindings for Glib News Build: * MacOS X: Add alternative #ifdefed code when thread_local is not supported by the compiler. (Tom Schoonjans) Bug #759791 * Replace most typedefs with the C++11 using keyword. 2.48.0: * No major changes compared to 2.47.92.

gtkmm-documentation 3.20.0

2016-03-28 Thread Murray Cumming
About gtkmm-documentation = GNOME C++ bindings documentation News * Builder chapter and example: Describe additional parameters to get_widget_derived() (Kjell Ahlstedt) Bug #134161 * CellrendererPopup example: Don't use deprecated methods. (Kjell Ahlstedt) * Cus

gtkmm 3.20.0

2016-03-28 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News * No major changes compared to 3.19.12. 3.19.12 (unstable): ChangeLog = https://download.gnome.org/sources/gtkmm/3.20/gtkmm-3.20.0.changes (355) Download https://download.gnome.org/sources/gtkmm/3.20/gtkmm-3.20.0.tar.xz

pangomm 2.40.0

2016-03-28 Thread Murray Cumming
About pangomm = C++ bindings for Pango News * No major changes compared to 2.39.1. ChangeLog = https://download.gnome.org/sources/pangomm/2.40/pangomm-2.40.0.changes (319) Download https://download.gnome.org/sources/pangomm/2.40/pangomm-2.40.0.tar.xz (777K)

glibmm 2.48.0

2016-03-28 Thread Murray Cumming
About glibmm C++ bindings for Glib ChangeLog = 2016-03-28 Murray Cumming 2.48.0 2016-03-28 Murray Cumming Regenerate docs.xml files. 2016-03-28 Murray Cumming Regenerate gio .defs. Download https://download.gnome.org/sources

libsigc++ 2.9.1

2016-03-19 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * slot: Allow sigc::slot syntax, like std::function, deprecating the sigc::slot syntax. (Murray Cumming, Kjell Ahlstedt) Bug #763393 * signal: Allow sigc::signal syntax, like std::function, deprecating the sigc::signal syntax. (Murray

gtkmm 3.19.12

2016-03-19 Thread Murray Cumming
About gtkmm === C++ bindings for GTK+ News Gtk: * CellRendererProgress:_property_renderable(): Avoid infinite loop. (Murray Cumming) * CellrendererToggle: Deprecate property_indicator_size(). (Kjell Ahlstedt) * ColorButton: Add property_show_editor(). (Kjell Ahlstedt

libsigc++ 2.99.2

2016-03-19 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * slots and signal: These should now be declared with the sigc::slot and sigc::signal syntax, like std::function<>. Version 2.9/2.10 of libsigc++-2.0 supports both the old and new syntax. (Murray Cumming) * sigc::men_fun()

glibmm 2.47.92

2016-03-18 Thread Murray Cumming
About glibmm C++ bindings for Glib News * Adapt to libsigc++-2.0 2.8: - using only the non-deprecated sigc::mem_fun() API. (Kjell Ahlstedt) - using std::ref instead of deprecated sigc::ref. (Murray Cumming) - Correct bad uses of sigc::bind<1>. (Murray C

libsigc++ 2.99.3

2016-03-18 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * Correct the license of some header files from GPL to LGPL. (Murray Cumming) Bug #763616 (Dominique Leuenberger) ChangeLog = https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.3.changes (1.96K) Download

libsigc++ 2.8.0

2016-03-18 Thread Murray Cumming
About libsigc++ === libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. libsigc++ is also used by gli

libsigc++ 2.7.2

2016-03-11 Thread Murray Cumming
glibmm and gtkmm to wrap Glib and GTK+ signals. News * Deprecate sigc::ref() and sigc::reference_wrapper(), adding support instead for std::ref(), std::cref(), and std::reference_wrapper(). (Murray Cumming) * mem_fun(): Deprecate mem_fun(pointer, func). Leaving just mem_fun(reference

glom 1.31.3

2016-03-10 Thread Murray Cumming
About Glom == User-friendly database application. News * Show the translated UI in non-English locales, even on newer Linux distros. (Murray Cumming) Bug #761372 (m.rick.mac) * Default Field Formatting: Let people actually change this again, fixing a regression in (approx

glom 1.30.3

2016-03-10 Thread Murray Cumming
About Glom == User-friendly database application. News * Show the translated UI in non-English locales, even on newer Linux distros. (Murray Cumming) Bug #761372 (m.rick.mac) * Default Field Formatting: Let people actually change this again, fixing a regression in (approx

glom 1.28.7

2016-03-10 Thread Murray Cumming
About Glom == User-friendly database application. News * Show the translated UI in non-English locales, even on newer Linux distros. (Murray Cumming) Bug #761372 (m.rick.mac) * Default Field Formatting: Let people actually change this again, fixing a regression in (approx

gtkmm 3.19.11

2016-03-07 Thread Murray Cumming
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

libsigc++ 2.99.1

2016-03-07 Thread Murray Cumming
About libsigc++ === libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. libsigc++ is also used by gli

  1   2   3   4   5   6   7   8   9   10   >