summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof1-1/+1
change
2019-10-12Add icons to show help in set defauls LPE parametersJabier Arraiza1-17/+33
2019-10-09Improve the name of fillet/chamfer LPE to be more undertandableJabier Arraiza1-2/+2
2019-10-08Move LPE's into 3 groups normal, experimental y testing. Testing is only ↵Jabier Arraiza1-60/+60
usable by setting up a flag. Must set off for release. I think also for LPETool
2019-09-30Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza1-1/+1
LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
2019-07-20Remove some trailing whitespace.Moini1-6/+6
2019-07-19Fixes for pressure pencilJabier Arraiza1-2/+2
2019-07-19Improvements finish pointed by MarenJabier Arraiza1-0/+7
2019-07-19Fix translations and coding styleJabier Arraiza1-1/+1
2019-07-19Improvemets to power pencilJabiertxof1-1/+2
2019-07-14working on powerpencil in other threadJabier Arraiza1-2/+2
2019-07-01Fix various minor typosYuri Chornoivan1-2/+2
2019-05-26Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza1-1/+1
2019-05-24Fix a bug defaulting some parametersJabiertxof1-11/+11
2019-05-21Improvemets to GeomPathstroke and Offset LPEJabiertxof1-1/+1
2019-05-01Select filter on each LPE add dialog to easy remove or modify. Also improve ↵Jabier Arraiza1-24/+24
LPE to match better LPE aloable effect per type of objext and some strings fixes
2019-05-01Allow LPE retain elements on convert to paths inside the original defs objectJabiertxof1-1/+3
2019-04-24Add missing descriptions (mostly for experimental LPEs)Maren Hachmann1-42/+42
2019-04-02Avoid crash from nullptr exceptionNathan Lee1-5/+5
Adds exception handling for HiddenParam::param_newWidget() which always returns a nullptr. Fixes https://gitlab.com/inkscape/inkscape/issues/167
2019-03-27full remove expader + codeJabiertxof1-1/+0
2019-03-27Remove the expander code. Retain only for LPE default settingsJabiertxof1-0/+1
2019-03-25lpe-pts2ellipse: parameter enabling based on creation methodschwieni1-0/+5
2019-02-18Update issues on CIJabiertxof1-8/+8
2019-02-18Fix compiling issuesJabiertxof1-3/+3
2019-02-18Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof1-18/+18
2019-02-18Add missing icons and add double languajeJabier Arraiza1-24/+79
2019-02-18Improving window positionJabiertxof1-1/+1
2019-02-18Add descriptionsJabiertxof1-106/+51
2019-02-18add sorting and favoritesJabier Arraiza1-0/+55
2019-02-18improving enum positionJabier Arraiza1-0/+726
2019-02-18adding symbolsJabier Arraiza1-65/+0
2019-02-18fixing coding style and translation and merge from masterJabier Arraiza1-2/+2
2019-01-27Improvements to CSS to easy tweak widgetsJabier Arraiza1-3/+67
2019-01-27Initial work of LPESelectorJabier Arraiza1-67/+3
2019-01-02modernize loopsMarc Jeanmougin1-18/+14
2018-12-16remove "Perspective path" LPEThomas Holder1-5/+0
- unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true
2018-12-15Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza1-11/+0
fill-betreen-* LPEs
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-03Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof1-1/+1
with mouse correctly
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+3
2018-10-01Improvements to transforms in LPEJabier Arraiza1-0/+1
2018-09-14improbe UX of Fillet/Chamfer LPEJabiertxof1-2/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-13/+13
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-13/+13
2018-04-23Remove some documents updatesJabier Arraiza1-1/+0
2018-04-23Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza1-1/+2