summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof2019-11-021-1/+1
| | | | change
* Add icons to show help in set defauls LPE parametersJabier Arraiza2019-10-121-17/+33
|
* Improve the name of fillet/chamfer LPE to be more undertandableJabier Arraiza2019-10-091-2/+2
|
* Move LPE's into 3 groups normal, experimental y testing. Testing is only ↵Jabier Arraiza2019-10-081-60/+60
| | | | usable by setting up a flag. Must set off for release. I think also for LPETool
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-301-1/+1
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* Remove some trailing whitespace.Moini2019-07-201-6/+6
|
* Improve some LPE descriptions.Moini2019-07-201-41/+41
|\
| * Add missing descriptions (mostly for experimental LPEs)Maren Hachmann2019-04-241-42/+42
| |
* | Fixes for pressure pencilJabier Arraiza2019-07-191-2/+2
| |
* | Improvements finish pointed by MarenJabier Arraiza2019-07-191-0/+7
| |
* | Fix translations and coding styleJabier Arraiza2019-07-191-1/+1
| |
* | Improvemets to power pencilJabiertxof2019-07-191-1/+2
| |
* | working on powerpencil in other threadJabier Arraiza2019-07-141-2/+2
| |
* | Fix various minor typosYuri Chornoivan2019-07-011-2/+2
| |
* | Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza2019-05-261-1/+1
| |
* | Fix a bug defaulting some parametersJabiertxof2019-05-241-11/+11
| |
* | Improvemets to GeomPathstroke and Offset LPEJabiertxof2019-05-211-1/+1
| |
* | Select filter on each LPE add dialog to easy remove or modify. Also improve ↵Jabier Arraiza2019-05-011-24/+24
| | | | | | | | LPE to match better LPE aloable effect per type of objext and some strings fixes
* | Allow LPE retain elements on convert to paths inside the original defs objectJabiertxof2019-05-011-1/+3
|/
* Avoid crash from nullptr exceptionNathan Lee2019-04-021-5/+5
| | | | | | | Adds exception handling for HiddenParam::param_newWidget() which always returns a nullptr. Fixes https://gitlab.com/inkscape/inkscape/issues/167
* full remove expader + codeJabiertxof2019-03-271-1/+0
|
* Remove the expander code. Retain only for LPE default settingsJabiertxof2019-03-271-0/+1
|
* lpe-pts2ellipse: parameter enabling based on creation methodschwieni2019-03-251-0/+5
|
* Update issues on CIJabiertxof2019-02-181-8/+8
|
* Fix compiling issuesJabiertxof2019-02-181-3/+3
|
* Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof2019-02-181-18/+18
|
* Add missing icons and add double languajeJabier Arraiza2019-02-181-24/+79
|
* Improving window positionJabiertxof2019-02-181-1/+1
|
* Add descriptionsJabiertxof2019-02-181-106/+51
|
* add sorting and favoritesJabier Arraiza2019-02-181-0/+55
|
* improving enum positionJabier Arraiza2019-02-181-0/+726
|
* adding symbolsJabier Arraiza2019-02-181-65/+0
|
* fixing coding style and translation and merge from masterJabier Arraiza2019-02-181-2/+2
|
* modernize loopsMarc Jeanmougin2019-01-021-18/+14
|
* remove "Perspective path" LPEThomas Holder2018-12-161-5/+0
| | | | | - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-151-11/+0
| | | | fill-betreen-* LPEs
* Clarify licensesMax Gaukler2018-11-081-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
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-031-1/+1
| | | | with mouse correctly
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+3
|
* Improvements to transforms in LPEJabier Arraiza2018-10-011-0/+1
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-141-2/+1
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-13/+13
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-13/+13
|
* Remove some documents updatesJabier Arraiza2018-04-231-1/+0
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-231-1/+2
|
* Add LPE Dash StrokeJabier Arraiza2018-04-011-1/+6
|