summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-sketch.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-2/+1
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-05-14Misc. typosluz.paz1-1/+1
Found via `codespell` and `grep`
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
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-17/+17
(bzr r15649)
2017-04-28ResetJabiertxof1-17/+17
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-17/+17
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-2/+3
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-3/+2
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-2/+3
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+8
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+0
(bzr r15025)
2015-04-28Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski1-1/+1
(bzr r14059.2.2)
2015-03-08i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
2013-01-17const ....Johan B. C. Engelen1-1/+1
(bzr r12039)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2011-10-21cppcheckKris De Gussem1-1/+1
(bzr r10687)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-16/+16
(bzr r9807)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-6/+6
(bzr r9508.1.48)
2009-05-06* [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r1-1/+1
(bzr r7827)
2009-04-22ok, restored construction lines! with a minimalist improvement of placement ↵JF Barraud1-2/+49
control... (bzr r7758)
2009-04-20unhide lpe-sketch. removed "construction lines" feature of this effect + ↵JF Barraud1-9/+27
minor bug fix. (bzr r7743)
2009-04-07Ctor fixes and misc warning cleanupsJon A. Cruz1-29/+29
(bzr r7650)
2009-03-20bug fix (was broken since 2geom sbasis refactor).JF Barraud1-5/+6
(bzr r7530)
2008-12-13fix LPE Sketch with new 2geomJohan B. C. Engelen1-3/+3
(bzr r7000)
2008-11-21Merge from fe-movedTed Gould1-13/+15
(bzr r6891)
2008-10-27From trunkTed Gould1-11/+12
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-0/+4
(bzr r6884)
2008-06-14fixed another typoAlexandre Prokoudine1-2/+2
(bzr r5930)
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-2/+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-05-01copyeditingbulia byak1-15/+15
(bzr r5568)
2008-04-13remove split_at_discontinuities from LPE code, because it has been moved to ↵Johan B. C. Engelen1-21/+1
2geom. (bzr r5419)
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan1-1/+1
#215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
2008-04-09change doEffect functions to use const& parametersJohan B. C. Engelen1-2/+2
(bzr r5394)
2008-03-16lpe-sketch: deal with empty input. fix bug #201735.JF Barraud1-5/+6
(bzr r5105)
2008-03-16lpe-sketch: fixed a bug about construction lines being all stacked on a ↵JF Barraud1-38/+19
single component. (bzr r5104)
2008-03-02stupid bug fix (crash upon big stroke length variation) + some parameters ↵JF Barraud1-12/+22
renamed (bzr r4927)
2008-02-25Whitespace cleanupJon A. Cruz1-347/+347
(bzr r4843)
2008-02-253 new lpe gadgets: sketch, knot and vonkoch.JF Barraud1-0/+347
(bzr r4842)