summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2015-12-08cppification: GSList replaced by vectors (connectors)Marc Jeanmougin1-4/+3
(bzr r14504.1.13)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-08-30Minor pass of header cleanupLiam P. White1-1/+1
(bzr r13341.1.189)
2014-03-02Fixed includes for tools.Markus Engel1-0/+1
(bzr r13097)
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-13/+3
(bzr r11894.1.1)
2012-02-15Fix remaining glib deprecation and define compiler macrosAlex Valavanis1-1/+1
(bzr r10983)
2011-12-11mixed usage of class and struct for same objectKris De Gussem1-3/+3
(bzr r10766.1.1)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-1/+15
(bzr r8855)
2008-10-11Merging from trunkTed Gould1-1/+1
(bzr r6884)
2008-07-05conn-avoid-ref.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder1-6/+6
depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6167)
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen1-1/+1
reverted for some files to keep them C-compatible. (bzr r4024)
2006-07-18We now use connector spacing to determine the minimum space requiredTim Dwyer1-1/+1
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)
2006-02-15* src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, mjwybrow1-3/+3
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)
2006-02-14* src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,mjwybrow1-2/+3
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)
2006-02-10* src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,mjwybrow1-0/+7
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)
2006-01-20* src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,mjwybrow1-0/+6
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18)