summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-copy_rotate.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof2017-05-291-5/+4
| | | | | | | | improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
* Add a new value to LPE 'is_load' to know the lpe is just load, no previous ↵Jabiertxof2017-05-281-0/+1
| | | | | values set yet to not LPE stored values when loading a previous file (bzr r15703.1.8)
* More fixes to LPEJabiertxof2017-05-271-8/+7
| | | (bzr r15703.1.2)
* Change bad named varsJabiertxof2017-05-271-2/+2
| | | (bzr r15703.1.1)
* Order LPE parametersJabier Arraiza Cenoz2017-05-261-1/+1
| | | (bzr r15703)
* Improve methods on rotate copies LPEJabier Arraiza Cenoz2017-05-261-37/+49
| | | (bzr r15702)
* Allow rotate on split items over Rotate copies LPEJabier Arraiza Cenoz2017-05-251-0/+7
| | | (bzr r15701)
* fix a brunch of memory leaks pt.2chr2017-05-231-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 Cenoz2017-05-121-1/+5
| | | | | origin position (bzr r15689)
* Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof2017-05-071-1/+1
| | | (bzr r15673)
* Improve responsive from LPEJabier Arraiza Cenoz2017-05-051-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
* Fix erase lpe in multi LPE modeJabiertxof2017-05-011-6/+0
| | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* Little UX tweakJabiertxof2017-04-251-2/+2
| | | (bzr r15644)
* Rotate copies improvements:Jabiertxof2017-04-251-61/+30
| | | | | | Bug fixes. Better widgets positions (bzr r15643)
* Fixed some bugs in Rotate Copies LPE.Jabier Arraiza Cenoz2017-04-251-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 Cenoz2017-04-251-93/+86
| | | | | with mirror copies and split items (bzr r15641)
* Fix last commit bug on split LPE objects in rotate copies LPEJabiertxof2017-04-241-32/+14
| | | (bzr r15640)
* Improve rotate copies LPE to allow mirror copy with and without fuseJabier Arraiza Cenoz2017-04-241-19/+41
| | | (bzr r15639)
* Remove some compiling warnsJabiertxof2017-03-161-3/+3
| | | (bzr r15599)
* Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENTJabiertxof2017-02-181-2/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1665595 (bzr r15530)
* Fix bug on rotate copies with one line vertical inputJabiertxof2017-02-181-3/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1665463 (bzr r15529)
* Remmove unneded conditional from rotate copies and mirror symmetryJabiertxof2017-02-161-1/+1
| | | (bzr r15524)
* Fix crashes when element is not shape in rotate copies and mirror symmetry. ↵Jabiertxof2017-02-161-4/+1
| | | | | remove std::cout uneeded (bzr r15523)
* Fix a translation bug in rotate copies LPEJabier Arraiza Cenoz2017-01-241-2/+1
| | | (bzr r15443)
* Bug fixesJabiertxof2017-01-241-3/+13
| | | (bzr r15392.1.11)
* Fixes some compiling bugJabiertxof2017-01-241-32/+33
| | | (bzr r15392.1.10)
* Some bug fix to prepare mergeJabiertxof2017-01-241-1/+0
| | | (bzr r15392.1.9)
* Fixing to mergeJabiertxof2017-01-241-0/+1
| | | (bzr r15392.1.8)
* Add fixes sugested by Martin OwensJabiertxof2017-01-231-91/+36
|\ | | | | (bzr r15392.1.7)
* | Remove unnecesatry text parameterJabiertxof2017-01-151-12/+3
| | | | | | (bzr r15392.1.6)
* | Fixed wroken. now workingJabiertxof2017-01-141-11/+34
| | | | | | (bzr r15392.1.5)
* | fixing crash on eraseJabiertxof2017-01-141-42/+135
|\| | | | | (bzr r15392.1.3)
* | base of effectJabiertxof2017-01-061-3/+226
|/ | | (bzr r15392.1.2)
* Fix bug/add feature on #1653380 on rotate copiesJabiertxof2017-01-011-2/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1653380 (bzr r15382)
* Not target bug.Jabiertxof2016-12-311-1/+1
| | | | | | | Fixes a typo in last minute refactor that ignore mirroring in fuse options of rotate copies LPE. The mirror affine is redeclared and not overwited as we need. Also inicializa a value as double in pattern along path (Not Backported) (bzr r15378)
* Fixes bug #1652465 on mirror and copy rotate LPE.Jabiertxof2016-12-261-7/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1652465 (bzr r15356)
* Fix undo incosistences in mirror LPE and in copy rotate LPEJabier Arraiza Cenoz2016-12-201-2/+2
| | | (bzr r15340)
* Fix strings in mirror symetry and copy rotate LPEJabiertxof2016-12-201-5/+5
| | | (bzr r15338)
* Use Geom::Reflection instead custom method an copy rotate and mirror LPEJabiertxof2016-12-181-13/+2
| | | (bzr r15331)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+1
| | | (bzr r15318)
* 'upport' changes to LPE's rotate copies and mirrot symmetryJabiertxof2016-12-081-104/+51
| | | (bzr r15313)
* Fix bug#1635442Jabier Arraiza Cenoz2016-10-221-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1635442 (bzr r15186)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
| | | (bzr r15025)
* Order and cleanup of some LPEJabier Arraiza Cenoz2016-07-231-1/+2
| | | (bzr r15020)
* "Backport" some Krzysztof review parts of mirror symmetry LPE also hapens on ↵Jabier Arraiza Cenoz2016-03-241-12/+4
| | | | | rotate copies LPE (bzr r14740)
* Some improvements and bugfixes to rotate copiesJabier Arraiza Cenoz2016-03-211-8/+4
| | | (bzr r14730)
* Fix a bug in rotate copies on apply over a ellipse when origin and end are ↵Jabier Arraiza Cenoz2016-03-201-4/+5
| | | | | the center of rotation (bzr r14729)
* Various minor bugfixes to rotate copiesJabier Arraiza Cenoz2016-03-201-1/+5
| | | (bzr r14728)