index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
lpe-perp_bisector.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-6
/
+4
*
cleanup knotholder code for LPEs
Johan B. C. Engelen
2012-04-07
1
-19
/
+28
*
Remove some obsolete code
Maximilian Albert
2008-08-04
1
-57
/
+0
*
Correct handle tips
Maximilian Albert
2008-08-04
1
-2
/
+2
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-29
/
+29
*
Make LPE knotholder handles snap
Maximilian Albert
2008-08-01
1
-10
/
+13
*
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
2008-07-29
1
-6
/
+2
*
First step towards making helper paths for LPE items work better
Maximilian Albert
2008-06-16
1
-0
/
+2
*
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
-1
/
+1
*
Don't convert path to straight line for LPE perpendicular bisector
Maximilian Albert
2008-06-10
1
-0
/
+2
*
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
Maximilian Albert
2008-06-10
1
-16
/
+0
*
Re-add two handles for PerpBisector LPE (we don't add the other two because t...
Maximilian Albert
2008-06-08
1
-26
/
+67
*
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
2008-06-08
1
-0
/
+2
*
set eol-style:native for recently added files
Maximilian Albert
2008-06-02
1
-204
/
+204
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-187
/
+204
*
Make LPEPerpBisector use the new nearest_point() function from point to line
Maximilian Albert
2008-05-19
1
-4
/
+1
*
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
2008-05-19
1
-27
/
+123
*
New LPE: Perpendicular bisector
Maximilian Albert
2008-05-18
1
-0
/
+94