summaryrefslogtreecommitdiff
path: root/glib/glibmm/containerhandle_shared.h
Commit message (Expand)AuthorAgeFilesLines
* Glib::ObjectBase: Don't mention GtkObject in commentsKjell Ahlstedt2017-10-101-2/+4
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-2/+2
* Remove Sequence and sequence().Murray Cumming2017-03-201-37/+0
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-30/+30
* Re-run clang-format on some files.Murray Cumming2016-02-261-2/+2
* Run clang-format on glib .h files.Murray Cumming2016-02-261-121/+113
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-1/+1
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-5/+4
* Glib::TypeTraits<>: Avoid warnings when compiling with -Wcast-qual.Kjell Ahlstedt2013-07-241-3/+3
* Resolver: Add lookup_records() and lookup_records_finish().José Alburquerque2012-10-301-0/+46
* Strip trailing whitespace.Mark Vender2012-10-291-8/+8
* Use std::size_t and std::ptrdiff_t.Kjell Ahlstedt2012-09-121-1/+1
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-18/+7
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-1/+0
* Improve documentation of Glib::OwnershipType (#540875)Johannes Schmid2008-07-021-3/+8
* Rewrite completely broken type adapter (bug #406960). Fix theDaniel Elstner2007-08-031-29/+9
* Wraps GKeyFile (Bug #330535) Added include of keyfile.h Added keyfile.hRob Page2006-09-191-0/+30
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-211-0/+6
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-6/+0
* Make C callacks separate extern C functions instead of static memberMurray Cumming2005-01-201-0/+6
* try againMurray Cumming2004-04-171-2/+2
* Reimplemented more of the to_cpp_type() methods without using dependentMurray Cumming2004-04-171-2/+26
* Increased versionMurray Cumming2004-03-301-2/+2
* Used ifdef GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS toMurray Cumming2004-03-141-0/+9
* TypeTraits to_cpp_type() specializations: Use wrap_auto() directly insteadMurray Cumming2004-03-131-2/+20
* Traits<const T*>: Added const_cast, needed by TreeView::get_columns()Murray Cumming2004-02-031-1/+1
* GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_Murray Cumming2003-01-221-13/+13
* Initial revisionMurray Cumming2003-01-071-0/+286