| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
A lot of header clean-up.
|
| |
|
|
| |
Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
|
| |
|
|
|
|
| |
changed the code to match the new API
Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
|
| |
|
| |
(bzr r15034)
|
| |
|
| |
(bzr r15027)
|
| |
|
| |
(bzr r15025)
|
| |
|
| |
(bzr r13105)
|
| |\
| |
| | |
(bzr r11608.1.56)
|
| | |
| |
| | |
(bzr r11894.1.1)
|
| |/
|
|
|
|
|
| |
someone else.
SPGroup should work as expected, SPSwitch may still be buggy.
(bzr r11608.1.16)
|
| |
|
| |
(bzr r10897)
|
| |
|
|
|
| |
SPPath (SPShape has curve_before_lpe)
(bzr r10895)
|
| |
|
| |
(bzr r10461)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/802212
(bzr r10375)
|
| |
|
| |
(bzr r10025)
|
| |
|
|
|
|
|
|
| |
was due to incorrect initialization of unattached connector endpoints that was part of a group.
Fixed bugs:
- https://launchpad.net/bugs/552289
(bzr r9988)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| | |
| |
| |
| |
| | |
Privatisation tweaks
(bzr r9546.1.6)
|
| |/
|
|
|
| |
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options].
(bzr r9546.1.1)
|
| |
|
| |
(bzr r9127)
|
| |
|
|
|
| |
inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored).
(bzr r9103.1.1)
|
| |
|
| |
(bzr r8855)
|
| |
|
|
|
|
| |
This fix is backported from some of Arcadie Cracan's Summer of Code
work on the gsoc2009_connectors branch.
(bzr r8284)
|
| |
|
| |
(bzr r6959)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6884)
|
| |
|
| |
(bzr r6617)
|
| |
|
| |
(bzr r6593)
|
| |
|
| |
(bzr r6569)
|
| |
|
| |
(bzr r5915)
|
| |
|
|
|
| |
change all sp_curve_methods functions to SPCurve::methods.
(bzr r5609)
|
| |
|
| |
(bzr r4629)
|
| |
|
| |
(bzr r4025)
|
| |
|
| |
(bzr r2538)
|
| |
|
|
|
| |
rect handling, though)
(bzr r2536)
|
| |
|
|
|
|
| |
src/document.cpp, src/libavoid/*:
Update libavoid with upstream fixes, optimisations and new features.
(bzr r1411)
|
| |
|
|
|
|
| |
before trying to route connectors to them. This is required
since empty groups have no physical position. Fixes bug #1448811.
(bzr r1034)
|
| |
|
|
|
|
|
|
|
| |
When moving/transforming connectors, only detach connectors
from objects that are not part of the selection. Previously,
connectors moved as part of a selection would be detached from
all objects. This has been requested several times via email.
The change also fixes bug #1383806.
(bzr r811)
|
| |
|
| |
(bzr r149)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
Fix two bugs from my commit yesterday.
(bzr r117)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
src/libavoid/connector.cpp, src/libavoid/connector.h,
src/libavoid/visibility.cpp:
Add some code to allow querying of items and connectors to find
out what is attached to them. This will allow graph layout
algorithms (currently being work on by Tim Dwyer) to determine
a graph structure from the diagram.
(bzr r107)
|
|
|
(bzr r1)
|