summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-sketch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-2/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Misc. typosUnknown2017-11-071-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 ```
* Code formatingJabiertxof2017-04-281-17/+17
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-2/+3
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+8
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+0
| | | (bzr r15025)
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-1/+1
| | | (bzr r14059.2.2)
* i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan2015-03-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* cppcheckKris De Gussem2011-10-211-1/+1
| | | (bzr r10687)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-17/+17
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
| * UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-16/+16
| | | | | | (bzr r9807)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-6/+6
|/ | | (bzr r9508.1.48)
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-061-1/+1
| | | (bzr r7827)
* ok, restored construction lines! with a minimalist improvement of placement ↵JF Barraud2009-04-221-2/+49
| | | | | control... (bzr r7758)
* unhide lpe-sketch. removed "construction lines" feature of this effect + ↵JF Barraud2009-04-201-9/+27
| | | | | minor bug fix. (bzr r7743)
* Ctor fixes and misc warning cleanupsJon A. Cruz2009-04-071-29/+29
| | | (bzr r7650)
* bug fix (was broken since 2geom sbasis refactor).JF Barraud2009-03-201-5/+6
| | | (bzr r7530)
* fix LPE Sketch with new 2geomJohan B. C. Engelen2008-12-131-3/+3
| | | (bzr r7000)
* Merge from fe-movedTed Gould2008-11-211-13/+15
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-11/+12
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-0/+4
| | | (bzr r6884)
* fixed another typoAlexandre Prokoudine2008-06-141-2/+2
| | | (bzr r5930)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-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)
* copyeditingbulia byak2008-05-011-15/+15
| | | (bzr r5568)
* remove split_at_discontinuities from LPE code, because it has been moved to ↵Johan B. C. Engelen2008-04-131-21/+1
| | | | | 2geom. (bzr r5419)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-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)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-2/+2
| | | (bzr r5394)
* lpe-sketch: deal with empty input. fix bug #201735.JF Barraud2008-03-161-5/+6
| | | (bzr r5105)
* lpe-sketch: fixed a bug about construction lines being all stacked on a ↵JF Barraud2008-03-161-38/+19
| | | | | single component. (bzr r5104)
* stupid bug fix (crash upon big stroke length variation) + some parameters ↵JF Barraud2008-03-021-12/+22
| | | | | renamed (bzr r4927)
* Whitespace cleanupJon A. Cruz2008-02-251-347/+347
| | | (bzr r4843)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+347
(bzr r4842)