summaryrefslogtreecommitdiff
path: root/glib/glibmm/property.cc
Commit message (Expand)AuthorAgeFilesLines
* Glib: NodeTree etc.: Use callback functions with C linkageKjell Ahlstedt2023-04-021-4/+30
* Glib::Property: Update for compatibility with Gtk::BuilderKjell Ahlstedt2019-06-271-30/+86
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::Property: allow to set property nick, blurb and flags.Marcin Kolny2016-04-011-0/+14
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-37/+41
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-3/+3
* Glib::PropertyBase: Make custom properties more flexibleKjell Ahlstedt2016-01-251-66/+71
* More use of nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-1/+1
* C++11: Use nullptr.Murray Cumming2015-07-161-4/+4
* Make custom interface properties instance dataKjell Ahlstedt2014-07-211-2/+43
* PropertyBase: Use g_object_notify_by_pspec() instead of g_object_notify()Povilas Kanapickas2014-07-071-3/+3
* Rename ambiguously named overridden property variable and typePovilas Kanapickas2014-07-071-18/+24
* Custom Interfaces: Implement derived interface properties in present.José Alburquerque2013-04-221-15/+64
* Use std::size_t and std::ptrdiff_t.Kjell Ahlstedt2012-09-121-1/+1
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-2/+0
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+5
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-1/+1
* Initial revisionMurray Cumming2003-01-071-0/+198