summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-extrude.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* 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.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
| | | | A lot of header clean-up.
* Code formatingJabiertxof2017-04-281-1/+1
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-2/+2
| | | (bzr r15318)
* Update to trunkJabier Arraiza Cenoz2016-10-031-5/+0
|\ | | | | (bzr r15017.1.35)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | | | | (bzr r15025)
* | Improvements to widget redrawJabier Arraiza Cenoz2016-07-291-1/+1
|/ | | (bzr r15017.1.11)
* cppcheckKris De Gussem2013-03-131-2/+2
| | | (bzr r12201)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Doxygen cleanup.Jon A. Cruz2011-10-031-3/+3
| | | (bzr r10660)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-3/+3
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* 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)
* reduce include dependenciesJohan B. C. Engelen2010-05-181-0/+2
| | | (bzr r9432)
* improve LPE extrude such that cusps work for closed paths tooJohan B. C. Engelen2010-02-041-2/+12
| | | (bzr r9051)
* improve LPEExtrude: now connecting lines are also drawn at cuspsJohan B. C. Engelen2010-01-171-4/+44
| | | (bzr r8995)
* Warning cleanupJon A. Cruz2009-12-201-0/+1
| | | (bzr r8895)
* add LPE extrude. it's not finished yet!Johan B. C. Engelen2009-11-231-0/+145
(bzr r8838)