summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-extrude.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
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-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
A lot of header clean-up.
2017-04-28Code formatingJabiertxof1-1/+1
(bzr r15649)
2017-04-28ResetJabiertxof1-1/+1
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-1/+1
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-2/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+2
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-2/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
(bzr r15034)
2016-07-29Improvements to widget redrawJabier Arraiza Cenoz1-1/+1
(bzr r15017.1.11)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2013-03-13cppcheckKris De Gussem1-2/+2
(bzr r12201)
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 outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2011-10-03Doxygen cleanup.Jon A. Cruz1-3/+3
(bzr r10660)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+3
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
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-05-18reduce include dependenciesJohan B. C. Engelen1-0/+2
(bzr r9432)
2010-02-04improve LPE extrude such that cusps work for closed paths tooJohan B. C. Engelen1-2/+12
(bzr r9051)
2010-01-17improve LPEExtrude: now connecting lines are also drawn at cuspsJohan B. C. Engelen1-4/+44
(bzr r8995)
2009-12-20Warning cleanupJon A. Cruz1-0/+1
(bzr r8895)
2009-11-23add LPE extrude. it's not finished yet!Johan B. C. Engelen1-0/+145
(bzr r8838)