| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused variable and put well a constant | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -4/+1 |
| * | remove magic numbers from bspline | Jabier Arraiza Cenoz | 2014-09-23 | 1 | -6/+10 |
| * | fix bug -bad power- inserting nodes near cusp nodes in bspline | Jabier Arraiza Cenoz | 2014-09-23 | 1 | -3/+31 |
| * | Fix bug moving nodes in bspline mode | Jabier Arraiza Cenoz | 2014-09-16 | 1 | -1/+1 |
| * | fixing cusp node bug on bspline -problems moving nodes because tiny handles | Jabier Arraiza Cenoz | 2014-09-15 | 1 | -1/+3 |
| * | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 2014-08-08 | 1 | -2/+8 |
| * | Fixed some redraw problems moving nodes in bspline mode | Jabier Arraiza Cenoz | 2014-08-04 | 1 | -2/+4 |
| * | Add LPE fillet-chamfer | Jabier Arraiza Cenoz | 2014-07-02 | 1 | -5/+15 |
| * | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 1 | -4/+8 |
| * | A refactor for fixing some issues. Pending how to handle static functions | Jabier Arraiza Cenoz | 2014-04-01 | 1 | -11/+11 |
| * | Some node.cpp/h work moved to path_manipulator. | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -31/+15 |
| * | Fix to solve static var in isBSpline function | Jabier Arraiza Cenoz | 2014-03-16 | 1 | -11/+10 |
| * | simplify the code in isBSpline | Jabier Arraiza Cenoz | 2014-03-14 | 1 | -2/+3 |
| * | disabling cache approach for isBSpline function, pointed by Vinícius | Jabier Arraiza Cenoz | 2014-03-14 | 1 | -7/+8 |
| * | Small code simplification | Vinícius dos Santos Oliveira | 2014-03-14 | 1 | -5/+1 |
| * | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -7/+7 |
| * | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -7/+7 |
| * | translations from spanish to english done, it might need a little review, but... | Guiu Rocafort | 2014-03-05 | 1 | -7/+7 |
| * | Substitute isBSpline property by a cached function isBSpline(bool) | Jabier Arraiza Cenoz | 2014-03-01 | 1 | -8/+11 |
| * | Removing hack for force show red lines in bspline mode | Jabier Arraiza Cenoz | 2014-02-08 | 1 | -7/+0 |
| * | add comment to bspline red outline hack | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -0/+2 |
| * | Hack to can show/hide bspline lines | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -2/+3 |
| * | fix bug compiling | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -1/+1 |
| * | show outline by default in bspline, tnx to su_v suggestion | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -0/+3 |
| * | show outline like normal paths, by good su_v suggestion | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -2/+2 |
| * | update to trunk | Jabier Arraiza Cenoz | 2014-01-18 | 1 | -2/+2 |
| |\ | |||||
| | * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -2/+2 |
| * | | Fix a bug whith oposite handles on node move,and a little cleanup | Jabier Arraiza Cenoz | 2014-01-09 | 1 | -6/+1 |
| * | | Fixed a boring bug sometimes curves be converted to lines, increasing a bit t... | Jabier Arraiza Cenoz | 2014-01-02 | 1 | -4/+2 |
| * | | Spanish comment of freehand-base.cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -1/+0 |
| * | | Spanish comment of path-manipulator-cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -14/+18 |
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -9/+2 |
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -6/+1 |
| * | | Fix a bug delete BSpline LPE from a path retain some BSpline properties | Jabier Arraiza Cenoz | 2013-12-03 | 1 | -21/+31 |
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-08 | 1 | -1/+1 |
| |\| | |||||
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+1 |
| * | | Fixing BSplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -6/+10 |
| * | | Fix scaling handles | Jabier Arraiza Cenoz | 2013-10-06 | 1 | -23/+13 |
| * | | Fix scaling handles | Jabier Arraiza Cenoz | 2013-10-06 | 1 | -3/+3 |
| * | | UX improvements | Jabier Arraiza Cenoz | 2013-10-06 | 1 | -16/+20 |
| * | | Fix in BSpline | Jabier Arraiza Cenoz | 2013-10-06 | 1 | -1/+1 |
| * | | fix whith bspline handles | Jabier Arraiza Cenoz | 2013-10-05 | 1 | -2/+4 |
| * | | Fix moving handles | Jabier Arraiza Cenoz | 2013-10-05 | 1 | -2/+4 |
| * | | update to trunk | root | 2013-10-05 | 1 | -2/+7 |
| |\| | |||||
| | * | C++ | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | * | fix bug (added some comments to jabiertxof's patch) | Johan B. C. Engelen | 2013-10-04 | 1 | -2/+3 |
| | * | Do not allow NULL _spcurve to be set in PathManipulator. | Krzysztof Kosi??ski | 2013-10-04 | 1 | -0/+4 |
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-10-02 | 1 | -2/+7 |
| |\| | |||||
| | * | Fix segment welding in the node tool hanging when a two-point segment | Krzysztof Kosi??ski | 2013-10-02 | 1 | -2/+7 |
| * | | Fixed a bug editing paths in others LPE -envelope- | Jabier Arraiza Cenoz | 2013-09-30 | 1 | -1/+1 |
