summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive performance improvment for basic node operations with thousands of nodesLiam P. White2014-08-087-18/+92
* Fixed some redraw problems moving nodes in bspline modeJabier Arraiza Cenoz2014-08-041-2/+4
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-022-6/+17
* fix C++11 compilationJohan B. C. Engelen2014-05-151-0/+3
* Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-131-1/+1
* Patch from Jabierxto to fix a bug I reported off-tracker.Josh Andler2014-05-121-2/+2
* adding const _pathmanipulatos staff to handles (handles also have tips)Jabier Arraiza Cenoz2014-05-051-0/+4
* adding Vinícius work whith node tipsJabier Arraiza Cenoz2014-05-054-15/+18
|\
| * Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-054-12/+17
|/
* A refactor for fixing some issues. Pending how to handle static functions Jabier Arraiza Cenoz2014-04-013-42/+45
* Some node.cpp/h work moved to path_manipulator.Jabier Arraiza Cenoz2014-03-315-110/+118
* use <cmath> instead <math.h> by point of ViníciusJabier Arraiza Cenoz2014-03-311-1/+1
* update to trunkJabier Arraiza Cenoz2014-03-301-1/+5
|\
| * Fix checking for unordered containers on incomplete C++11 implementationsAlex Valavanis2014-03-301-1/+5
* | update to trunkJabier Arraiza Cenoz2014-03-232-0/+8
|\|
| * tool/node.cpp : don't rely on g_error terminating the program, allow more gra...Johan B. C. Engelen2014-03-221-0/+4
| * control-point-selection : fix a (very unlikely) crash upon dereferencing unit...Johan B. C. Engelen2014-03-201-0/+4
* | Fix to solve static var in isBSpline functionJabier Arraiza Cenoz2014-03-162-12/+12
* | simplify the code in isBSplineJabier Arraiza Cenoz2014-03-141-2/+3
* | disabling cache approach for isBSpline function, pointed by ViníciusJabier Arraiza Cenoz2014-03-142-8/+9
* | Adding default argument to PathManipulator::isBSpline.Vinícius dos Santos Oliveira2014-03-141-1/+1
* | Small code simplificationVinícius dos Santos Oliveira2014-03-141-5/+1
* | Fixing branch problemsJabier Arraiza Cenoz2014-03-055-44/+46
* | TranslationsJabier Arraiza Cenoz2014-03-055-46/+44
* | translations from spanish to english done, it might need a little review, but...Guiu Rocafort2014-03-055-44/+46
* | Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz2014-03-014-27/+29
* | adding some commentsJabier Arraiza Cenoz2014-02-281-2/+1
* | Removing hack for force show red lines in bspline modeJabier Arraiza Cenoz2014-02-081-7/+0
* | add comment to bspline red outline hackJabier Arraiza Cenoz2014-01-301-0/+2
* | Hack to can show/hide bspline linesJabier Arraiza Cenoz2014-01-301-2/+3
* | fix bug compilingJabier Arraiza Cenoz2014-01-301-1/+1
* | show outline by default in bspline, tnx to su_v suggestionJabier Arraiza Cenoz2014-01-301-0/+3
* | show outline like normal paths, by good su_v suggestionJabier Arraiza Cenoz2014-01-301-2/+2
* | update to trunkJabier Arraiza Cenoz2014-01-182-13/+2
|\|
| * multi-path-manipulator: strip dead codeAlex Valavanis2014-01-141-11/+0
| * update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
* | Fix a bug whith oposite handles on node move,and a little cleanupJabier Arraiza Cenoz2014-01-092-14/+11
* | Fixed a boring bug sometimes curves be converted to lines, increasing a bit t...Jabier Arraiza Cenoz2014-01-022-7/+20
* | fix a bug whith degenerate handlesJabier Arraiza Cenoz2013-12-311-1/+1
* | Spanish comment of freehand-base.cppJabier Arraiza Cenoz2013-12-302-2/+1
* | Spanish comment of path-manipulator-cppJabier Arraiza Cenoz2013-12-301-14/+18
* | Spanish comment of multi-path-manipulator-cppJabier Arraiza Cenoz2013-12-301-0/+2
* | Spanish comment of curve-drag-point-cppJabier Arraiza Cenoz2013-12-301-0/+2
* | Spanish comment of node.hJabier Arraiza Cenoz2013-12-301-0/+1
* | Spanish comment of node.cppJabier Arraiza Cenoz2013-12-301-20/+33
* | RefactJabier Arraiza Cenoz2013-12-301-0/+1
* | Updated tip stringsJabier Arraiza Cenoz2013-12-301-4/+8
* | RefactorizingJabier Arraiza Cenoz2013-12-307-39/+16
* | RefactorizingJabier Arraiza Cenoz2013-12-304-143/+82
* | Update to trunkJabier Arraiza Cenoz2013-12-121-1/+9
|\|