summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixing refsJabier Arraiza2018-03-261-4/+0
|
* Base LPE refactorJabier Arraiza2018-03-261-51/+42
|
* Merge from trunkJabier Arraiza2018-03-021-1/+6
|\
| * Live effect: Ellipse from PointsMarkus Schwienbacher2018-03-011-1/+6
| |
* | Migrate launchpad offset branch to gitJabier Arraiza2018-02-271-1/+1
|/
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+9
| | | | A lot of header clean-up.
* Fix minor typosYuri Chornoivan2018-01-011-1/+1
|
* Misc. typosUnknown2017-11-071-4/+4
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```