summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug fixes in roughen and added uption to retract handlesJabier Arraiza Cenoz2015-10-152-45/+38
| | | (bzr r14418)
* improved results of roughen LPEJabier Arraiza Cenoz2015-10-141-26/+18
| | | (bzr r14410)
* Added a parameter to roughen LPE to allow fixed displacement of pointsJabier Arraiza Cenoz2015-10-132-113/+127
| | | (bzr r14408)
* Fix position node splitedJabier Arraiza Cenoz2015-10-132-21/+111
| | | | | Added parameter to Symm move nodes, Todo:Get better english strings (bzr r14407)
* Improvements to transform by two knots pointed by Ivan Louettejtx2015-09-172-10/+70
| | | (bzr r14375)
* fixes bug:1492711 in bspline and fillet chamferjtx2015-09-114-12/+26
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356)
* Better fix for bug 1492711Jabier Arraiza Cenoz2015-09-082-3/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14353)
* Fix for bug 1492711Jabier Arraiza Cenoz2015-09-081-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14351)
* Fix a bug in BSpline on straight lines when press a default width buttonJabier Arraiza Cenoz2015-09-081-1/+1
| | | (bzr r14350)
* fixes bug:1492704 in bsplinejtx2015-09-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492704 (bzr r14347)
* Changed some strings to BSPLine widgetsJabier Arraiza Cenoz2015-09-012-16/+16
| | | (bzr r14339)
* Improvements to BSPline widgets:jtx2015-09-012-20/+27
| | | | | | | Now the "Change Weight" is % based insteas 0-1 interval Removed "Ignore cusp nodes" and substituted by: "Apply on cusp nodes" and "Apply on non cusp nodes" (bzr r14337)
* lpe-powerstroke. validity check on data. (Bug 1487424)Alvin Penner2015-08-301-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1487424 (bzr r14333)
* Fix a bug on ToogleButton Parameter when call a function without showing the ↵Jabier Arraiza Cenoz2015-08-291-0/+4
| | | | | parameter widget (bzr r14331)
* Improve elastic mode in transform by two points LPEjtx2015-08-281-1/+5
| | | (bzr r14329)
* Add lock angle to transform by two points LPEJabier Arraiza Cenoz2015-08-272-33/+45
| | | (bzr r14328)
* Changed from fixed width to lock width, removed one widget to the transform ↵Jabier Arraiza Cenoz2015-08-272-29/+22
| | | | | by 2 pts (bzr r14326)
* Added fixed and elastic modes to transform by two knotsJabier Arraiza Cenoz2015-08-262-8/+92
| | | (bzr r14325)
* Fix a big on apply on closed path Transform By two knotsJabier Arraiza Cenoz2015-08-241-0/+4
| | | (bzr r14322)
* update to trunkJabier Arraiza Cenoz2015-08-248-245/+184
|\ | | | | (bzr r13879.1.22)
| * Simplify a bit BSpline codeJabier Arraiza Cenoz2015-08-221-61/+22
| | | | | | (bzr r14316)
| * A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-141-1/+1
| | | | | | (bzr r14301)
| * for spiro converters, close path only after last segment. (Bug 1473641)Alvin Penner2015-08-083-31/+40
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1473641 (bzr r14285)
| * Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz2015-08-064-150/+120
| | | | | | (bzr r14280)
| * Fix some transform problems in Bend path.Jabier Arraiza Cenoz2015-08-051-2/+1
| | | | | | | | | | Also refactor a bit the file to simplify it (bzr r14276)
* | update to trunkJabier Arraiza Cenoz2015-08-022-1/+2
|\| | | | | (bzr r13879.1.21)
| * Fixed some typos in bsector and bsplineJabier Arraiza Cenoz2015-08-022-1/+2
| | | | | | | | | | | | In freehand base fix a crash un bend path if no clipboard. Also rewrite retrive clipboard to get it at correct document size (bzr r14272)
* | Fixed bugs in branch review and updated to new apiJabier Arraiza Cenoz2015-07-302-67/+88
| | | | | | (bzr r13879.1.20)
* | update to trunkJabier Arraiza Cenoz2015-07-301-0/+1
|\| | | | | (bzr r13879.1.19)
| * add flattern button to interactive simplifyJabier Arraiza Cenoz2015-07-271-0/+1
| | | | | | (bzr r14261)
* | update to trunkJabier Arraiza Cenoz2015-07-2480-611/+423
|\| | | | | (bzr r13879.1.17)
| * fix typo in intersection_point() (Bug 1475097)Alvin Penner2015-07-191-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1475097 (bzr r14251)
| * Enable stitching in Spiro and SPCurve to prevent some crashesKrzysztof Kosi??ski2015-07-193-9/+9
| | | | | | (bzr r14250)
| * Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin2015-07-142-9/+2
| | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245)
| * Fix build failures on some platforms.Krzysztof Kosi??ski2015-07-081-2/+0
| | | | | | | | | | Correct CMakeLists.txt after 2Geom sync - patch by su_v. (bzr r14237)
| * Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-0467-506/+295
| |\ | | | | | | | | | | | | May introduce regressions. (bzr r14226)
| | * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-227-96/+28
| | | | | | | | | (bzr r14059.2.16)
| | * Merge from trunkKrzysztof Kosi??ski2015-05-228-47/+5
| | |\ | | | | | | | | (bzr r14059.2.15)
| | * \ Merge from trunkKrzysztof Kosi??ski2015-05-0810-27/+18
| | |\ \ | | | | | | | | | | (bzr r14059.2.11)
| | * | | Update 2Geom to r2347Krzysztof Kosi??ski2015-04-301-2/+2
| | | | | | | | | | | | | | | (bzr r14059.2.3)
| | * | | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-285-6/+6
| | | | | | | | | | | | | | | (bzr r14059.2.2)
| | * | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-2766-406/+263
| | | | | | | | | | | | | | | (bzr r14059.2.1)
| * | | | Improve hidding helper path when show outline toogle is onjtx2015-06-261-3/+6
| | | | | | | | | | | | | | | (bzr r14220)
| * | | | Fix for the bug 1468396. Fix the new bug noticed by su_vJabier Arraiza Cenoz2015-06-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14219)
| * | | | Fix for the bug 1468396Jabier Arraiza Cenoz2015-06-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14217)
| * | | | Write line_width back to SVG after initially setting it on jointype and ↵Ben Scholzen 'DASPRiD2015-05-272-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | taperstroke LPE (bzr r14178.1.1)
| * | | | Fix taper stroke path generation (bug #1448726)Ben Scholzen 'DASPRiD2015-05-251-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1448726 (bzr r14174)
| | * | | | Fix taper stroke path generationBen Scholzen 'DASPRiD2015-05-251-2/+2
| | | |_|/ | | |/| | | | | | | (bzr r14172.1.1)
| * / | | Use sane constant for min and max values in LPE dialogsBen Scholzen 'DASPRiD2015-05-202-7/+7
| |/ / / | | | | | | | | (bzr r14163.1.2)
| * | / Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-098-47/+5
| | |/ | |/| | | | | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136)