summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powermask.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a editor auto pasteJabier Arraiza2019-11-031-1/+1
|
* Fix bug releasing powermask LPEJabiertxof2019-11-021-20/+35
|
* Allow forking on powermaskJabier Arraiza2019-11-021-58/+50
|
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-301-7/+3
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* fixes https://gitlab.com/inkscape/inbox/issues/847 Crash on Inverse Clipping ↵Jabier Arraiza2019-09-271-7/+10
| | | | an object with its clone and https://gitlab.com/inkscape/inkscape/issues/414 Object > Mask/Clip >Set Inverse (LPE) without clip path crashes Inkscape
* 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
* Fix bug applying powerclip/mask to non cliped/masked elementsJabiertxof2018-09-131-0/+10
|
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-0/+35
|
* 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-8/+8
| | | | | 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-8/+8
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-8/+8
|
* Fixing refsJabier Arraiza2018-03-261-2/+0
|
* Base LPE refactorJabier Arraiza2018-03-261-5/+9
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-7/+10
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Merge branch 'master' into powerMaskImprovementsJabier Arraiza2017-11-041-0/+18
|\
| * Rename wrong named functionJabier Arraiza2017-11-031-1/+1
| |
| * Move finctions away object setsJabier Arraiza2017-11-021-0/+18
| |
| * Remove unrelated codeJabier Arraiza2017-11-021-110/+110
| |
| * Added inverse mask and clippathJabier Arraiza2017-11-011-27/+33
| |
| * Add widget to color and some refactoringJabier Arraiza2017-11-011-83/+77
| |
* | Allow color widget instead text input in powermask. Simplify the UIJabier Arraiza2017-11-021-110/+110
|/
* Fix for bug #412928 Allow clip/mask set inverseJabiertxo Arraiza Cenoz2017-10-061-87/+48
|
* Working with powerclip and powermaskJabier Arraiza2017-06-241-5/+44
|
* adding last changesJabier Arraiza2017-06-121-25/+25
|
* Working on powermaskJabier Arraiza2017-06-111-4/+19
|
* Working on powermaskJabier Arraiza2017-06-101-95/+117
|
* Working on powermask LPEJabier Arraiza Cenoz2017-06-071-57/+124
| | | (bzr r15722)
* Working on powermaskJabiertxof2017-06-061-218/+75
| | | (bzr r15719)
* Starting with powermaskJabiertxof2017-06-061-0/+357
(bzr r15718)