index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
knot-holder-entity.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
1
-4
/
+12
2012-06-05
Header cleaning for GTK+3 migration
Alex Valavanis
1
-0
/
+1
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-6
/
+9
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
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
-6
/
+6
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-1
/
+0
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-11
/
+11
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-29
- Constrained snap: proper implementation of the preference to snap the mouse...
Diederik van Lierop
1
-16
/
+4
2010-08-11
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
1
-1
/
+2
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-1
/
+0
2010-07-12
- Snap while rotating an object using the selector tool
Diederik van Lierop
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-6
/
+6
2010-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-56
/
+73
2010-04-03
Fix pattern knotholder
Krzysztof Kosi??ski
1
-73
/
+56
2010-01-23
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
1
-3
/
+3
2009-08-23
When dragging a knot along a constraint line, then allow snapping the positio...
Diederik van Lierop
1
-2
/
+23
2009-06-20
Remove an unused parameter from the snapping API
Diederik van Lierop
1
-2
/
+2
2009-03-15
Implement constrained snapping when dragging the position and size handles of...
Diederik van Lierop
1
-2
/
+2
2009-03-13
* Implement constrained snapping of knots
Diederik van Lierop
1
-0
/
+12
2009-02-20
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
1
-5
/
+5
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-10
/
+10
2008-10-27
From trunk
Ted Gould
1
-3
/
+4
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-08-28
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
1
-1
/
+1
2008-08-11
Move all of the snapper code to 2geom
Diederik van Lierop
1
-2
/
+2
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-3
/
+3
2008-08-06
fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.
Johan B. C. Engelen
1
-5
/
+5
2008-08-03
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-08-02
when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern ...
Johan B. C. Engelen
1
-12
/
+21
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-28
/
+29
2008-08-01
change knot.h to Geom::Point only instead of NR::Point.
Johan B. C. Engelen
1
-1
/
+1
2008-08-01
Formerly static function used for snapping is now a private member of KnotHol...
Maximilian Albert
1
-16
/
+15
2008-08-01
remove strange factor for showing the pattern unit cell (quarter of real cell).
Johan B. C. Engelen
1
-5
/
+5
2008-08-01
patterns: make it possible to have different scaling in X and Y directions. s...
Johan B. C. Engelen
1
-21
/
+22
2008-08-01
enable snapping of pattern's origin
Johan B. C. Engelen
1
-2
/
+18
2008-07-27
fix release mouse crash, add missed disconnects, remove unused callback
bulia byak
1
-0
/
+4
2008-07-14
Enable simultaneous knotholder and nodepath
Maximilian Albert
1
-1
/
+7
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-06-11
warning cleanup
Jon A. Cruz
1
-2
/
+2
2008-06-04
Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ...
Maximilian Albert
1
-0
/
+217