summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Do not use deprecated sigc::mem_fun(pointer, func).sigc3Murray Cumming2016-03-101-2/+2
* 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
* sigc++-3.0: Correct bad uses of sigc::bind<1>.Murray Cumming2016-03-022-2/+2
* Try to disable -Wunused-function for the glibmm_interface_move test.Murray Cumming2016-03-022-2/+11
* libsigc++-3.0: Use std::ref instead of sigc::ref.Murray Cumming2016-03-021-9/+9
* Use libsigc++-3.0 and C++14Murray Cumming2016-03-011-2/+2
* 2.47.62.47.6Murray Cumming2016-03-012-2/+56
* Regenerate docs.xml files.Murray Cumming2016-02-292-15/+1124
* Regenerate gio .defs.Murray Cumming2016-02-292-1/+305
* manual refactor target: Error if clang-format is not available.Murray Cumming2016-02-272-1/+6
* Rearrange some multiline comments.Murray Cumming2016-02-274-9/+12
* Run clang-format on the .ccg files.Murray Cumming2016-02-26116-5113/+4451
* Run clang-format on the include-all headers.Murray Cumming2016-02-262-12/+14
* Re-run clang-format on some files.Murray Cumming2016-02-2615-38/+39
* clang-format: unset AlignTrailingComments.Murray Cumming2016-02-261-0/+1
* 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 gio .cc files.Murray Cumming2016-02-264-66/+84
* Run clang-format on gio .h files.Murray Cumming2016-02-265-22/+16
* clang-format: Disable SortIncludes.Murray Cumming2016-02-261-0/+1
* Run clang-format on gendef.ccMurray Cumming2016-02-261-35/+45
* Run clang-format on tools/Murray Cumming2016-02-264-214/+166
* Run clang-format on tests.Murray Cumming2016-02-2631-833/+810
* Run clang-format on the examples.Murray Cumming2016-02-2621-1305/+1276
* Run clang-format on the *_p.h files.Murray Cumming2016-02-262-7/+4
* Makefile.am: Added a manual reformat target, to use clang-format.Murray Cumming2016-02-262-0/+6
* Added a format file for clang-format.Murray Cumming2016-02-261-0/+12
* gmmproc: Fix errthrow in _WRAP_VFUNCKjell Ahlstedt2016-02-251-17/+25
* Gio::SocketConnectable: Add to_string()Kjell Ahlstedt2016-02-181-3/+2
* Gio::Icon: Add serialize(), deserialize() and documentation of create()Kjell Ahlstedt2016-02-181-5/+25
* gmmproc: _MEMBER_GET: Remove extra spaces, indenting and trailing.Murray Cumming2016-02-111-24/+24
* Gio::FileInfo::list_attributes(): Make name_space optional.Murray Cumming2016-02-101-1/+1
* Use MM_AX_CXX_COMPILE_STDCXX() instead of MM_AX_CXX_COMPILE_STDCXX_11().Murray Cumming2016-02-061-2/+2
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-0514-28/+28
* C++11: Use initializer list instead of push_back() for initial single item.Murray Cumming2016-02-052-13/+6
* DBus::Connection: Pass an empty bus name as nullptrKjell Ahlstedt2016-02-042-20/+15
* gmmproc: Add NULL option to _WRAP_METHODKjell Ahlstedt2016-02-042-6/+22
* 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-217-86/+141
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-219-111/+97
* Add Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-0/+9
* Threads example: Fix build on Visual StudioChun-wei Fan2016-01-201-0/+5
* 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-182-10/+57