summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-36/+36
| | | | | 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
|
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-231-4/+0
|
* Allow upadate shapen innside groups with LPEJabier Arraiza2018-03-261-1/+4
|
* Fix maren problem in ↵Jabier Arraiza2018-03-261-2/+0
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/212#note_61574788
* Base LPE refactorJabier Arraiza2018-03-261-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+18
| | | | A lot of header clean-up.
* Fix power stroke closed path and minor tweacks for pencil powerstrokeJabier Arraiza2017-12-261-1/+0
|
* Fix start anchorsJabier Arraiza2017-12-251-93/+65
|
* Refactoring pencil powerstrokeJabier Arraiza2017-12-211-3/+46
|
* Tiny fix to improbe release pentoolJabier Arraiza2017-12-181-0/+1
|
* Working on powerstroke fixes to pentoolJabier Arraiza2017-12-181-4/+0
|
* Mege trunk into powerpencilIIJabier Arraiza2017-12-071-31/+45
|\
| * Fix bug 1733422 - Bezier and pencil tool don't work form: from clipboardJabier Arraiza2017-12-071-0/+16
| | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1733422 Also allow using all shapes in "from clipboard" pen/cil shapes drop down
| * Add fix to problem switching pen tool modesJabier Arraiza2017-12-041-31/+29
| | | | | | | | Add fix to bspline when two cusp nodes arround a powered node
* | Remobing bspline interpolatorJabier Arraiza2017-12-021-0/+1
| |
* | CleaninngJabier Arraiza2017-12-011-45/+42
| |
* | Working on BSPline interpolatorJabier Arraiza2017-11-281-42/+45
| |
* | Working on continuous pathsJabier Arraiza2017-11-221-7/+11
| |
* | Smoothing start and endJabiertxo Arraiza Cenoz2017-11-201-2/+2
| |
* | Working on coontinuing pathsJabier Arraiza2017-11-191-12/+12
| |
* | Working on fix smooth drawJabier Arraiza2017-11-191-0/+3
| |
* | Working refactorJabiertxo Arraiza Cenoz2017-11-131-20/+2
| |
* | Added speed improbementsJabier Arraiza2017-11-121-3/+17
| |
* | Base refactorJabier Arraiza2017-11-121-23/+17
|/
* Merge branch 'master' into powerpencilJabier Arraiza2017-11-031-44/+32
|\
| * Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
| |
| * Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-42/+30
| |
| * Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
| |
* | Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-08-291-1/+1
|\|
| * Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵Jabiertxo Arraiza Cenoz2017-08-291-1/+1
| | | | | | | | in bspline mode
* | Merge from masterJabiertxo Arraiza Cenoz2017-08-291-2/+4
|\|
| * Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵Jabiertxo Arraiza Cenoz2017-08-291-1/+3
| | | | | | | | paths. Is retained in bezier mode. Consider backport it
* | Parametrice into preferences magic numbers and other staffJabier Arraiza2017-08-281-7/+9
| |
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-281-2/+3
| |
* | Add previewJabier Arraiza2017-08-271-5/+8
| |
* | Working on preview over powerpencilJabier Arraiza2017-08-271-33/+32
| |
* | Starting with powerpencilJabier Arraiza2017-08-251-3/+59
|/
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-11/+25
| | | | previous width
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-2/+2
|
* Calligraphy mode: creates dots on single click.Marc Jeanmougin2017-05-011-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/263166 (bzr r15658)
* Fix some bugs on pen/cil dropdown shapesJabier Arraiza Cenoz2016-11-061-42/+42
| | | (bzr r15219)
* Minor tweakJabier Arraiza Cenoz2016-11-061-1/+1
| | | (bzr r15217)
* Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends ↵Jabier Arraiza Cenoz2016-11-061-1/+1
| | | | | previously (bzr r15216)
* Fix bug:1639098Jabier Arraiza Cenoz2016-11-051-2/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639098 (bzr r15211)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-1/+1
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Remove "== true"sShlomi Fish2016-09-151-2/+2
| | | (bzr r15100.1.19)
* Fix compiler warningJabier Arraiza Cenoz2016-09-111-1/+1
| | | (bzr r15112)