summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.cpp (unfollow)
Commit message (Collapse)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
Handle cases where selected item has no points. E.g. Text (grouped) or symbols Address gitlab.com/inkscape/inbox/issues/643
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
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
A lot of header clean-up.
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron1-10/+5
changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-9/+9
(bzr r14954.1.19)
2016-02-15Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.Krzysztof Kosi??ski1-2/+2
Restores correct meaning of Line::versor(). (bzr r14652)
2015-12-08cppification: GSList replaced by vectors (connectors)Marc Jeanmougin1-14/+12
(bzr r14504.1.13)
2015-10-28static code analysisKris De Gussem1-1/+1
(bzr r14432)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+2
(bzr r14059.2.1)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-2/+3
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
(bzr r13820)
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-2/+2
(bzr r13768)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-2/+2
disallow pointers to Application (bzr r13341.5.9)
2013-10-24fix crash bug 1237676Johan B. C. Engelen1-12/+18
Fixed bugs: - https://launchpad.net/bugs/1237676 (bzr r12716)
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-1/+1
(bzr r11608.1.76)
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-238/+5
(bzr r11894.1.1)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-1/+1
they are not used elsewhere. (bzr r11735)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-07-01Give a chance to a shape to have an up to date curve before approximating it ↵Gellule Xg1-0/+1
with points. Fixes connector bug #640985. Fixed bugs: - https://launchpad.net/bugs/640985 (bzr r10393)
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-8/+7
(bzr r10059)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-9/+9
(bzr r10025)
2010-10-26Fix bug #666586: Connector routing regressionMichael Wybrow1-3/+9
Fixed bugs: - https://launchpad.net/bugs/666586 (bzr r9853.1.1)
2010-08-13Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashesJosh Andler1-3/+4
(bzr r9606.1.48)
2010-08-13Fixes bug #590047: assertion crash in libavoid when marking shapes as notMichael Wybrow1-3/+4
being avoided by the connector context. Fixed bugs: - https://launchpad.net/bugs/590047 (bzr r9708.1.1)
2010-07-20More on c++ification and some XML privatisationAbhishek Sharma public1-1/+2
(bzr r9546.1.10)
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public1-1/+1
privatisation. Major changes yet to come. (bzr r9546.1.7)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-1/+1
Privatisation tweaks (bzr r9546.1.6)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
(bzr r9546.1.4)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-4/+4
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-3/+3
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
(bzr r9127)
2009-12-27Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan1-149/+145
(bzr r8857.1.1)