summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | fix bug pointed by LiamW in SpiroliveJabier Arraiza Cenoz2014-07-221-1/+0
| | | | | | | | | | | | | | | (bzr r13341.1.94)
| * | | | Update to experimental r13418Liam P. White2014-07-051-29/+32
| |\| | | | | | | | | | | | | (bzr r13090.1.87)
| | * | | 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 experimental r13404Liam P. White2014-06-192-35/+26
| |\| | | | | | | | | | (bzr r13090.1.84)
| | * | Update to latest tip (trunk r13432)Liam P. White2014-06-192-35/+26
| | |\| | | | | | | | | (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 flakiness of measurement tool (due to issues with parallel lines, ↵Diederik van Lierop2014-05-231-35/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | duplicate intersections, and faulty sorting of intersections) Fixed bugs: - https://launchpad.net/bugs/1022733 (bzr r13397)
| * | | Update to experimental r13402Liam P. White2014-06-141-27/+29
| |\| | | | | | | | | | (bzr r13090.1.82)
| | * | fix a bug on spirolive close pathJabier Arraiza Cenoz2014-06-091-27/+29
| | | | | | | | | | | | (bzr r13341.1.55)
| | * | Undo changes in r13391Liam P. White2014-06-073-4/+5
| | | | | | | | | | | | (bzr r13341.1.51)
| | * | Clean up some unnecessary pointer usage in livarotLiam P. White2014-06-063-5/+4
| | | | | | | | | | | | (bzr r13341.1.50)
| * | | Update to experimental (r13376)Liam P. White2014-05-173-6/+66
| |\| | | | | | | | | | (bzr r13090.1.79)
| | * | Add Simplify LPEJabier Arraiza Cenoz2014-05-132-3/+47
| | | | | | | | | | | | (bzr r13341.1.13)
| | * | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-131-3/+19
| | | | | | | | | | | | (bzr r13341.1.12)
| * | | Update to trunk/integrate BSplineLiam P. White2014-05-096-55/+1095
| |\| | | | | | | | | | (bzr r13090.1.73)
| | * | Refactor of end anchors.Jabier Arraiza Cenoz2014-04-012-87/+101
| | | | | | | | | | | | (bzr r11950.1.325)
| | * | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵Jabier Arraiza Cenoz2014-03-314-29/+20
| | | | | | | | | | | | | | | | | | | | of one curve less in the header (bzr r11950.1.320)
| | * | update to trunkJabier Arraiza Cenoz2014-03-306-40/+44
| | |\| | | | | | | | | (bzr r11950.1.317)
| | * | update to trunkJabier Arraiza Cenoz2014-03-2718-362/+416
| | |\ \ | | | | | | | | | | (bzr r11950.1.315)
| | * | | Fixed bug continuing cusp nodesJabier Arraiza Cenoz2014-03-201-1/+1
| | | | | | | | | | | | | | | (bzr r11950.1.310)
| | * | | Removed persistent blue lineJabier Arraiza Cenoz2014-03-201-0/+4
| | | | | | | | | | | | | | | (bzr r11950.1.309)
| | * | | Full refactor of path continuations in bspline-spirolive mode, I think no ↵Jabier Arraiza Cenoz2014-03-204-27/+22
| | | | | | | | | | | | | | | | | | | | | | | | | 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-203-67/+50
| | | | | | | | | | | | | | | (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)
| | * | | Fixing suv mac bug continuing existing bsplines/spiro pathsroot2014-03-191-1/+1
| | | | | | | | | | | | | | | (bzr r11950.1.303)
| | * | | This think fix su_v related bug on continuous paths in BSpline or Spiro modeJabier Arraiza Cenoz2014-03-191-1/+13
| | | | | | | | | | | | | | | (bzr r11950.1.301)
| | * | | update to trunkJabier Arraiza Cenoz2014-03-104-11/+29
| | |\ \ \ | | | | | | | | | | | | (bzr r11950.1.289)
| | * | | | Removing repeated condition logical test to make the code more readableVinícius dos Santos Oliveira2014-03-101-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and easier to follow. (bzr r11950.6.2)
| | * | | | Shortening code through removal of variable declaration used only at oneVinícius dos Santos Oliveira2014-03-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | place. (bzr r11950.6.1)
| | * | | | Fixed a bug when click over the previuos node in bspline/spiro moderoot2014-03-061-1/+0
| | | | | | | | | | | | | | | | | | (bzr r11950.1.285)
| | * | | | update to trunkJabier Arraiza Cenoz2014-03-063-120/+104
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11950.1.283)
| | * | | | | Fixing branch problemsJabier Arraiza Cenoz2014-03-055-63/+60
| | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.281)
| | * | | | | TranslationsJabier Arraiza Cenoz2014-03-055-60/+63
| | | | | | | | | | | | | | | | | | | | | (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-055-63/+60
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-023-9/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-022-85/+66
| | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.265)
| | * | | | | Resolving conflicts, maybe brokenJabier Arraiza Cenoz2014-03-0216-1226/+1187
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11950.1.264)
| | * \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-03-014-43/+46
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r11950.1.263)
| | * | | | | | | adding some commentsJabier Arraiza Cenoz2014-02-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.260)
| | * | | | | | | update to trunkJabier Arraiza Cenoz2014-02-281-36/+62
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.259)
| | * \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-02-2633-515/+425
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.258)
| | * | | | | | | | | Fixed some/all bugs related to continuing bspline/spiro curves advertaising ↵Jabier Arraiza Cenoz2014-02-262-35/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by suv (bzr r11950.1.257)
| | * | | | | | | | | update to trunkJabier Arraiza Cenoz2014-02-235-0/+10
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.255)
| | * \ \ \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-02-191-16/+8
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.254)
| | * \ \ \ \ \ \ \ \ \ \ update to trunkJabier Arraiza Cenoz2014-02-082-7/+7
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.250)
| | * | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-02-081-24/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.249)
| | * | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2014-02-052-29/+34
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.248)