summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
| | | (bzr r9127)
* Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan2009-12-271-149/+145
| | | (bzr r8857.1.1)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-30/+368
| | | (bzr r8855)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* Fix a bug where the spacing control for connectors reduced the size of mjwybrow2009-06-121-1/+1
| | | | | | obstacle's bounding boxes, rather than expanding them. This is a result of a previous change that fixed libavoid's winding order to match Inkscape's. (bzr r8054)
* Fix a typo in a comment.mjwybrow2009-06-121-1/+1
| | | (bzr r8049)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* Making it so that including simple-node.h will generate an errorTed Gould2008-10-311-1/+1
| | | (bzr r6889)
* From trunkTed Gould2008-10-271-6/+3
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-3/+4
| | | (bzr r6884)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)