summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powerstroke.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for pressure pencilJabier Arraiza2019-07-191-2/+2
|
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-0/+3
|
* Fix translations and coding styleJabier Arraiza2019-07-191-15/+8
|
* Improvemets to power pencilJabiertxof2019-07-191-0/+17
|
* PoewePencil improvementsJabier Arraiza2019-07-141-1/+1
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-3/+2
|
* 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-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Working on powerstroke fixes to pentoolJabier Arraiza2017-12-181-2/+0
|
* Add base interpolator parameterJabier Arraiza2017-11-291-1/+2
|
* Working on preview over powerpencilJabier Arraiza2017-08-271-1/+2
|
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
| | | (bzr r14059.2.1)
* Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+2
| | | (bzr r13090.1.1)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* powerstroke: correct naming of join parameter. breaks earlier created ↵Johan B. C. Engelen2012-03-231-1/+1
| | | | | powerstroke paths, sorry. hope it does not hurt too many testers... (bzr r11120)
* powerstroke: add miter cusp type. improve tangent detection for cusps drawingJohan B. C. Engelen2012-03-041-0/+1
| | | (bzr r11046)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* change pencil tool dropdown shapes to use powerstroke, instead of pattern ↵Johan B. C. Engelen2012-01-171-1/+2
| | | | | along path. (bzr r10896)
* Powerstroke: add smoothness parameter for CubicBezierJohanJohan B. C. Engelen2011-11-081-0/+1
| | | (bzr r10733)
* Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-051-0/+3
| | | | | keep the shape a bit the same... (bzr r10728)
* PowerStroke: handle cusps in some way. properly bugged for all types but ↵Johan B. C. Engelen2011-09-291-10/+0
| | | | | "beveled" (bzr r10652)
* restructure powerstroke LPE a bit in preparation for cusp fixupJohan B. C. Engelen2011-09-221-1/+11
| | | (bzr r10645)
* LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug)Johan B. C. Engelen2011-09-211-1/+3
| | | (bzr r10641)
* LPE PowerStroke: add linecap (let's see how well this behaves, it has some ↵Johan B. C. Engelen2011-06-261-2/+3
| | | | | bugs/features) (bzr r10373)
* add spiro interpolator to powerstrokeJohan B. C. Engelen2011-03-181-0/+2
| | | (bzr r10115)
* 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)
* powerstroke: sort point optionJohan B. C. Engelen2010-07-271-1/+2
| | | (bzr r9660)
* powerstroke: arbitrary number of control points.Johan B. C. Engelen2010-07-271-3/+0
| | | (bzr r9659)
* more powerstroke build infrastructureJohan B. C. Engelen2010-07-261-14/+2
| | | (bzr r9656)
* add powerstroke initial shotJohan B. C. Engelen2010-07-261-0/+67
(bzr r9654)