summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r13107@tres: ted | 2006-07-30 11:47:41 -0700Ted Gould2006-07-311-0/+2
| | | | | Getting the basic build stuff in. No we're building libwpg (bzr r1524)
* remove vestigal plugin supportMenTaLguY2006-07-251-1/+0
| | | (bzr r1473)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
* - added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer2006-07-121-2/+0
| | | | | | | | 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)
* Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer2006-07-121-0/+4
| | | | | | | | | | | | | | | | | 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-1/+4
| | | (bzr r1268)
* define ndistclean-local to get rid of test files, write inkscape.pot rule, ↵Ralf Stephan2006-05-241-0/+2
| | | | | fix POTFILES.in --- fixes #1467073 (bzr r1002)
* change link order of test_all to enable make distcheckRalf Stephan2006-05-241-3/+3
| | | (bzr r997)
* $(test_all_includes) were not distributed in packageRalf Stephan2006-05-221-1/+1
| | | (bzr r952)
* removed make.dep, make.files make.ofiles from distributionAdib Taraben2006-05-131-3/+0
| | | (bzr r821)
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-021-8/+0
| | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
* (bzr r690)Ted Gould2006-05-021-0/+8
|
* Moved four more tests to CxxTestJon A. Cruz2006-05-011-8/+0
| | | (bzr r650)
* Replaced two tests with CxxTest versions.Jon A. Cruz2006-04-281-4/+0
| | | (bzr r605)
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
| | | (bzr r592)
* Adding rendering-intent to <color-profile>Jon A. Cruz2006-04-061-3/+4
| | | (bzr r438)
* Converting attributes test to CxxTestJon A. Cruz2006-04-041-4/+6
| | | (bzr r422)
* Added connector graph layout functionalityTim Dwyer2006-02-131-0/+2
| | | (bzr r122)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+261
(bzr r1)