summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix #336 Connector avoid bbox of non-shapesThomas Holder2019-07-271-4/+13
|
* Crashfix for connectors avoid selected itemsNathan Lee2019-07-271-3/+4
| | | | | | | Handle cases where selected item has no points. E.g. Text (grouped) or symbols Address gitlab.com/inkscape/inbox/issues/643
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Stop Connector tool avoidance crash in flatpakNathan Lee2019-05-121-2/+6
|
* More document.h cleanup.Tavmjong Bah2019-04-061-5/+5
|
* DocumentUndo::ScopedInsensitiveThomas Holder2018-12-141-4/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Put adaptagrams into its own folderMarc Jeanmougin2018-04-291-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+15
| | | | A lot of header clean-up.
* Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron2017-07-011-10/+5
| | | | | | changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* Merged trunkAdrian Boguszewski2016-08-031-6/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-9/+9
|/ | | (bzr r14954.1.19)
* Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.Krzysztof Kosi??ski2016-02-151-2/+2
| | | | | Restores correct meaning of Line::versor(). (bzr r14652)
* cppification: GSList replaced by vectors (connectors)Marc Jeanmougin2015-12-081-14/+12
| | | (bzr r14504.1.13)
* static code analysisKris De Gussem2015-10-281-1/+1
| | | (bzr r14432)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-2/+3
|\ | | | | (bzr r14059.2.11)
| * corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
| | | | | | (bzr r13922.1.10)
| * Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
| * At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-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)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
|/ | | (bzr r14059.2.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-2/+2
| | | (bzr r13768)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+2
| | | | | disallow pointers to Application (bzr r13341.5.9)
* fix crash bug 1237676Johan B. C. Engelen2013-10-241-12/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1237676 (bzr r12716)
* Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-051-1/+1
| | | (bzr r11608.1.76)
* Step 1. Remove junk and keep functionality.Martin Owens2012-11-301-238/+5
| | | (bzr r11894.1.1)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Give a chance to a shape to have an up to date curve before approximating it ↵Gellule Xg2011-07-011-0/+1
| | | | | | | | with points. Fixes connector bug #640985. Fixed bugs: - https://launchpad.net/bugs/640985 (bzr r10393)
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-8/+7
| | | (bzr r10059)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-9/+9
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-15/+15
|\ | | | | (bzr r9945.1.1)
| * More on c++ification and some XML privatisationAbhishek Sharma public2010-07-201-1/+2
| | | | | | (bzr r9546.1.10)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-4/+4
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* | Fix bug #666586: Connector routing regressionMichael Wybrow2010-10-261-3/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/666586 (bzr r9853.1.1)
* | Fixes bug #590047: assertion crash in libavoid when marking shapes as notMichael Wybrow2010-08-131-3/+4
|/ | | | | | | | being avoided by the connector context. Fixed bugs: - https://launchpad.net/bugs/590047 (bzr r9708.1.1)