summaryrefslogtreecommitdiffstats
path: root/src/graphlayout.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
| | | (bzr r14504.1.15)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-2/+2
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-4/+9
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-2/+4
| | | (bzr r10696)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-0/+21
Also remove the obsolete IDL file stub. (bzr r9194)