summaryrefslogtreecommitdiff
path: root/glib/src/nodetree.hg
Commit message (Expand)AuthorAgeFilesLines
* 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