summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-195-5/+5
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-184-11/+15
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-182-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-1820-38/+23
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1826-57/+57
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-1830-204/+204
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-1223-48/+48
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Create and use LabelledColorPicker widgetGeoff Lankow2018-05-091-6/+2
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0421-77/+77
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2921-77/+77
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-231-3/+2
|
* Handle transforms and gix groups linked by clipboardJabier Arraiza2018-04-231-1/+1
|
* Fixes to transforms on LPEJabier Arraiza2018-04-141-0/+1
|
* Base LPE refactorJabier Arraiza2018-03-2617-67/+44
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-3016-27/+35
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-082-3/+3
| | | Found via `codespell`
* Fix a problem with symbols when updating defs with current document set. ↵Jabier Arraiza2018-01-071-4/+7
| | | | Also fix a double XML write in path parameter unnecesary
* Add perimetral only lattice 2 optionaly and allow hide knots on point parameterJabier Arraiza2018-01-052-11/+28
|
* Allow erase knots in powerstrokeJabiertxo Arraiza Cenoz2017-12-271-15/+14
|
* Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-261-0/+13
|\
| * LPE message Gtkmm deprecation fixesAlexander Valavanis2017-12-261-0/+13
| |
* | Mege trunk into powerpencilIIJabier Arraiza2017-12-076-5/+23
|\|
| * Adding fix to sliders and spin buttons on LPEJabier Arraiza2017-12-046-5/+23
| |
* | Working on coontinuing pathsJabier Arraiza2017-11-192-4/+14
| |
* | Working on fix smooth drawJabier Arraiza2017-11-192-0/+16
|/
* Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-104-13/+27
|\
| * Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-072-6/+6
| |\
| | * Misc. typosUnknown2017-11-072-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
| * | Fix typo crash buildingJabier Arraiza2017-11-041-1/+1
| | |
| * | Fix meessage parameter to allow min height requestJabier Arraiza2017-11-042-7/+21
| |/
* | Merge branch 'master' into powerpencilJabier Arraiza2017-11-0341-129/+1330
|\|
| * Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
| |
| * Remove unused icon-size.hStefano Facchini2017-10-193-3/+0
| |
| * Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-10-025-14/+19
| |\
| | * Add better transform handle to Clone Item LPEJabier Arraiza2017-10-015-14/+19
| | |
| * | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-10-013-5/+25
| |\|
| | * Add button to apply on path parameter as suggest Maren in bug #1715433#23Jabier Arraiza2017-10-012-4/+21
| | |
| | * Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵Jabier Arraiza2017-09-301-1/+4
| | | | | | | | | | | | longer be used to fill a powerstroke path
| * | Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-6/+10
| |/
| * Add improvements to meassure segments LPE pointed by CRJabier Arraiza2017-09-254-0/+374
| |
| * Add tooltip to set default LPE widgetJabier Arraiza2017-09-2232-1/+139
| |
| * Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-214-25/+34
| | | | | | | | powerstroke path
| * Fix a bug on uninicialitated variable, that perform diferent results in ↵Jabier Arraiza2017-09-162-3/+4
| | | | | | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated
| * Added new LPE parameter to store Items array, also bugfixing in patharray ↵Jabiertxo Arraiza Cenoz2017-09-143-4/+584
| | | | | | | | parameter
| * Fixes for bug #1716926. Consider backportJabiertxo Arraiza Cenoz2017-09-131-15/+18
| |
| * Fixes for clone original LPEJabiertxo Arraiza Cenoz2017-09-132-18/+24
| |
| * This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza2017-09-092-63/+99
| | | | | | | | | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
| * Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a ↵Jabiertxo Arraiza Cenoz2017-09-086-3/+48
| | | | | | | | powerstroke path
* | Working on preview over powerpencilJabier Arraiza2017-08-272-2/+5
|/