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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-24
fix potential use of nullptr (item) (note that SPGroup inherits from SPItem)
Johan B. C. Engelen
1
-27
/
+27
2013-10-09
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
1
-1
/
+1
2013-09-24
Refactored SPUse.
Markus Engel
1
-6
/
+6
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-3
/
+3
2013-08-03
reduce scope of variables
Johan B. C. Engelen
1
-2
/
+1
2012-05-04
Adding checks to prevent null pointer dereferences
Kris De Gussem
1
-2
/
+2
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-1
/
+1
2012-02-15
cppcheck
Kris De Gussem
1
-17
/
+17
2012-02-14
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
1
-3
/
+10
2012-01-17
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
1
-1
/
+1
2012-01-14
Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...
Diederik van Lierop
1
-29
/
+78
2011-12-18
Refactor snap-preferences a bit more
Diederik van Lierop
1
-4
/
+4
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-20
/
+2
2011-10-15
Use desktop coordinates for finding snap candidates (regression introduced in...
Diederik van Lierop
1
-3
/
+3
2011-10-12
Object snapper: only use the visual bounding box when absolutely needed; othe...
Diederik van Lierop
1
-3
/
+9
2011-10-08
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
1
-5
/
+23
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-1
/
+1
2011-09-17
Make "snap page border" toggle independent of "snap paths" toggle
Diederik van Lierop
1
-1
/
+1
2011-09-02
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...
Diederik van Lierop
1
-16
/
+16
2011-08-28
Fix bug related to snapping to path intersections
Diederik van Lierop
1
-5
/
+5
2011-08-27
Allow snapping to path intersections without snapping to the paths themselves
Diederik van Lierop
1
-6
/
+9
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-11
/
+9
2011-08-25
Fix "snap guides" toggle
Diederik van Lierop
1
-14
/
+8
2011-08-23
1) Use the "snap guides" button both for guides being snap sources, as well a...
Diederik van Lierop
1
-38
/
+0
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-137
/
+94
2011-07-18
Replace NR_HUGE by Geom:infinity() in some snapping code
Diederik van Lierop
1
-1
/
+1
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-3
/
+3
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-2
/
+8
2011-06-30
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
1
-99
/
+131
2011-06-26
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
1
-19
/
+18
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-0
/
+1
2011-02-04
Fix a snap bug in which the snapped to the help path instead of the real path
Diederik van Lierop
1
-2
/
+7
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-3
/
+3
2010-10-29
- Constrained snap: proper implementation of the preference to snap the mouse...
Diederik van Lierop
1
-11
/
+12
2010-10-19
Use a better snap metric for constrained snapping (i.e. calculate the distanc...
Diederik van Lierop
1
-1
/
+1
2010-10-07
Fix self-snapping when dragging the transformation center of a selection cont...
Diederik van Lierop
1
-3
/
+10
2010-09-25
Fix constrained snapping to closing segments
Diederik van Lierop
1
-10
/
+37
2010-08-20
When doing a constrained snap, then don't try snapping the mouse pointer itse...
Diederik van Lierop
1
-17
/
+26
2010-08-14
Fix a crash and add more safety checks to catch NULL pointers
Diederik van Lierop
1
-1
/
+2
2010-08-10
Implement constrained snapping to nodes
Diederik van Lierop
1
-13
/
+40
2010-07-25
1) Snap to transformation center even if it's outside of the bounding box of ...
Diederik van Lierop
1
-5
/
+6
2010-07-24
Avoid self-snapping when dragging a rotation center, and draw the rotation ce...
Diederik van Lierop
1
-3
/
+9
2010-07-21
1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return...
Diederik van Lierop
1
-60
/
+41
2010-07-20
- Remove some old code which snapped the rotation center to the bbox, and whi...
Diederik van Lierop
1
-37
/
+40
2010-07-19
Fix snapping to midpoints of closing segments
Diederik van Lierop
1
-3
/
+9
2010-07-19
- do not use shift to disable snapping while holding shift to rotate a guide
Diederik van Lierop
1
-5
/
+3
2010-07-18
- do not use shift to disable snapping while holding shift to rotate a guide
Diederik van Lierop
1
-5
/
+3
2010-07-17
Simplify code related to snapping while rotating
Diederik van Lierop
1
-6
/
+0
2010-07-12
- Snap while rotating an object using the selector tool
Diederik van Lierop
1
-23
/
+42
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
[next]