| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -14/+15 | |
| | | | | | | | | | | (bzr r14059.2.1) | |||||
| * | | | update to trunk | Jabier Arraiza Cenoz | 2015-06-25 | 1 | -4/+32 | |
| |\| | | | | | | | | (bzr r13645.1.94) | |||||
| | * | | Snapping in node tool now also works when: | Diederik van Lierop | 2015-05-30 | 1 | -4/+32 | |
| | |/ | | | | | | | | | | | | | | | | | - when double clicking to insert a node on a path - when dragging a part of the path to deform it Fixed bugs: - https://launchpad.net/bugs/1448859 (bzr r14189) | |||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2015-04-10 | 1 | -58/+58 | |
| |\| | | | | | (bzr r13645.1.81) | |||||
| | * | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 1 | -61/+61 | |
| | | | | | | | (bzr r14054) | |||||
| * | | Update pathinfo class to allow piecewise and pathvector as input. | Jabier Arraiza Cenoz | 2015-04-03 | 1 | -7/+0 | |
| |/ | | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72) | |||||
| * | inicialice a header variable | Jabier Arraiza Cenoz | 2015-04-02 | 1 | -0/+1 | |
| | | | | (bzr r14041) | |||||
| * | Fix a bug introduced by me using path parameters in LPE | Jabier Arraiza Cenoz | 2015-03-23 | 1 | -23/+17 | |
| | | | | (bzr r14030) | |||||
| * | Fix a bug in multi-path-manipulator and finish bspline refactor | Jabier Arraiza Cenoz | 2015-03-21 | 1 | -15/+11 | |
| | | | | (bzr r14026) | |||||
| * | Improve the cache system of bspline, "Correctly" show bspline weight power ↵ | Jabier Arraiza Cenoz | 2015-03-21 | 1 | -4/+17 | |
| | | | | | | on nodes and handles (bzr r14023) | |||||
| * | Changed two SP_IS_LPE_ITEM calls | Jabier Arraiza Cenoz | 2015-03-18 | 1 | -16/+22 | |
| | | | | (bzr r14013) | |||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 | |
| | | | | (bzr r13820) | |||||
| * | when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443) | Alvin Penner | 2014-12-15 | 1 | -0/+4 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1367443 (bzr r13800) | |||||
| * | Remove unused variable and put well a constant | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -4/+1 | |
| | | | | (bzr r13669) | |||||
| * | remove magic numbers from bspline | Jabier Arraiza Cenoz | 2014-09-23 | 1 | -6/+10 | |
| | | | | (bzr r13341.1.219) | |||||
| * | fix bug -bad power- inserting nodes near cusp nodes in bspline | Jabier Arraiza Cenoz | 2014-09-23 | 1 | -3/+31 | |
| | | | | (bzr r13341.1.218) | |||||
| * | Fix bug moving nodes in bspline mode | Jabier Arraiza Cenoz | 2014-09-16 | 1 | -1/+1 | |
| | | | | (bzr r13341.1.210) | |||||
| * | fixing cusp node bug on bspline -problems moving nodes because tiny handles | Jabier Arraiza Cenoz | 2014-09-15 | 1 | -1/+3 | |
| | | | | (bzr r13341.1.209) | |||||
| * | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 2014-08-08 | 1 | -2/+8 | |
| | | | | (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 | 1 | -5/+15 | |
| | | | | (bzr r13341.1.74) | |||||
| * | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 1 | -4/+8 | |
| | | | | | | | | | 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 | 1 | -11/+11 | |
| | | | | | | | | 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 | 1 | -31/+15 | |
| | | | | | | | | | | | | | | 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) | |||||
| * | Fix to solve static var in isBSpline function | Jabier Arraiza Cenoz | 2014-03-16 | 1 | -11/+10 | |
| | | | | (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 | 1 | -7/+8 | |
| | | | | (bzr r11950.1.296) | |||||
| * | 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 | 1 | -7/+7 | |
| | | | | (bzr r11950.1.281) | |||||
| * | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -7/+7 | |
| | | | | (bzr r11950.1.279) | |||||
| * | translations from spanish to english done, it might need a little review, ↵ | Guiu Rocafort | 2014-03-05 | 1 | -7/+7 | |
| | | | | | | but everything seems ok (bzr r11950.5.1) | |||||
| * | Substitute isBSpline property by a cached function isBSpline(bool) | Jabier Arraiza Cenoz | 2014-03-01 | 1 | -8/+11 | |
| | | | | (bzr r11950.1.261) | |||||
| * | 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 | 1 | -2/+2 | |
| |\ | | | | | (bzr r11950.1.235) | |||||
| | * | 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 | 1 | -6/+1 | |
| | | | | | | | (bzr r11950.1.232) | |||||
| * | | Fixed a boring bug sometimes curves be converted to lines, increasing a bit ↵ | Jabier Arraiza Cenoz | 2014-01-02 | 1 | -4/+2 | |
| | | | | | | | | | | | the distance from the handle to the line (bzr r11950.1.230) | |||||
| * | | Spanish comment of freehand-base.cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -1/+0 | |
| | | | | | | | (bzr r11950.1.224) | |||||
| * | | Spanish comment of path-manipulator-cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -14/+18 | |
| | | | | | | | (bzr r11950.1.223) | |||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -9/+2 | |
| | | | | | | | (bzr r11950.1.212) | |||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -6/+1 | |
| | | | | | | | (bzr r11950.1.211) | |||||
| * | | Fix a bug delete BSpline LPE from a path retain some BSpline properties | Jabier Arraiza Cenoz | 2013-12-03 | 1 | -21/+31 | |
| | | | | | | | (bzr r11950.1.206) | |||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-08 | 1 | -1/+1 | |
| |\| | | | | | (bzr r11950.1.193) | |||||
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+1 | |
| | | | | | | | (bzr r12782) | |||||
| * | | Fixing BSplines | Jabier Arraiza Cenoz | 2013-10-07 | 1 | -6/+10 | |
| | | | | | | | (bzr r11950.1.174) | |||||
