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-vonkoch.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-12
/
+12
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-03-26
Base LPE refactor
Jabier Arraiza
1
-2
/
+2
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-04-28
Code formating
Jabiertxof
1
-9
/
+9
2017-04-28
Reset
Jabiertxof
1
-9
/
+9
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-9
/
+9
2016-12-16
remove rollback to 15315
Jabiertxof
1
-1
/
+1
2016-12-16
Rollback 15315
Jabiertxof
1
-1
/
+1
2016-12-10
Fix headers on LPE's
Jabiertxof
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-03-02
Fix for bug 1540070
Jabier Arraiza Cenoz
1
-4
/
+1
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-11
/
+11
2014-10-12
LPEVonKoch: improve rev. 13589 by removing the else branch for complexity cal...
Johan B. C. Engelen
1
-4
/
+2
2014-10-11
LPEVonKoch : remove redundant assignment (is taken care of by the following i...
Johan B. C. Engelen
1
-1
/
+1
2014-09-29
this patch fix the problem whith clips and mask update in live effects.
Jabier Arraiza Cenoz
1
-0
/
+3
2014-05-15
fix C++11 compilation
Johan B. C. Engelen
1
-2
/
+1
2014-05-15
fix C++11 compilation
Johan B. C. Engelen
1
-2
/
+1
2013-10-04
fix hiding overloaded virtual
Johan B. C. Engelen
1
-1
/
+1
2013-01-17
const ....
Johan B. C. Engelen
1
-1
/
+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
-2
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+3
2011-10-21
cppcheck
Kris De Gussem
1
-3
/
+3
2011-03-20
Added some mnemonics for filter path effects (Bug #170765)
Kris De Gussem
1
-4
/
+4
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-14
/
+14
2010-10-02
UI fixes (a.o. Bug #560751 )
Kris De Gussem
1
-4
/
+4
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
1
-2
/
+2
2009-12-24
Remove remnants of old node tool
Krzysztof Kosi??ski
1
-1
/
+0
2009-12-08
Fix LPEs and break mask transform undo
Krzysztof Kosi??ski
1
-3
/
+3
2009-09-06
textual patch from bug 408093
bulia byak
1
-1
/
+1
2009-04-07
Ctor fixes and misc warning cleanups
Jon A. Cruz
1
-5
/
+5
2009-03-15
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
1
-0
/
+2
2008-10-27
From trunk
Ted Gould
1
-8
/
+0
2008-10-11
Merging from trunk
Ted Gould
1
-59
/
+174
2008-09-18
Fixed initialization order issue
Jon A. Cruz
1
-8
/
+8
2008-09-17
lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) si...
JF Barraud
1
-0
/
+7
2008-09-17
lpe-vonkoch: updated to handle groups + changed parameter interpretation to a...
JF Barraud
1
-40
/
+33
2008-07-20
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
1
-3
/
+2
2008-07-03
update 2geom (svn rev1433)
Johan B. C. Engelen
1
-1
/
+1
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-1
/
+1
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-7
/
+0
2008-04-14
use sp_nodepath_make_straight_path in LPE VonKoch
Johan B. C. Engelen
1
-1
/
+2
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
-1
/
+1
[next]