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
/
parameter
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove obsolete function param_editOncanvas for PointParams
Maximilian Albert
2008-07-29
2
-22
/
+0
*
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
2008-07-29
3
-5
/
+2
*
Remove superfluous functions
Maximilian Albert
2008-07-29
2
-4
/
+1
*
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
2008-07-29
3
-11
/
+36
*
purge LivePathEffect::PathType
Johan B. C. Engelen
2008-07-20
6
-26
/
+0
*
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
2008-07-20
2
-22
/
+50
*
warning cleanup
Jon A. Cruz
2008-07-16
1
-1
/
+1
*
Enable simultaneous knotholder and nodepath
Maximilian Albert
2008-07-14
1
-1
/
+1
*
move undo commits closer to the UI
bulia byak
2008-07-05
1
-2
/
+2
*
live_effects/parameter/enum.h: Supply missing #includes/declarations so that ...
Peter Moulder
2008-07-05
1
-0
/
+1
*
Warning cleanup
Jon A. Cruz
2008-07-04
2
-4
/
+5
*
Remove oncanvas_editable attribute for PointParams; use their internal shape ...
Maximilian Albert
2008-07-04
2
-4
/
+5
*
First shot at a dropdown selector for various shapes in pen/pencil tool, alon...
Maximilian Albert
2008-07-03
2
-6
/
+13
*
Remove now obsolete 'edit on canvas' button for PointParams
Maximilian Albert
2008-07-02
1
-10
/
+0
*
Enable status bar tips for LPE handles that are automatically created from Po...
Maximilian Albert
2008-07-02
2
-2
/
+8
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-10
/
+0
*
use pathvector directly from SPCurve in LPE path parameter.
Johan B. C. Engelen
2008-06-22
1
-1
/
+1
*
Make knotholder members protected
Maximilian Albert
2008-06-18
1
-2
/
+2
*
Activate automatic knotholders for LPE PointParams
Maximilian Albert
2008-06-16
1
-18
/
+2
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-3
/
+3
*
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
2008-06-08
3
-3
/
+32
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
2
-8
/
+7
*
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
2008-06-05
11
-12
/
+12
*
Add paramType() method to LPE parameter classes
Maximilian Albert
2008-06-05
6
-0
/
+26
*
Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...
Maximilian Albert
2008-06-04
1
-2
/
+16
*
C++ify knotholders
Maximilian Albert
2008-06-04
3
-99
/
+24
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-10
/
+0
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-1
/
+1
*
C++-ify initialization of Parameter and ScalarParam classes
Johan B. C. Engelen
2008-04-13
1
-15
/
+15
*
fix typo
Johan B. C. Engelen
2008-04-13
1
-1
/
+0
*
now with 2geom's arc implem. : accept pasting ellipse path params.
Johan B. C. Engelen
2008-04-13
1
-13
/
+6
*
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
2008-04-13
1
-1
/
+1
*
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
2008-04-10
1
-3
/
+1
*
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
2008-04-07
1
-20
/
+20
*
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
2008-04-05
1
-0
/
+5
*
Make BoolParam usable in boolean expressions directly
Maximilian Albert
2008-04-02
1
-0
/
+3
*
add CMakeLists.txt files for live_effects
Johan B. C. Engelen
2008-03-29
1
-0
/
+21
*
svn propset svn:eol-style native **/todo.txt
Peter Moulder
2008-03-29
1
-6
/
+6
*
svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...
Peter Moulder
2008-03-29
3
-314
/
+314
*
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
2008-03-28
2
-2
/
+17
*
add linking to other paths to lpe-PathParam
Johan B. C. Engelen
2008-03-27
5
-20
/
+264
*
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
2008-03-26
1
-24
/
+17
*
Corrected initialization order
Jon A. Cruz
2008-03-24
1
-1
/
+1
*
prepare PathParam for linking to other object
Johan B. C. Engelen
2008-03-23
2
-21
/
+29
*
set primary path storage to vector<path> in lpe-PathParam. only convert to pw...
Johan B. C. Engelen
2008-03-23
2
-17
/
+61
*
return const reference when getting path data from lpe-PathParam!
Johan B. C. Engelen
2008-03-23
2
-2
/
+2
*
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
2008-03-23
2
-10
/
+33
*
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
2008-03-22
1
-8
/
+8
*
fix file
Johan B. C. Engelen
2008-03-22
1
-204
/
+0
*
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
2008-03-22
2
-2
/
+206
[prev]
[next]