summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bendpath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #1658855, bend from clipboard end point get some spikeJabier Arraiza2017-09-161-3/+4
|
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-2/+4
| | | | previous width
* Code formatingJabiertxof2017-04-281-4/+4
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-1/+2
| | | (bzr r15318)
* Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz2016-09-111-9/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111)
* Fix a bug in pattern along path at first edit node after applied. Backport ↵Jabier Arraiza Cenoz2016-08-291-5/+9
| | | | | it to 0.92 (bzr r15089)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-16/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+16
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-16/+0
| | | (bzr r15025)
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-4/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
* 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-3/+17
| | | (bzr r14516)
* minor changesJabier Arraiza Cenoz2015-08-081-4/+8
| | | (bzr r14272.1.10)
* Full refactor of the LPE now too much simple codeJabier Arraiza Cenoz2015-08-071-55/+65
| | | (bzr r14272.1.6)
* fix a bug appliening from patheffect list the LPEJabier Arraiza Cenoz2015-08-061-10/+22
| | | (bzr r14272.1.5)
* Fix bug on apply effect from pen/pencil toolbarJabier Arraiza Cenoz2015-08-051-19/+26
| | | (bzr r14272.1.2)
* Added point parameterJabier Arraiza Cenoz2015-08-021-1/+42
| | | (bzr r14272.1.1)
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-0/+3
| | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
* LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton.Johan B. C. Engelen2013-07-011-3/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/616198 (bzr r12398)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-3/+3
| | | (bzr r9990)
* UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-2/+2
| | | (bzr r9807)
* Fix by Johan for 436304.Josh Andler2009-09-261-5/+8
| | | (bzr r8651)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-0/+2
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* From trunkTed Gould2008-10-271-7/+0
| | | (bzr r6885)
* remove debug messageJohan B. C. Engelen2008-08-071-1/+0
| | | (bzr r6585)
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-071-4/+9
| | | (bzr r6584)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
| | | (bzr r6540)
* add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen2008-07-201-1/+1
| | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6134)
* LPE STACKING!Johan B. C. Engelen2008-05-301-13/+2
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-3/+1
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-52/+15
| | | | | - Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code. (bzr r5448)
* whitespace + commentJohan B. C. Engelen2008-04-141-20/+18
| | | (bzr r5437)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
| | | (bzr r5427)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-091-11/+12
| | | (bzr r5392)
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-0/+211
(bzr r5385)