summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boolean LPE dialog: delete unnecessary colon marks from checkbox labelGyuris Gellért2019-10-091-3/+3
|
* sink with master and cleanupJabier Arraiza2019-09-191-8/+0
|
* merge to master and cleanupJabier Arraiza2019-09-191-0/+4
|
* Fix operands in LPE boolJabier Arraiza2019-09-191-0/+4
|
* Fix operands in LPE boolJabier Arraiza2019-09-161-1/+1
|
* Improve some LPE descriptions.Moini2019-07-201-3/+3
|\
| * Update lpe-bool.cppMaren Hachmann2019-04-251-7/+7
| |
* | Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza2019-05-261-17/+69
|/
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* 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
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-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-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Misc. typosluz.paz2018-02-181-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-5/+5
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-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 ```
* updated to latest trunkMichael Soegtrop2017-06-051-1/+1
| | | (bzr r14876.2.4)
* Fixed Bool LPE review issuesMichael Soegtrop2016-05-231-315/+281
| | | (bzr r14876.2.2)
* Added bool LPEMichael Soegtrop2016-05-081-0/+434
(bzr r14876.2.1)