summaryrefslogtreecommitdiffstats
path: root/src/libavoid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, mjwybrow2006-02-1528-936/+1047
| | | | | | | | | | | | | | | | | | | | | | | | | 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)
* * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,mjwybrow2006-02-142-3/+38
| | | | | | | | | | 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)
* Added connector graph layout functionalityTim Dwyer2006-02-131-2/+2
| | | (bzr r122)
* * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,mjwybrow2006-02-103-2/+57
| | | | | | | | | | | | 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)
* * src/libavoid/connector.cpp, src/libavoid/connector.h, mjwybrow2006-01-249-26/+36
| | | | | | | | | | src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/incremental.cpp, src/libavoid/incremental.h, src/libavoid/static.cpp, src/libavoid/visibility.cpp, src/libavoid/makepath.cpp: Some minor upstream libavoid fixes. (bzr r25)
* moving trunk for module inkscapeMenTaLguY2006-01-1629-0/+4873
(bzr r1)