summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bool.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-09Boolean LPE dialog: delete unnecessary colon marks from checkbox labelGyuris Gellért1-3/+3
2019-09-19sink with master and cleanupJabier Arraiza1-8/+0
2019-09-19merge to master and cleanupJabier Arraiza1-0/+4
2019-09-19Fix operands in LPE boolJabier Arraiza1-0/+4
2019-09-16Fix operands in LPE boolJabier Arraiza1-1/+1
2019-05-26Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza1-17/+69
2019-04-25Update lpe-bool.cppMaren Hachmann1-7/+7
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
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-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-02-18Misc. typosluz.paz1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-5/+5
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-1/+1
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 ```
2016-05-08Added bool LPEMichael Soegtrop1-0/+434
(bzr r14876.2.1)
2016-04-27Added emboidery and bool LPEsMichael Soegtrop1-0/+434
(bzr r14862.2.1)