summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove Glib::WeakRefrefptr_as_sharedptr_v3Murray Cumming2016-12-117-673/+10
* Use std::dynamic_pointer_cast<>().Murray Cumming2016-12-117-12/+12
* glibmm_weakref: fix get()Marcin Kolny2016-12-111-1/+1
* glibmm_weakref: Don't try to use moved-from RefPtrs.Murray Cumming2016-12-111-15/+6
* RefPtr: Make this an alias for shared_ptr<> instead.Murray Cumming2016-12-116-479/+54
* Add and use make_refptr_for_instance().Murray Cumming2016-12-1128-56/+63
* RemoteActionGroup: Rename some vfuncs to add _full().Murray Cumming2016-12-091-2/+2
* 2.51.1.12.51.1.1Murray Cumming2016-12-072-2/+71
* Glib::Dispatcher: Don't cast a HANDLE to an int on WindowsKjell Ahlstedt2016-12-061-7/+5
* PollFD: autodeduce type of fd fieldMarcin Kolny2016-12-062-12/+14
* SettingsSchemaKey: Add missing value/range methodsDaniel Boles2016-12-051-5/+6
* Gio::DBus::Proxy: Fix memory leak in get_cached_property_names()Kjell Ahlstedt2016-12-051-3/+1
* Glib::Source: Replace extra_source_data by instance dataKjell Ahlstedt2016-12-032-55/+23
* Gio::RemoteActionGroup: Derive from Gio::ActionGroup.Murray Cumming2016-12-023-14/+7
* Gio::Menu::insert/prepend/add_item(): Const correction.Murray Cumming2016-12-021-4/+4
* Gio::ActionMap::add_action_vfunc(): Const correction.Murray Cumming2016-12-021-4/+3
* Gio::DBus::Proxy: Derive from (and implement) Gio::DBus::Interface.Murray Cumming2016-12-022-3/+4
* Gio::ActionMap: Remove TODO about deriving from ActionGroup.Murray Cumming2016-12-021-4/+0
* Gio::PollableInput/OutputStream: Comments about base classes.Murray Cumming2016-12-022-0/+4
* Gio::MenuModel::get_item_atribute(): const correction.Murray Cumming2016-12-021-4/+1
* MenuAttributeIter: get_value(): Const correction.Murray Cumming2016-12-021-4/+1
* Glib::SignalProxyNormal: Remove connect_() and connect_notify_()Kjell Ahlstedt2016-12-012-50/+23
* Rename Glib::SignalProxyDetailedAnyTypeKjell Ahlstedt2016-12-013-48/+25
* Gio::Settings: Add property_settings_schema(), update signal_changed()Kjell Ahlstedt2016-12-012-5/+6
* Gio::Settings: Make set_enum() + set_flags() usabledjb2016-11-301-3/+3
* Glib::ObjectBase: Remove connect_property_changed_with_return()Kjell Ahlstedt2016-11-302-36/+4
* Gio::Application: Add dbus_register/unregister_vfuncKjell Ahlstedt2016-11-302-5/+19
* Remove no_default_handler in some _WRAP_SIGNAL()sKjell Ahlstedt2016-11-307-31/+14
* examples/Makefile.am: Re-insert the dispatcher examplesKjell Ahlstedt2016-11-251-8/+3
* Update .gitignoreKjell Ahlstedt2016-11-251-10/+2
* Glib::ObjectBase: Use std::forward_list for interface class pointersKjell Ahlstedt2016-11-256-20/+25
* Glib::ObjectBase: Replace extra_object_base_data map by instance dataKjell Ahlstedt2016-11-248-82/+20
* Glib::ObjectBase: overload get_property()Marcin Kolny2016-11-241-0/+14
* 2.51.12.51.1Murray Cumming2016-11-231-0/+32
* Add tests/giomm_stream_vfuncsKjell Ahlstedt2016-11-212-0/+174
* Wrap some vfuncs in giomm streamsKjell Ahlstedt2016-11-213-11/+8
* Gio::SettingsSchemaSource: do an extra reference() for returning valueMarcin Kolny2016-11-161-1/+1
* Remove deprecated API.Murray Cumming2016-11-1431-544/+16
* Remove deprecated Thread and Threads API.Murray Cumming2016-11-1416-3530/+1
* sigc3: Binding: TransformProp: Don't use sigc::functor_base.Murray Cumming2016-11-141-2/+1
* sigc3: SignalProxy: Use R(Args...) syntax.Murray Cumming2016-11-144-17/+27
* signal_proxy.h: Remove unused SignalProxy# aliases.Murray Cumming2016-11-141-19/+0
* sigc3: SignalProxy: Use sigc::clost<R(Args...)> syntax.Murray Cumming2016-11-141-2/+2
* sigc3: .h/.cc files: Use slot/signal<R(Args...)> syntax.Murray Cumming2016-11-1416-77/+77
* sigc3: .hg/.ccg files: Use sigc::slot<R(Args...)> syntax.Murray Cumming2016-11-1424-86/+86
* sigc3: SignalProxyConnectionNode: Derive from sigc::notifiable.Murray Cumming2016-11-142-6/+4
* sigc3: SourceConnectionNode: Derive from sigc::notifiable.Murray Cumming2016-11-141-15/+25
* Try to disable -Wunused-function for the glibmm_interface_move test.Murray Cumming2016-11-112-2/+11
* Use libsigc++-3.0 and C++14Murray Cumming2016-11-111-2/+2
* Change the ABI to glibmm-2.52.Murray Cumming2016-11-116-16/+16