summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Dwyer <tgdwyer@gmail.com>2006-07-14 04:33:53 +0000
committertgdwyer <tgdwyer@users.sourceforge.net>2006-07-14 04:33:53 +0000
commitbb4c57311b613288df1857ac0164de75bf2f0b5a (patch)
tree8cc5c6e02b38fc6c152ea228c065582af7a7f995 /ChangeLog
parent- Connectors with end-markers now constrained to point downwards in graph layout (diff)
downloadinkscape-bb4c57311b613288df1857ac0164de75bf2f0b5a.tar.gz
inkscape-bb4c57311b613288df1857ac0164de75bf2f0b5a.zip
- improve hint for directed graph toggle
(bzr r1409)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24defdebe..3e7651fa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-13 Tim Dwyer <Tim.Dwyer@infotech.monash.edu.au>
+
+ * src/libvpsc/*,
+ src/graphlayout/graphlayout.cpp:
+ Toggle on connector toolbar can force connectors with
+ end-markers (arrows) to point downwards
+
2006-07-13 Michael Wybrow <mjwybrow@users.sourceforge.net>
* src/libavoid/router.cpp: Fixed a bug in the libavoid function
@@ -9,6 +16,18 @@
* src/inkview: Added commandline option capability to inkview and
got code ready to add a timer for an automatic slideshow capability.
+2006-07-12 Tim Dwyer <Tim.Dwyer@infotech.monash.edu.au>
+
+ * src/libvpsc/*,
+ src/libcola/*,
+ src/graphlayout/graphlayout.cpp,
+ src/removeoverlaps/removeoverlaps.cpp:
+ Boost graph layout algorithms replaced by custom constraint layout
+ algorithm (implemented in libcola). New layout supports constraints
+ such as downward pointing connectors (directed graph layout) or
+ non-overlapping shapes.
+ libvpsc contains updated code for quadratic program solver used by
+ libcola and removeoverlaps. Fixes bug #1441411.
2006-07-02 Colin Marquardt <colin@marquardt-home.de>