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
/
effect.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-08-01
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-30
New LPE: path length
Maximilian Albert
1
-0
/
+5
2008-07-30
New LPE: Text label
Maximilian Albert
1
-0
/
+5
2008-07-29
Remove superfluous #include
Maximilian Albert
1
-1
/
+0
2008-07-29
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
1
-26
/
+34
2008-07-29
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
1
-5
/
+15
2008-07-29
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
1
-10
/
+6
2008-07-27
remove dependency on INVALID_LPE a bit
Johan B. C. Engelen
1
-3
/
+3
2008-07-27
sort LPE effect list
Johan B. C. Engelen
1
-26
/
+26
2008-07-27
LPE Interpolate => "Interpolate Sub-Paths"
Johan B. C. Engelen
1
-1
/
+1
2008-07-27
add LPE Interpolate
Johan B. C. Engelen
1
-0
/
+5
2008-07-20
purge LivePathEffect::PathType
Johan B. C. Engelen
1
-5
/
+4
2008-07-16
add lpe-Boolops
Johan B. C. Engelen
1
-0
/
+5
2008-07-15
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...
Maximilian Albert
1
-0
/
+4
2008-07-15
New LPE: Ruler
Maximilian Albert
1
-0
/
+5
2008-07-08
Rename LPE: mirror reflect --> mirror symmetry
Maximilian Albert
1
-4
/
+4
2008-07-05
move undo commits closer to the UI
bulia byak
1
-3
/
+0
2008-07-04
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2008-07-04
Remove oncanvas_editable attribute for PointParams; use their internal shape ...
Maximilian Albert
1
-1
/
+2
2008-07-03
New LPE: Offset
Maximilian Albert
1
-0
/
+5
2008-07-02
Enable status bar tips for LPE handles that are automatically created from Po...
Maximilian Albert
1
-3
/
+4
2008-06-26
noop: be more consistent with function names (get_pathvector => set_pathvector)
Johan B. C. Engelen
1
-1
/
+1
2008-06-18
Display helper grid for LPELattice; automatically add helper paths for LPE Pa...
Maximilian Albert
1
-1
/
+11
2008-06-18
Improve comments and catch missing desktop in effect.cpp
Maximilian Albert
1
-4
/
+5
2008-06-18
New LPE: Copy rotate
Maximilian Albert
1
-0
/
+5
2008-06-18
New LPE: Parallel
Maximilian Albert
1
-0
/
+5
2008-06-16
Activate automatic knotholders for LPE PointParams
Maximilian Albert
1
-0
/
+17
2008-06-16
Address compile warning
Maximilian Albert
1
-2
/
+2
2008-06-16
New LPE: Angle bisector
Maximilian Albert
1
-0
/
+5
2008-06-16
New LPE: circle through 3 points
Maximilian Albert
1
-0
/
+5
2008-06-16
Second step: try to make helper curves respond faster (don't recreate/delete ...
Maximilian Albert
1
-1
/
+5
2008-06-16
First step towards making helper paths for LPE items work better
Maximilian Albert
1
-2
/
+26
2008-06-14
put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)
Johan B. C. Engelen
1
-15
/
+2
2008-06-12
whitespace
Maximilian Albert
1
-1
/
+1
2008-06-12
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
1
-1
/
+46
2008-06-10
New LPE: Mirror reflection
Maximilian Albert
1
-1
/
+6
2008-06-10
Remove debugging messages
Maximilian Albert
1
-5
/
+0
2008-06-10
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
Maximilian Albert
1
-0
/
+10
2008-06-08
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
1
-14
/
+18
2008-06-08
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
1
-6
/
+24
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-24
/
+6
2008-06-04
Factor out 'create and apply' code for LPEs so that it can be called from eve...
Maximilian Albert
1
-0
/
+28
2008-06-04
C++ify knotholders
Maximilian Albert
1
-2
/
+2
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-7
/
+12
2008-05-19
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
1
-0
/
+2
2008-05-19
New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...
Maximilian Albert
1
-0
/
+5
2008-05-19
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
1
-2
/
+17
2008-05-18
Add a function doOnApply() for LPEs which is executed once when the effect is...
Maximilian Albert
1
-0
/
+6
2008-05-18
Add function to return path effect type
Maximilian Albert
1
-0
/
+5
[next]