summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pencil-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Selectively disable motion event compression for specific toolsPatrick Storz2019-11-181-0/+3
| | | | | | | | It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e However most of the time we do not care for intermediate motion events, and forcing to process them only causes unnecessary performance overhead.
* Fix various minor code problemsMarc Jeanmougin2019-10-051-2/+0
|
* Fix coding styleJabiertxof2019-07-191-8/+7
|
* Pressure improvementsJabiertxof2019-07-191-124/+122
|
* Fix coding styleJabier Arraiza2019-07-191-4/+4
|
* Fixes for pressure pencilJabier Arraiza2019-07-191-39/+79
|
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-57/+82
|
* Fix translations and coding styleJabier Arraiza2019-07-191-18/+12
|
* Improvemets to power pencilJabiertxof2019-07-191-44/+65
|
* Fix maren pointed bugsJabiertxof2019-07-191-61/+41
|
* fix compiling issues and some improvementsJabier Arraiza2019-07-141-9/+5
|
* fixing coding styleJabier Arraiza2019-07-141-42/+35
|
* remove some comments and a warningJabier Arraiza2019-07-141-6/+0
|
* Powerpencil substituteJabier Arraiza2019-07-141-3/+3
|
* PoewePencil improvementsJabier Arraiza2019-07-141-192/+193
|
* Pre-Threading commentJabier Arraiza2019-07-141-28/+34
|
* working on redrawJabier Arraiza2019-07-141-246/+132
|
* working on powerpencil in other threadJabier Arraiza2019-07-141-55/+177
|
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-2/+2
|
* Regression fix: hide some toolbar icons on startupNathan Lee2019-05-131-1/+2
| | | | | | | Pencil toolbar also given some checks for gitlab.com/inkscape/inkscape/issues/92 Fixes gitlab.com/inkscape/inbox/issues/182
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-1/+1
|
* 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
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
|
* 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-24/+24
| | | | | 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-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-17/+25
| | | | A lot of header clean-up.
* Fix power stroke closed path and minor tweacks for pencil powerstrokeJabier Arraiza2017-12-261-2/+7
|
* Fix start anchorsJabier Arraiza2017-12-251-264/+289
|
* Refactoring pencil powerstrokeJabier Arraiza2017-12-211-66/+53
|
* Working on powerstroke fixes to pentoolJabier Arraiza2017-12-181-194/+119
|
* Moving toleranceJabier Arraiza2017-12-081-4/+5
|
* Mege trunk into powerpencilIIJabier Arraiza2017-12-071-25/+36
|\
| * Add fix to problem switching pen tool modesJabier Arraiza2017-12-041-12/+35
| | | | | | | | Add fix to bspline when two cusp nodes arround a powered node
* | Update to trunkJabier Arraiza2017-12-041-2/+2
|\|
| * Misc. typosluzpaz2017-12-041-4/+4
| | | | | | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* | Remobing bspline interpolatorJabier Arraiza2017-12-021-0/+1
| |
* | CleaninngJabier Arraiza2017-12-011-96/+70
| |
* | Working on BSPline interpolatorJabier Arraiza2017-11-281-70/+96
| |
* | Working on continuous pathsJabier Arraiza2017-11-221-37/+53
| |
* | Smoothing start and endJabiertxo Arraiza Cenoz2017-11-201-36/+67
| |
* | Working on coontinuing pathsJabier Arraiza2017-11-191-155/+139
| |
* | Working on fix smooth drawJabier Arraiza2017-11-191-107/+118
| |
* | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-2/+4
| |
* | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-28/+47
| |
* | Working refactorJabiertxo Arraiza Cenoz2017-11-131-78/+102
| |
* | Added speed improbementsJabier Arraiza2017-11-121-46/+47
| |
* | Base refactorJabier Arraiza2017-11-121-98/+159
|/
* Merge branch 'master' into powerpencilJabier Arraiza2017-11-031-6/+6
|\