summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to trunkJabiertxof2017-01-211-17/+7
|\ | | | | (bzr r13645.1.165)
| * Remove obsolete commentJabiertxof2016-12-061-1/+0
| | | | | | (bzr r15303)
| * Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-3/+7
| | | | | | (bzr r15302)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-13/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+13
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-13/+0
| | | | | | (bzr r15025)
* | Fixing pointwiseJabier Arraiza Cenoz2016-05-261-1/+0
| | | | | | (bzr r13645.1.143)
* | update to trunkJabier Arraiza Cenoz2016-05-211-1/+1
|\| | | | | (bzr r13645.1.140)
| * Fix a bug in node editor in BSpline mode, wrong power when moving nodesJabier Arraiza Cenoz2016-05-191-1/+1
| | | | | | (bzr r14903)
* | update to trunkJabier Arraiza Cenoz2016-04-081-1/+1
|\| | | | | (bzr r13645.1.125)
| * Bug #1419517 Fix Crash when applying new path effect after deleting pattern ↵Jabier Arraiza Cenoz2016-03-181-1/+1
| | | | | | | | | | | | | | | | of Pattern-along-path LPE Fixed bugs: - https://launchpad.net/bugs/1419517 (bzr r14717)
* | Update to trunkJabier Arraiza Cenoz2016-03-151-2/+2
|\| | | | | (bzr r13645.1.119)
| * Fix wrong symm node type in BSpline converted to BezierJabier Arraiza Cenoz2016-01-051-1/+1
| | | | | | (bzr r14562)
| * Improve constant definitionsJabier Arraiza Cenoz2016-01-051-1/+1
| | | | | | (bzr r14561)
* | update to trunkJabier Arraiza Cenoz2015-09-011-1/+1
|\| | | | | (bzr r13645.1.117)
| * Improvements to BSPline widgets:jtx2015-09-011-1/+1
| | | | | | | | | | | | | | Now the "Change Weight" is % based insteas 0-1 interval Removed "Ignore cusp nodes" and substituted by: "Apply on cusp nodes" and "Apply on non cusp nodes" (bzr r14337)
* | update to trunkJabier Arraiza Cenoz2015-08-211-14/+13
|\| | | | | (bzr r13645.1.108)
| * A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-141-3/+5
| | | | | | (bzr r14301)
| * Refactor of BSPline code attemping to fix the duplicate end node bug, not ↵Jabier Arraiza Cenoz2015-08-131-11/+8
| | | | | | | | | | sure if fixed jet (bzr r14300)
* | update to trunkJabier Arraiza Cenoz2015-07-041-19/+20
|\| | | | | (bzr r13645.1.99)
| * Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-041-19/+20
| |\ | | | | | | | | | | | | May introduce regressions. (bzr r14226)
| | * Fix node editing problemsKrzysztof Kosi??ski2015-05-081-5/+5
| | | | | | | | | (bzr r14059.2.4)
| | * Update 2Geom to r2347Krzysztof Kosi??ski2015-04-301-3/+3
| | | | | | | | | (bzr r14059.2.3)
| | * 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-14/+15
| | | | | | | | | (bzr r14059.2.1)
* | | update to trunkJabier Arraiza Cenoz2015-06-251-4/+32
|\| | | | | | | | (bzr r13645.1.94)
| * | Snapping in node tool now also works when:Diederik van Lierop2015-05-301-4/+32
| |/ | | | | | | | | | | | | | | | | - when double clicking to insert a node on a path - when dragging a part of the path to deform it Fixed bugs: - https://launchpad.net/bugs/1448859 (bzr r14189)
* | update to trunkJabier Arraiza Cenoz2015-04-101-58/+58
|\| | | | | (bzr r13645.1.81)
| * Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-61/+61
| | | | | | (bzr r14054)
* | Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz2015-04-031-7/+0
|/ | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
* inicialice a header variableJabier Arraiza Cenoz2015-04-021-0/+1
| | | (bzr r14041)
* Fix a bug introduced by me using path parameters in LPEJabier Arraiza Cenoz2015-03-231-23/+17
| | | (bzr r14030)
* Fix a bug in multi-path-manipulator and finish bspline refactorJabier Arraiza Cenoz2015-03-211-15/+11
| | | (bzr r14026)
* Improve the cache system of bspline, "Correctly" show bspline weight power ↵Jabier Arraiza Cenoz2015-03-211-4/+17
| | | | | on nodes and handles (bzr r14023)
* Changed two SP_IS_LPE_ITEM callsJabier Arraiza Cenoz2015-03-181-16/+22
| | | (bzr r14013)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)Alvin Penner2014-12-151-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1367443 (bzr r13800)
* Remove unused variable and put well a constantJabier Arraiza Cenoz2014-11-031-4/+1
| | | (bzr r13669)
* remove magic numbers from bsplineJabier Arraiza Cenoz2014-09-231-6/+10
| | | (bzr r13341.1.219)
* fix bug -bad power- inserting nodes near cusp nodes in bsplineJabier Arraiza Cenoz2014-09-231-3/+31
| | | (bzr r13341.1.218)
* Fix bug moving nodes in bspline modeJabier Arraiza Cenoz2014-09-161-1/+1
| | | (bzr r13341.1.210)
* fixing cusp node bug on bspline -problems moving nodes because tiny handlesJabier Arraiza Cenoz2014-09-151-1/+3
| | | (bzr r13341.1.209)
* 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)