summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some redraw problems moving nodes in bspline modeJabier Arraiza Cenoz2014-08-041-8/+8
| | | (bzr r13341.1.115)
* Merge from trunk 13472Liam P. White2014-07-271-13/+15
|\ | | | | (bzr r13341.1.102)
| * Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | | | | (bzr r13459)
| * Fix pentool backspace bug. Thanks JabierJohan B. C. Engelen2014-07-011-12/+23
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1336561 (bzr r13445)
* | fix bug pointed by LiamW in SpiroliveJabier Arraiza Cenoz2014-07-221-1/+0
| | | | | | (bzr r13341.1.94)
* | pen tool: add back removal of curvature handle when backspace-deleting a ↵Johan B. C. Engelen2014-07-011-29/+32
| | | | | | | | | | | | | | node while drawing many code improvements: unnecessary casts, whitespace, { }, reduce variable scope. should all be noops. (bzr r13341.1.73)
* | Update to latest tip (trunk r13432)Liam P. White2014-06-191-0/+2
|\| | | | | (bzr r13341.1.62)
| * pen tool: fix crash when finishing path with right-click or enter while ↵Johan B. C. Engelen2014-06-111-0/+2
| | | | | | | | | | | | | | | | dragging from path's startnode (otherwise closing the path) Fixed bugs: - https://launchpad.net/bugs/1326652 (bzr r13422)
* | fix a bug on spirolive close pathJabier Arraiza Cenoz2014-06-091-27/+29
| | | | | | (bzr r13341.1.55)
* | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-131-3/+19
| | | | | | (bzr r13341.1.12)
* | Refactor of end anchors.Jabier Arraiza Cenoz2014-04-011-87/+82
| | | | | | (bzr r11950.1.325)
* | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵Jabier Arraiza Cenoz2014-03-311-10/+8
| | | | | | | | | | of one curve less in the header (bzr r11950.1.320)
* | update to trunkJabier Arraiza Cenoz2014-03-271-115/+132
|\| | | | | (bzr r11950.1.315)
| * Changed some return types from gint to bool.Markus Engel2014-03-271-5/+5
| | | | | | (bzr r13220)
| * Cleaned up connector-tool, pen-tool, and pencil-tool.Markus Engel2014-03-261-97/+115
| | | | | | (bzr r13217)
* | Fixed bug continuing cusp nodesJabier Arraiza Cenoz2014-03-201-1/+1
| | | | | | (bzr r11950.1.310)
* | Full refactor of path continuations in bspline-spirolive mode, I think no ↵Jabier Arraiza Cenoz2014-03-201-3/+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-9/+9
| | | | | | (bzr r11950.1.306)
* | Fix a bug when starting path with change from bspline to spiro and inverseJabier Arraiza Cenoz2014-03-191-3/+4
| | | | | | (bzr r11950.1.304)
* | Fixed a bug when click over the previuos node in bspline/spiro moderoot2014-03-061-1/+0
| | | | | | (bzr r11950.1.285)
* | Fixing branch problemsJabier Arraiza Cenoz2014-03-051-36/+31
| | | | | | (bzr r11950.1.281)
* | TranslationsJabier Arraiza Cenoz2014-03-051-31/+36
| | | | | | (bzr r11950.1.279)
* | completed mergingGuiu Rocafort2014-03-051-5/+5
|\ \ | | | | | | (bzr r11950.5.2)
| * | Change tooltip to one more explicit to make cusp nodesJabier Arraiza Cenoz2014-03-041-4/+4
| | | | | | | | | (bzr r11950.1.275)
| * | Reduce a half the spiro distance to redrawJabier Arraiza Cenoz2014-03-041-1/+1
| | | | | | | | | (bzr r11950.1.273)
* | | translations from spanish to english done, it might need a little review, ↵Guiu Rocafort2014-03-051-36/+31
|/ / | | | | | | | | but everything seems ok (bzr r11950.5.1)
* | Add new curve structure to show temporay item while draw on bspline and ↵Jabier Arraiza Cenoz2014-03-021-9/+19
| | | | | | | | | | spiro, maybe the previous usage of the blue_curve give the strange errors in mac noticed by suv (bzr r11950.1.266)
* | Fixed update to trunk, lot of changes viníciusJabier Arraiza Cenoz2014-03-021-84/+38
| | | | | | (bzr r11950.1.265)
* | Resolving conflicts, maybe brokenJabier Arraiza Cenoz2014-03-021-602/+592
|\| | | | | (bzr r11950.1.264)
| * Added some consts. Turned functions to member functions.Markus Engel2014-03-021-430/+384
| | | | | | (bzr r13089)
* | update to trunkJabier Arraiza Cenoz2014-02-261-25/+40
|\| | | | | (bzr r11950.1.258)
| * Made constructors of tools use initializer lists.Markus Engel2014-02-261-25/+40
| | | | | | (bzr r13060)
* | Fixed some/all bugs related to continuing bspline/spiro curves advertaising ↵Jabier Arraiza Cenoz2014-02-261-23/+27
| | | | | | | | | | by suv (bzr r11950.1.257)
* | Add correct preview for coninuing paths whith pencil and draw modesJabier Arraiza Cenoz2014-02-011-0/+32
| | | | | | (bzr r11950.1.245)
* | Fixed a boring bug sometimes curves be converted to lines, increasing a bit ↵Jabier Arraiza Cenoz2014-01-021-12/+17
| | | | | | | | | | the distance from the handle to the line (bzr r11950.1.230)
* | Spanish comment of pencil-tool.cpp/.hJabier Arraiza Cenoz2013-12-311-97/+53
| | | | | | (bzr r11950.1.226)
* | RefactorizingJabier Arraiza Cenoz2013-12-301-61/+13
| | | | | | (bzr r11950.1.212)
* | Fix crash bug continuing empty pathsJabier Arraiza Cenoz2013-12-281-0/+2
| | | | | | (bzr r11950.1.210)
* | Update to trunkJabier Arraiza Cenoz2013-11-121-6/+6
|\| | | | | (bzr r11950.1.198)
| * Clean up some tool related things.Markus Engel2013-11-121-6/+6
| | | | | | (bzr r12795)
* | Update to trunkJabier Arraiza Cenoz2013-11-101-48/+1015
|/ | | (bzr r11950.1.195)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+1404
(bzr r12785)