summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add improvements to meassure segments LPE pointed by CRJabier Arraiza2017-09-254-0/+374
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-2232-1/+139
|
* Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-214-25/+34
| | | | powerstroke path
* Fix a bug on uninicialitated variable, that perform diferent results in ↵Jabier Arraiza2017-09-162-3/+4
| | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated
* Added new LPE parameter to store Items array, also bugfixing in patharray ↵Jabiertxo Arraiza Cenoz2017-09-143-4/+584
| | | | parameter
* Fixes for bug #1716926. Consider backportJabiertxo Arraiza Cenoz2017-09-131-15/+18
|
* Fixes for clone original LPEJabiertxo Arraiza Cenoz2017-09-132-18/+24
|
* This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza2017-09-092-63/+99
| | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
* Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a ↵Jabiertxo Arraiza Cenoz2017-09-086-3/+48
| | | | powerstroke path
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-0/+4
| | | | previous width
* Fix a bug pointed by CR on delete nodes in fillet/chamfer LPEJabier Arraiza2017-07-291-3/+4
|
* Remove old icon handling codeAlexander Valavanis2017-06-2910-31/+34
|
* Alow write to repr on hidden LPE parametersJabier Arraiza Cenoz2017-05-292-2/+5
| | | (bzr r15716)
* Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof2017-05-282-43/+67
| | | (bzr r15707)
* More fixes to LPEJabiertxof2017-05-277-20/+16
| | | (bzr r15705)
* Change bad named varsJabiertxof2017-05-276-14/+17
| | | (bzr r15704)
* fix a brunch of memory leakschr2017-05-181-1/+2
| | | (bzr r15698.1.2)
* Add missing filesJabiertxof2017-05-062-0/+154
| | | (bzr r15669)
* Fix a compiling bug found by Ede_123 on IRCJabiertxof2017-05-061-1/+1
| | | (bzr r15667)
* Pre merge fixingJabiertxof2017-05-062-6/+11
| | | (bzr r13645.1.177)
* Update to trunkJabiertxof2017-05-057-5/+19
|\ | | | | (bzr r13645.1.175)
| * LPE widget refactor. Improvement to not update on same valueJabiertxof2017-05-057-5/+19
| | | | | | (bzr r15665)
* | Update to trunkJabier Arraiza Cenoz2017-05-0528-58/+163
|\| | | | | (bzr r13645.1.174)
| * Update to trunkJabier Arraiza Cenoz2017-05-057-1/+8
| |\ | | | | | | (bzr r15620.1.17)
| | * Improve responsive from LPEJabier Arraiza Cenoz2017-05-057-1/+8
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
| * | Remove coutsJabiertxof2017-05-011-1/+0
| | | | | | | | | (bzr r15620.1.16)
| * | Update to trunkJabiertxof2017-05-016-16/+0
| |\| | | | | | | (bzr r15620.1.14)
| | * Fix erase lpe in multi LPE modeJabiertxof2017-05-016-16/+0
| | | | | | | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
| * | minor bugfixingJabiertxof2017-04-291-0/+1
| | | | | | | | | (bzr r15620.1.13)
| * | Rewrite UXJabiertxof2017-04-2929-29/+149
| | | | | | | | | (bzr r15620.1.12)
| * | ResetJabiertxof2017-04-2832-307/+48
| | | | | | | | | (bzr r15620.1.9)
| * | Add end of preferences GUIJabier Arraiza Cenoz2017-04-2712-12/+132
| | | | | | | | | (bzr r15620.1.6)
| * | Add LPE prefs dialogJabiertxof2017-04-263-3/+23
| | | | | | | | | (bzr r15620.1.4)
| * | Update to trunkJabier Arraiza Cenoz2017-04-262-12/+9
| |\| | | | | | | (bzr r15620.1.2)
| | * Fixes crashes with LPE point parameterJabiertxof2017-04-152-15/+10
| | | | | | | | | (bzr r15623)
| * | Allow set and reset default values of LPE parametersJabiertxof2017-04-1430-36/+153
| |/ | | | | (bzr r15620.1.1)
* | Remove some warningsJabiertxof2017-03-161-3/+3
| | | | | | (bzr r13645.1.172)
* | Remove some warningsJabiertxof2017-03-161-2/+2
| | | | | | (bzr r13645.1.171)
* | Update to trunkJabiertxof2017-03-164-12/+18
|\| | | | | (bzr r13645.1.170)
| * This patch fixes the bug #1664632.Jabiertxof2017-02-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Realy fixes two path parameters what are using "original-d" path data instead "d" on link paths. This parameters are used in a few LPE and all of them get better/wanted result than previous beabiour. With this fixed, we can use the fill between many LPE to archive the wanted effect of a path mixed of Bezier,BSpline and Spiro. Here are a pic with the archived result fixing the bug:https://inkscape.org/en/~jabiertxof/%E2%98%85fix-bug-1664632 Today in IRC logs about 21:30 I do a full inform about this. Fixed bugs: - https://launchpad.net/bugs/1664632 (bzr r15536)
| * Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-052-10/+16
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* | update to trunkJabier Arraiza Cenoz2017-01-258-2/+607
|\| | | | | (bzr r13645.1.168)
| * Fixing update to trunkJabier Arraiza Cenoz2017-01-246-0/+603
| | | | | | (bzr r15356.1.20)
| * Some bug fix to prepare mergeJabiertxof2017-01-241-0/+3
| | | | | | (bzr r15392.1.9)
| * Add fixes sugested by Martin OwensJabiertxof2017-01-231-1/+1
| |\ | | | | | | (bzr r15392.1.7)
| * \ Update to trunkJabiertxof2017-01-142-2/+2
| |\ \ | | | | | | | | (bzr r15392.1.4)
| * \ \ fixing crash on eraseJabiertxof2017-01-141-3/+0
| |\ \ \ | | | | | | | | | | (bzr r15392.1.3)
| * | | | Adding baseJabiertxof2017-01-052-2/+4
| |/ / / | | | | | | | | (bzr r15392.1.1)
* | | | Update to new code in trunkJabiertxof2017-01-222-11/+6
| | | | | | | | | | | | (bzr r13645.1.166)
* | | | Update to trunkJabiertxof2017-01-2123-147/+326
|\ \ \ \ | | |_|/ | |/| | (bzr r13645.1.165)