summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpatharray.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong message in path parameterJabiertxof2019-02-051-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-7/+6
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* 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 #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-041-3/+3
|
* adding gtk-themeJabier Arraiza2018-07-211-8/+6
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | 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-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-10/+10
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-10/+10
|
* Fixes to transforms on LPEJabier Arraiza2018-04-141-0/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-5/+4
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+5
| | | | A lot of header clean-up.
* Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+5
|
* Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-211-10/+10
| | | | powerstroke path
* Added new LPE parameter to store Items array, also bugfixing in patharray ↵Jabiertxo Arraiza Cenoz2017-09-141-4/+6
| | | | parameter
* Fixes for clone original LPEJabiertxo Arraiza Cenoz2017-09-131-15/+20
|
* This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza2017-09-091-51/+83
| | | | | | | 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-081-1/+27
| | | | powerstroke path
* Remove old icon handling codeAlexander Valavanis2017-06-291-5/+8
|
* This patch fixes the bug #1664632.Jabiertxof2017-02-201-1/+1
| | | | | | | | | | | | Realy fixes two path parameters what are using "original-d" path data instead "d" on link paths. This parameters are used in a few LPE and all of them get better/wanted result than previous beabiour. With this fixed, we can use the fill between many LPE to archive the wanted effect of a path mixed of Bezier,BSpline and Spiro. Here are a pic with the archived result fixing the bug:https://inkscape.org/en/~jabiertxof/%E2%98%85fix-bug-1664632 Today in IRC logs about 21:30 I do a full inform about this. Fixed bugs: - https://launchpad.net/bugs/1664632 (bzr r15536)
* [Bug #1654798] Broken icon in LPE 'Fill between many'suv-lp2017-01-091-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1654798 (bzr r15404)
* Remove old uses of GTK_STOCK macrosMartin Owens2016-04-131-4/+4
| | | (bzr r14826)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14510)
* static code analysisKris De Gussem2015-11-051-5/+5
| | | (bzr r14446)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Warnings cleanup; formattingLiam P. White2014-09-141-7/+2
| | | (bzr r13341.1.206)
* Small cleanupLiam P. White2014-09-141-6/+1
| | | (bzr r13341.1.205)
* Reverted swatchesLiam P. White2014-03-121-3/+4
| | | | | | | Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23)
* Start cleanup for merge into trunkLiam P. White2014-03-071-1/+11
| | | (bzr r13090.1.20)
* Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+486
(bzr r13090.1.1)