summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/powerstrokepointarray.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-13/+13
|
* 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
* Fix updating widgets on LPE missed in the refactorJabiertxof2018-10-041-1/+2
|
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-031-1/+1
| | | | with mouse correctly
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* 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
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-2/+2
| | | Found via `codespell`
* Allow erase knots in powerstrokeJabiertxo Arraiza Cenoz2017-12-271-15/+14
|
* Working on coontinuing pathsJabier Arraiza2017-11-191-3/+13
|
* Working on fix smooth drawJabier Arraiza2017-11-191-0/+15
|
* Working on preview over powerpencilJabier Arraiza2017-08-271-2/+2
|
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-0/+4
| | | | previous width
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-2/+2
| | | (bzr r15337)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
| | | (bzr r14059.2.1)
* Update to trunk r13625Liam P. White2014-10-191-33/+16
|\ | | | | (bzr r13341.1.280)
| * noop: remove cruft from powerstrokepointarray.cppJohan B. C. Engelen2014-10-181-27/+1
| | | | | | (bzr r13624)
| * LPE Powerstroke, editing behavior: implement scaling of strokepath width ↵Johan B. C. Engelen2014-10-181-2/+16
| | | | | | | | | | | | | | when the proportional-stroke-scaling toggle is on. Patch by Javier, tweaks by Johan. (bzr r13623)
| * Bugged powerstroke point array tried accessing points on a quickly diverging ↵Liam P. White2014-07-081-1/+4
| | | | | | | | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13447)
* | This push add a partial solution to scale powerstroke shapes without distorsionJabier Arraiza Cenoz2014-09-291-4/+7
| | | | | | | | | | Currently best results are for fixed ratio scales, non fixed scale give a aproximation. (bzr r13341.1.228)
* | Update to experimental r13428Liam P. White2014-07-091-1/+4
|\ \ | | | | | | (bzr r13090.1.89)
| * | Bugged powerstroke point array tried accessing points on a quickly diverging ↵Liam P. White2014-07-081-1/+4
| |/ | | | | | | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13341.1.86)
* | Fix build errors and a few small bugsLiam P. White2014-03-291-1/+1
| | | | | | (bzr r13090.1.36)
* | Start cleanup for merge into trunkLiam P. White2014-03-071-3/+3
| | | | | | (bzr r13090.1.20)
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-5/+34
|/ | | (bzr r13090.1.1)
* const ....Johan B. C. Engelen2013-01-171-3/+3
| | | (bzr r12039)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-7/+6
| | | (bzr r11316)
* powerstroke: remove the need to reload the node tool when adding/deleting ↵Johan B. C. Engelen2012-04-101-12/+33
| | | | | control width knots (bzr r11210)
* fix inclusion.Johan B. C. Engelen2012-04-081-1/+1
| | | (bzr r11187)
* powerstroke parameter small fixJohan B. C. Engelen2012-04-081-3/+6
| | | (bzr r11183)
* powerstrokepointarray : add todo comment. do not derive from ↵Johan B. C. Engelen2012-04-071-1/+6
| | | | | LPEKnotHolderEntity. (bzr r11169)
* add tooltip for powerstroke control pointsJohan B. C. Engelen2012-01-181-5/+4
| | | (bzr r10906)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-051-0/+36
| | | | | keep the shape a bit the same... (bzr r10728)
* Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing ↵Johan B. C. Engelen2011-11-041-8/+30
| | | | | on-canvas code is seriously flawed) (bzr r10719)
* Warning cleanup.Jon A. Cruz2011-06-221-2/+1
| | | (bzr r10339)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* powerstroke: redefine meaning of offset point parameter values. now knots ↵Johan B. C. Engelen2010-07-301-9/+19
| | | | | move with path (bzr r9672)
* powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object ↵Johan B. C. Engelen2010-07-281-1/+9
| | | | | after adding stroke knot (bzr r9666)
* powerstroke: arbitrary number of control points.Johan B. C. Engelen2010-07-271-10/+11
| | | (bzr r9659)
* commit missing filesJohan B. C. Engelen2010-07-271-0/+154
(bzr r9658)