| Commit message (Expand) | Author | Files | Lines |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -13/+0 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+13 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -13/+0 |
| 2016-05-19 | Fix a bug in node editor in BSpline mode, wrong power when moving nodes | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2016-03-18 | Bug #1419517 Fix Crash when applying new path effect after deleting pattern o... | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2016-01-05 | Fix wrong symm node type in BSpline converted to Bezier | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2016-01-05 | Improve constant definitions | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2015-09-01 | Improvements to BSPline widgets: | jtx | 1 | -1/+1 |
| 2015-08-14 | A bit more refactor of BSPline tool. Still the bug duplicating end node :( | Jabier Arraiza Cenoz | 1 | -3/+5 |
| 2015-08-13 | Refactor of BSPline code attemping to fix the duplicate end node bug, not sur... | Jabier Arraiza Cenoz | 1 | -11/+8 |
| 2015-05-30 | Snapping in node tool now also works when: | Diederik van Lierop | 1 | -4/+32 |
| 2015-05-08 | Fix node editing problems | Krzysztof Kosi??ski | 1 | -5/+5 |
| 2015-04-30 | Update 2Geom to r2347 | Krzysztof Kosi??ski | 1 | -3/+3 |
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -14/+15 |
| 2015-04-10 | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 1 | -61/+61 |
| 2015-04-02 | inicialice a header variable | Jabier Arraiza Cenoz | 1 | -0/+1 |
| 2015-03-23 | Fix a bug introduced by me using path parameters in LPE | Jabier Arraiza Cenoz | 1 | -23/+17 |
| 2015-03-21 | Fix a bug in multi-path-manipulator and finish bspline refactor | Jabier Arraiza Cenoz | 1 | -15/+11 |
| 2015-03-21 | Improve the cache system of bspline, "Correctly" show bspline weight power on... | Jabier Arraiza Cenoz | 1 | -4/+17 |
| 2015-03-18 | Changed two SP_IS_LPE_ITEM calls | Jabier Arraiza Cenoz | 1 | -16/+22 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -3/+3 |
| 2014-12-15 | when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443) | Alvin Penner | 1 | -0/+4 |
| 2014-11-03 | Remove unused variable and put well a constant | Jabier Arraiza Cenoz | 1 | -4/+1 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -8/+42 |
| 2014-09-23 | remove magic numbers from bspline | Jabier Arraiza Cenoz | 1 | -6/+10 |
| 2014-09-23 | fix bug -bad power- inserting nodes near cusp nodes in bspline | Jabier Arraiza Cenoz | 1 | -3/+31 |
| 2014-09-16 | Fix bug moving nodes in bspline mode | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2014-09-15 | fixing cusp node bug on bspline -problems moving nodes because tiny handles | Jabier Arraiza Cenoz | 1 | -1/+3 |
| 2014-08-08 | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 1 | -2/+8 |
| 2014-08-04 | Fixed some redraw problems moving nodes in bspline mode | Jabier Arraiza Cenoz | 1 | -2/+4 |
| 2014-07-02 | Add LPE fillet-chamfer | Jabier Arraiza Cenoz | 1 | -5/+15 |
| 2014-05-05 | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 1 | -4/+8 |
| 2014-04-01 | A refactor for fixing some issues. Pending how to handle static functions | Jabier Arraiza Cenoz | 1 | -11/+11 |
| 2014-03-31 | Some node.cpp/h work moved to path_manipulator. | Jabier Arraiza Cenoz | 1 | -31/+15 |
| 2014-03-16 | Fix to solve static var in isBSpline function | Jabier Arraiza Cenoz | 1 | -11/+10 |
| 2014-03-14 | simplify the code in isBSpline | Jabier Arraiza Cenoz | 1 | -2/+3 |
| 2014-03-14 | disabling cache approach for isBSpline function, pointed by Vinícius | Jabier Arraiza Cenoz | 1 | -7/+8 |
| 2014-03-14 | Small code simplification | Vinícius dos Santos Oliveira | 1 | -5/+1 |
| 2014-03-05 | Fixing branch problems | Jabier Arraiza Cenoz | 1 | -7/+7 |
| 2014-03-05 | Translations | Jabier Arraiza Cenoz | 1 | -7/+7 |
| 2014-03-05 | translations from spanish to english done, it might need a little review, but... | Guiu Rocafort | 1 | -7/+7 |
| 2014-03-01 | Substitute isBSpline property by a cached function isBSpline(bool) | Jabier Arraiza Cenoz | 1 | -8/+11 |
| 2014-02-08 | Removing hack for force show red lines in bspline mode | Jabier Arraiza Cenoz | 1 | -7/+0 |
| 2014-01-30 | add comment to bspline red outline hack | Jabier Arraiza Cenoz | 1 | -0/+2 |
| 2014-01-30 | Hack to can show/hide bspline lines | Jabier Arraiza Cenoz | 1 | -2/+3 |
| 2014-01-30 | fix bug compiling | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2014-01-30 | show outline by default in bspline, tnx to su_v suggestion | Jabier Arraiza Cenoz | 1 | -0/+3 |
| 2014-01-30 | show outline like normal paths, by good su_v suggestion | Jabier Arraiza Cenoz | 1 | -2/+2 |
| 2014-01-12 | update 2geom's copy to r2142 | Johan B. C. Engelen | 1 | -2/+2 |
| 2014-01-09 | Fix a bug whith oposite handles on node move,and a little cleanup | Jabier Arraiza Cenoz | 1 | -6/+1 |