summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jabiertxof2018-10-039-20/+15
| | | | with mouse correctly
* Remove #include "config.h" wherever possibleEduard Braun2018-10-014-16/+0
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-1/+3
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elementsJabier Arraiza2018-09-301-0/+8
|
* LPE PointParam: use doc2dtThomas Holder2018-09-231-2/+1
|
* Improve message parameter and remove unecesary widgets from meassure ↵Jabier Arraiza2018-09-152-4/+10
| | | | segments LPE
* Update measure segments helper info and align to messages LPE parameterJabiertxof2018-09-142-14/+30
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-142-73/+0
|
* 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
|
* 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
| | |