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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add lpe param: VectorParam<float> and VectorParam<double>
Johan B. C. Engelen
2008-09-02
4
-1
/
+180
*
Make lpe-ruler work for arbitrary paths, not just line segments
Maximilian Albert
2008-08-19
2
-22
/
+35
*
Don't display canvas text (length info) in lpe-ruler any more; add many more ...
Maximilian Albert
2008-08-19
2
-56
/
+88
*
Fix end type combo box
Maximilian Albert
2008-08-18
2
-7
/
+7
*
noop: reorder options for lpe-line-segment
Maximilian Albert
2008-08-18
1
-2
/
+2
*
Toggle button in geometry toolbar to set limiting bounding box for LPELineSeg...
Maximilian Albert
2008-08-18
2
-14
/
+8
*
Add action to change the end type of line segments if an item has LPELineSegm...
Maximilian Albert
2008-08-18
1
-1
/
+2
*
noop: wording
Maximilian Albert
2008-08-18
1
-2
/
+2
*
Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ex...
Maximilian Albert
2008-08-18
1
-0
/
+1
*
Add option do deactivate knotholder handles for LPEs (useful if they interfer...
Maximilian Albert
2008-08-18
2
-0
/
+8
*
Add lpe-line_segment to LPETool toolbar
Maximilian Albert
2008-08-18
1
-1
/
+2
*
cleanup
Maximilian Albert
2008-08-18
1
-1
/
+1
*
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
2008-08-18
2
-6
/
+6
*
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
2008-08-18
2
-6
/
+13
*
reimplement acceptsNumParams(); instead of making it a virtual function we ju...
Maximilian Albert
2008-08-18
2
-1
/
+13
*
New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...
Maximilian Albert
2008-08-18
5
-1
/
+175
*
cast for EnumParam
Maximilian Albert
2008-08-18
1
-0
/
+3
*
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
2008-08-13
4
-6
/
+6
*
Get rid of some superfluous includes
Maximilian Albert
2008-08-13
2
-15
/
+0
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
3
-3
/
+3
*
remove debug message
Johan B. C. Engelen
2008-08-07
1
-1
/
+0
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
4
-8
/
+28
*
Remove some obsolete code
Maximilian Albert
2008-08-04
1
-57
/
+0
*
Correct handle tips
Maximilian Albert
2008-08-04
2
-4
/
+4
*
Warning cleanup
Jon A. Cruz
2008-08-03
1
-1
/
+1
*
Fixed broken empty string check
Jon A. Cruz
2008-08-03
1
-10
/
+10
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
14
-20
/
+0
*
simplify lpe spiro code by using new "is_straight_curve" method
Johan B. C. Engelen
2008-08-02
1
-6
/
+3
*
use nodetype helper function to determine nodetype within lpe-spiro
Johan B. C. Engelen
2008-08-02
1
-8
/
+4
*
lpe spiro: if path is closed it does not matter to what initial pointtype is ...
Johan B. C. Engelen
2008-08-02
1
-1
/
+1
*
SPItem::getBounds now always returns a Geom::Rect boundingbox.
Johan B. C. Engelen
2008-08-01
2
-9
/
+6
*
remove more NR:: from live_effects code
Johan B. C. Engelen
2008-08-01
5
-13
/
+13
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
10
-105
/
+104
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-8
/
+7
*
change knot.h to Geom::Point only instead of NR::Point.
Johan B. C. Engelen
2008-08-01
1
-1
/
+1
*
simplify code
Maximilian Albert
2008-08-01
2
-13
/
+10
*
Helperpath for lpe-rotate-copies
Maximilian Albert
2008-08-01
2
-0
/
+20
*
Improved UI for lpe-rotate-copies
Maximilian Albert
2008-08-01
2
-22
/
+60
*
Make PointParam handles snap, too
Maximilian Albert
2008-08-01
1
-1
/
+2
*
Make LPE knotholder handles snap
Maximilian Albert
2008-08-01
7
-25
/
+49
*
Warning cleanup
Jon A. Cruz
2008-08-01
5
-6
/
+6
*
remove old reminder file (of my GSoC last year)
Johan B. C. Engelen
2008-07-31
1
-6
/
+0
*
Make lpe-path_length use TextParamInternal
Maximilian Albert
2008-07-31
3
-5
/
+5
*
Add unit selector for lpe-path-length, too
Maximilian Albert
2008-07-31
2
-8
/
+15
*
Remove UI stuff from internal text parameter
Maximilian Albert
2008-07-31
2
-11
/
+7
*
New unit parameter for LPEs which lpe-ruler now uses
Maximilian Albert
2008-07-31
5
-3
/
+161
*
New LPE: path length
Maximilian Albert
2008-07-30
5
-2
/
+132
*
New function to set text position and anchor relative to a given path
Maximilian Albert
2008-07-30
2
-0
/
+20
*
Add default mirroring line to lpe-symmetry because the on-canvas clicks seem ...
Maximilian Albert
2008-07-30
2
-16
/
+12
*
New LPE: Text label
Maximilian Albert
2008-07-30
5
-1
/
+121
[next]