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
/
lpe-curvestitch.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-12-15
Remove unused transform functions related to LPE and improvements to fill-bet...
Jabier Arraiza
1
-18
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-3
/
+4
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-3
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+3
2017-04-28
Code formating
Jabiertxof
1
-8
/
+8
2017-04-28
Reset
Jabiertxof
1
-8
/
+8
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-8
/
+8
2017-02-04
Fixes bug 1655160 in stich subpaths
Jabiertxof
1
-7
/
+5
2016-12-16
remove rollback to 15315
Jabiertxof
1
-2
/
+3
2016-12-16
Rollback 15315
Jabiertxof
1
-3
/
+2
2016-12-10
Fix headers on LPE's
Jabiertxof
1
-2
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-8
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+8
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-8
/
+0
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-5
/
+5
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-2
/
+1
2013-01-17
more const happiness (and removal of duplicate code in sp-object.h)
Johan B. C. Engelen
1
-1
/
+1
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-1
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+2
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-03-20
Added some mnemonics for filter path effects (Bug #170765)
Kris De Gussem
1
-7
/
+7
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-4
/
+4
2010-10-02
UI fixes (a.o. Bug #560751 )
Kris De Gussem
1
-7
/
+7
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-1
/
+1
2010-05-30
add comment
Johan B. C. Engelen
1
-0
/
+1
2009-03-15
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
1
-0
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-15
/
+22
2008-10-27
From trunk
Ted Gould
1
-0
/
+5
2008-07-20
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
1
-1
/
+1
2008-07-03
update 2geom (svn rev1433)
Johan B. C. Engelen
1
-2
/
+2
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-2
/
+2
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-3
/
+1
2008-05-01
copyediting
bulia byak
1
-3
/
+3
2008-04-13
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
1
-1
/
+1
2008-04-09
change doEffect functions to use const& parameters
Johan B. C. Engelen
1
-1
/
+1
2008-03-23
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
1
-3
/
+4
2008-02-29
fix warnings
Johan B. C. Engelen
1
-2
/
+2
2008-02-28
Remove unnecessary dependencies for some of the lpe parameters.
Johan B. C. Engelen
1
-0
/
+1
2008-02-20
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
1
-49
/
+63
2008-01-17
fix transformation of LPECurveStitch when "Scale width relative" is set
Johan B. C. Engelen
1
-0
/
+16
2008-01-17
sorry for this late feature change. this makes the curvestitching *that* much...
Johan B. C. Engelen
1
-17
/
+18
2008-01-16
Oops, set 'scislac' modus off by default ofcourse.
Johan B. C. Engelen
1
-1
/
+1
2008-01-16
fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal...
Johan B. C. Engelen
1
-4
/
+11
2008-01-16
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
1
-2
/
+2
2008-01-04
Corrected tooltips and labels in the LPEs
Joel Holdsworth
1
-3
/
+3
2007-11-20
Enhanced subcurve stitching tool to look more like Expression's effect lines
Johan B. C. Engelen
1
-5
/
+13
2007-11-12
LPE: no longer overload doEffect methods, but name them according to accepted...
Johan B. C. Engelen
1
-1
/
+1
2007-11-06
* UI text change "Curve stitching" to "Stitch subcurves"
Johan B. C. Engelen
1
-2
/
+31
[next]