summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-vonkoch.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-1/+1
This makes the code a lot less readable and greppable for no reason.
2019-01-02modernize loopsMarc Jeanmougin1-12/+12
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2018-03-26Base LPE refactorJabier Arraiza1-2/+2
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-04-28Code formatingJabiertxof1-9/+9
(bzr r15649)
2017-04-28ResetJabiertxof1-9/+9
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-9/+9
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-1/+1
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-1/+1
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-1/+1
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2016-03-02Fix for bug 1540070Jabier Arraiza Cenoz1-4/+1
Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-11/+11
(bzr r14059.2.1)
2014-10-12LPEVonKoch: improve rev. 13589 by removing the else branch for complexity ↵Johan B. C. Engelen1-4/+2
calculation for better human readability (bzr r13591)
2014-10-11LPEVonKoch : remove redundant assignment (is taken care of by the following ↵Johan B. C. Engelen1-1/+1
if-statement) Found by clang static analyzer (bzr r13589)
2014-09-29this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz1-0/+3
More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
2014-05-15fix C++11 compilationJohan B. C. Engelen1-2/+1
(bzr r13385)
2014-05-15fix C++11 compilationJohan B. C. Engelen1-2/+1
(bzr r13341.1.30)
2013-10-04fix hiding overloaded virtualJohan B. C. Engelen1-1/+1
(bzr r12657)
2013-01-17const ....Johan B. C. Engelen1-1/+1
(bzr r12039)
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
(bzr r12038)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+3
Pruned header to not introduce extraneous includes. (bzr r11502)
2011-10-21cppcheckKris De Gussem1-3/+3
(bzr r10687)
2011-03-20Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem1-4/+4
(bzr r10119)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-14/+14
(bzr r10025)
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-4/+4
(bzr r9807)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-2/+2
(bzr r9508.1.48)
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-1/+0
(bzr r8846.2.6)
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-3/+3
(bzr r8846.2.3)
2009-09-06textual patch from bug 408093bulia byak1-1/+1
(bzr r8563)
2009-04-07Ctor fixes and misc warning cleanupsJon A. Cruz1-5/+5
(bzr r7650)
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen1-0/+2
all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
2008-10-27From trunkTed Gould1-8/+0
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-59/+174
(bzr r6884)
2008-09-18Fixed initialization order issueJon A. Cruz1-8/+8
(bzr r6833)
2008-09-17lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) ↵JF Barraud1-0/+7
similarity transforms. (bzr r6832)
2008-09-17lpe-vonkoch: updated to handle groups + changed parameter interpretation to ↵JF Barraud1-40/+33
allow general transformations (bzr r6830)
2008-07-20add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen1-3/+2
bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-1/+1
(bzr r6134)
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-1/+1
(bzr r5823)
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-7/+0
- change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
2008-04-14use sp_nodepath_make_straight_path in LPE VonKochJohan B. C. Engelen1-1/+2
(bzr r5443)
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
(bzr r5427)
2008-04-09change doEffect functions to use const& parametersJohan B. C. Engelen1-1/+1
(bzr r5394)
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen1-1/+1
get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176)