summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive performance improvment for basic node operations with thousands of nodesLiam P. White2014-08-081-2/+8
| | | (bzr r13341.1.124)
* Fixed some redraw problems moving nodes in bspline modeJabier Arraiza Cenoz2014-08-041-2/+4
| | | (bzr r13341.1.115)
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-021-5/+15
| | | (bzr r13341.1.74)
* Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-051-4/+8
| | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1)
* A refactor for fixing some issues. Pending how to handle static functions Jabier Arraiza Cenoz2014-04-011-11/+11
| | | | | | | Vinícius for handle tips in his static functions i know two ways: A: A bool property in node class of node.h to handle if curve is bspline B: Call another non static function from the static tips one -not tested- (bzr r11950.1.323)
* Some node.cpp/h work moved to path_manipulator.Jabier Arraiza Cenoz2014-03-311-31/+15
| | | | | | | | | | | | | Header variable bsplineWeight removed from all. Simplification of code with less functions in path_manipulator. To fix: tips stop working because is handled by two static functions and couldent call to path_manipulator from here. Vinícius, any work arround? lines 480,481,1426,1427,1462 of node.cpp. gez: ¿Puedes probar si notas algun bug o problema? principalmente con la herramienta nodo, gracias. (bzr r11950.1.322)
* Fix to solve static var in isBSpline functionJabier Arraiza Cenoz2014-03-161-11/+10
| | | (bzr r11950.1.298)
* simplify the code in isBSplineJabier Arraiza Cenoz2014-03-141-2/+3
| | | (bzr r11950.1.297)
* disabling cache approach for isBSpline function, pointed by ViníciusJabier Arraiza Cenoz2014-03-141-7/+8
| | | (bzr r11950.1.296)
* Small code simplificationVinícius dos Santos Oliveira2014-03-141-5/+1
| | | (bzr r11950.7.1)
* Fixing branch problemsJabier Arraiza Cenoz2014-03-051-7/+7
| | | (bzr r11950.1.281)
* TranslationsJabier Arraiza Cenoz2014-03-051-7/+7
| | | (bzr r11950.1.279)
* translations from spanish to english done, it might need a little review, ↵Guiu Rocafort2014-03-051-7/+7
| | | | | but everything seems ok (bzr r11950.5.1)
* Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz2014-03-011-8/+11
| | | (bzr r11950.1.261)
* Removing hack for force show red lines in bspline modeJabier Arraiza Cenoz2014-02-081-7/+0
| | | (bzr r11950.1.251)
* add comment to bspline red outline hackJabier Arraiza Cenoz2014-01-301-0/+2
| | | (bzr r11950.1.244)
* Hack to can show/hide bspline linesJabier Arraiza Cenoz2014-01-301-2/+3
| | | (bzr r11950.1.243)
* fix bug compilingJabier Arraiza Cenoz2014-01-301-1/+1
| | | (bzr r11950.1.242)
* show outline by default in bspline, tnx to su_v suggestionJabier Arraiza Cenoz2014-01-301-0/+3
| | | (bzr r11950.1.241)
* show outline like normal paths, by good su_v suggestionJabier Arraiza Cenoz2014-01-301-2/+2
| | | (bzr r11950.1.239)
* update to trunkJabier Arraiza Cenoz2014-01-181-2/+2
|\ | | | | (bzr r11950.1.235)
| * update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
| | | | | | (bzr r12921)
* | Fix a bug whith oposite handles on node move,and a little cleanupJabier Arraiza Cenoz2014-01-091-6/+1
| | | | | | (bzr r11950.1.232)
* | Fixed a boring bug sometimes curves be converted to lines, increasing a bit ↵Jabier Arraiza Cenoz2014-01-021-4/+2
| | | | | | | | | | the distance from the handle to the line (bzr r11950.1.230)
* | Spanish comment of freehand-base.cppJabier Arraiza Cenoz2013-12-301-1/+0
| | | | | | (bzr r11950.1.224)
* | Spanish comment of path-manipulator-cppJabier Arraiza Cenoz2013-12-301-14/+18
| | | | | | (bzr r11950.1.223)
* | RefactorizingJabier Arraiza Cenoz2013-12-301-9/+2
| | | | | | (bzr r11950.1.212)
* | RefactorizingJabier Arraiza Cenoz2013-12-301-6/+1
| | | | | | (bzr r11950.1.211)
* | Fix a bug delete BSpline LPE from a path retain some BSpline propertiesJabier Arraiza Cenoz2013-12-031-21/+31
| | | | | | (bzr r11950.1.206)
* | Update to trunkJabier Arraiza Cenoz2013-11-081-1/+1
|\| | | | | (bzr r11950.1.193)
| * First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | | | | (bzr r12782)
* | Fixing BSplinesJabier Arraiza Cenoz2013-10-071-6/+10
| | | | | | (bzr r11950.1.174)
* | Fix scaling handlesJabier Arraiza Cenoz2013-10-061-23/+13
| | | | | | (bzr r11950.1.171)
* | Fix scaling handlesJabier Arraiza Cenoz2013-10-061-3/+3
| | | | | | (bzr r11950.1.170)
* | UX improvementsJabier Arraiza Cenoz2013-10-061-16/+20
| | | | | | (bzr r11950.1.166)
* | Fix in BSplineJabier Arraiza Cenoz2013-10-061-1/+1
| | | | | | (bzr r11950.1.163)
* | fix whith bspline handlesJabier Arraiza Cenoz2013-10-051-2/+4
| | | | | | (bzr r11950.1.162)
* | Fix moving handlesJabier Arraiza Cenoz2013-10-051-2/+4
| | | | | | (bzr r11950.1.160)
* | update to trunkroot2013-10-051-2/+7
|\| | | | | (bzr r11950.1.159)
| * C++Johan B. C. Engelen2013-10-041-1/+1
| | | | | | (bzr r12659)
| * fix bug (added some comments to jabiertxof's patch)Johan B. C. Engelen2013-10-041-2/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1235032 (bzr r12658)
| * Do not allow NULL _spcurve to be set in PathManipulator.Krzysztof Kosi??ski2013-10-041-0/+4
| | | | | | | | | | | | | | | | Fixes crasher bug #488035. Fixed bugs: - https://launchpad.net/bugs/488035 (bzr r12655)
* | update to trunkJabier Arraiza Cenoz2013-10-021-2/+7
|\| | | | | (bzr r11950.1.158)
| * Fix segment welding in the node tool hanging when a two-point segmentKrzysztof Kosi??ski2013-10-021-2/+7
| | | | | | | | | | | | | | | | and at least one additional point is selected. Fixes LP bug #710101. Fixed bugs: - https://launchpad.net/bugs/710101 (bzr r12650)
* | Fixed a bug editing paths in others LPE -envelope-Jabier Arraiza Cenoz2013-09-301-1/+1
| | | | | | (bzr r11950.1.157)
* | Fix editing paths in live effectJabier Arraiza Cenoz2013-09-271-1/+1
| | | | | | (bzr r11950.1.154)
* | update to trunkJabier Arraiza Cenoz2013-09-261-1/+1
|\| | | | | (bzr r11950.1.150)
| * random code cleanupJohan B. C. Engelen2013-09-261-1/+1
| | | | | | (bzr r12596)
* | Compiling problem solved thaks to ~suvJabier Arraiza Cenoz2013-09-261-2/+4
| | | | | | (bzr r11950.1.149)
* | Update to trunkJabier Arraiza Cenoz2013-09-251-2/+2
|\| | | | | (bzr r11950.1.148)