summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bspline.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-1/+1
* modernize loopsMarc Jeanmougin2019-01-021-30/+28
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-7/+6
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+7
* Base LPE refactorJabier Arraiza2018-03-261-1/+4
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
* More fixes to LPEJabiertxof2017-05-271-2/+2
* fix a brunch of memory leakschr2017-05-181-0/+1
* minor bugfixingJabiertxof2017-04-291-1/+1
* ResetJabiertxof2017-04-281-16/+0
* Add end of preferences GUIJabier Arraiza Cenoz2017-04-271-1/+1
* Allow set and reset default values of LPE parametersJabiertxof2017-04-141-0/+16
* Improve constant definitionsJabier Arraiza Cenoz2016-01-051-2/+2
* Fix a bug on bspline, duplicating end nodesJabier Arraiza Cenoz2015-11-131-0/+24
* fixes bug:1492711 in bspline and fillet chamferjtx2015-09-111-0/+7
* Fix a bug in BSpline on straight lines when press a default width buttonJabier Arraiza Cenoz2015-09-081-1/+1
* fixes bug:1492704 in bsplinejtx2015-09-081-1/+1
* Changed some strings to BSPLine widgetsJabier Arraiza Cenoz2015-09-011-14/+14
* Improvements to BSPline widgets:jtx2015-09-011-19/+25
* Simplify a bit BSpline codeJabier Arraiza Cenoz2015-08-221-61/+22
* A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-141-1/+1
* Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz2015-08-061-132/+107
* Fixed some typos in bsector and bsplineJabier Arraiza Cenoz2015-08-021-0/+1
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-041-6/+6
|\
| * 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-6/+6
* | Improve hidding helper path when show outline toogle is onjtx2015-06-261-3/+6
|/
* Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-160/+160
* Add helper path to guide BSpline if path outline is hiddenJabier Arraiza Cenoz2015-04-031-2/+4
* Cleanup headers in BSpline LPEJabier Arraiza Cenoz2015-03-211-38/+6
* Removed auto size helper paths because strange resultJabier Arraiza Cenoz2015-03-091-32/+17
* Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-081-3/+17
* Fixed a bad castingJabier Arraiza Cenoz2015-03-021-5/+7
* Update to trunk r13750Liam P. White2014-11-241-17/+4
|\
| * fix a bug in bspline on apply on non shapesJabier Arraiza Cenoz2014-11-171-17/+4
* | Update to trunk r13690Liam P. White2014-11-091-134/+22
|\|
| * Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz2014-11-051-132/+19
| * i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2014-11-051-1/+1
| * Update wrong variable name and apply the same way to select nodes to fillet/c...Jabier Arraiza Cenoz2014-11-031-11/+12
| * Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-021-5/+4
| * Warning cleanup.Jon A. Cruz2014-11-011-1/+1
* | Update to experimental r13619Liam P. White2014-10-181-40/+86
|\|
| * Update to bspline branch, now helper path fixed and optionalroot2014-10-161-40/+86
* | Update to experimental r13598Liam P. White2014-10-081-0/+40
|\|
| * add support for document-units in the helper path of bsplineJabier Arraiza Cenoz2014-09-291-2/+9
| * Add helper paths to BSPlineJabier Arraiza Cenoz2014-09-291-0/+33
| * remove magic numbers from bsplineJabier Arraiza Cenoz2014-09-231-19/+23
| * Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-221-259/+101