summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-7/+7
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-23/+23
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+18
* Merged trunkAdrian Boguszewski2016-08-031-6/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-4/+4
|/
* static code analysisKris De Gussem2016-02-221-1/+0
* static code analysisKris De Gussem2015-11-131-1/+1
* Fix snapping while rotating a selectionDiederik van Lierop2015-10-141-37/+6
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+5
* Merge from trunkKrzysztof Kosi??ski2015-05-081-2/+3
|\
| * corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
| * Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| * At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-2/+3
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-3/+3
|/
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-19/+25
* object-snapper.cpp : make the logic easier to read (use else-clause as defaul...Johan B. C. Engelen2014-10-121-4/+1
* Fix bug #1357411Liam P. White2014-09-091-1/+1
* Limit the number of paths to be used as snap targets, to keep Inkscape respon...Diederik van Lierop2014-07-301-0/+4
* fix potential use of nullptr (item) (note that SPGroup inherits from SPItem)Johan B. C. Engelen2014-03-241-27/+27
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour2013-10-091-1/+1
* Refactored SPUse.Markus Engel2013-09-241-6/+6
* reduce scope of variablesJohan B. C. Engelen2013-08-031-2/+1
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-2/+2
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
* cppcheckKris De Gussem2012-02-151-17/+17
* 1) Add checkboxes for perpendicular and tangential snapping to the document p...Diederik van Lierop2012-02-141-3/+10
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
* Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop2012-01-141-29/+78
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-4/+4
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-20/+2
* Use desktop coordinates for finding snap candidates (regression introduced in...Diederik van Lierop2011-10-151-3/+3
* Object snapper: only use the visual bounding box when absolutely needed; othe...Diederik van Lierop2011-10-121-3/+9
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-081-5/+23
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Make "snap page border" toggle independent of "snap paths" toggleDiederik van Lierop2011-09-171-1/+1
* Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop2011-09-021-16/+16
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-11/+9
|\
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+9
* | Fix bug related to snapping to path intersectionsDiederik van Lierop2011-08-281-5/+5
* | Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop2011-08-271-6/+9
|/
* Fix "snap guides" toggleDiederik van Lierop2011-08-251-14/+8
* 1) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop2011-08-231-38/+0
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-137/+94