summaryrefslogtreecommitdiff
path: root/glib/src/nodetree.hg
Commit message (Expand)AuthorAgeFilesLines
* Glib:NodeTree: Add GLIBMM_API on new callback functionsKjell Ahlstedt2023-04-031-0/+2
* Glib: NodeTree etc.: Use callback functions with C linkageKjell Ahlstedt2023-04-021-4/+35
* glib/src/*.hg: Mark all _WRAP_ENUM() with decl_prefixChun-wei Fan2020-04-041-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::NodeTree: Use _WRAP_ENUM for Glib::NodeTree::TraverseTypeKjell Ahlstedt2017-06-121-16/+4
* NodeTree: Move enums into class, and use C++11 enum classes.Murray Cumming2017-04-181-32/+32
* Add some #include directivesKjell Ahlstedt2017-03-221-0/+2
* Replace remaining uses of Glib::ArrayHandle<> with std::vector.Murray Cumming2017-03-171-1/+0
* sigc3: .hg/.ccg files: Use sigc::slot<R(Args...)> syntax.Murray Cumming2016-11-141-8/+8
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-311-4/+4
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-21/+21
* C++11: _CLASS_GENERIC classes: Add move operations.Murray Cumming2015-08-231-0/+2
* C++11: Use nullptr.Murray Cumming2015-07-161-5/+5
* Fix error messages from gmmprocKjell Ahlstedt2015-02-201-8/+11
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-271-10/+10
* Strip trailing whitespace.Mark Vender2012-10-291-22/+22
* Bug #594173 - NodeTree::get_root() violates const-correctnessAlexander Shaduri2010-01-061-1/+1
* Rename @since back to @newinDaniel Elstner2009-08-201-1/+1
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-1/+1
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Do not use a non-ASCII dash character, to avoid the MSVC++ warning C4819Tao Wang2009-01-191-1/+1
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-2/+1
* Fix -Wshadow warnings. Bug #555743.Hubert Figuiere2008-11-291-20/+20
* Tiny changeMurray Cumming2008-09-031-1/+2
* Implemented clone function to merge the constructors into that and fixedSzilárd Pfeiffer2008-09-031-29/+31
* Added an operator=() because we have a copy constructor. Moved some codeMurray Cumming2008-08-261-16/+43
* Added a copy constructor. Therefore, take store the data by value insteadSzilárd Pfeiffer2008-08-261-10/+41
* Fixed pointer handling problem in find_child. Bug #547909.Szilárd Pfeiffer2008-08-181-4/+4
* trying to commitMurray Cumming2008-08-181-8/+8
* Make gobject_ and data_ private, to remove them from protected API. PatchMurray Cumming2008-08-061-15/+14
* Hand-code the TraverseType enum, to add a prefix to the values. Adapted.Murray Cumming2008-07-291-15/+26
* find(), find_child(), traverse(), foreach(): Rearrange the parameters soMurray Cumming2008-07-291-10/+11
* Move the TraverseFlags enum into the class, and hand-code it to avoidMurray Cumming2008-07-291-2/+15
* Renamed to nodetree.hgMurray Cumming2008-07-291-0/+676