| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 2014-08-08 | 1 | -1/+31 |
| * | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 2014-05-13 | 1 | -1/+1 |
| * | Patch from Jabierxto to fix a bug I reported off-tracker. | Josh Andler | 2014-05-12 | 1 | -2/+2 |
| * | adding Vinícius work whith node tips | Jabier Arraiza Cenoz | 2014-05-05 | 1 | -10/+2 |
| |\ | |||||
| | * | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 1 | -7/+1 |
| |/ | |||||
| * | A refactor for fixing some issues. Pending how to handle static functions | Jabier Arraiza Cenoz | 2014-04-01 | 1 | -29/+32 |
| * | Some node.cpp/h work moved to path_manipulator. | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -70/+96 |
| * | use <cmath> instead <math.h> by point of Vinícius | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -1/+1 |
| * | update to trunk | Jabier Arraiza Cenoz | 2014-03-23 | 1 | -0/+4 |
| |\ | |||||
| | * | tool/node.cpp : don't rely on g_error terminating the program, allow more gra... | Johan B. C. Engelen | 2014-03-22 | 1 | -0/+4 |
| * | | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -32/+32 |
| * | | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -32/+32 |
| * | | translations from spanish to english done, it might need a little review, but... | Guiu Rocafort | 2014-03-05 | 1 | -32/+32 |
| * | | Substitute isBSpline property by a cached function isBSpline(bool) | Jabier Arraiza Cenoz | 2014-03-01 | 1 | -15/+15 |
| * | | adding some comments | Jabier Arraiza Cenoz | 2014-02-28 | 1 | -2/+1 |
| * | | Fix a bug whith oposite handles on node move,and a little cleanup | Jabier Arraiza Cenoz | 2014-01-09 | 1 | -8/+10 |
| * | | Fixed a boring bug sometimes curves be converted to lines, increasing a bit t... | Jabier Arraiza Cenoz | 2014-01-02 | 1 | -3/+18 |
| * | | fix a bug whith degenerate handles | Jabier Arraiza Cenoz | 2013-12-31 | 1 | -1/+1 |
| * | | Spanish comment of node.cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -20/+33 |
| * | | Refact | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+1 |
| * | | Updated tip strings | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -4/+8 |
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -13/+8 |
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -132/+78 |
| * | | Fix a bug delete BSpline LPE from a path retain some BSpline properties | Jabier Arraiza Cenoz | 2013-12-03 | 1 | -30/+33 |
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-08 | 1 | -2/+2 |
| |\| | |||||
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -2/+2 |
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-10-13 | 1 | -7/+6 |
| |\| | |||||
| | * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o... | Johan B. C. Engelen | 2013-10-12 | 1 | -7/+6 |
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+3 |
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+2 |
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+2 |
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -1/+4 |
| * | | fix bsplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -2/+0 |
| * | | Fixing BSplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -0/+1 |
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -1/+1 |
| * | | fix in nodes | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -0/+2 |
| * | | Fix bspline and strip multi node bspline power editing whith node tool becaus... | Jabier Arraiza Cenoz | 2013-10-06 | 1 | -51/+51 |
| * | | update to trunk | Jabier Arraiza Cenoz | 2013-08-09 | 1 | -6/+12 |
| |\| | |||||
| | * | Ported away from and removed "sp-metrics.*". | Matthew Petroff | 2013-07-20 | 1 | -6/+12 |
| * | | Fix error with try-catch | Jabier Arraiza Cenoz | 2013-05-16 | 1 | -12/+49 |
| * | | Change only selected nodes | root | 2013-05-06 | 1 | -5/+7 |
| * | | Removed auto select nodes, not decide for the user. Added auto update all sel... | Jabier Arraiza Cenoz | 2013-05-06 | 1 | -24/+9 |
| * | | Fixed important selection bug when changing to cusp nodes | Jabier Arraiza Cenoz | 2013-04-27 | 1 | -29/+40 |
| * | | Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ... | root | 2013-04-17 | 1 | -4/+13 |
| * | | Change width only for selected nodes by widget | root | 2013-04-07 | 1 | -1/+1 |
| * | | Fixed scale-rotate isue with paths multiples | root | 2013-04-01 | 1 | -0/+6 |
| * | | Fix scale and rotate some nodes | Jabier Arraiza Cenoz | 2013-03-31 | 1 | -21/+20 |
| * | | Mauro based feedbak added some fixes | Jabier Arraiza Cenoz | 2013-03-23 | 1 | -1/+3 |
| * | | Inserting nodes fixed, cleanup | Jabier Arraiza Cenoz | 2013-03-21 | 1 | -34/+27 |
| |\ \ | |||||
| | * | | Fixing node fault | jtx | 2013-03-20 | 1 | -2/+12 |
