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