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-extrude.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-4
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
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
/
+1
2017-04-28
Code formating
Jabiertxof
1
-1
/
+1
2017-04-28
Reset
Jabiertxof
1
-1
/
+1
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-1
/
+1
2016-12-16
remove rollback to 15315
Jabiertxof
1
-2
/
+2
2016-12-16
Rollback 15315
Jabiertxof
1
-2
/
+2
2016-12-10
Fix headers on LPE's
Jabiertxof
1
-2
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-29
Improvements to widget redraw
Jabier Arraiza Cenoz
1
-1
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2013-03-13
cppcheck
Kris De Gussem
1
-2
/
+2
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 outdated classes.
Jon A. Cruz
1
-0
/
+2
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-3
/
+3
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-3
/
+3
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-05-18
reduce include dependencies
Johan B. C. Engelen
1
-0
/
+2
2010-02-04
improve LPE extrude such that cusps work for closed paths too
Johan B. C. Engelen
1
-2
/
+12
2010-01-17
improve LPEExtrude: now connecting lines are also drawn at cusps
Johan B. C. Engelen
1
-4
/
+44
2009-12-20
Warning cleanup
Jon A. Cruz
1
-0
/
+1
2009-11-23
add LPE extrude. it's not finished yet!
Johan B. C. Engelen
1
-0
/
+145