summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-27Fix #336 Connector avoid bbox of non-shapesThomas Holder1-4/+13
2019-07-27Crashfix for connectors avoid selected itemsNathan Lee1-3/+4
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-05-12Stop Connector tool avoidance crash in flatpakNathan Lee1-2/+6
2019-04-06More document.h cleanup.Tavmjong Bah1-5/+5
2018-12-14DocumentUndo::ScopedInsensitiveThomas Holder1-4/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-04-29Put adaptagrams into its own folderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-13/+15
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