| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIEnum::_name | Thomas Holder | 2019-10-28 | 1 | -1/+2 |
| | | |||||
| * | refactor: private SPIBase::_name | Thomas Holder | 2019-10-28 | 1 | -3/+3 |
| | | |||||
| * | Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵ | Jabier Arraiza | 2019-09-30 | 1 | -11/+7 |
| | | | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked. | ||||
| * | Typo in tooltip. | Gyuris Gellért | 2019-08-20 | 1 | -1/+1 |
| | | |||||
| * | Remove some trailing whitespace. | Moini | 2019-07-20 | 1 | -10/+10 |
| | | |||||
| * | 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 | -2/+2 |
| | | | |||||
| * | | Remove some couts and delete uneeded LPE parameter | Jabier Arraiza | 2019-05-26 | 1 | -9/+1 |
| | | | |||||
| * | | Allow open paths in mirror symmetry LPE | Jabier Arraiza | 2019-05-26 | 1 | -49/+19 |
| | | | |||||
| * | | Rename wrong named function | Jabiertxof | 2019-05-25 | 1 | -5/+4 |
| | | | |||||
| * | | Allow style as attribute in CopyRotate LPE and Mirror Symmetry | Jabiertxof | 2019-05-25 | 1 | -10/+45 |
| |/ | |||||
| * | LPE mirror symmetry: Clarify some strings | Patrick Storz | 2019-04-09 | 1 | -14/+14 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -16/+13 |
| | | |||||
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 1 | -4/+2 |
| | | |||||
| * | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 2018-12-15 | 1 | -11/+0 |
| | | | | | fill-betreen-* LPEs | ||||
| * | 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 | -2/+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 | -7/+7 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanup | Jabier Arraiza | 2018-05-26 | 1 | -64/+105 |
| | | |||||
| * | 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 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -112/+138 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+5 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵ | Jabiertxof | 2017-05-29 | 1 | -0/+1 |
| | | | | | | | | | 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 | -36/+2 |
| | | | | (bzr r15705) | ||||
| * | Change bad named vars | Jabiertxof | 2017-05-27 | 1 | -2/+2 |
| | | | | (bzr r15704) | ||||
| * | Improve methods on rotate copies LPE | Jabier Arraiza Cenoz | 2017-05-26 | 1 | -5/+5 |
| | | | | (bzr r15702) | ||||
| * | 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 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 | -19/+19 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662) | ||||
| * | Fix erase lpe in multi LPE mode | Jabiertxof | 2017-05-01 | 1 | -1/+0 |
| | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655) | ||||
| * | Remove some compiling warns | Jabiertxof | 2017-03-16 | 1 | -1/+1 |
| | | | | (bzr r15599) | ||||
| * | Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENT | Jabiertxof | 2017-02-18 | 1 | -74/+86 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1665595 (bzr r15530) | ||||
| * | Remmove unneded conditional from rotate copies and mirror symmetry | Jabiertxof | 2017-02-16 | 1 | -1/+1 |
| | | | | (bzr r15524) | ||||
| * | Fix crashes when element is not shape in rotate copies and mirror symmetry. ↵ | Jabiertxof | 2017-02-16 | 1 | -1/+1 |
| | | | | | | remove std::cout uneeded (bzr r15523) | ||||
| * | merge lp:~inkscape.dev/inkscape/mirror_improvements | Jabier Arraiza Cenoz | 2017-01-24 | 1 | -64/+278 |
| |\ | | | | | (bzr r15438) | ||||
| | * | Bug fixes | Jabiertxof | 2017-01-24 | 1 | -54/+0 |
| | | | | | | | (bzr r15295.1.65) | ||||
| | * | Fixes some compiling bug | Jabiertxof | 2017-01-24 | 1 | -32/+32 |
| | | | | | | | (bzr r15295.1.64) | ||||
| | * | Remove some code and make dependant of rotate copies | Jabiertxof | 2017-01-24 | 1 | -33/+36 |
| | |\ | |/ |/| | (bzr r15295.1.63) | ||||
| | * | Fix offset gap | Jabiertxof | 2017-01-08 | 1 | -3/+4 |
| | | | | | | | (bzr r15295.1.60) | ||||
| | * | Some naming fix and headers | Jabiertxof | 2017-01-07 | 1 | -6/+6 |
| | | | | | | | (bzr r15295.1.59) | ||||
| | * | Some naming fix and headers | Jabiertxof | 2017-01-07 | 1 | -8/+5 |
| | | | | | | | (bzr r15295.1.57) | ||||
| | * | Bug fixes and add a slight gap to no line in middle | Jabier Arraiza Cenoz | 2017-01-05 | 1 | -10/+4 |
| | | | | | | | (bzr r15295.1.55) | ||||
| | * | Workingcd ../mirror_improvements! | Jabier Arraiza Cenoz | 2017-01-05 | 1 | -10/+14 |
| | | | | | | | (bzr r15295.1.53) | ||||
| | * | Fixing mirror on split | Jabier Arraiza Cenoz | 2017-01-05 | 1 | -63/+50 |
| | | | | | | | (bzr r15295.1.51) | ||||
| | * | Fixing some bugs | Jabiertxof | 2017-01-04 | 1 | -26/+28 |
| | | | | | | | (bzr r15295.1.50) | ||||
| | * | Fixing broken things | Jabier Arraiza Cenoz | 2017-01-03 | 1 | -26/+0 |
| | | | | | | | (bzr r15295.1.49) | ||||
| | * | Fixing some bugs | Jabiertxof | 2017-01-03 | 1 | -124/+122 |
| | | | | | | | (bzr r15295.1.48) | ||||
| | * | Fixing paths | Jabier Arraiza Cenoz | 2017-01-02 | 1 | -5/+51 |
| | | | | | | | (bzr r15295.1.46) | ||||
