summaryrefslogtreecommitdiff
path: root/glib/glibmm
Commit message (Expand)AuthorAgeFilesLines
* sigc++-3.0: SignalProxyConnectionNode: Derive from sigc::notifiable.Murray Cumming2016-03-072-6/+4
* sigc++-3.0: SourceConnectionNode: Derive from sigc::notifiable.Murray Cumming2016-03-071-15/+25
* 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
* Glib::Main: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-4/+4
* ObjectBase: Change extra_object_base_data_mutex to a std::mutex.Murray Cumming2015-11-264-25/+22
* Glib::MainContext: Deprecate wait(cond, mutex).Murray Cumming2015-11-262-2/+5
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-2312-43/+23
* Glib: More nullptr instead of 0.Murray Cumming2015-11-2018-74/+74
* More use of nullptr instead of 0.Murray Cumming2015-11-204-32/+32
* RefPtr: Use nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* More use of nullptr instead of 0 or NULL.Murray Cumming2015-11-201-1/+1
* Use nullptr instead of 0.Murray Cumming2015-11-191-8/+8
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-11-081-1/+1
* StreamIOChannel: Use the override keyword.Murray Cumming2015-11-061-7/+7
* ObjectBase, Object, Interface: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-313-21/+33
* C++11: Gio::*Source: Use the override keyword.Murray Cumming2015-10-261-9/+9
* C++11: Glib::Error::what(): Use the override keyword.Murray Cumming2015-10-261-1/+1
* Revert "Add Glib::c_str_or_null()"Kjell Ahlstedt2015-10-191-8/+0
* Add Glib::c_str_or_null()Kjell Ahlstedt2015-10-191-0/+8
* Fix the build with --enable-warnings=fatalKjell Ahlstedt2015-09-231-1/+2
* Glib::RefPtr: Enable disallowance with certain classesKjell Ahlstedt2015-09-161-0/+35
* Glib::WeakRef: Add noexceptKjell Ahlstedt2015-09-151-42/+44
* Add Glib::WeakRef<>Kjell Ahlstedt2015-09-152-0/+448
* Fix the build after modification of timer.ccKjell Ahlstedt2015-09-091-5/+1
* glibmm: More Fixes on Building on Visual Studio 2013Chun-wei Fan2015-09-092-2/+2