| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Also remove the obsolete IDL file stub.
(bzr r9194)
|
| |
|
| |
(bzr r9127)
|
| |
|
| |
(bzr r8855)
|
| |
|
|
|
| |
rather than for every subdirectory.
(bzr r7336)
|
| |
|
|
|
| |
sub-libs of inkscape.
(bzr r7120)
|
| |
|
|
|
| |
reduce linking stage command for windows.
(bzr r7100)
|
| |
|
| |
(bzr r7032)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6884)
|
| |
|
| |
(bzr r6836)
|
| |
|
|
|
|
|
|
| |
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans.
(bzr r6823)
|
| |
|
| |
(bzr r6569)
|
| |
|
| |
(bzr r6046)
|
| |
|
| |
(bzr r5379)
|
| |
|
|
|
| |
again :(
(bzr r5246)
|
| |
|
| |
(bzr r5245)
|
| |
|
| |
(bzr r5244)
|
| |
|
| |
(bzr r5243)
|
| |
|
| |
(bzr r5238)
|
| |
|
| |
(bzr r4629)
|
| |
|
|
|
| |
bounding boxes could have potentially caused problems.
(bzr r2684)
|
| |
|
|
|
|
|
| |
I'm not actually sure if it's possible for something with a
NULL item-box to be attached to a connector but if it is
it's probably pretty safe to simply ignore.
(bzr r2669)
|
| |
|
| |
(bzr r2596)
|
| |
|
|
|
|
| |
ignore connectors that are not attached to an object at one end.
This fixes bug #1630101.
(bzr r2311)
|
| |
|
|
|
|
|
|
| |
between shape bounding boxes when graph layout with avoid overlap
constraints is applied. This means that there should always be enough
room for connectors to route between shapes. Also changed the default
connector spacing to a less extreme 3.
(bzr r1435)
|
| |
|
| |
(bzr r1426)
|
| |
|
| |
(bzr r1425)
|
| |
|
| |
(bzr r1424)
|
| |
|
|
|
|
| |
selection separately. Previously, behaviour of layout on disconnected
graphs was... undefined!
(bzr r1421)
|
| |
|
| |
(bzr r1410)
|
| |
|
|
|
| |
- vpsc namespace added to libvpsc
(bzr r1408)
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r1395)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/connector-context.cpp, src/conn-avoid-ref.cpp:
Keep a seperate connector router for each document.
* src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
src/libavoid/connector.h, src/libavoid/debug.h,
src/libavoid/geometry.cpp, src/libavoid/geometry.h,
src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
src/libavoid/graph.h, src/libavoid/incremental.cpp,
src/libavoid/incremental.h, src/libavoid/libavoid.h,
src/libavoid/makepath.cpp, src/libavoid/makepath.h,
src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
src/libavoid/router.cpp, src/libavoid/router.h,
src/libavoid/shape.cpp, src/libavoid/shape.h,
src/libavoid/static.cpp, src/libavoid/static.h,
src/libavoid/timer.cpp, src/libavoid/timer.h,
src/libavoid/vertices.cpp, src/libavoid/vertices.h,
src/libavoid/visibility.cpp, src/libavoid/visibility.h:
Upstream changes to libavoid that allow multiple connector
router instances, as well a few other minor bugfixes.
(bzr r144)
|
| |
|
| |
(bzr r141)
|
| |
|
| |
(bzr r138)
|
| |
|
| |
(bzr r137)
|
| |
|
|
|
|
|
|
|
|
| |
src/conn-avoid-ref.h, src/libavoid/connector.cpp,
src/libavoid/connector.h:
Change the behaviour and naming of some connector querying code
after feedback from Tim Dwyer in implementing graph drawing
functionality.
(bzr r136)
|
| |
|
| |
(bzr r129)
|
| |
|
| |
(bzr r128)
|
| |
|
| |
(bzr r127)
|
| |
|
| |
(bzr r126)
|
| |
|
| |
(bzr r125)
|
| |
|
| |
(bzr r124)
|
| |
|
| |
(bzr r123)
|
|
|
(bzr r122)
|