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
/
powerstrokepointarray.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-13
Attemp to fix bug 1707899, retain shapes color. Also now retain shape previou...
Jabier Arraiza
1
-0
/
+4
2016-12-19
Remove some ocurrences of desktop in knot functions
Jabiertxof
1
-2
/
+2
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-2
/
+2
2014-10-18
noop: remove cruft from powerstrokepointarray.cpp
Johan B. C. Engelen
1
-27
/
+1
2014-10-18
LPE Powerstroke, editing behavior: implement scaling of strokepath width when...
Johan B. C. Engelen
1
-2
/
+16
2014-09-29
This push add a partial solution to scale powerstroke shapes without distorsion
Jabier Arraiza Cenoz
1
-4
/
+7
2014-09-27
Update to experimental r13565
Liam P. White
1
-7
/
+36
2014-07-08
Bugged powerstroke point array tried accessing points on a quickly diverging ...
Liam P. White
1
-1
/
+4
2014-07-08
Bugged powerstroke point array tried accessing points on a quickly diverging ...
Liam P. White
1
-1
/
+4
2014-03-29
Fix build errors and a few small bugs
Liam P. White
1
-1
/
+1
2014-03-07
Start cleanup for merge into trunk
Liam P. White
1
-3
/
+3
2014-03-02
Experimental merge of Ponyscape features into trunk (will not compile)
Liam P. White
1
-5
/
+34
2013-01-17
const ....
Johan B. C. Engelen
1
-3
/
+3
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
1
-2
/
+2
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-2
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+2
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-7
/
+6
2012-04-10
powerstroke: remove the need to reload the node tool when adding/deleting con...
Johan B. C. Engelen
1
-12
/
+33
2012-04-08
fix inclusion.
Johan B. C. Engelen
1
-1
/
+1
2012-04-08
powerstroke parameter small fix
Johan B. C. Engelen
1
-3
/
+6
2012-04-07
powerstrokepointarray : add todo comment. do not derive from LPEKnotHolderEnt...
Johan B. C. Engelen
1
-1
/
+6
2012-01-18
add tooltip for powerstroke control points
Johan B. C. Engelen
1
-5
/
+4
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+1
2011-11-05
Powerstroke: adjust control points when adding or deleting knots, to try and ...
Johan B. C. Engelen
1
-0
/
+36
2011-11-04
Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing on-can...
Johan B. C. Engelen
1
-8
/
+30
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-2
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-07-30
powerstroke: redefine meaning of offset point parameter values. now knots mov...
Johan B. C. Engelen
1
-9
/
+19
2010-07-28
powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object after...
Johan B. C. Engelen
1
-1
/
+9
2010-07-27
powerstroke: arbitrary number of control points.
Johan B. C. Engelen
1
-10
/
+11
2010-07-27
commit missing files
Johan B. C. Engelen
1
-71
/
+38
2009-11-23
decrease header deps
Johan B. C. Engelen
1
-0
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+0
2008-08-13
Get rid of some superfluous includes
Maximilian Albert
1
-5
/
+0
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-6
/
+6
2008-08-01
Make PointParam handles snap, too
Maximilian Albert
1
-1
/
+2
2008-07-29
Remove obsolete function param_editOncanvas for PointParams
Maximilian Albert
1
-19
/
+0
2008-07-29
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
1
-1
/
+1
2008-07-29
Remove superfluous functions
Maximilian Albert
1
-1
/
+1
2008-07-29
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
1
-6
/
+29
2008-07-04
Warning cleanup
Jon A. Cruz
1
-3
/
+3
2008-07-04
Remove oncanvas_editable attribute for PointParams; use their internal shape ...
Maximilian Albert
1
-4
/
+2
2008-07-02
Remove now obsolete 'edit on canvas' button for PointParams
Maximilian Albert
1
-10
/
+0
2008-07-02
Enable status bar tips for LPE handles that are automatically created from Po...
Maximilian Albert
1
-1
/
+4
2008-06-16
Activate automatic knotholders for LPE PointParams
Maximilian Albert
1
-18
/
+2
2008-06-08
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
1
-0
/
+21
2008-06-05
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
1
-1
/
+1
2008-06-04
C++ify knotholders
Maximilian Albert
1
-1
/
+1
2008-04-05
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
1
-0
/
+5
[next]