summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Fixing bad destruction of Fillet Chamfer LPE itemsJabier Arraiza2018-11-051-2/+1
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-141-3/+2
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵Jabiertxof2017-05-061-0/+2
| | | | | fillet chamfer (bzr r15668)
* Pre merge fixingJabiertxof2017-05-061-1/+2
| | | (bzr r13645.1.177)
* Update to new code in trunkJabiertxof2017-01-221-13/+16
| | | (bzr r13645.1.166)
* Fixes when moves a pathJabier Arraiza Cenoz2016-06-181-0/+1
| | | (bzr r13645.1.163)
* Pre fixing selected pointsJabier Arraiza Cenoz2016-06-181-2/+1
| | | (bzr r13645.1.161)
* attemp to simplify doeffect code on fillet chamferJabier Arraiza Cenoz2016-06-181-0/+1
| | | (bzr r13645.1.159)
* Add snap to origin in double direction knotsJabier Arraiza Cenoz2016-06-141-2/+2
| | | (bzr r13645.1.157)
* Fix 90% of tweenk reviewJabier Arraiza Cenoz2016-06-121-19/+15
| | | (bzr r13645.1.155)
* Fix bug consecutive nodes at same positionJabier Arraiza Cenoz2016-06-121-0/+1
| | | (bzr r13645.1.152)
* Fix the bug deleting satellitesJabier Arraiza Cenoz2016-06-111-1/+1
| | | (bzr r13645.1.148)
* Rename branchJabier Arraiza Cenoz2016-05-261-2/+2
| | | (bzr r13645.1.145)
* Fixing pointwiseJabier Arraiza Cenoz2016-05-141-1/+1
| | | (bzr r13645.1.135)
* First attempt to make fixed tweenk reviewJabier Arraiza Cenoz2016-05-081-2/+2
| | | (bzr r13645.1.128)
* Update to limit options to radius = 0, radious > 0 or bothJabier Arraiza Cenoz2015-09-011-1/+2
| | | (bzr r13645.1.118)
* Removed cache work :(Jabier Arraiza Cenoz2015-08-251-1/+0
| | | (bzr r13645.1.113)
* addes cache and log to a function, result of the test, no diference so ↵Jabier Arraiza Cenoz2015-08-251-0/+1
| | | | | remove cache on next commit (bzr r13645.1.112)
* Fixes from branch reviewJabier Arraiza Cenoz2015-07-061-1/+0
| | | (bzr r13645.1.102)
* fix to compile on Krzysztof merge previous to fix the improvements in the ↵Jabier Arraiza Cenoz2015-07-051-43/+36
| | | | | merge request (bzr r13645.1.100)
* update to trunkJabier Arraiza Cenoz2015-07-041-36/+43
|\ | | | | (bzr r13645.1.99)
| * Merge from trunkKrzysztof Kosi??ski2015-05-221-1/+0
| |\ | | | | | | (bzr r14059.2.15)
| * \ Merge from trunkKrzysztof Kosi??ski2015-05-081-8/+0
| |\ \ | | | | | | | | (bzr r14059.2.11)
| * | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-4/+4
| | | | | | | | | | | | (bzr r14059.2.1)
* | | | Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz2015-05-101-5/+1
| | | | | | | | | | | | | | | | | | | | TODO: double check review and comment (bzr r13645.1.89)
* | | | fixing reviewJabier Arraiza Cenoz2015-05-091-2/+2
| | | | | | | | | | | | (bzr r13645.1.86)
* | | | update to trunkJabier Arraiza Cenoz2015-05-091-2/+0
|\ \ \ \ | | |_|/ | |/| | (bzr r13645.1.85)
| * | | Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-091-1/+0
| | |/ | |/| | | | | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136)
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-8/+0
| |/ | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz2015-04-031-2/+0
| | | | | | | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
* | Adding suport for duplicate nodesJabier Arraiza Cenoz2015-04-021-1/+2
| | | | | | | | | | | | Allow degenrate curves Show helper path whith original path (bzr r13645.1.70)
* | Now open -without conversion- old fillet chamfer objectsJabier Arraiza Cenoz2015-04-011-1/+1
| | | | | | (bzr r13645.1.68)
* | Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-5/+7
| | | | | | (bzr r13645.1.66)
* | Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-011-4/+5
| | | | | | | | | | | | | | | | | | | | Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)
* | end append pathJabier Arraiza Cenoz2015-03-311-0/+1
| | | | | | (bzr r13645.1.57)
* | commit for refactoringJabier Arraiza Cenoz2015-03-141-1/+1
| | | | | | (bzr r13645.1.42)
* | merged anf fixed from trunkJabier Arraiza Cenoz2015-03-081-1/+1
| | | | | | (bzr r13645.1.39)
* | minor changes to helper pathsJabier Arraiza Cenoz2015-03-081-1/+1
| | | | | | (bzr r13645.1.37)
* | finish helper paths and beter handle of fillet/chamfer overflow. Also make ↵Jabier Arraiza Cenoz2015-03-071-1/+1
| | | | | | | | | | the satellitepairarray LPE parameter usable for other pointwise effects, not only to fillet chamfer (bzr r13645.1.35)
* | All features done, only need piecewise update functionJabier Arraiza Cenoz2015-03-041-2/+2
| | | | | | (bzr r13645.1.33)
* | added helper paths and fixed some bugsJabier Arraiza Cenoz2015-03-031-0/+1
| | | | | | (bzr r13645.1.30)
* | added more fillet/chamfer propertiesJabier Arraiza Cenoz2015-03-021-2/+21
| | | | | | (bzr r13645.1.28)
* | added mirror knotsJabier Arraiza Cenoz2015-03-011-0/+1
| | | | | | (bzr r13645.1.26)
* | Added flexible/fixed to fillet chamfer and fix bugsJabier Arraiza Cenoz2015-02-231-0/+3
| | | | | | (bzr r13645.1.20)
* | starting fillet/chamferJabier Arraiza Cenoz2015-02-161-1/+0
| | | | | | (bzr r13645.1.15)
* | continuing fillet/chamferJabier Arraiza Cenoz2015-02-161-3/+11
| | | | | | (bzr r13645.1.13)
* | first stepsJabier Arraiza Cenoz2015-02-151-14/+4
| | | | | | (bzr r13645.1.9)
* | starting whith pointwiseJabier Arraiza Cenoz2015-02-081-38/+3
|/ | | (bzr r13645.1.7)