| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 2014-08-08 | 7 | -18/+92 |
| | | | | (bzr r13341.1.124) | ||||
| * | Fixed some redraw problems moving nodes in bspline mode | Jabier Arraiza Cenoz | 2014-08-04 | 1 | -2/+4 |
| | | | | (bzr r13341.1.115) | ||||
| * | Add LPE fillet-chamfer | Jabier Arraiza Cenoz | 2014-07-02 | 2 | -6/+17 |
| | | | | (bzr r13341.1.74) | ||||
| * | fix C++11 compilation | Johan B. C. Engelen | 2014-05-15 | 1 | -0/+3 |
| | | | | (bzr r13341.1.30) | ||||
| * | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW | Jabier Arraiza Cenoz | 2014-05-13 | 1 | -1/+1 |
| | | | | (bzr r13341.1.12) | ||||
| * | Patch from Jabierxto to fix a bug I reported off-tracker. | Josh Andler | 2014-05-12 | 1 | -2/+2 |
| | | | | (bzr r13341.3.1) | ||||
| * | adding const _pathmanipulatos staff to handles (handles also have tips) | Jabier Arraiza Cenoz | 2014-05-05 | 1 | -0/+4 |
| | | | | (bzr r11950.1.341) | ||||
| * | adding Vinícius work whith node tips | Jabier Arraiza Cenoz | 2014-05-05 | 4 | -15/+18 |
| |\ | | | | | (bzr r11950.1.339) | ||||
| | * | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 4 | -12/+17 |
| |/ | | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1) | ||||
| * | A refactor for fixing some issues. Pending how to handle static functions | Jabier Arraiza Cenoz | 2014-04-01 | 3 | -42/+45 |
| | | | | | | | | Vinícius for handle tips in his static functions i know two ways: A: A bool property in node class of node.h to handle if curve is bspline B: Call another non static function from the static tips one -not tested- (bzr r11950.1.323) | ||||
| * | Some node.cpp/h work moved to path_manipulator. | Jabier Arraiza Cenoz | 2014-03-31 | 5 | -110/+118 |
| | | | | | | | | | | | | | | Header variable bsplineWeight removed from all. Simplification of code with less functions in path_manipulator. To fix: tips stop working because is handled by two static functions and couldent call to path_manipulator from here. Vinícius, any work arround? lines 480,481,1426,1427,1462 of node.cpp. gez: ¿Puedes probar si notas algun bug o problema? principalmente con la herramienta nodo, gracias. (bzr r11950.1.322) | ||||
| * | use <cmath> instead <math.h> by point of Vinícius | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -1/+1 |
| | | | | (bzr r11950.1.321) | ||||
| * | update to trunk | Jabier Arraiza Cenoz | 2014-03-30 | 1 | -1/+5 |
| |\ | | | | | (bzr r11950.1.317) | ||||
| | * | Fix checking for unordered containers on incomplete C++11 implementations | Alex Valavanis | 2014-03-30 | 1 | -1/+5 |
| | | | | | | | (bzr r13232) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-03-23 | 2 | -0/+8 |
| |\| | | | | | (bzr r11950.1.311) | ||||
| | * | tool/node.cpp : don't rely on g_error terminating the program, allow more ↵ | Johan B. C. Engelen | 2014-03-22 | 1 | -0/+4 |
| | | | | | | | | | | | graceful error handling. (bzr r13183) | ||||
| | * | control-point-selection : fix a (very unlikely) crash upon dereferencing ↵ | Johan B. C. Engelen | 2014-03-20 | 1 | -0/+4 |
| | | | | | | | | | | | unitialized bound variable (bzr r13176) | ||||
| * | | Fix to solve static var in isBSpline function | Jabier Arraiza Cenoz | 2014-03-16 | 2 | -12/+12 |
| | | | | | | | (bzr r11950.1.298) | ||||
| * | | simplify the code in isBSpline | Jabier Arraiza Cenoz | 2014-03-14 | 1 | -2/+3 |
| | | | | | | | (bzr r11950.1.297) | ||||
| * | | disabling cache approach for isBSpline function, pointed by Vinícius | Jabier Arraiza Cenoz | 2014-03-14 | 2 | -8/+9 |
| | | | | | | | (bzr r11950.1.296) | ||||
| * | | Adding default argument to PathManipulator::isBSpline. | Vinícius dos Santos Oliveira | 2014-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Default argument is used when function is called with missing arguments. The default was chosen to 'true', because it is the safest value in this context. From now on, the function can be called like "_pm.isBSpline()", which is more intuitive. Still, I haven't studied the code enough to determine if this cache behaviour (force the user to think if cache is correct) is appropriate. (bzr r11950.7.2) | ||||
| * | | Small code simplification | Vinícius dos Santos Oliveira | 2014-03-14 | 1 | -5/+1 |
| | | | | | | | (bzr r11950.7.1) | ||||
| * | | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 5 | -44/+46 |
| | | | | | | | (bzr r11950.1.281) | ||||
| * | | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 5 | -46/+44 |
| | | | | | | | (bzr r11950.1.279) | ||||
| * | | translations from spanish to english done, it might need a little review, ↵ | Guiu Rocafort | 2014-03-05 | 5 | -44/+46 |
| | | | | | | | | | | | but everything seems ok (bzr r11950.5.1) | ||||
| * | | Substitute isBSpline property by a cached function isBSpline(bool) | Jabier Arraiza Cenoz | 2014-03-01 | 4 | -27/+29 |
| | | | | | | | (bzr r11950.1.261) | ||||
| * | | adding some comments | Jabier Arraiza Cenoz | 2014-02-28 | 1 | -2/+1 |
| | | | | | | | (bzr r11950.1.260) | ||||
| * | | Removing hack for force show red lines in bspline mode | Jabier Arraiza Cenoz | 2014-02-08 | 1 | -7/+0 |
| | | | | | | | (bzr r11950.1.251) | ||||
| * | | add comment to bspline red outline hack | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -0/+2 |
| | | | | | | | (bzr r11950.1.244) | ||||
| * | | Hack to can show/hide bspline lines | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -2/+3 |
| | | | | | | | (bzr r11950.1.243) | ||||
| * | | fix bug compiling | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.242) | ||||
| * | | show outline by default in bspline, tnx to su_v suggestion | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -0/+3 |
| | | | | | | | (bzr r11950.1.241) | ||||
| * | | show outline like normal paths, by good su_v suggestion | Jabier Arraiza Cenoz | 2014-01-30 | 1 | -2/+2 |
| | | | | | | | (bzr r11950.1.239) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-01-18 | 2 | -13/+2 |
| |\| | | | | | (bzr r11950.1.235) | ||||
| | * | multi-path-manipulator: strip dead code | Alex Valavanis | 2014-01-14 | 1 | -11/+0 |
| | | | | | | | (bzr r12930) | ||||
| | * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -2/+2 |
| | | | | | | | (bzr r12921) | ||||
| * | | Fix a bug whith oposite handles on node move,and a little cleanup | Jabier Arraiza Cenoz | 2014-01-09 | 2 | -14/+11 |
| | | | | | | | (bzr r11950.1.232) | ||||
| * | | Fixed a boring bug sometimes curves be converted to lines, increasing a bit ↵ | Jabier Arraiza Cenoz | 2014-01-02 | 2 | -7/+20 |
| | | | | | | | | | | | the distance from the handle to the line (bzr r11950.1.230) | ||||
| * | | fix a bug whith degenerate handles | Jabier Arraiza Cenoz | 2013-12-31 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.229) | ||||
| * | | Spanish comment of freehand-base.cpp | Jabier Arraiza Cenoz | 2013-12-30 | 2 | -2/+1 |
| | | | | | | | (bzr r11950.1.224) | ||||
| * | | Spanish comment of path-manipulator-cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -14/+18 |
| | | | | | | | (bzr r11950.1.223) | ||||
| * | | Spanish comment of multi-path-manipulator-cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+2 |
| | | | | | | | (bzr r11950.1.222) | ||||
| * | | Spanish comment of curve-drag-point-cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+2 |
| | | | | | | | (bzr r11950.1.221) | ||||
| * | | Spanish comment of node.h | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+1 |
| | | | | | | | (bzr r11950.1.218) | ||||
| * | | Spanish comment of node.cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -20/+33 |
| | | | | | | | (bzr r11950.1.217) | ||||
| * | | Refact | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+1 |
| | | | | | | | (bzr r11950.1.216) | ||||
| * | | Updated tip strings | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -4/+8 |
| | | | | | | | (bzr r11950.1.215) | ||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 7 | -39/+16 |
| | | | | | | | (bzr r11950.1.212) | ||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 4 | -143/+82 |
| | | | | | | | (bzr r11950.1.211) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-12-12 | 1 | -1/+9 |
| |\| | | | | | (bzr r11950.1.208) | ||||
