| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bug with select knots and modifiers | Jabier Arraiza | 2017-07-04 | 1 | -1/+1 |
| | | |||||
| * | working on knots selection | Jabier Arraiza | 2017-07-01 | 1 | -1/+1 |
| | | |||||
| * | Update to trunk | Jabiertxof | 2017-03-16 | 2 | -7/+13 |
| |\ | | | | | (bzr r13645.1.170) | ||||
| | * | Remove some unneeded < C++11 fallback code | Alex Valavanis | 2017-02-06 | 1 | -5/+0 |
| | | | | | | | (bzr r15485) | ||||
| | * | fix crash when inserting nodes | Shlomi Fish | 2017-02-05 | 1 | -2/+13 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1617615 (bzr r15479) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2017-01-25 | 1 | -0/+5 |
| |\| | | | | | (bzr r13645.1.168) | ||||
| | * | fix nodes reverting back during editing | alexandru.roman | 2017-01-23 | 1 | -0/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1270989 (bzr r15435) | ||||
| * | | Update to trunk | Jabiertxof | 2017-01-21 | 11 | -76/+11 |
| |\| | | | | | (bzr r13645.1.165) | ||||
| | * | Add update_helperpaths not member of nodetool class to easy call from outside | Jabier Arraiza Cenoz | 2016-12-19 | 1 | -8/+2 |
| | | | | | | | (bzr r15335) | ||||
| | * | Remove obsolete comment | Jabiertxof | 2016-12-06 | 1 | -1/+0 |
| | | | | | | | (bzr r15303) | ||||
| | * | Fixes for measure LPE and speed path based LPE operations | Jabiertxof | 2016-12-06 | 1 | -3/+7 |
| | | | | | | | (bzr r15302) | ||||
| | * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -30/+0 |
| | | | | | | | (bzr r15046) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 10 | -34/+2 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 10 | -2/+34 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 10 | -34/+2 |
| | | | | | | | (bzr r15025) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2016-06-11 | 1 | -1/+1 |
| |\| | | | | | (bzr r13645.1.147) | ||||
| | * | fix-bug-1586749. Broken english in bspline help message | Jabier Arraiza Cenoz | 2016-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1586749 (bzr r14921) | ||||
| * | | Fixing pointwise | Jabier Arraiza Cenoz | 2016-05-26 | 1 | -1/+0 |
| | | | | | | | (bzr r13645.1.143) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -1/+1 |
| |\| | | | | | (bzr r13645.1.140) | ||||
| | * | Fix a bug in node editor in BSpline mode, wrong power when moving nodes | Jabier Arraiza Cenoz | 2016-05-19 | 1 | -1/+1 |
| | | | | | | | (bzr r14903) | ||||
| * | | Fixing pointwise | Jabier Arraiza Cenoz | 2016-05-15 | 1 | -5/+5 |
| | | | | | | | (bzr r13645.1.137) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2016-05-08 | 1 | -4/+4 |
| |\| | | | | | (bzr r13645.1.127) | ||||
| | * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -4/+4 |
| | | | | | | | (bzr r14790) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2016-04-08 | 1 | -1/+1 |
| |\| | | | | | (bzr r13645.1.125) | ||||
| | * | Bug #1419517 Fix Crash when applying new path effect after deleting pattern ↵ | Jabier Arraiza Cenoz | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | of Pattern-along-path LPE Fixed bugs: - https://launchpad.net/bugs/1419517 (bzr r14717) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-03-15 | 6 | -23/+64 |
| |\| | | | | | (bzr r13645.1.119) | ||||
| | * | "Relative to" option for node alignment. | Marc Jeanmougin | 2016-03-13 | 2 | -1/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Node tool has those new "relative to" alignment options : last selected, first selected, current behaviour (middle), max value(rightmost/topmost) or min value(leftmost/bottommost). - Verbs: --If the node tool is active and whole objects are selected (no individual node is), works as usual for objects; --Else, align horizontal/vertical (SP_VERB_ALIGN_HORIZONTAL_CENTER) honor the "relative to" settings, SP_VERB_ALIGN_HORIZONTAL_LEFT (ctrl+alt+pavnum4) aligns vertically on the leftmost node (same behavior as SP_VERB_ALIGN_HORIZONTAL_LEFT when the setting is "align relative to min value"), and so on with all alignment verbs Fixed bugs: - https://launchpad.net/bugs/171287 (bzr r14703) | ||||
| | * | Fix wrong symm node type in BSpline converted to Bezier | Jabier Arraiza Cenoz | 2016-01-05 | 1 | -1/+1 |
| | | | | | | | (bzr r14562) | ||||
| | * | Improve constant definitions | Jabier Arraiza Cenoz | 2016-01-05 | 2 | -2/+2 |
| | | | | | | | (bzr r14561) | ||||
| | * | Refactoring of the code that handles transformations and snapping in the ↵ | Diederik van Lierop | 2015-09-13 | 1 | -19/+29 |
| | | | | | | | | | | | selector tool and the node tool. Splitting large chunks of code into some small classes, and eliminating some wrapper methods which were all just too similar (bzr r14363) | ||||
| | * | set node tool rubberband shadow. (Bug 1494445) | Alvin Penner | 2015-09-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1494445 (bzr r14358) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2015-09-01 | 2 | -2/+2 |
| |\| | | | | | (bzr r13645.1.117) | ||||
| | * | Improvements to BSPline widgets: | jtx | 2015-09-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | Now the "Change Weight" is % based insteas 0-1 interval Removed "Ignore cusp nodes" and substituted by: "Apply on cusp nodes" and "Apply on non cusp nodes" (bzr r14337) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2015-08-21 | 4 | -85/+62 |
| |\| | | | | | (bzr r13645.1.108) | ||||
| | * | A bit more refactor of BSPline tool. Still the bug duplicating end node :( | Jabier Arraiza Cenoz | 2015-08-14 | 2 | -5/+5 |
| | | | | | | | (bzr r14301) | ||||
| | * | Refactor of BSPline code attemping to fix the duplicate end node bug, not ↵ | Jabier Arraiza Cenoz | 2015-08-13 | 3 | -72/+48 |
| | | | | | | | | | | | sure if fixed jet (bzr r14300) | ||||
| | * | minor coding style changes | Jabier Arraiza Cenoz | 2015-08-08 | 2 | -30/+31 |
| | | | | | | | (bzr r14284) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2015-07-04 | 3 | -21/+33 |
| |\| | | | | | (bzr r13645.1.99) | ||||
| | * | Sync 2Geom to revision 2413. | Krzysztof Kosi??ski | 2015-07-04 | 3 | -21/+33 |
| | |\ | | | | | | | | | | | | | May introduce regressions. (bzr r14226) | ||||
| | | * | Fix node editing problems | Krzysztof Kosi??ski | 2015-05-08 | 1 | -5/+5 |
| | | | | | | | | | | (bzr r14059.2.4) | ||||
| | | * | Update 2Geom to r2347 | Krzysztof Kosi??ski | 2015-04-30 | 3 | -6/+6 |
| | | | | | | | | | | (bzr r14059.2.3) | ||||
| | | * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 3 | -16/+28 |
| | | | | | | | | | | (bzr r14059.2.1) | ||||
| * | | | update to trunk | Jabier Arraiza Cenoz | 2015-06-25 | 2 | -2/+12 |
| |\| | | | | | | | | (bzr r13645.1.96) | ||||
| | * | | Improve Tips for BSpline mode | Jabier Arraiza Cenoz | 2015-06-25 | 2 | -2/+12 |
| | | | | | | | | | | (bzr r14218) | ||||
| * | | | update to trunk | Jabier Arraiza Cenoz | 2015-06-25 | 10 | -21/+82 |
| |\| | | | | | | | | (bzr r13645.1.94) | ||||
| | * | | Snapping in node tool now also works when: | Diederik van Lierop | 2015-05-30 | 10 | -21/+82 |
| | |/ | | | | | | | | | | | | | | | | | - 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 | 4 | -115/+115 |
| |\| | | | | | (bzr r13645.1.81) | ||||
| | * | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 4 | -118/+118 |
| | | | | | | | (bzr r14054) | ||||
| * | | Update pathinfo class to allow piecewise and pathvector as input. | Jabier Arraiza Cenoz | 2015-04-03 | 2 | -12/+5 |
| |/ | | | | | 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) | ||||
