| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-02 | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 1 | -1/+1 | |
| change | |||||
| 2019-05-20 | Add knot ungrabbed event | Jabiertxof | 1 | -0/+1 | |
| 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-09-14 | improbe UX of Fillet/Chamfer LPE | Jabiertxof | 1 | -3/+0 | |
| 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 | -10/+10 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-06-12 | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | |||||
| 2017-11-07 | Misc. typos | Unknown | 1 | -5/+5 | |
| Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| 2017-05-29 | Add toggle clip bisibility button | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r15709) | |||||
| 2017-05-29 | Initial release | Jabiertxof | 1 | -0/+1 | |
| (bzr r15704) | |||||
| 2017-05-06 | Pre merge fixing | Jabiertxof | 1 | -1/+1 | |
| (bzr r13645.1.177) | |||||
| 2017-01-22 | Update to new code in trunk | Jabiertxof | 1 | -6/+3 | |
| (bzr r13645.1.166) | |||||
| 2016-06-14 | Add snap to origin in double direction knots | Jabier Arraiza Cenoz | 1 | -0/+2 | |
| (bzr r13645.1.157) | |||||
| 2016-06-12 | Fix 90% of tweenk review | Jabier Arraiza Cenoz | 1 | -2/+3 | |
| (bzr r13645.1.155) | |||||
| 2016-06-12 | Fix bug consecutive nodes at same position | Jabier Arraiza Cenoz | 1 | -0/+2 | |
| (bzr r13645.1.152) | |||||
| 2016-06-11 | Fix the bug deleting satellites | Jabier Arraiza Cenoz | 1 | -8/+5 | |
| (bzr r13645.1.148) | |||||
| 2016-06-11 | Fixing satellites bug on erase | Jabier Arraiza Cenoz | 1 | -1/+2 | |
| (bzr r13645.1.146) | |||||
| 2016-05-26 | Rename branch | Jabier Arraiza Cenoz | 1 | -4/+4 | |
| (bzr r13645.1.145) | |||||
| 2016-05-26 | Fixing pointwise | Jabier Arraiza Cenoz | 1 | -3/+1 | |
| (bzr r13645.1.143) | |||||
| 2016-05-15 | Fixing pointwise | Jabier Arraiza Cenoz | 1 | -2/+3 | |
| (bzr r13645.1.137) | |||||
| 2016-05-14 | Fixing pointwise | Jabier Arraiza Cenoz | 1 | -4/+4 | |
| (bzr r13645.1.135) | |||||
| 2016-05-10 | Working with path updates | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r13645.1.130) | |||||
| 2016-05-08 | First attempt to make fixed tweenk review | Jabier Arraiza Cenoz | 1 | -8/+9 | |
| (bzr r13645.1.128) | |||||
| 2015-07-06 | Fixes from branch review | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r13645.1.102) | |||||
| 2015-05-09 | fixing review | Jabier Arraiza Cenoz | 1 | -4/+4 | |
| (bzr r13645.1.86) | |||||
| 2015-04-01 | Added documentation and fix to coding style. | Jabier Arraiza Cenoz | 1 | -39/+50 | |
| (bzr r13645.1.66) | |||||
| 2015-04-01 | Move 2Geom work to a intermediate positon -helper- | Jabier Arraiza Cenoz | 1 | -9/+9 | |
| 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-31 | Remove active desktop calls from LPE | Jabier Arraiza Cenoz | 1 | -2/+4 | |
| (bzr r13645.1.60) | |||||
| 2015-03-31 | end append path | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| (bzr r13645.1.57) | |||||
| 2015-03-22 | Fixed bug when deleting nodes | Jabier Arraiza Cenoz | 1 | -4/+4 | |
| (bzr r13645.1.51) | |||||
| 2015-03-14 | commit for refactoring | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| (bzr r13645.1.42) | |||||
| 2015-03-08 | merged anf fixed from trunk | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r13645.1.39) | |||||
| 2015-03-07 | finish helper paths and beter handle of fillet/chamfer overflow. Also make ↵ | Jabier Arraiza Cenoz | 1 | -6/+10 | |
| 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 | -3/+9 | |
| (bzr r13645.1.33) | |||||
| 2015-03-03 | added helper paths and fixed some bugs | Jabier Arraiza Cenoz | 1 | -2/+7 | |
| (bzr r13645.1.30) | |||||
| 2015-03-01 | adding mirror knot | Jabier Arraiza Cenoz | 1 | -6/+5 | |
| (bzr r13645.1.25) | |||||
| 2015-02-16 | continuing fillet/chamfer | Jabier Arraiza Cenoz | 1 | -6/+1 | |
| (bzr r13645.1.13) | |||||
| 2015-02-15 | first steps | Jabier Arraiza Cenoz | 1 | -0/+95 | |
| (bzr r13645.1.10) | |||||
