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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-07
cleanup knotholder code for LPEs
Johan B. C. Engelen
1
-3
/
+2
2012-03-12
Fix false gtk deprecation warnings from gtkmm headers
Alex Valavanis
1
-1
/
+0
2012-02-19
some clean up
Johan B. C. Engelen
1
-16
/
+5
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-2
/
+1
2011-12-11
mixed usage of class and struct for same object
Kris De Gussem
1
-6
/
+6
2011-06-01
improve explanation of lpe parameter
Johan B. C. Engelen
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-1
/
+1
2010-05-18
reduce include dependencies
Johan B. C. Engelen
1
-2
/
+1
2009-12-08
Fix LPEs and break mask transform undo
Krzysztof Kosi??ski
1
-2
/
+0
2009-11-23
decrease header deps
Johan B. C. Engelen
1
-1
/
+1
2009-11-23
decrease header dependencies
Johan B. C. Engelen
1
-1
/
+3
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2009-05-07
remove the deactivate knotholder parameter
bulia byak
1
-3
/
+0
2009-03-15
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
1
-0
/
+3
2008-11-21
Merge from fe-moved
Ted Gould
1
-41
/
+1
2008-10-27
From trunk
Ted Gould
1
-2
/
+3
2008-08-18
Add option do deactivate knotholder handles for LPEs (useful if they interfer...
Maximilian Albert
1
-0
/
+3
2008-08-18
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
1
-2
/
+2
2008-08-18
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
1
-2
/
+9
2008-08-18
reimplement acceptsNumParams(); instead of making it a virtual function we ju...
Maximilian Albert
1
-1
/
+2
2008-08-18
New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...
Maximilian Albert
1
-0
/
+1
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-07-30
New LPE: path length
Maximilian Albert
1
-0
/
+1
2008-07-30
New LPE: Text label
Maximilian Albert
1
-0
/
+1
2008-07-29
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
1
-2
/
+5
2008-07-29
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
1
-2
/
+1
2008-07-27
remove dependency on INVALID_LPE a bit
Johan B. C. Engelen
1
-1
/
+1
2008-07-27
add LPE Interpolate
Johan B. C. Engelen
1
-0
/
+1
2008-07-16
add lpe-Boolops
Johan B. C. Engelen
1
-0
/
+1
2008-07-15
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...
Maximilian Albert
1
-0
/
+1
2008-07-15
New LPE: Ruler
Maximilian Albert
1
-0
/
+1
2008-07-08
Rename LPE: mirror reflect --> mirror symmetry
Maximilian Albert
1
-1
/
+1
2008-07-07
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
1
-4
/
+1
2008-07-03
New LPE: Offset
Maximilian Albert
1
-0
/
+1
2008-06-18
New LPE: Copy rotate
Maximilian Albert
1
-0
/
+1
2008-06-18
New LPE: Parallel
Maximilian Albert
1
-0
/
+1
2008-06-16
Activate automatic knotholders for LPE PointParams
Maximilian Albert
1
-2
/
+2
2008-06-16
New LPE: Angle bisector
Maximilian Albert
1
-0
/
+1
2008-06-16
New LPE: circle through 3 points
Maximilian Albert
1
-0
/
+1
2008-06-16
Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...
Maximilian Albert
1
-1
/
+3
2008-06-16
Second step: try to make helper curves respond faster (don't recreate/delete ...
Maximilian Albert
1
-0
/
+3
2008-06-16
First step towards making helper paths for LPE items work better
Maximilian Albert
1
-0
/
+13
2008-06-12
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
1
-1
/
+8
2008-06-10
New LPE: Mirror reflection
Maximilian Albert
1
-0
/
+1
2008-06-10
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
Maximilian Albert
1
-0
/
+1
2008-06-08
Add option to either suppress path flash for items with LPE (e.g., spiro spli...
Maximilian Albert
1
-0
/
+7
2008-06-08
Re-add two handles for PerpBisector LPE (we don't add the other two because t...
Maximilian Albert
1
-1
/
+1
2008-06-08
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
1
-3
/
+15
[next]