summaryrefslogtreecommitdiff
path: root/glib/glibmm/wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* Glib::wrap_register_init(): Don't use g_quark_from_static_string()Kjell Ahlstedt2021-10-041-2/+2
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-5/+1
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-1/+1
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-37/+48
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-1/+1
* More use of nullptr instead of 0.Murray Cumming2015-11-201-8/+8
* C++11: Use nullptr.Murray Cumming2015-07-161-4/+4
* Strip trailing whitespace.Mark Vender2012-10-291-2/+2
* Remove the use of g_type_init() because it has been deprecated.José Alburquerque2012-10-241-1/+2
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-8/+4
* Type registration: Ignore NULL GTypes, preventing crashes.Murray Cumming2009-05-141-0/+6
* 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-2/+1
* Improve the error message when failing to wrap a particular type of objectJonathon Jongsma2008-04-241-1/+1
* Replaced wrap_create_new_wrapper() (introduced by the last commit) withMurray Cumming2007-10-031-15/+52
* Added wrap_auto_interface<>(), which should be used by wrap()Murray Cumming2007-09-251-33/+44
* Don't export private API. Closes #163031.Benoît Dejean2005-01-061-2/+2
* GTKMM_ m4 tests and #defines are now prefixed with GLIBMM_Murray Cumming2003-01-221-1/+1
* Initial revisionMurray Cumming2003-01-071-0/+161