| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -2/+3 | |
| - 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 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -3/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -7/+7 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -2/+1 | |
| 2017-09-22 | Add tooltip to set default LPE widget | Jabier Arraiza | 1 | -0/+4 | |
| 2017-05-06 | Fix a compiling bug found by Ede_123 on IRC | Jabiertxof | 1 | -1/+1 | |
| (bzr r15667) | |||||
| 2017-04-29 | Rewrite UX | Jabiertxof | 1 | -1/+1 | |
| (bzr r15620.1.12) | |||||
| 2017-04-28 | Reset | Jabiertxof | 1 | -1/+1 | |
| (bzr r15620.1.9) | |||||
| 2017-04-14 | Allow set and reset default values of LPE parameters | Jabiertxof | 1 | -1/+1 | |
| (bzr r15620.1.1) | |||||
| 2016-06-12 | Fix 90% of tweenk review | Jabier Arraiza Cenoz | 1 | -0/+2 | |
| (bzr r13645.1.155) | |||||
| 2016-05-15 | Fixing pointwise | Jabier Arraiza Cenoz | 1 | -16/+16 | |
| (bzr r13645.1.137) | |||||
| 2016-05-14 | Fixing pointwise | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r13645.1.135) | |||||
| 2016-05-10 | Working with path updates | Jabier Arraiza Cenoz | 1 | -4/+5 | |
| (bzr r13645.1.130) | |||||
| 2016-05-08 | First attempt to make fixed tweenk review | Jabier Arraiza Cenoz | 1 | -16/+19 | |
| (bzr r13645.1.128) | |||||
| 2015-05-09 | fixing review | Jabier Arraiza Cenoz | 1 | -4/+3 | |
| (bzr r13645.1.86) | |||||
| 2015-04-01 | Move 2Geom work to a intermediate positon -helper- | Jabier Arraiza Cenoz | 1 | -21/+17 | |
| 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) | |||||
| 2015-03-22 | Fixed bug when deleting nodes | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r13645.1.51) | |||||
| 2015-03-19 | Added delete nodes/satellites | Jabier Arraiza Cenoz | 1 | -2/+0 | |
| (bzr r13645.1.45) | |||||
| 2015-03-19 | fixing a boring bug in path manipulator | Jabier Arraiza Cenoz | 1 | -3/+2 | |
| (bzr r13645.1.43) | |||||
| 2015-03-07 | finish helper paths and beter handle of fillet/chamfer overflow. Also make ↵ | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| the satellitepairarray LPE parameter usable for other pointwise effects, not only to fillet chamfer (bzr r13645.1.35) | |||||
| 2015-03-04 | All features done, only need piecewise update function | Jabier Arraiza Cenoz | 1 | -1/+3 | |
| (bzr r13645.1.33) | |||||
| 2015-03-01 | added mirror knots | Jabier Arraiza Cenoz | 1 | -0/+4 | |
| (bzr r13645.1.26) | |||||
| 2015-03-01 | adding mirror knot | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r13645.1.25) | |||||
| 2015-02-28 | improving code | Jabier Arraiza Cenoz | 1 | -4/+4 | |
| (bzr r13645.1.24) | |||||
| 2015-02-23 | Added flexible/fixed to fillet chamfer and fix bugs | Jabier Arraiza Cenoz | 1 | -5/+5 | |
| (bzr r13645.1.20) | |||||
| 2015-02-16 | starting fillet/chamfer | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r13645.1.15) | |||||
| 2015-02-16 | continuing fillet/chamfer | Jabier Arraiza Cenoz | 1 | -7/+7 | |
| (bzr r13645.1.13) | |||||
| 2015-02-15 | added knots | Jabier Arraiza Cenoz | 1 | -7/+7 | |
| (bzr r13645.1.12) | |||||
| 2015-02-15 | first steps | Jabier Arraiza Cenoz | 1 | -8/+35 | |
| (bzr r13645.1.9) | |||||
| 2015-02-08 | starting whith pointwise | Jabier Arraiza Cenoz | 1 | -1/+8 | |
| (bzr r13645.1.7) | |||||
| 2012-01-03 | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 1 | -3/+1 | |
| (bzr r10826) | |||||
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| 2010-07-27 | powerstroke: arbitrary number of control points. | Johan B. C. Engelen | 1 | -4/+5 | |
| (bzr r9659) | |||||
| 2009-03-15 | store default size in lpe::ArrayParam | Johan B. C. Engelen | 1 | -2/+3 | |
| (bzr r7496) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -7/+7 | |
| (bzr r6891) | |||||
| 2008-09-02 | add lpe param: VectorParam<float> and VectorParam<double> | Johan B. C. Engelen | 1 | -0/+123 | |
| (bzr r6757) | |||||
