summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-11Make all status messages in node tool translatablePatrick Storz1-37/+27
2019-08-23Eliminate clang warningsThomas Holder1-24/+18
2019-03-03This patch fixes the behaviour of control-handle locking duringIan Bruce1-46/+81
2019-03-03This patch alters the tip information displayed during path node editing,Ian Bruce1-84/+218
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-11Support smooth scrolling (part 2)Eduard Braun1-1/+5
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-8/+8
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-5/+8
2018-01-08Misc. typosluz.paz1-2/+2
2017-11-07Misc. typosUnknown1-6/+6
2017-09-21Remove usage of GString from tool/node.cppJan Lingscheid1-12/+7
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