summaryrefslogtreecommitdiffstats
path: root/mkinstalldirs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove mkinstalldirs from version control (this is an autogenerated file)Krzysztof Kosi??ski2011-05-081-111/+0
| | | (bzr r10203)
* adding extension: Interpolate Attribute in a GroupAur??lio A. Heckert2009-03-231-71/+21
| | | (bzr r7550)
* Merge from fe-movedTed Gould2008-11-211-21/+71
| | | (bzr r6891)
* Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer2006-07-121-68/+21
| | | | | | | | | | | | | | | | | implemented in Boost. I am replacing this with a custom implementation of a constrained stress-majorization algorithm. The stress-majorization algorithm is more robust and has better convergence characteristics than Kamada-Kawai, and also simple constraints can be placed on node position (for example, to enforce downward-pointing edges, non-overlap constraints, or cluster constraints). Another big advantage is that we no longer need Boost. I've tested the basic functionality, but I have yet to properly handle disconnected graphs or to properly scale the resulting layout. This commit also includes significant refactoring... the quadratic program solver - libvpsc (Variable Placement with Separation Constraints) has been moved to src/libvpsc and the actual graph layout algorithm is in libcola. (bzr r1394)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-21/+68
| | | (bzr r1268)
* Added consts to args of pairing heap compare fnTim Dwyer2006-02-011-55/+16
| | | (bzr r64)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+150
(bzr r1)