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