summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-patternalongpath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add knot ungrabbed eventJabiertxof2019-05-201-0/+1
|
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-2/+1
| | | | This makes the code a lot less readable and greppable for no reason.
* modernize loopsMarc Jeanmougin2019-01-021-4/+3
|
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-151-19/+0
| | | | fill-betreen-* LPEs
* Clarify licensesMax Gaukler2018-11-081-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 Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Base LPE refactorJabier Arraiza2018-03-261-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+6
| | | | A lot of header clean-up.
* Fixes crashes with knoth in bend and pattern along pathJabier Arraiza2018-01-011-20/+18
|
* Add fix sugested in mailing list to allow diferent LPE on clonesJabiertxo Arraiza Cenoz2017-12-291-7/+14
|
* Fix bug 1735316 - Pattern Along Path: Option to hide the new handlerJabier Arraiza2017-12-061-15/+29
| | | | https://bugs.launchpad.net/inkscape/+bug/1735316
* Fixes for bug #1716926. Consider backportJabiertxo Arraiza Cenoz2017-09-131-36/+43
|
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-1/+2
| | | | previous width
* Code formatingJabiertxof2017-04-281-10/+10
| | | (bzr r15649)
* Fix bug 1622388. Insane memory leak and crash with pattern along pathJabiertxof2017-01-201-5/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1622388 (bzr r15425)
* Fix bug 1657591. Crash on ungrouping in v0.92. A unnecesary call to update ↵Jabiertxof2017-01-201-1/+0
| | | | | | | | path effect hook the crash, not sure why but this call is unnecesary so I remove it Fixed bugs: - https://launchpad.net/bugs/1657591 (bzr r15424)
* 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)
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-2/+2
| | | (bzr r15337)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+2
| | | (bzr r15318)
* Fix for reopened bug #1643408- minor typyngJabier Arraiza Cenoz2016-12-071-7/+7
| | | (bzr r15309)
* Fix for reopened bug #1643408Jabier Arraiza Cenoz2016-12-071-2/+5
| | | (bzr r15308)
* Fix #1643408. Bug in pap LPEJabier Arraiza Cenoz2016-11-211-8/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1643408 (bzr r15263)
* Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz2016-09-111-11/+10
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111)
* Fix bug: #1621213 in Pattern Along Path LPEJabier Arraiza Cenoz2016-09-091-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1621213 (bzr r15110)
* Fix a bug in pattern along path at first edit node after applied. Backport ↵Jabier Arraiza Cenoz2016-08-291-7/+10
| | | | | it to 0.92 (bzr r15089)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-10/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+10
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-10/+0
| | | (bzr r15025)
* Partialy fix bug #172137. commented in bugJabier Arraiza Cenoz2016-04-111-0/+7
| | | (bzr r14778)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-2/+2
| | | (bzr r14639)
* add negative values to bend and pattern along path whith knotJabier Arraiza Cenoz2015-12-081-4/+19
| | | (bzr r14516)
* minor changesJabier Arraiza Cenoz2015-08-081-5/+8
| | | (bzr r14272.1.10)
* Full refactor of the LPE now too much simple codeJabier Arraiza Cenoz2015-08-071-47/+73
| | | (bzr r14272.1.6)
* Fix bug on apply effect from pen/pencil toolbarJabier Arraiza Cenoz2015-08-051-17/+24
| | | (bzr r14272.1.2)
* Added point parameterJabier Arraiza Cenoz2015-08-021-2/+54
| | | (bzr r14272.1.1)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-9/+9
|\ | | | | (bzr r9508.1.73)
| * Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-171-8/+8
| | | | | | (bzr r10112)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-7/+7
|\| | | | | (bzr r9508.1.70)
| * UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-7/+7
| | | | | | (bzr r9807)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
|/ | | (bzr r9508.1.48)
* Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler2009-10-051-1/+6
| | | (bzr r8723)
* override transform_multiply for patternalongpath to disable transform ↵Johan B. C. Engelen2009-04-121-0/+11
| | | | | forwarding to its parameters. (bzr r7691)
* Fix a translatable string incorrectly being considered a printf format Krzysztof Kosi??ski2009-02-261-6/+16
| | | | | specification in live_effects/lpe-patternalongpath.cpp (bzr r7382)
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-191-4/+0
| | | (bzr r7330)