summaryrefslogtreecommitdiffstats
path: root/src/graphlayout.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-1/+0
(bzr r14504.1.15)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-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)
2014-09-27Update to experimental r13565Liam P. White1-4/+9
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-4/+9
GThread deprecation errors. (bzr r13341.1.190)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-2/+4
(bzr r10696)
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-0/+0
Also remove the obsolete IDL file stub. (bzr r9194)
2006-07-12- added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer1-1/+1
overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396)
2006-07-12Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer1-1/+1
(bzr r1395)
2006-02-14cleanupTim Dwyer1-2/+6
(bzr r137)
2006-02-13Added connector graph layout functionalityTim Dwyer1-0/+17
(bzr r122)