summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive performance improvment for basic node operations with thousands of nodesLiam P. White2014-08-081-1/+31
| | | (bzr r13341.1.124)
* Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-131-1/+1
| | | (bzr r13341.1.12)
* Patch from Jabierxto to fix a bug I reported off-tracker.Josh Andler2014-05-121-2/+2
| | | (bzr r13341.3.1)
* adding Vinícius work whith node tipsJabier Arraiza Cenoz2014-05-051-10/+2
|\ | | | | (bzr r11950.1.339)
| * Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-051-7/+1
|/ | | | | | | | 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-29/+32
| | | | | | | 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-70/+96
| | | | | | | | | | | | | 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)
* use <cmath> instead <math.h> by point of ViníciusJabier Arraiza Cenoz2014-03-311-1/+1
| | | (bzr r11950.1.321)
* update to trunkJabier Arraiza Cenoz2014-03-231-0/+4
|\ | | | | (bzr r11950.1.311)
| * tool/node.cpp : don't rely on g_error terminating the program, allow more ↵Johan B. C. Engelen2014-03-221-0/+4
| | | | | | | | | | graceful error handling. (bzr r13183)
* | Fixing branch problemsJabier Arraiza Cenoz2014-03-051-32/+32
| | | | | | (bzr r11950.1.281)
* | TranslationsJabier Arraiza Cenoz2014-03-051-32/+32
| | | | | | (bzr r11950.1.279)
* | translations from spanish to english done, it might need a little review, ↵Guiu Rocafort2014-03-051-32/+32
| | | | | | | | | | but everything seems ok (bzr r11950.5.1)
* | Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz2014-03-011-15/+15
| | | | | | (bzr r11950.1.261)
* | adding some commentsJabier Arraiza Cenoz2014-02-281-2/+1
| | | | | | (bzr r11950.1.260)
* | Fix a bug whith oposite handles on node move,and a little cleanupJabier Arraiza Cenoz2014-01-091-8/+10
| | | | | | (bzr r11950.1.232)
* | Fixed a boring bug sometimes curves be converted to lines, increasing a bit ↵Jabier Arraiza Cenoz2014-01-021-3/+18
| | | | | | | | | | the distance from the handle to the line (bzr r11950.1.230)
* | fix a bug whith degenerate handlesJabier Arraiza Cenoz2013-12-311-1/+1
| | | | | | (bzr r11950.1.229)
* | Spanish comment of node.cppJabier Arraiza Cenoz2013-12-301-20/+33
| | | | | | (bzr r11950.1.217)
* | RefactJabier Arraiza Cenoz2013-12-301-0/+1
| | | | | | (bzr r11950.1.216)
* | Updated tip stringsJabier Arraiza Cenoz2013-12-301-4/+8
| | | | | | (bzr r11950.1.215)
* | RefactorizingJabier Arraiza Cenoz2013-12-301-13/+8
| | | | | | (bzr r11950.1.212)
* | RefactorizingJabier Arraiza Cenoz2013-12-301-132/+78
| | | | | | (bzr r11950.1.211)
* | Fix a bug delete BSpline LPE from a path retain some BSpline propertiesJabier Arraiza Cenoz2013-12-031-30/+33
| | | | | | (bzr r11950.1.206)
* | Update to trunkJabier Arraiza Cenoz2013-11-081-2/+2
|\| | | | | (bzr r11950.1.193)
| * First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+2
| | | | | | (bzr r12782)
* | Update to trunkJabier Arraiza Cenoz2013-10-131-7/+6
|\| | | | | (bzr r11950.1.181)
| * Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-7/+6
| | | | | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* | fix bsplinesJabier Arraiza Cenoz2013-10-071-2/+3
| | | | | | (bzr r11950.1.179)
* | fix bsplinesJabier Arraiza Cenoz2013-10-071-2/+2
| | | | | | (bzr r11950.1.178)
* | fix bsplinesJabier Arraiza Cenoz2013-10-071-2/+2
| | | | | | (bzr r11950.1.177)
* | fix bsplinesJabier Arraiza Cenoz2013-10-071-1/+4
| | | | | | (bzr r11950.1.176)
* | fix bsplinesJabier Arraiza Cenoz2013-10-071-2/+0
| | | | | | (bzr r11950.1.175)
* | Fixing BSplinesJabier Arraiza Cenoz2013-10-071-0/+1
| | | | | | (bzr r11950.1.174)
* | update to trunkJabier Arraiza Cenoz2013-10-071-1/+1
| | | | | | (bzr r11950.1.173)
* | fix in nodesJabier Arraiza Cenoz2013-10-071-0/+2
| | | | | | (bzr r11950.1.172)
* | Fix bspline and strip multi node bspline power editing whith node tool ↵Jabier Arraiza Cenoz2013-10-061-51/+51
| | | | | | | | | | because UX (bzr r11950.1.168)
* | update to trunkJabier Arraiza Cenoz2013-08-091-6/+12
|\| | | | | (bzr r11950.1.127)
| * Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-6/+12
| | | | | | (bzr r12380.1.47)
* | Fix error with try-catchJabier Arraiza Cenoz2013-05-161-12/+49
| | | | | | (bzr r11950.1.115)
* | Change only selected nodesroot2013-05-061-5/+7
| | | | | | (bzr r11950.1.113)
* | Removed auto select nodes, not decide for the user. Added auto update all ↵Jabier Arraiza Cenoz2013-05-061-24/+9
| | | | | | | | | | selected handles when drag (bzr r11950.1.111)
* | Fixed important selection bug when changing to cusp nodesJabier Arraiza Cenoz2013-04-271-29/+40
| | | | | | (bzr r11950.1.109)
* | Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ↵root2013-04-171-4/+13
| | | | | | | | | | snapping. Added new button widget to make cusp node (bzr r11950.1.96)
* | Change width only for selected nodes by widgetroot2013-04-071-1/+1
| | | | | | (bzr r11950.1.83)
* | Fixed scale-rotate isue with paths multiplesroot2013-04-011-0/+6
| | | | | | (bzr r11950.1.80)
* | Fix scale and rotate some nodesJabier Arraiza Cenoz2013-03-311-21/+20
| | | | | | (bzr r11950.1.78)
* | Mauro based feedbak added some fixesJabier Arraiza Cenoz2013-03-231-1/+3
| | | | | | (bzr r11950.1.68)
* | Inserting nodes fixed, cleanupJabier Arraiza Cenoz2013-03-211-34/+27
|\ \ | | | | | | (bzr r11950.1.63)
| * | Fixing node faultjtx2013-03-201-2/+12
| | | | | | | | | (bzr r11950.4.3)