summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...Sylvain Chiron1-10/+5
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-9/+9
2016-02-15Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.Krzysztof Kosi??ski1-2/+2
2015-12-08cppification: GSList replaced by vectors (connectors)Marc Jeanmougin1-14/+12
2015-10-28static code analysisKris De Gussem1-1/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+2
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-2/+3
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-2/+2
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2013-10-24fix crash bug 1237676Johan B. C. Engelen1-12/+18
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-1/+1
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-238/+5
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-07-01Give a chance to a shape to have an up to date curve before approximating it ...Gellule Xg1-0/+1
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-8/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen1-9/+9
2010-10-26Fix bug #666586: Connector routing regressionMichael Wybrow1-3/+9
2010-08-13Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashesJosh Andler1-3/+4
2010-08-13Fixes bug #590047: assertion crash in libavoid when marking shapes as notMichael Wybrow1-3/+4
2010-07-20More on c++ification and some XML privatisationAbhishek Sharma public1-1/+2
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-1/+1
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-1/+1
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-4/+4
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
2009-12-27Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan1-149/+145
2009-12-20Warning cleanupJon A. Cruz1-43/+48
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-30/+368
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-06-12Fix a bug where the spacing control for connectors reduced the size of mjwybrow1-1/+1
2009-06-12Fix a typo in a comment.mjwybrow1-1/+1
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-31Making it so that including simple-node.h will generate an errorTed Gould1-1/+1
2008-10-27From trunkTed Gould1-6/+3
2008-10-11Merging from trunkTed Gould1-3/+4
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1