Code

* src/sp-conn-end-pair.cpp, src/connector-context.cpp,
[inkscape.git] / ChangeLog
index 6e7a5cecdc973773122cc759a8441fcd7ecf21a2..615203404a570a37a5f73a86081bce5286feece2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2006-07-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
+
+       * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
+         src/document.cpp, src/libavoid/*:
+         Update libavoid with upstream fixes, optimisations and new features.
+
+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
+         Router::attachedConns().  Previously unused, but needed by Tim
+         for new Graph Layout code.
+
+2006-07-13  Jon Phillips  <jon@rejon.org>
+
+       * 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>
+
+       * AUTHORS, src/ui/dialog/aboutbox.cpp: Add Niko, Hugo, Dale and
+         Gustav.
+
+2006-06-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
+
+       * src/connector-context.cpp, src/widgets/toolbox.cpp:
+         Add undo event descriptions for the connector context.
+
 2006-06-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
 
        * packaging/macosx/ScriptExec/main.c:
 2006-05-21  Marco Scholten  <mscholtn@xs4all.nl>
 
        * src/ui/dialog/inkscape-preferences.cpp, 
-      src/ui/dialog/inkscape-preferences.h: 
+         src/ui/dialog/inkscape-preferences.h: 
          Added 'Show close button on dialogs' option.
 
 2006-05-21  MenTaLguY  <mental@rydia.net>
          src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
          Adding panels/swatches to main UI.
 
-2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
+2005-12-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
 
        * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
          should finally get timestamps working properly.  Specifically, heap