summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Regenerate *docs.xml files.Murray Cumming2016-09-101-73/+721
* Regenerate glib .defs.Murray Cumming2016-09-103-0/+165
* Glib::OptionGroup: Improve the documentation of add_entry()Kjell Ahlstedt2016-09-011-7/+15
* Glib::OptionContext: Wrap g_option_context_parse_strv()Kjell Ahlstedt2016-08-141-11/+33
* Add missing objects to glib/gio_extra_objects.defsKjell Ahlstedt2016-08-091-14/+20
* connection_add_exception_handler(): Use list<slot> instead of signal.Murray Cumming2016-07-051-6/+7
* Remove trailing whitespace.Murray Cumming2016-05-167-40/+40
* ustring: Add {} with a while().Murray Cumming2016-04-141-0/+3
* Use _DEPRECATE_IFDEF_START/END in .hg/ccg files.Murray Cumming2016-04-102-4/+4
* VariantBase: Add explicit operator bool().Murray Cumming2016-04-102-0/+19
* FileAtrributeInfoList, Checksum, Module: Make operator bool explicit.Murray Cumming2016-04-102-2/+2
* RefPtr: Make operator bool() explicit.Murray Cumming2016-04-101-5/+1
* Fix some Doxygen warningsKjell Ahlstedt2016-04-032-4/+4
* Glib::Property: allow to set property nick, blurb and flags.Marcin Kolny2016-04-0110-21/+413
* C++11: .hg\.ccg files: Replace more typedefs with using.Murray Cumming2016-03-313-5/+5
* C++11: gmmproc: Use using instead of typedef.Murray Cumming2016-03-312-3/+3
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-3133-289/+289
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-3116-57/+57
* 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
* Regenerate docs.xml files.Murray Cumming2016-03-281-4/+5
* Fix a tiny typo in a comment.Murray Cumming2016-03-081-1/+1
* Regenerate docs.xml files.Murray Cumming2016-02-291-8/+8
* Rearrange some multiline comments.Murray Cumming2016-02-273-8/+10
* Run clang-format on the .ccg files.Murray Cumming2016-02-2629-1741/+1866
* Run clang-format on the include-all headers.Murray Cumming2016-02-261-4/+6
* 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-0511-19/+19
* Add some connect() overloads that move the sigc::slotKjell Ahlstedt2016-02-0110-60/+202
* Fix definition of VARIANT_TYPE_DICT_ENTRY to match header declarationAurelien Jacobs2016-01-261-1/+1
* Glib::PropertyBase: Make custom properties more flexibleKjell Ahlstedt2016-01-252-72/+77
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-213-70/+126
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-213-19/+19
* Add Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-0/+9
* glibmmconfig.h.in: Fix Visual Studio 2013 buildsChun-wei Fan2016-01-201-1/+14
* 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
* fix the buildMurray Cumming2016-01-185-7/+7
* Regenerate .docs.xml files.Murray Cumming2016-01-181-7/+9
* Regenerate .defs files.Murray Cumming2016-01-181-0/+6
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-1813-84/+112
* 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-054-19/+12
* Dispatcher: #include <mutex> in Windows builds.T Sailor2015-12-011-0/+1