index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object-snapper.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-7
/
+7
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-23
/
+23
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-13
/
+18
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-6
/
+0
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-6
/
+0
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+6
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-6
/
+0
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-1
/
+1
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-4
/
+4
|
/
*
static code analysis
Kris De Gussem
2016-02-22
1
-1
/
+0
*
static code analysis
Kris De Gussem
2015-11-13
1
-1
/
+1
*
Fix snapping while rotating a selection
Diederik van Lierop
2015-10-14
1
-37
/
+6
*
Update to 2Geom revision 2396
Krzysztof Kosi??ski
2015-05-22
1
-1
/
+5
*
Merge from trunk
Krzysztof Kosi??ski
2015-05-08
1
-2
/
+3
|
\
|
*
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-2
/
+2
|
*
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-2
/
+2
|
*
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-2
/
+3
*
|
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-3
/
+3
|
/
*
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
2014-11-10
1
-19
/
+25
*
object-snapper.cpp : make the logic easier to read (use else-clause as defaul...
Johan B. C. Engelen
2014-10-12
1
-4
/
+1
*
Fix bug #1357411
Liam P. White
2014-09-09
1
-1
/
+1
*
Limit the number of paths to be used as snap targets, to keep Inkscape respon...
Diederik van Lierop
2014-07-30
1
-0
/
+4
*
fix potential use of nullptr (item) (note that SPGroup inherits from SPItem)
Johan B. C. Engelen
2014-03-24
1
-27
/
+27
*
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
2013-10-09
1
-1
/
+1
*
Refactored SPUse.
Markus Engel
2013-09-24
1
-6
/
+6
*
reduce scope of variables
Johan B. C. Engelen
2013-08-03
1
-2
/
+1
*
Adding checks to prevent null pointer dereferences
Kris De Gussem
2012-05-04
1
-2
/
+2
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-25
1
-1
/
+1
*
cppcheck
Kris De Gussem
2012-02-15
1
-17
/
+17
*
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
2012-02-14
1
-3
/
+10
*
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
2012-01-17
1
-1
/
+1
*
Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...
Diederik van Lierop
2012-01-14
1
-29
/
+78
*
Refactor snap-preferences a bit more
Diederik van Lierop
2011-12-18
1
-4
/
+4
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-20
/
+2
*
Use desktop coordinates for finding snap candidates (regression introduced in...
Diederik van Lierop
2011-10-15
1
-3
/
+3
*
Object snapper: only use the visual bounding box when absolutely needed; othe...
Diederik van Lierop
2011-10-12
1
-3
/
+9
*
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
2011-10-08
1
-5
/
+23
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-1
/
+1
*
Make "snap page border" toggle independent of "snap paths" toggle
Diederik van Lierop
2011-09-17
1
-1
/
+1
*
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...
Diederik van Lierop
2011-09-02
1
-16
/
+16
*
Completely remove libnr
Krzysztof Kosi??ski
2011-08-28
1
-11
/
+9
|
\
|
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-11
/
+9
*
|
Fix bug related to snapping to path intersections
Diederik van Lierop
2011-08-28
1
-5
/
+5
*
|
Allow snapping to path intersections without snapping to the paths themselves
Diederik van Lierop
2011-08-27
1
-6
/
+9
|
/
*
Fix "snap guides" toggle
Diederik van Lierop
2011-08-25
1
-14
/
+8
*
1) Use the "snap guides" button both for guides being snap sources, as well a...
Diederik van Lierop
2011-08-23
1
-38
/
+0
*
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
2011-08-22
1
-137
/
+94
[next]