summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz2016-09-111-19/+20
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111)
* Fix a bug in pattern along path at first edit node after applied. Backport ↵Jabier Arraiza Cenoz2016-08-291-0/+13
| | | | | it to 0.92 (bzr r15089)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-15/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+15
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-15/+1
| | | (bzr r15025)
* Fixes some bugs related to powerstroke 'Powerstroke infinite loop'Jabier Arraiza Cenoz2016-06-161-30/+10
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1535444 - https://launchpad.net/bugs/1236320 - https://launchpad.net/bugs/1586973 (bzr r14991)
* Fix a bug on Pen tool when use bend path as option and the clipboard has ↵Jabier Arraiza Cenoz2016-05-101-1/+4
| | | | | something diferent than shape, path or group (bzr r14882)
* Fix crash when apply Bend From Clipboard to a clone by the pen/pencil toolbarJabier Arraiza Cenoz2016-01-061-1/+6
| | | (bzr r14563)