| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵ | Jabier Arraiza | 2019-09-30 | 1 | -3/+3 |
| | | | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked. | ||||
| * | Fix a bug in fillet/chamfer LPE pointed in mailing list by Miguel Lopez. ↵ | Jabiertxof | 2019-08-16 | 1 | -2/+2 |
| | | | | | Fillet Chamfer is not applied when reopen the file | ||||
| * | Revert bad fix from previous commit | Jabiertxof | 2019-05-08 | 1 | -1/+1 |
| | | |||||
| * | Fix a crashing bug on Fillet Chamfer LPE | Jabiertxof | 2019-05-08 | 1 | -1/+1 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -4/+4 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 items | Jabier Arraiza | 2018-11-05 | 1 | -10/+4 |
| | | |||||
| * | Improve calls to document_units | Jabier Arraiza | 2018-09-30 | 1 | -6/+3 |
| | | |||||
| * | improbe UX of Fillet/Chamfer LPE | Jabiertxof | 2018-09-14 | 1 | -44/+18 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Misc. typos | luz.paz | 2018-05-14 | 1 | -2/+2 |
| | | | | Found via `codespell` and `grep` | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Fix fillet chamfer LPE bug on adding points to paths | Jabier Arraiza | 2018-03-31 | 1 | -3/+4 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -7/+12 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+5 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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 ``` | ||||
| * | Flushing std::cout | Jabier Arraiza | 2017-09-17 | 1 | -2/+0 |
| | | |||||
| * | Fix a bug pointed by CR on delete nodes in fillet/chamfer LPE | Jabier Arraiza | 2017-07-29 | 1 | -3/+3 |
| | | |||||
| * | More fixes to LPE | Jabiertxof | 2017-05-27 | 1 | -1/+1 |
| | | | | (bzr r15705) | ||||
| * | Change bad named vars | Jabiertxof | 2017-05-27 | 1 | -1/+1 |
| | | | | (bzr r15704) | ||||
| * | Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵ | Jabiertxof | 2017-05-06 | 1 | -3/+51 |
| | | | | | | fillet chamfer (bzr r15668) | ||||
| * | Pre merge fixing | Jabiertxof | 2017-05-06 | 1 | -21/+35 |
| | | | | (bzr r13645.1.177) | ||||
| * | Updating code to trunk | Jabiertxof | 2017-05-06 | 1 | -1/+0 |
| | | | | (bzr r13645.1.176) | ||||
| * | Update to trunk | Jabier Arraiza Cenoz | 2017-05-05 | 1 | -1/+7 |
| |\ | | | | | (bzr r13645.1.174) | ||||
| * | | Update to new code in trunk | Jabiertxof | 2017-01-22 | 1 | -83/+105 |
| | | | | | | | (bzr r13645.1.166) | ||||
| * | | Update to trunk | Jabiertxof | 2017-01-21 | 1 | -0/+1 |
| |\| | | | | | (bzr r13645.1.165) | ||||
| | * | Fix headers on LPE's | Jabiertxof | 2016-12-10 | 1 | -1/+1 |
| | | | | | | | (bzr r15318) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+5 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Organize doeffect function | Jabier Arraiza Cenoz | 2016-06-19 | 1 | -48/+39 |
| | | | | | | | (bzr r13645.1.164) | ||||
| * | | Fixes when moves a path | Jabier Arraiza Cenoz | 2016-06-18 | 1 | -13/+11 |
| | | | | | | | (bzr r13645.1.163) | ||||
| * | | fixing bug moving nodes | Jabier Arraiza Cenoz | 2016-06-18 | 1 | -7/+7 |
| | | | | | | | (bzr r13645.1.162) | ||||
| * | | Pre fixing selected points | Jabier Arraiza Cenoz | 2016-06-18 | 1 | -23/+30 |
| | | | | | | | (bzr r13645.1.161) | ||||
| * | | attemp to simplify doeffect code on fillet chamfer | Jabier Arraiza Cenoz | 2016-06-18 | 1 | -59/+50 |
| | | | | | | | (bzr r13645.1.159) | ||||
| * | | Add snap to origin in double direction knots | Jabier Arraiza Cenoz | 2016-06-14 | 1 | -0/+1 |
| | | | | | | | (bzr r13645.1.157) | ||||
| * | | Fix 90% of tweenk review | Jabier Arraiza Cenoz | 2016-06-12 | 1 | -232/+122 |
| | | | | | | | (bzr r13645.1.155) | ||||
| * | | Fix bug consecutive nodes at same position | Jabier Arraiza Cenoz | 2016-06-12 | 1 | -1/+13 |
| | | | | | | | (bzr r13645.1.152) | ||||
| * | | Fix the bug deleting satellites | Jabier Arraiza Cenoz | 2016-06-11 | 1 | -41/+41 |
| | | | | | | | (bzr r13645.1.148) | ||||
| * | | Fixing satellites bug on erase | Jabier Arraiza Cenoz | 2016-06-11 | 1 | -2/+1 |
| | | | | | | | (bzr r13645.1.146) | ||||
| * | | Rename branch | Jabier Arraiza Cenoz | 2016-05-26 | 1 | -24/+24 |
| | | | | | | | (bzr r13645.1.145) | ||||
| * | | Fixing pointwise | Jabier Arraiza Cenoz | 2016-05-26 | 1 | -21/+18 |
| | | | | | | | (bzr r13645.1.143) | ||||
| * | | Fixing pointwise | Jabier Arraiza Cenoz | 2016-05-23 | 1 | -2/+3 |
| | | | | | | | (bzr r13645.1.141) | ||||
| * | | Update to refresh knots | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -5/+7 |
| | | | | | | | (bzr r13645.1.139) | ||||
| * | | Fixing pointwise | Jabier Arraiza Cenoz | 2016-05-15 | 1 | -1/+5 |
| | | | | | | | (bzr r13645.1.137) | ||||
| * | | Fixing pointwise | Jabier Arraiza Cenoz | 2016-05-14 | 1 | -65/+30 |
| | | | | | | | (bzr r13645.1.135) | ||||
| * | | Fiximg pointwise | Jabier Arraiza Cenoz | 2016-05-13 | 1 | -0/+14 |
| | | | | | | | (bzr r13645.1.133) | ||||
| * | | pre-remove of subpath update satellites | Jabier Arraiza Cenoz | 2016-05-11 | 1 | -15/+13 |
| | | | | | | | (bzr r13645.1.132) | ||||
