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
/
path.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
const methods
Johan B. C. Engelen
2013-01-17
1
-1
/
+1
*
Removed outdated classes.
Jon A. Cruz
2012-06-17
1
-0
/
+2
*
clone original path lpe: add boilerplate code to allow to compensate for link...
Johan B. C. Engelen
2012-04-08
1
-0
/
+10
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-0
/
+2
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
LPE: add new LPE that outputs the original path data. used to make a clone (w...
Johan B. C. Engelen
2012-01-12
1
-1
/
+6
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-6
/
+6
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-1
/
+1
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-1
/
+1
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-8
/
+7
|
\
|
*
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
1
-1
/
+1
|
/
*
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
Jon A. Cruz
2010-03-19
1
-2
/
+2
*
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
*
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
*
Fix two missing icons in live effect parameters
Krzysztof Kosi??ski
2009-04-11
1
-2
/
+2
*
tidy up SPObjects that must always be LivePathEffectObjects
Johan B. C. Engelen
2009-03-19
1
-1
/
+1
*
move shape_editor from node context to the parent class, event context
bulia byak
2009-01-08
1
-1
/
+1
*
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
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
1
-4
/
+12
*
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
*
Warning cleanup
Jon A. Cruz
2008-08-01
1
-1
/
+1
*
automatically add helperpath for PathParams
Maximilian Albert
2008-07-29
1
-0
/
+6
*
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
2008-07-20
1
-17
/
+45
*
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
*
First shot at a dropdown selector for various shapes in pen/pencil tool, alon...
Maximilian Albert
2008-07-03
1
-5
/
+10
*
use pathvector directly from SPCurve in LPE path parameter.
Johan B. C. Engelen
2008-06-22
1
-1
/
+1
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-6
/
+6
*
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
2008-06-05
1
-1
/
+1
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-1
/
+1
*
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
*
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
2008-03-28
1
-2
/
+16
*
add linking to other paths to lpe-PathParam
Johan B. C. Engelen
2008-03-27
1
-18
/
+137
*
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
1
-20
/
+28
*
set primary path storage to vector<path> in lpe-PathParam. only convert to pw...
Johan B. C. Engelen
2008-03-23
1
-16
/
+53
*
return const reference when getting path data from lpe-PathParam!
Johan B. C. Engelen
2008-03-23
1
-1
/
+1
*
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
2008-03-23
1
-5
/
+22
*
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
2008-02-27
1
-2
/
+2
*
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
2008-02-20
1
-0
/
+6
[prev]
[next]