summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
* Glib::RefPtr: minor release() improvements.Marcin Kolny2015-08-071-1/+6
* RefPtr: move assignment operator: Use swap().Murray Cumming2015-08-011-9/+3
* Glib::RefPtr: add missing constructor and assignment operatorMarcin Kolny2015-07-271-0/+30
* Glib::RefPtr: add "release()" methodMarcin Kolny2015-07-271-0/+15
* Revert "Glib::List_Iterator (and similar): Deprecate via ifdef."Murray Cumming2015-07-241-4/+0
* HelperList: Don't use ifndef GLIBMM_DISABLE_DEPRECATED around this.Murray Cumming2015-07-241-2/+6
* C++11: Replace throw() with noexcept.Murray Cumming2015-07-196-6/+6
* Glib::RefPtr: Move assignment operator: Unref the previous object.Murray Cumming2015-07-191-0/+9
* RefPtr: Add move constructor and move assignment operator.Murray Cumming2015-07-181-0/+23
* RefPtr<>: Don't mention RefPtr<T_CppObject> when just RefPtr is allowed.Murray Cumming2015-07-181-22/+22
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-1812-74/+80
* Glib::List_Iterator (and similar): Deprecate via ifdef.Murray Cumming2015-07-171-0/+4
* C++11: Use nullptr.Murray Cumming2015-07-1620-68/+68
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-153-8/+8
* Avoid shadowed variables.Murray Cumming2015-07-153-21/+21
* Glib::HelperList: fix iterator check in operator[]Maks Naumov2015-07-091-1/+1
* SArray: Deprecate this and remove ifdef0-ed code.Murray Cumming2015-06-292-134/+7
* ArrayHandle: Add a comment about removing this one day.Murray Cumming2015-06-291-0/+4
* HelperList: Deprecate this.Murray Cumming2015-06-291-0/+9
* Add Glib::SignalProxyDetailedKjell Ahlstedt2015-05-231-5/+38
* Missing GLIBMM_API for InterfaceMikhail Titov2015-05-061-1/+1
* Glib::ObjectBase: Don't use std::auto_ptrKjell Ahlstedt2015-05-032-7/+4
* Add Glib::format_size()Kjell Ahlstedt2015-04-153-738/+0
* Gio::Action, ActionGroup: Fix critical messages from vfuncsKjell Ahlstedt2015-03-171-3/+14
* gmmproc: _WRAP_VFUNC: Add the keep_return parameterKjell Ahlstedt2015-03-171-1/+10
* Glib::Error::register_init(): Call Glib::wrap_register_init()Kjell Ahlstedt2015-01-252-11/+5
* Add Glib::BindingKjell Ahlstedt2014-11-201-2/+3
* Glib::Property: Add some documentationglibmm-2-42Kjell Ahlstedt2014-10-012-6/+31
* ustring.h: Comment On Last Commit for SpecializationChun-wei Fan2014-09-201-1/+2
* ustring.h: Add Specialization for Stringify<const char[N]>Chun-wei Fan2014-09-191-0/+18
* Make custom interface properties instance dataKjell Ahlstedt2014-07-212-2/+46
* PropertyBase: Use g_object_notify_by_pspec() instead of g_object_notify()Povilas Kanapickas2014-07-071-3/+3
* Rename ambiguously named overridden property variable and typePovilas Kanapickas2014-07-074-35/+42
* Deprecate API which is deprecated in glibKjell Ahlstedt2014-06-131-2/+2
* Add Gio:SocketSource, SignalSocket and Socket::create_source()Kjell Ahlstedt2014-05-152-4/+58
* Glib::ustring docs: Say more clearly that it must be only UTF-8Kjell Ahlstedt2014-03-051-1/+20
* Fix tiny typo in commitMurray Cumming2014-03-041-1/+1
* Fix some doxygen warningsKjell Ahlstedt2014-01-312-2/+2
* Add a TODO comment for C++11.Murray Cumming2014-01-171-0/+1
* Glib::ustring: Delete an obsolete TODO commentKjell Ahlstedt2013-12-091-3/+0
* Revert "Pass 0 (NULL) instead of for C properties."Murray Cumming2013-09-082-26/+1
* Revert "Fix the build"Murray Cumming2013-09-081-2/+5
* Fix the buildMurray Cumming2013-09-031-5/+2
* Pass 0 (NULL) instead of for C properties.Murray Cumming2013-09-032-1/+26
* Add interfaces to custom types before class_init.Kjell Ahlstedt2013-08-016-42/+202
* Glib::TypeTraits<>: Avoid warnings when compiling with -Wcast-qual.Kjell Ahlstedt2013-07-241-3/+3
* Use std::memset() instead of GLIBMM_INITIALIZE_STRUCT.Kjell Ahlstedt2013-07-102-3/+7
* Glib::MainContext: Fix a small error in the documentation of acquire().Kjell Ahlstedt2013-06-041-1/+1
* Glib::MainContext: Add invoke().Kjell Ahlstedt2013-06-022-0/+63
* Custom Interface Properties: Use base finalize function to free data.José Alburquerque2013-05-143-7/+6