summaryrefslogtreecommitdiff
path: root/glib/glibmm/object.h
Commit message (Expand)AuthorAgeFilesLines
* Glib: NodeTree etc.: Use callback functions with C linkageKjell Ahlstedt2023-04-021-4/+6
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-051-4/+4
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Object: build fixMarcin Kolny2017-08-011-2/+2
* Use std::dynamic_pointer_cast<>().Murray Cumming2017-04-071-4/+4
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-2/+2
* ConstructParams: Remove copy constructor.Murray Cumming2017-04-061-6/+1
* C++11: ConstructParams: =delete the operator=, instead of making it private.Murray Cumming2017-04-061-3/+1
* Object: Use g_object_new_with_properties().Murray Cumming2017-04-041-3/+5
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-17/+17
* Re-run clang-format on some files.Murray Cumming2016-02-261-1/+1
* Run clang-format on glib .h files.Murray Cumming2016-02-261-85/+82
* C++11: Replace virtual keyword with override keyword on destructors.Murray Cumming2015-12-241-1/+1
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-3/+2
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-2/+2
* Glib::ObjectBase, Object, Interface: Add move operators.Murray Cumming2015-08-221-0/+3
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-181-4/+4
* Strip trailing whitespace.Mark Vender2012-10-291-3/+3
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-4/+2
* 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/+1
* Clean up the code a bit. (get_application_name): Remove the code thatDaniel Elstner2007-01-201-25/+27
* Check whether DestroyNotify is defined, so we can warn about includingMurray Cumming2006-06-191-0/+6
* Embed the manifest file into executables in the case of the Debug target.Cedric Gustin2006-04-061-1/+3
* Hide some internal stuff from Doxygen. Add/Improve the DoxygenMurray Cumming2005-12-161-1/+1
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-211-0/+131
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-131/+0
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-201-1/+1
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-201-0/+1
* Custom boxed types, more #ifdef ABI-changing to add intermediate extern-CMurray Cumming2005-01-201-0/+45
* Make C callacks separate extern C functions instead of static memberMurray Cumming2005-01-201-0/+85
* :ConstructParams): Implement the copy constructor in a way that actuallyDaniel Elstner2004-05-131-4/+4
* Remove the parent get_type() call from the Class::init() function, becauseMurray Cumming2004-03-131-3/+8
* Now uses ObjectBase instead of Object, because glib can now haveMurray Cumming2003-11-011-42/+0
* Initial revisionMurray Cumming2003-01-071-0/+188