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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix LPEs and break mask transform undo
Krzysztof Kosi??ski
2009-12-08
1
-2
/
+0
*
decrease header deps
Johan B. C. Engelen
2009-11-23
1
-1
/
+1
*
decrease header dependencies
Johan B. C. Engelen
2009-11-23
1
-1
/
+3
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-4
/
+4
*
SPDocument->Document
johnce
2009-08-05
1
-4
/
+4
*
remove the deactivate knotholder parameter
bulia byak
2009-05-07
1
-3
/
+0
*
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
2009-03-15
1
-0
/
+3
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-41
/
+1
*
From trunk
Ted Gould
2008-10-27
1
-2
/
+3
*
Add option do deactivate knotholder handles for LPEs (useful if they interfer...
Maximilian Albert
2008-08-18
1
-0
/
+3
*
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
2008-08-18
1
-2
/
+2
*
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
2008-08-18
1
-2
/
+9
*
reimplement acceptsNumParams(); instead of making it a virtual function we ju...
Maximilian Albert
2008-08-18
1
-1
/
+2
*
New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...
Maximilian Albert
2008-08-18
1
-0
/
+1
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
New LPE: path length
Maximilian Albert
2008-07-30
1
-0
/
+1
*
New LPE: Text label
Maximilian Albert
2008-07-30
1
-0
/
+1
*
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
2008-07-29
1
-2
/
+5
*
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
2008-07-29
1
-2
/
+1
*
remove dependency on INVALID_LPE a bit
Johan B. C. Engelen
2008-07-27
1
-1
/
+1
*
add LPE Interpolate
Johan B. C. Engelen
2008-07-27
1
-0
/
+1
*
add lpe-Boolops
Johan B. C. Engelen
2008-07-16
1
-0
/
+1
*
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...
Maximilian Albert
2008-07-15
1
-0
/
+1
*
New LPE: Ruler
Maximilian Albert
2008-07-15
1
-0
/
+1
*
Rename LPE: mirror reflect --> mirror symmetry
Maximilian Albert
2008-07-08
1
-1
/
+1
*
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
2008-07-07
1
-4
/
+1
*
New LPE: Offset
Maximilian Albert
2008-07-03
1
-0
/
+1
*
New LPE: Copy rotate
Maximilian Albert
2008-06-18
1
-0
/
+1
*
New LPE: Parallel
Maximilian Albert
2008-06-18
1
-0
/
+1
*
Activate automatic knotholders for LPE PointParams
Maximilian Albert
2008-06-16
1
-2
/
+2
*
New LPE: Angle bisector
Maximilian Albert
2008-06-16
1
-0
/
+1
*
New LPE: circle through 3 points
Maximilian Albert
2008-06-16
1
-0
/
+1
*
Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...
Maximilian Albert
2008-06-16
1
-1
/
+3
*
Second step: try to make helper curves respond faster (don't recreate/delete ...
Maximilian Albert
2008-06-16
1
-0
/
+3
*
First step towards making helper paths for LPE items work better
Maximilian Albert
2008-06-16
1
-0
/
+13
*
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
2008-06-12
1
-1
/
+8
*
New LPE: Mirror reflection
Maximilian Albert
2008-06-10
1
-0
/
+1
*
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
Maximilian Albert
2008-06-10
1
-0
/
+1
*
Add option to either suppress path flash for items with LPE (e.g., spiro spli...
Maximilian Albert
2008-06-08
1
-0
/
+7
*
Re-add two handles for PerpBisector LPE (we don't add the other two because t...
Maximilian Albert
2008-06-08
1
-1
/
+1
*
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
2008-06-08
1
-3
/
+15
*
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
2008-06-08
1
-3
/
+3
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-2
/
+0
*
Factor out 'create and apply' code for LPEs so that it can be called from eve...
Maximilian Albert
2008-06-04
1
-0
/
+2
*
C++ify knotholders
Maximilian Albert
2008-06-04
1
-1
/
+1
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-1
/
+2
*
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
2008-05-19
1
-2
/
+5
*
New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...
Maximilian Albert
2008-05-19
1
-0
/
+1
*
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
2008-05-19
1
-0
/
+6
*
Add a function doOnApply() for LPEs which is executed once when the effect is...
Maximilian Albert
2008-05-18
1
-0
/
+2
[next]