summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
* Glib::Source: Replace extra_source_data by instance dataKjell Ahlstedt2016-12-032-55/+23
* Glib::SignalProxyNormal: Remove connect_() and connect_notify_()Kjell Ahlstedt2016-12-012-50/+23
* Rename Glib::SignalProxyDetailedAnyTypeKjell Ahlstedt2016-12-012-42/+19
* Glib::ObjectBase: Remove connect_property_changed_with_return()Kjell Ahlstedt2016-11-302-36/+4
* 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-247-82/+19
* Glib::ObjectBase: overload get_property()Marcin Kolny2016-11-241-0/+14
* Remove deprecated API.Murray Cumming2016-11-141-24/+0
* Remove deprecated Thread and Threads API.Murray Cumming2016-11-147-576/+0
* sigc3: SignalProxy: Use R(Args...) syntax.Murray Cumming2016-11-141-2/+12
* signal_proxy.h: Remove unused SignalProxy# aliases.Murray Cumming2016-11-141-19/+0
* sigc3: .h/.cc files: Use slot/signal<R(Args...)> syntax.Murray Cumming2016-11-1414-74/+74
* sigc3: SignalProxyConnectionNode: Derive from sigc::notifiable.Murray Cumming2016-11-142-6/+4
* sigc3: SourceConnectionNode: Derive from sigc::notifiable.Murray Cumming2016-11-141-15/+25
* ustring: Add cbegin() and cend().Murray Cumming2016-11-082-0/+22
* connection_add_exception_handler(): Use list<slot> instead of signal.Murray Cumming2016-07-051-6/+7
* ustring: Add {} with a while().Murray Cumming2016-04-141-0/+3
* RefPtr: Make operator bool() explicit.Murray Cumming2016-04-101-5/+1
* Fix some Doxygen warningsKjell Ahlstedt2016-04-031-1/+1
* Glib::Property: allow to set property nick, blurb and flags.Marcin Kolny2016-04-014-19/+357
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-3133-289/+289
* Move thread_local check into a GLIBMM_CXX_* macro, like other checks.Murray Cumming2016-03-282-12/+12
* Build: Use Threads::Private hen thread_local keyword is not supported.Tom Schoonjans2016-03-282-0/+48
* Fix a tiny typo in a comment.Murray Cumming2016-03-081-1/+1
* Rearrange some multiline comments.Murray Cumming2016-02-273-8/+10
* Re-run clang-format on some files.Murray Cumming2016-02-2612-27/+27
* Run clang-format on glib .cc files.Murray Cumming2016-02-2634-1591/+1833
* Run clang-format on glib .h files.Murray Cumming2016-02-2644-2261/+2316
* Run clang-format on the *_p.h files.Murray Cumming2016-02-262-7/+4
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-057-10/+10
* Add some connect() overloads that move the sigc::slotKjell Ahlstedt2016-02-0110-60/+202
* Glib::PropertyBase: Make custom properties more flexibleKjell Ahlstedt2016-01-252-72/+77
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-212-0/+323
* Add Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-0/+9
* utility: Correct the deprecation ifndef.Murray Cumming2016-01-181-5/+4
* Glib::ustring fix gcc 6 warning in public headerAurelien Jacobs2016-01-181-1/+2
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-184-31/+50
* Glib::ustring: Add move operatorsKjell Ahlstedt2016-01-142-6/+49
* Put deprecation ifdefs around GLIBMM_INITIALIZE_STRUCT.Murray Cumming2016-01-071-2/+7
* C++11: Replace virtual keyword with override keyword on destructors.Murray Cumming2015-12-245-7/+7
* Glib::ustring: Don't allow comparison to 0Kjell Ahlstedt2015-12-111-0/+18
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-12-053-10/+5
* Dispatcher: #include <mutex> in Windows builds.T Sailor2015-12-011-0/+1
* glibmm/main: More declarations within #ifndef GLIBMM_DISABLE_DEPRECATEDKjell Ahlstedt2015-11-292-6/+7
* Dispatcher: Actually delete thread_specific_instance_.Murray Cumming2015-11-281-1/+1
* Use thread_local instead of Glib::Threads::Private.Murray Cumming2015-11-282-12/+10
* Use std::unique_lock::unlock() instead of release()Kjell Ahlstedt2015-11-281-3/+3
* Remove now-unnecessary includes of glibmm/threads.h.Murray Cumming2015-11-273-3/+0
* Dispatcher: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-271-3/+3
* Deprecated Glib::ThreadPool.Murray Cumming2015-11-262-0/+14