summaryrefslogtreecommitdiffstats
path: root/src/libavoid (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-29Put adaptagrams into its own folderMarc Jeanmougin163-133529/+0
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-64/+0
These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY
2018-03-17[meson-build] declare some more dependenciesFelipe Corrêa da Silva Sanches1-3/+1
2018-03-17[meson-build] libavoidFelipe Corrêa da Silva Sanches1-0/+66
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron164-3805/+123091
changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-37/+0
(bzr r15046)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin3-7/+4
(bzr r14126)
2014-08-07Connectors. Fix for Bug #1155046 (Assertion pathlen < 200 failed).Nicolas Dufour1-1/+4
Fixed bugs: - https://launchpad.net/bugs/1155046 (bzr r13501)
2014-06-29fix crash bug with connectorsJohan B. C. Engelen1-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)
2014-06-29fix crash bug with connectorsJohan B. C. Engelen1-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 r13341.1.72)
2014-03-01Remove unused shadowed variables.Jon A. Cruz1-3/+0
(bzr r13078)
2013-12-30RefactorizingJabier Arraiza Cenoz1-17/+0
(bzr r11950.1.213)
2013-10-27fix warning and add comments about fixing codeJohan B. C. Engelen1-1/+3
(bzr r12735)
2013-10-13cppcheckKris De Gussem2-12/+12
(bzr r12681)
2013-10-13cppcheckKris De Gussem1-3/+3
(bzr r12680)
2013-10-07cppcheck: initialisationKris De Gussem1-2/+6
(bzr r12668)
2013-09-27cppcheck: performance + variable typeKris De Gussem1-1/+1
(bzr r12603)
2013-06-26Add render rack gear extension from bug#1174800, modify gears location to ↵Martin Owens1-17/+0
render sub-menu Fixed bugs: - https://launchpad.net/bugs/1174800 (bzr r12391)
2013-04-19Adding automatic removed files, Why it? I put again becasue are in branchJabier Arraiza Cenoz1-0/+17
(bzr r11950.1.102)
2013-04-10fixing error moving selected nodesroot1-17/+0
(bzr r11950.1.86)
2013-04-07adding fixed files from trunkroot1-0/+17
(bzr r11950.1.84)
2013-04-07Change width only for selected nodes by widgetroot1-17/+0
(bzr r11950.1.83)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-6/+0
(bzr r12014)
2012-11-20code cleanup: quiet warnings with gcc.Campbell Barton2-3/+3
(bzr r11888)
2011-10-23Documentation update pass.Jon A. Cruz1-2/+5
(bzr r10692)
2011-06-25warning cleanup (no functional changes)Campbell Barton1-1/+1
- enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
2011-06-14patch for 771738, 635469, 700298, 705382, 716057 by GelluleJosh Andler1-1/+1
(bzr r10301)
2011-06-13cmake:Campbell Barton1-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)
2011-06-13cmake:Campbell Barton1-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)
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton1-2/+2
cake keyword, and also dont mix up dor names with libs. (bzr r10274)
2011-06-12work in progress cmake commit:Campbell Barton1-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)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2010-03-24Adding in assertions.hTed Gould1-0/+1
(bzr r9230)
2009-12-20Warning cleanupJon A. Cruz4-403/+415
(bzr r8895)
2009-12-02Add some more forgotten filesArcadie M. Cracan1-0/+0
(bzr r8857)
2009-12-02Add forgotten libavoid filesArcadie M. Cracan10-0/+4714
(bzr r8856)
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan29-2754/+5536
(bzr r8855)
2009-06-22patch 375771bulia byak1-0/+1
(bzr r8146)
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-0/+1
(bzr r7380)
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher1-0/+2
sub-libs of inkscape. (bzr r7120)
2008-07-05libavoid/region.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder1-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)
2008-06-14Cmake: fix config.h not being foundJoshua L. Blocher1-15/+0
(bzr r5944)
2008-06-11warning cleanupJon A. Cruz1-1/+1
(bzr r5877)
2008-06-06allow compiling on g++ 4.3+Bob Jamison1-0/+1
(bzr r5828)
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-30/+30
(bzr r5379)
2008-04-01delete remaining .cvsignore filesAdib Taraben1-3/+0
(bzr r5299)
2008-03-30Adjustments to the lib directory Cmake filesJoshua L. Blocher1-1/+1
(bzr r5250)
2008-03-30add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen1-0/+30
(bzr r5245)
2008-02-11remaining g++ 4.3 compilation fix-upsKees Cook1-1/+1
(bzr r4706)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington4-5/+6
(bzr r4629)