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
*
compatibility patch to compile using gcc 4.6
Adib Taraben
2011-02-27
2
-0
/
+2
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
9
-12
/
+12
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
2
-8
/
+9
|
\
|
*
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
2010-07-14
1
-1
/
+1
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-2
/
+2
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
2
-1
/
+2
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
powerstroke: redefine meaning of offset point parameter values. now knots mov...
Johan B. C. Engelen
2010-07-30
2
-9
/
+27
*
|
powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object after...
Johan B. C. Engelen
2010-07-28
1
-1
/
+9
*
|
powerstroke: arbitrary number of control points.
Johan B. C. Engelen
2010-07-27
3
-14
/
+20
*
|
commit missing files
Johan B. C. Engelen
2010-07-27
2
-0
/
+213
*
|
more powerstroke build infrastructure
Johan B. C. Engelen
2010-07-26
3
-0
/
+19
|
/
*
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
Jon A. Cruz
2010-03-19
1
-2
/
+2
*
add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.
Johan B. C. Engelen
2010-02-14
1
-17
/
+13
*
Fix some of the LPE issues.
Krzysztof Kosi??ski
2010-01-22
1
-2
/
+2
*
Warning cleanup.
Jon A. Cruz
2010-01-15
1
-2
/
+2
*
* Merge from trunk
Krzysztof Kosi??ski
2010-01-14
1
-2
/
+2
|
\
|
*
Warning cleanup
Jon A. Cruz
2009-12-20
1
-2
/
+2
*
|
Remove remnants of old node tool
Krzysztof Kosi??ski
2009-12-24
1
-2
/
+0
*
|
Fix LPEs and break mask transform undo
Krzysztof Kosi??ski
2009-12-08
1
-6
/
+27
*
|
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-13
/
+3
|
/
*
decrease header deps
Johan B. C. Engelen
2009-11-23
1
-0
/
+1
*
Remove 'Is visible?' checkbox from LPE editor because it duplicates functiona...
Maximilian Albert
2009-06-21
2
-1
/
+3
*
Fix two missing icons in live effect parameters
Krzysztof Kosi??ski
2009-04-11
1
-2
/
+2
*
Ctor fixes and misc warning cleanups
Jon A. Cruz
2009-04-07
1
-1
/
+1
*
tidy up SPObjects that must always be LivePathEffectObjects
Johan B. C. Engelen
2009-03-19
1
-1
/
+1
*
store default size in lpe::ArrayParam
Johan B. C. Engelen
2009-03-15
1
-2
/
+3
*
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
2009-03-11
2
-1
/
+3
*
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
2009-02-20
1
-6
/
+1
*
move shape_editor from node context to the parent class, event context
bulia byak
2009-01-08
1
-1
/
+1
*
Cmake build fixes, minor
Joshua L. Blocher
2009-01-05
1
-1
/
+0
*
fixed transform_mutliply for vector lpe parameter.
JF Barraud
2008-12-17
1
-1
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
11
-314
/
+394
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+2
*
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
2008-09-25
1
-1
/
+1
*
add lpe param: VectorParam<float> and VectorParam<double>
Johan B. C. Engelen
2008-09-02
4
-1
/
+180
*
cast for EnumParam
Maximilian Albert
2008-08-18
1
-0
/
+3
*
Get rid of some superfluous includes
Maximilian Albert
2008-08-13
1
-5
/
+0
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
2
-4
/
+16
*
Fixed broken empty string check
Jon A. Cruz
2008-08-03
1
-10
/
+10
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
remove more NR:: from live_effects code
Johan B. C. Engelen
2008-08-01
1
-2
/
+2
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
2
-14
/
+13
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-8
/
+7
*
change knot.h to Geom::Point only instead of NR::Point.
Johan B. C. Engelen
2008-08-01
1
-1
/
+1
*
Make PointParam handles snap, too
Maximilian Albert
2008-08-01
1
-1
/
+2
*
Warning cleanup
Jon A. Cruz
2008-08-01
4
-5
/
+5
*
remove old reminder file (of my GSoC last year)
Johan B. C. Engelen
2008-07-31
1
-6
/
+0
*
Remove UI stuff from internal text parameter
Maximilian Albert
2008-07-31
1
-10
/
+6
[next]