summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Fix start anchorsJabier Arraiza2017-12-251-1/+3
|
* Add fix to problem switching pen tool modesJabier Arraiza2017-12-041-5/+2
| | | | Add fix to bspline when two cusp nodes arround a powered node
* Merge branch 'master' into powerpencilJabier Arraiza2017-11-031-3/+3
|\
| * Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-3/+3
| |
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-281-0/+2
| |
* | Starting with powerpencilJabier Arraiza2017-08-251-6/+9
|/
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|
* Correct/rephrase a comment. Remove trailing space.Shlomi Fish2017-01-041-2/+4
| | | (bzr r15369.1.11)
* Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-1/+1
| | | (bzr r14054)
* A bit refactor, remove some old varsJabier Arraiza Cenoz2014-09-241-4/+0
| | | (bzr r13341.1.223)
* Show the helper curves in pen tool with the color of the current layer ↵Jabier Arraiza Cenoz2014-09-241-0/+1
| | | | | defined in objects dialog (bzr r13341.1.220)
* clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵Jabier Arraiza Cenoz2014-03-311-2/+5
| | | | | of one curve less in the header (bzr r11950.1.320)
* update to trunkJabier Arraiza Cenoz2014-03-271-9/+16
|\ | | | | (bzr r11950.1.315)
| * Cleaned up includes of tools / revert experimental casting macro ↵Markus Engel2014-03-261-9/+16
| | | | | | | | | | replacements from r13061 (bzr r13216)
* | Full refactor of path continuations in bspline-spirolive mode, I think no ↵Jabier Arraiza Cenoz2014-03-201-2/+2
| | | | | | | | | | more suv mac crashes, but need to be full tested again because a lot of things changed. (bzr r11950.1.308)
* | Refactor of anchorsJabier Arraiza Cenoz2014-03-201-0/+2
| | | | | | (bzr r11950.1.306)
* | Add new curve structure to show temporay item while draw on bspline and ↵Jabier Arraiza Cenoz2014-03-021-0/+4
|/ | | | | spiro, maybe the previous usage of the blue_curve give the strange errors in mac noticed by suv (bzr r11950.1.266)
* Made constructors of tools use initializer lists.Markus Engel2014-02-261-2/+2
| | | (bzr r13060)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+144
(bzr r12785)