summaryrefslogtreecommitdiffstats
path: root/src/libavoid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-37/+0
| | | (bzr r15046)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-083-7/+4
| | | (bzr r14126)
* Connectors. Fix for Bug #1155046 (Assertion pathlen < 200 failed).Nicolas Dufour2014-08-071-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1155046 (bzr r13501)
* fix crash bug with connectorsJohan B. C. Engelen2014-06-291-7/+11
| | | | | | | | because of constructor "ConnRef(Router *router, const unsigned int id)", _srcVert and _dstVert can be NULL, and _active can be false. this constructor seems unfinished, but is used elsewhere in the code. hence the crash. Fixed bugs: - https://launchpad.net/bugs/977003 (bzr r13444)
* Remove unused shadowed variables.Jon A. Cruz2014-03-011-3/+0
| | | (bzr r13078)
* fix warning and add comments about fixing codeJohan B. C. Engelen2013-10-271-1/+3
| | | (bzr r12735)
* cppcheckKris De Gussem2013-10-132-12/+12
| | | (bzr r12681)
* cppcheckKris De Gussem2013-10-131-3/+3
| | | (bzr r12680)
* cppcheck: initialisationKris De Gussem2013-10-071-2/+6
| | | (bzr r12668)
* cppcheck: performance + variable typeKris De Gussem2013-09-271-1/+1
| | | (bzr r12603)
* Add render rack gear extension from bug#1174800, modify gears location to ↵Martin Owens2013-06-261-17/+0
| | | | | | | | render sub-menu Fixed bugs: - https://launchpad.net/bugs/1174800 (bzr r12391)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-6/+0
| | | (bzr r12014)
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-202-3/+3
| | | (bzr r11888)
* Documentation update pass.Jon A. Cruz2011-10-231-2/+5
| | | (bzr r10692)
* warning cleanup (no functional changes)Campbell Barton2011-06-251-1/+1
| | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
* patch for 771738, 635469, 700298, 705382, 716057 by GelluleJosh Andler2011-06-141-1/+1
| | | (bzr r10301)
* cmake:Campbell Barton2011-06-131-1/+20
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-18/+17
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Adding in assertions.hTed Gould2010-03-241-0/+1
| | | (bzr r9230)
* Warning cleanupJon A. Cruz2009-12-204-403/+415
| | | (bzr r8895)
* Add some more forgotten filesArcadie M. Cracan2009-12-021-0/+0
| | | (bzr r8857)
* Add forgotten libavoid filesArcadie M. Cracan2009-12-0210-0/+4714
| | | (bzr r8856)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-0229-2754/+5536
| | | (bzr r8855)
* patch 375771bulia byak2009-06-221-0/+1
| | | (bzr r8146)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
| | | (bzr r7380)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-0/+2
| | | | | sub-libs of inkscape. (bzr r7120)
* libavoid/region.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder2008-07-051-0/+2
| | | | | 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 r6174)
* Cmake: fix config.h not being foundJoshua L. Blocher2008-06-141-15/+0
| | | (bzr r5944)
* warning cleanupJon A. Cruz2008-06-111-1/+1
| | | (bzr r5877)
* allow compiling on g++ 4.3+Bob Jamison2008-06-061-0/+1
| | | (bzr r5828)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-30/+30
| | | (bzr r5379)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-3/+0
| | | (bzr r5299)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-301-1/+1
| | | (bzr r5250)
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-301-0/+30
| | | (bzr r5245)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-1/+1
| | | (bzr r4706)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-314-5/+6
| | | (bzr r4629)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-043-3/+3
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Fix a possible compliation problem on 64bit machines.mjwybrow2007-08-091-7/+7
| | | (bzr r3433)
* 2006-08-09 Michael Wybrow <mjwybrow@users.sourceforge.net>mjwybrow2007-08-095-51/+88
| | | | | | | | | | | | | | * src/libavoid/shape.cpp, src/libavoid/router.cpp, src/libavoid/README, src/libavoid/router.h, src/libavoid/geometry.cpp: Some minor upstream changes to the libavoid library. It now matches Inkscape and uses the correct winding direction. * src/conn-avoid-ref.cpp: Remove a 'TODO' and hack adjusting winding directions before passing object convex hulls to libavoid. (bzr r3431)
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-182-0/+3
| | | | | from mellum (Falk Hueffner) (bzr r2696)
* fixing the rest of packaging bug missing files 1632894theAdib2007-01-111-1/+2
| | | (bzr r2189)
* * src/libavoid/*: Add a couple of missing files.mjwybrow2006-07-142-0/+936
| | | (bzr r1412)
* * src/sp-conn-end-pair.cpp, src/connector-context.cpp,mjwybrow2006-07-1416-90/+766
| | | | | | src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411)
* * src/libavoid/router.cpp: Fixed a bug in the libavoid functionmjwybrow2006-07-141-2/+2
| | | | | | Router::attachedConns(). Previously unused, but needed by Tim for new Graph Layout code. (bzr r1407)
* * src/conn-avoid-ref.cpp, src/libavoid/connector.h,mjwybrow2006-03-019-72/+80
| | | | | | | | | src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h, src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h, src/libavoid/connector.cpp, src/libavoid/debug.h: Some speed improvements and interface cleanups to libavoid. (bzr r192)
* change uint to more portable unsigned intBob Jamison2006-02-151-6/+6
| | | (bzr r146)