<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/libcola/Makefile_insert, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Remove deprecated Autotools and btool files.  Please use CMake instead</title>
<updated>2016-08-08T12:56:40+00:00</updated>
<author>
<name>Alex Valavanis</name>
<email>valavanisalex@gmail.com</email>
</author>
<published>2016-08-08T12:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=e471a664f923f517b68071f2e33fbb6ce070f8b7'/>
<id>e471a664f923f517b68071f2e33fbb6ce070f8b7</id>
<content type='text'>
(bzr r15046)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15046)</pre>
</div>
</content>
</entry>
<entry>
<title>Layout algorithm is now applied to each connected component in the </title>
<updated>2006-07-16T13:48:42+00:00</updated>
<author>
<name>Tim Dwyer</name>
<email>tgdwyer@gmail.com</email>
</author>
<published>2006-07-16T13:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=07c4a573fb37123709d30ee7a6cc15c9bb15925c'/>
<id>07c4a573fb37123709d30ee7a6cc15c9bb15925c</id>
<content type='text'>
selection separately.  Previously, behaviour of layout on disconnected 
graphs was... undefined!

(bzr r1421)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
selection separately.  Previously, behaviour of layout on disconnected 
graphs was... undefined!

(bzr r1421)</pre>
</div>
</content>
</entry>
<entry>
<title>Previously graph layout was done using the Kamada-Kawai layout algorithm </title>
<updated>2006-07-12T00:55:58+00:00</updated>
<author>
<name>Tim Dwyer</name>
<email>tgdwyer@gmail.com</email>
</author>
<published>2006-07-12T00:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=12b21e1d27f43deaa748419919b40b80cedd0ddd'/>
<id>12b21e1d27f43deaa748419919b40b80cedd0ddd</id>
<content type='text'>
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)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)</pre>
</div>
</content>
</entry>
</feed>
