summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for pressure pencilJabier Arraiza2019-07-191-1/+1
|
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-6/+4
|
* Improvemets to power pencilJabiertxof2019-07-191-37/+11
|
* retain tool colorJabier Arraiza2019-07-141-2/+4
|
* fixing coding styleJabier Arraiza2019-07-141-21/+24
|
* Powerpencil substituteJabier Arraiza2019-07-141-12/+8
|
* PoewePencil improvementsJabier Arraiza2019-07-141-54/+78
|
* Pre-Threading commentJabier Arraiza2019-07-141-2/+6
|
* working on redrawJabier Arraiza2019-07-141-37/+43
|
* working on powerpencil in other threadJabier Arraiza2019-07-141-14/+16
|
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-2/+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
* Fix dot size for calligraphyMarc Jeanmougin2018-10-071-1/+1
|
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-1/+2
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* 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