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