summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-21Fixed bug whith mapsJabier Arraiza Cenoz3-18/+16
2015-03-21Fix a bug in multi-path-manipulator and finish bspline refactorJabier Arraiza Cenoz3-17/+13
2015-03-21Improve the cache system of bspline, "Correctly" show bspline weight power on...Jabier Arraiza Cenoz4-14/+28
2015-03-21fix bspline calls and atemp to fic a bug whith mapJabier Arraiza Cenoz3-14/+14
2015-03-19fixing a boring bug in path manipulatorJabier Arraiza Cenoz1-16/+22
2015-03-18Changed two SP_IS_LPE_ITEM callsJabier Arraiza Cenoz1-16/+22
2015-01-01simplify and optimice code for mobe bspline from pathsJabier Arraiza Cenoz1-8/+12
2015-01-01Allow reposition of BSpline using the pathJabier Arraiza Cenoz1-2/+12
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White6-11/+11
2014-12-21Purge sp_desktop_controlsLiam P. White3-5/+5
2014-12-15when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)Alvin Penner1-0/+4
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-11-03Remove unused variable and put well a constantJabier Arraiza Cenoz1-4/+1
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. White4-27/+67
2014-09-23remove magic numbers from bsplineJabier Arraiza Cenoz2-21/+30
2014-09-23fix bug -bad power- inserting nodes near cusp nodes in bsplineJabier Arraiza Cenoz1-3/+31
2014-09-22Fix a bug in BSpline, happend pressing any key hover a modified weight handle...Jabier Arraiza Cenoz1-0/+1
2014-09-16Fix bug moving nodes in bspline modeJabier Arraiza Cenoz1-1/+1
2014-09-15fixing cusp node bug on bspline -problems moving nodes because tiny handlesJabier Arraiza Cenoz1-1/+3
2014-08-08Massive performance improvment for basic node operations with thousands of nodesLiam P. White7-18/+92
2014-08-04Fixed some redraw problems moving nodes in bspline modeJabier Arraiza Cenoz1-2/+4
2014-07-02Add LPE fillet-chamferJabier Arraiza Cenoz2-6/+17
2014-06-01remove fwd decl (a left-over, not intended for something useful) that breaks ...Johan B. C. Engelen1-8/+0
2014-05-15fix C++11 compilationJohan B. C. Engelen1-0/+3
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-05adding const _pathmanipulatos staff to handles (handles also have tips)Jabier Arraiza Cenoz1-0/+4
2014-05-05Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira4-12/+17
2014-04-01A refactor for fixing some issues. Pending how to handle static functions Jabier Arraiza Cenoz3-42/+45
2014-03-31Some node.cpp/h work moved to path_manipulator.Jabier Arraiza Cenoz5-110/+118
2014-03-31use <cmath> instead <math.h> by point of ViníciusJabier Arraiza Cenoz1-1/+1
2014-03-30Fix checking for unordered containers on incomplete C++11 implementationsAlex Valavanis1-1/+5
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-20control-point-selection : fix a (very unlikely) crash upon dereferencing unit...Johan B. C. Engelen1-0/+4
2014-03-16Fix to solve static var in isBSpline functionJabier Arraiza Cenoz2-12/+12
2014-03-14simplify the code in isBSplineJabier Arraiza Cenoz1-2/+3
2014-03-14disabling cache approach for isBSpline function, pointed by ViníciusJabier Arraiza Cenoz2-8/+9
2014-03-14Adding default argument to PathManipulator::isBSpline.Vinícius dos Santos Oliveira1-1/+1
2014-03-14Small code simplificationVinícius dos Santos Oliveira1-5/+1
2014-03-05Fixing branch problemsJabier Arraiza Cenoz5-44/+46
2014-03-05TranslationsJabier Arraiza Cenoz5-46/+44
2014-03-05translations from spanish to english done, it might need a little review, but...Guiu Rocafort5-44/+46
2014-03-03Fixed path color when changed by Objects DialogLiam P. White2-4/+4
2014-03-01Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz4-27/+29
2014-02-28adding some commentsJabier Arraiza Cenoz1-2/+1