summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-19Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz1-8/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-05-29fix-bug-1586749. Broken english in bspline help messageJabier Arraiza Cenoz1-1/+1
2016-01-05Improve constant definitionsJabier Arraiza Cenoz1-1/+1
2015-09-01Improvements to BSPline widgets:jtx1-1/+1
2015-08-14A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz1-2/+0
2015-08-13Refactor of BSPline code attemping to fix the duplicate end node bug, not sur...Jabier Arraiza Cenoz1-59/+38
2015-08-08minor coding style changesJabier Arraiza Cenoz1-26/+26
2015-06-25Improve Tips for BSpline modeJabier Arraiza Cenoz1-2/+3
2015-04-30Update 2Geom to r2347Krzysztof Kosi??ski1-1/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+9
2015-04-10Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz1-49/+49
2015-03-21Improve the cache system of bspline, "Correctly" show bspline weight power on...Jabier Arraiza Cenoz1-7/+8
2015-03-21fix bspline calls and atemp to fic a bug whith mapJabier Arraiza Cenoz1-10/+10
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-5/+5
2014-11-17commented unused variablesJabier Arraiza Cenoz1-2/+2
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-09-29This push add suport to helper paths redraw to nodes, handles and knots. Jabier Arraiza Cenoz1-1/+10
2014-09-27Update to experimental r13565Liam P. White1-15/+21
2014-09-23remove magic numbers from bsplineJabier Arraiza Cenoz1-15/+20
2014-09-22Fix a bug in BSpline, happend pressing any key hover a modified weight handle...Jabier Arraiza Cenoz1-0/+1
2014-08-08Massive performance improvment for basic node operations with thousands of nodesLiam P. White1-1/+31
2014-05-13Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz1-1/+1
2014-05-13Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz1-1/+1
2014-05-13Patch from Jabierxto to fix a bug I reported off-tracker.ScislaC1-2/+2
2014-05-12Patch from Jabierxto to fix a bug I reported off-tracker.Josh Andler1-2/+2
2014-05-05Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira1-7/+1
2014-04-01A refactor for fixing some issues. Pending how to handle static functions Jabier Arraiza Cenoz1-29/+32
2014-03-31Some node.cpp/h work moved to path_manipulator.Jabier Arraiza Cenoz1-70/+96
2014-03-31use <cmath> instead <math.h> by point of ViníciusJabier Arraiza Cenoz1-1/+1
2014-03-22tool/node.cpp : don't rely on g_error terminating the program, allow more gra...Johan B. C. Engelen1-0/+4
2014-03-05Fixing branch problemsJabier Arraiza Cenoz1-32/+32
2014-03-05TranslationsJabier Arraiza Cenoz1-32/+32
2014-03-05translations from spanish to english done, it might need a little review, but...Guiu Rocafort1-32/+32
2014-03-01Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz1-15/+15
2014-02-28adding some commentsJabier Arraiza Cenoz1-2/+1
2014-01-09Fix a bug whith oposite handles on node move,and a little cleanupJabier Arraiza Cenoz1-8/+10
2014-01-02Fixed a boring bug sometimes curves be converted to lines, increasing a bit t...Jabier Arraiza Cenoz1-3/+18
2013-12-31fix a bug whith degenerate handlesJabier Arraiza Cenoz1-1/+1
2013-12-30Spanish comment of node.cppJabier Arraiza Cenoz1-20/+33
2013-12-30RefactJabier Arraiza Cenoz1-0/+1
2013-12-30Updated tip stringsJabier Arraiza Cenoz1-4/+8
2013-12-30RefactorizingJabier Arraiza Cenoz1-13/+8
2013-12-30RefactorizingJabier Arraiza Cenoz1-132/+78
2013-12-03Fix a bug delete BSpline LPE from a path retain some BSpline propertiesJabier Arraiza Cenoz1-30/+33
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-2/+2
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-7/+6