| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Attempt to fix inbox#976 | John Smith | 2019-10-31 | 1 | -1/+1 |
| | | |||||
| * | refactor: Eliminate SPIEnum::_name | Thomas Holder | 2019-10-28 | 1 | -1/+2 |
| | | |||||
| * | refactor: private SPIBase::_name | Thomas Holder | 2019-10-28 | 1 | -3/+3 |
| | | |||||
| * | Fix various minor code problems | Marc Jeanmougin | 2019-10-05 | 1 | -3/+1 |
| | | |||||
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 1 | -1/+1 |
| | | |||||
| * | Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵ | Jabier Arraiza | 2019-09-30 | 1 | -9/+5 |
| | | | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked. | ||||
| * | Improve some LPE descriptions. | Moini | 2019-07-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Small string fixes in rotate copies and mirror lpe | Maren Hachmann | 2019-04-25 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typos by PeterK. | Jabiertxof | 2019-06-10 | 1 | -4/+4 |
| | | | |||||
| * | | Rename wrong named function | Jabiertxof | 2019-05-25 | 1 | -4/+4 |
| | | | |||||
| * | | Allow style as attribute in CopyRotate LPE and Mirror Symmetry | Jabiertxof | 2019-05-25 | 1 | -12/+28 |
| | | | |||||
| * | | Revert wrong commit in Rotate LPE | Jabiertxof | 2019-05-24 | 1 | -13/+5 |
| | | | |||||
| * | | Improvements to Copy Rotate LPE | Jabiertxof | 2019-05-23 | 1 | -122/+37 |
| | | | |||||
| * | | Fix a bug on reloading LPE Clone effect | Jabiertxof | 2019-05-16 | 1 | -1/+1 |
| |/ | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -9/+6 |
| | | |||||
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 1 | -6/+4 |
| | | |||||
| * | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 2018-12-15 | 1 | -12/+0 |
| | | | | | fill-betreen-* LPEs | ||||
| * | Change preference to allow backward compatibility | Jabier Arraiza | 2018-11-13 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fixes on convert to paths LPE shapes | Jabier Arraiza | 2018-06-02 | 1 | -9/+12 |
| | | |||||
| * | Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanup | Jabier Arraiza | 2018-05-26 | 1 | -112/+112 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -8/+8 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -8/+8 |
| | | |||||
| * | Fixes to transforms on LPE | Jabier Arraiza | 2018-04-14 | 1 | -1/+0 |
| | | |||||
| * | Allow upadate shapen innside groups with LPE | Jabier Arraiza | 2018-03-26 | 1 | -0/+1 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -66/+70 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵ | Jabiertxof | 2017-05-29 | 1 | -5/+4 |
| | | | | | | | | | improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713) | ||||
| * | Add a new value to LPE 'is_load' to know the lpe is just load, no previous ↵ | Jabiertxof | 2017-05-28 | 1 | -0/+1 |
| | | | | | | values set yet to not LPE stored values when loading a previous file (bzr r15711) | ||||
| * | More fixes to LPE | Jabiertxof | 2017-05-27 | 1 | -8/+7 |
| | | | | (bzr r15705) | ||||
| * | Change bad named vars | Jabiertxof | 2017-05-27 | 1 | -2/+2 |
| | | | | (bzr r15704) | ||||
| * | Order LPE parameters | Jabier Arraiza Cenoz | 2017-05-26 | 1 | -1/+1 |
| | | | | (bzr r15703) | ||||
| * | Improve methods on rotate copies LPE | Jabier Arraiza Cenoz | 2017-05-26 | 1 | -37/+49 |
| | | | | (bzr r15702) | ||||
| * | Allow rotate on split items over Rotate copies LPE | Jabier Arraiza Cenoz | 2017-05-25 | 1 | -0/+7 |
| | | | | (bzr r15701) | ||||
| * | fix a brunch of memory leaks pt.2 | chr | 2017-05-23 | 1 | -1/+3 |
| | | | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12) | ||||
| * | Fix a bug pointed by suv in IRC about simple mode of rotate copies with ↵ | Jabier Arraiza Cenoz | 2017-05-12 | 1 | -1/+5 |
| | | | | | | origin position (bzr r15689) | ||||
| * | Fix a bug on tapper stroke detected with Ede_123 on IRC | Jabiertxof | 2017-05-07 | 1 | -1/+1 |
| | | | | (bzr r15673) | ||||
| * | Improve responsive from LPE | Jabier Arraiza Cenoz | 2017-05-05 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662) | ||||
| * | Fix erase lpe in multi LPE mode | Jabiertxof | 2017-05-01 | 1 | -6/+0 |
| | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655) | ||||
| * | Little UX tweak | Jabiertxof | 2017-04-25 | 1 | -2/+2 |
| | | | | (bzr r15644) | ||||
| * | Rotate copies improvements: | Jabiertxof | 2017-04-25 | 1 | -61/+30 |
| | | | | | | | Bug fixes. Better widgets positions (bzr r15643) | ||||
| * | Fixed some bugs in Rotate Copies LPE. | Jabier Arraiza Cenoz | 2017-04-25 | 1 | -47/+50 |
| | | | | | | | Added a EnumParam to handle explusive bool params Make compatible with 0.92 code (bzr r15642) | ||||
| * | Rotate copies LPE refactor. Add double option, fuse and kaleidoscope both ↵ | Jabier Arraiza Cenoz | 2017-04-25 | 1 | -93/+86 |
| | | | | | | with mirror copies and split items (bzr r15641) | ||||
| * | Fix last commit bug on split LPE objects in rotate copies LPE | Jabiertxof | 2017-04-24 | 1 | -32/+14 |
| | | | | (bzr r15640) | ||||
| * | Improve rotate copies LPE to allow mirror copy with and without fuse | Jabier Arraiza Cenoz | 2017-04-24 | 1 | -19/+41 |
| | | | | (bzr r15639) | ||||
| * | Remove some compiling warns | Jabiertxof | 2017-03-16 | 1 | -3/+3 |
| | | | | (bzr r15599) | ||||
| * | Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENT | Jabiertxof | 2017-02-18 | 1 | -2/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1665595 (bzr r15530) | ||||
| * | Fix bug on rotate copies with one line vertical input | Jabiertxof | 2017-02-18 | 1 | -3/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1665463 (bzr r15529) | ||||
