summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove Glib::WeakRefrefptr_as_sharedptr_v4Murray Cumming2017-04-057-673/+10
* Use std::dynamic_pointer_cast<>().Murray Cumming2017-04-057-12/+12
* glibmm_weakref: fix get()Marcin Kolny2017-04-051-1/+1
* glibmm_weakref: Don't try to use moved-from RefPtrs.Murray Cumming2017-04-051-15/+6
* RefPtr: Make this an alias for shared_ptr<> instead.Murray Cumming2017-04-056-485/+36
* Add and use make_refptr_for_instance().Murray Cumming2017-04-0527-55/+62
* IOChannel: Avoid creating a RefPtr to this.Murray Cumming2017-04-053-4/+21
* Socket: Avoid creating a RefPtr to this.Murray Cumming2017-04-053-4/+34
* C++11: Variant: Replace more throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-041-2/+2
* Object: Use g_object_new_with_properties().Murray Cumming2017-04-042-27/+41
* C++11: Variant: Replace throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-042-2/+2
* NEWS for 2.53.1Murray Cumming2017-03-301-0/+31
* Glib::OptionGroup: Don't allow copy or move2.53.1Kjell Ahlstedt2017-03-232-22/+7
* Change the ABI to glibmm-2.54Murray Cumming2017-03-225-15/+15
* Add some #include directivesKjell Ahlstedt2017-03-229-0/+12
* tools/test_scripts/testheaders.sh: Don't request c++11Kjell Ahlstedt2017-03-221-2/+5
* Visual Studio builds: Update glibmm projectChun-wei Fan2017-03-223-29/+0
* Really remove containers.ccKjell Ahlstedt2017-03-211-31/+0
* Glib::OptionGroup: Modify on_[pre|post]_parse(), on_error()Kjell Ahlstedt2017-03-213-21/+28
* Glib::OptionGroup: Take advantage of GOptionGroup's refcountKjell Ahlstedt2017-03-203-21/+27
* Remove unused containers.[h||cc].Murray Cumming2017-03-203-363/+0
* Remove unused helperlist.hMurray Cumming2017-03-203-154/+0
* Remove Sequence and sequence().Murray Cumming2017-03-201-37/+0
* gmmproc: _WRAP_METHOD(): Use of auto for the retval return variable.Murray Cumming2017-03-201-4/+4
* Replace remaining uses of Glib::ListHandle<> with std::vector.Murray Cumming2017-03-2012-40/+27
* Gio::Resolver: Use std::vector instead of Glib::ListHandle<>.Murray Cumming2017-03-206-858/+25
* Glib::IOChannel, StreamIOChannel: Remove deprecated partsKjell Ahlstedt2017-03-196-603/+3
* Replace remaining uses of Glib::ArrayHandle<> with std::vector.Murray Cumming2017-03-1719-972/+24
* Glib::Shell: Use vector instead of Glib::ArrayHandle<>.Murray Cumming2017-03-172-4/+3
* Glib::MiscUtils: Use std::vector instead of Glib::ArrayHandle<>.Murray Cumming2017-03-172-10/+9
* Glib::Keyfile: Use std::vector instead of Glib::ArrayHandle<>.Murray Cumming2017-03-172-43/+41
* Glib::Spawn: Use vector instead of ArrayHandle<std::string>.Murray Cumming2017-03-172-26/+25
* Remove unused Glib::SArrayMurray Cumming2017-03-173-65/+0
* Use std::vector<> instead of Glib::StringArrayHandle.Murray Cumming2017-03-1718-46/+39
* Visual Studio builds: Fix glibmm projectChun-wei Fan2017-03-153-2/+7
* Added ustring::make_valid() which fixes non-UTF8 strings.Krzysztof Piecuch2017-03-154-1/+73
* README.win32: Update build infoChun-wei Fan2017-03-151-58/+58
* Visual Studio builds: Require Visual Studio 2017Chun-wei Fan2017-03-1447-135/+102
* 2.51.52.51.5Murray Cumming2017-03-132-1/+17
* Gio::Application::get_default(): Add refreturnKjell Ahlstedt2017-03-131-1/+1
* Remove Glib::unconst()Kjell Ahlstedt2017-03-131-11/+0
* tests/glibmm_variant: Add test of Variant<std::tuple>Kjell Ahlstedt2017-03-061-1/+65
* Glib::Variant: Add template specialization for std::tupleAlexander Rössler2017-03-061-0/+186
* Add Gio::PropertyActionKjell Ahlstedt2017-02-264-0/+154
* 2.51.22.51.2Murray Cumming2017-02-232-1/+21
* Revert "Class: A use of range-based for."Murray Cumming2017-02-231-3/+3
* Class: A use of range-based for.Murray Cumming2017-02-231-3/+3
* Object construction: Add custom class init and instance init functionsKjell Ahlstedt2017-02-159-36/+269
* ActionMap—Reorder add_action_with_parameter’s argsDaniel Boles2017-02-142-3/+3
* SimpleAction—doc—Erase wrong line & duplicate wordDaniel Boles2017-02-141-3/+1