summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalitemarray.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-7/+6
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-08-04Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz1-3/+3
2018-07-21adding gtk-themeJabier Arraiza1-11/+8
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-04-23Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza1-3/+2
2018-04-23Handle transforms and gix groups linked by clipboardJabier Arraiza1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-2/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+2
A lot of header clean-up.
2017-10-19Remove unused icon-size.hStefano Facchini1-1/+0
2017-10-01Add better transform handle to Clone Item LPEJabier Arraiza1-1/+1
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+5
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza1-12/+20
powerstroke path
2017-09-14Added new LPE parameter to store Items array, also bugfixing in patharray ↵Jabiertxo Arraiza Cenoz1-169/+78
parameter
2017-09-13Fixes for clone original LPEJabiertxo Arraiza Cenoz1-15/+20
2017-09-09This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza1-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
2017-09-08Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a ↵Jabiertxo Arraiza Cenoz1-1/+27
powerstroke path
2017-06-29Remove old icon handling codeAlexander Valavanis1-5/+8
2017-02-20This patch fixes the bug #1664632.Jabiertxof1-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)
2017-01-09[Bug #1654798] Broken icon in LPE 'Fill between many'suv-lp1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1654798 (bzr r15404)
2016-04-13Remove old uses of GTK_STOCK macrosMartin Owens1-4/+4
(bzr r14826)
2015-12-07static code analysisKris De Gussem1-1/+1
(bzr r14510)
2015-11-05static code analysisKris De Gussem1-5/+5
(bzr r14446)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2014-09-27Update to experimental r13565Liam P. White1-0/+487
(bzr r13341.5.16)
2014-09-14Warnings cleanup; formattingLiam P. White1-7/+2
(bzr r13341.1.206)
2014-09-14Small cleanupLiam P. White1-6/+1
(bzr r13341.1.205)
2014-03-12Reverted swatchesLiam P. White1-3/+4
Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23)
2014-03-07Start cleanup for merge into trunkLiam P. White1-1/+11
(bzr r13090.1.20)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+486
(bzr r13090.1.1)