summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixing bad destruction of Fillet Chamfer LPE itemsJabier Arraiza2018-11-052-12/+5
* Changin interruption to gap as Maren sugest in MRJabiertxof2018-10-251-2/+2
* Fixing coding styleJabiertxof2018-10-251-3/+6
* Improvements to simplify KnotsJabiertxof2018-10-252-10/+7
* Add fixes in review.Jabiertxof2018-10-251-2/+2
* Fixing coding styleJabiertxof2018-10-251-22/+19
* Add new features to knot LPEJabiertxof2018-10-252-6/+34
* Fixing coding styleJabiertxof2018-10-251-2/+2
* Fix closing issuesJabiertxof2018-10-251-6/+10
* Fixing coding styleJabiertxof2018-10-252-2/+3
* Fix initial widthJabiertxof2018-10-251-1/+1
* Add minor string tweaksJabiertxof2018-10-252-4/+5
* Fix coding styleJabier Arraiza2018-10-252-28/+37
* Fixes fror knot LPEJabier Arraiza2018-10-252-16/+34
* Modify behavior of interpolationTanja Bast2018-10-242-7/+49
* Apply clang formatTanja Bast2018-10-242-36/+39
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-223-3/+0
* Fix bug in measure segments pointed by Maren in: https://chat.inkscape.org/ch...Jabiertxof2018-10-081-2/+2
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-072-2/+2
|\
| * Misc. typosluz.paz2018-10-062-2/+2
* | SPAttributeEnum typed function argumentsThomas Holder2018-10-062-2/+2
|/
* Fix updating widgets on LPE missed in the refactorJabiertxof2018-10-043-1/+5
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof2018-10-0310-21/+16
* Fixes for LPE transforms and a bug when closing inkscape, related to lpeobjec...Jabiertxof2018-10-021-2/+3
* Remove #include "config.h" wherever possibleEduard Braun2018-10-015-19/+3
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-012-1/+5
* Fix warnings in LPE rulerJabiertxof2018-10-011-6/+12
* Improvements to transforms in LPEJabier Arraiza2018-10-017-23/+2
* Improve calls to document_unitsJabier Arraiza2018-09-303-25/+8
* Fix for bug #1769679, Crash when opening file with live path effectJabier Arraiza2018-09-301-6/+12
* Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elementsJabier Arraiza2018-09-302-1/+11
* Fix bug: #1644805Jabier Arraiza2018-09-291-0/+6
* Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expectedJabier Arraiza2018-09-282-10/+8
* cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-1/+1
* LPE PointParam: use doc2dtThomas Holder2018-09-231-2/+1
* Fix a bug if shape is not defined in powerclipJabier Arraiza2018-09-221-0/+3
* Fix and improve stiling of helper tab on meassure segments LPEJabiertxof2018-09-151-4/+4
* Improve message parameter and remove unecesary widgets from meassure segments...Jabier Arraiza2018-09-154-29/+26
* Update measure segments helper info and align to messages LPE parameterJabiertxof2018-09-143-22/+39
* Update info widget inmeasure segmentsJabiertxof2018-09-141-6/+6
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-145-122/+21
* Fix bug applying powerclip/mask to non cliped/masked elementsJabiertxof2018-09-134-0/+22
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-134-230/+211
* Revert changesJabier Arraiza2018-08-052-255/+213
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-052-213/+255
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-042-6/+6
* Fixing coding styleJabier Arraiza2018-07-211-2/+2
* adding gtk-themeJabier Arraiza2018-07-216-52/+42
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-202-4/+4
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-1910-31/+31