summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pencil-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-2/+2
| |
| * Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-4/+4
| |
* | Parametrice into preferences magic numbers and other staffJabier Arraiza2017-08-281-4/+8
| |
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-281-7/+14
| |
* | Add previewJabier Arraiza2017-08-271-86/+79
| |
* | Working on preview over powerpencilJabier Arraiza2017-08-271-37/+178
| |
* | Starting with powerpencilJabier Arraiza2017-08-251-7/+71
|/
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|
* Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-051-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210)
* 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)
* Partial fix for bug 172063 while we find a better solution for XOR in helper ↵Jabier Arraiza Cenoz2016-08-291-1/+1
| | | | | lines (bzr r15090)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | (bzr r15025)
* Fix bug 1540155: Interactive simplify on pencit tool is hard to editJabier Arraiza Cenoz2016-03-021-6/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540155 (bzr r14679)
* update to trunkJabier Arraiza Cenoz2015-07-241-14/+12
|\ | | | | (bzr r13973.1.15)
| * Fix a bug in BSpline whith pencil mode and handles toleranceJabier Arraiza Cenoz2015-05-291-6/+7
| | | | | | (bzr r14187)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-3/+0
| | | | | | (bzr r14126)
| * Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-11/+11
| | | | | | (bzr r14054)