| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵ | Sylvain Chiron | 2017-07-01 | 164 | -3805/+123091 |
| | | | | | | | changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr> | ||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -37/+0 |
| | | | | (bzr r15046) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 3 | -7/+4 |
| | | | | (bzr r14126) | ||||
| * | Connectors. Fix for Bug #1155046 (Assertion pathlen < 200 failed). | Nicolas Dufour | 2014-08-07 | 1 | -1/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1155046 (bzr r13501) | ||||
| * | fix crash bug with connectors | Johan B. C. Engelen | 2014-06-29 | 1 | -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. Cruz | 2014-03-01 | 1 | -3/+0 |
| | | | | (bzr r13078) | ||||
| * | fix warning and add comments about fixing code | Johan B. C. Engelen | 2013-10-27 | 1 | -1/+3 |
| | | | | (bzr r12735) | ||||
| * | cppcheck | Kris De Gussem | 2013-10-13 | 2 | -12/+12 |
| | | | | (bzr r12681) | ||||
| * | cppcheck | Kris De Gussem | 2013-10-13 | 1 | -3/+3 |
| | | | | (bzr r12680) | ||||
| * | cppcheck: initialisation | Kris De Gussem | 2013-10-07 | 1 | -2/+6 |
| | | | | (bzr r12668) | ||||
| * | cppcheck: performance + variable type | Kris De Gussem | 2013-09-27 | 1 | -1/+1 |
| | | | | (bzr r12603) | ||||
| * | Add render rack gear extension from bug#1174800, modify gears location to ↵ | Martin Owens | 2013-06-26 | 1 | -17/+0 |
| | | | | | | | | | render sub-menu Fixed bugs: - https://launchpad.net/bugs/1174800 (bzr r12391) | ||||
| * | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 1 | -6/+0 |
| | | | | (bzr r12014) | ||||
| * | code cleanup: quiet warnings with gcc. | Campbell Barton | 2012-11-20 | 2 | -3/+3 |
| | | | | (bzr r11888) | ||||
| * | Documentation update pass. | Jon A. Cruz | 2011-10-23 | 1 | -2/+5 |
| | | | | (bzr r10692) | ||||
| * | warning cleanup (no functional changes) | Campbell Barton | 2011-06-25 | 1 | -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 Gellule | Josh Andler | 2011-06-14 | 1 | -1/+1 |
| | | | | (bzr r10301) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -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.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Adding in assertions.h | Ted Gould | 2010-03-24 | 1 | -0/+1 |
| | | | | (bzr r9230) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 4 | -403/+415 |
| | | | | (bzr r8895) | ||||
| * | Add some more forgotten files | Arcadie M. Cracan | 2009-12-02 | 1 | -0/+0 |
| | | | | (bzr r8857) | ||||
| * | Add forgotten libavoid files | Arcadie M. Cracan | 2009-12-02 | 10 | -0/+4714 |
| | | | | (bzr r8856) | ||||
| * | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 29 | -2754/+5536 |
| | | | | (bzr r8855) | ||||
| * | patch 375771 | bulia byak | 2009-06-22 | 1 | -0/+1 |
| | | | | (bzr r8146) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -0/+1 |
| | | | | (bzr r7380) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -0/+2 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | libavoid/region.h: Supply missing #includes/declarations so that we don't ↵ | Peter Moulder | 2008-07-05 | 1 | -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 found | Joshua L. Blocher | 2008-06-14 | 1 | -15/+0 |
| | | | | (bzr r5944) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-06-11 | 1 | -1/+1 |
| | | | | (bzr r5877) | ||||
| * | allow compiling on g++ 4.3+ | Bob Jamison | 2008-06-06 | 1 | -0/+1 |
| | | | | (bzr r5828) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -30/+30 |
| | | | | (bzr r5379) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -3/+0 |
| | | | | (bzr r5299) | ||||
| * | Adjustments to the lib directory Cmake files | Joshua L. Blocher | 2008-03-30 | 1 | -1/+1 |
| | | | | (bzr r5250) | ||||
| * | add CMakeFiles for io, jabber_whiteboard libavoid libcola. | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+30 |
| | | | | (bzr r5245) | ||||
| * | remaining g++ 4.3 compilation fix-ups | Kees Cook | 2008-02-11 | 1 | -1/+1 |
| | | | | (bzr r4706) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 4 | -5/+6 |
| | | | | (bzr r4629) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 3 | -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 Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | Fix a possible compliation problem on 64bit machines. | mjwybrow | 2007-08-09 | 1 | -7/+7 |
| | | | | (bzr r3433) | ||||
| * | 2006-08-09 Michael Wybrow <mjwybrow@users.sourceforge.net> | mjwybrow | 2007-08-09 | 5 | -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 #1675635 | MenTaLguY | 2007-03-18 | 2 | -0/+3 |
| | | | | | | from mellum (Falk Hueffner) (bzr r2696) | ||||
| * | fixing the rest of packaging bug missing files 1632894 | theAdib | 2007-01-11 | 1 | -1/+2 |
| | | | | (bzr r2189) | ||||
| * | * src/libavoid/*: Add a couple of missing files. | mjwybrow | 2006-07-14 | 2 | -0/+936 |
| | | | | (bzr r1412) | ||||
| * | * src/sp-conn-end-pair.cpp, src/connector-context.cpp, | mjwybrow | 2006-07-14 | 16 | -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 function | mjwybrow | 2006-07-14 | 1 | -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, | mjwybrow | 2006-03-01 | 9 | -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) | ||||
