summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powerclip.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve clip LPEJabier Arraiza2019-11-011-303/+201
| | | | | | | Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
* Fix various minor code problemsMarc Jeanmougin2019-10-051-1/+1
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-2/+2
|
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-301-4/+4
| | | | 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/+19
| | | | an object with its clone and https://gitlab.com/inkscape/inkscape/issues/414 Object > Mask/Clip >Set Inverse (LPE) without clip path crashes Inkscape
* Fix a compiling issue and add some improvementsJabiertxof2019-05-161-1/+0
|
* Fix a bug on reloading LPE Clone effectJabiertxof2019-05-161-0/+1
|
* Minor style fixesMarc Jeanmougin2019-01-011-6/+6
|
* 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 #1791696: PowerClip: Using a group as a clip doesn't work as expectedJabier Arraiza2018-09-281-9/+7
|
* Fix a bug if shape is not defined in powerclipJabier Arraiza2018-09-221-0/+3
|
* Fix bug applying powerclip/mask to non cliped/masked elementsJabiertxof2018-09-131-0/+10
|
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-225/+171
|
* 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-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Fixes to transforms on LPEJabier Arraiza2018-04-141-1/+4
|
* Allow upadate shapen innside groups with LPEJabier Arraiza2018-03-261-0/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-16/+42
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-5/+6
| | | | A lot of header clean-up.
* Move finctions away object setsJabier Arraiza2017-11-021-0/+19
|
* Fix for bug #412928 Allow clip/mask set inverseJabiertxo Arraiza Cenoz2017-10-061-73/+60
|
* Fix a bug on LPE powerclip when using a shape with transform as clipJabier Arraiza2017-08-141-0/+16
|
* Bug fixesJabier Arraiza2017-06-241-5/+9
|
* Working with powerclip and powermaskJabier Arraiza2017-06-241-39/+88
|
* Working on powermaskJabier Arraiza2017-06-101-1/+1
|
* Working on powermask LPEJabier Arraiza Cenoz2017-06-071-3/+0
| | | (bzr r15722)
* Starting with powermaskJabiertxof2017-06-061-8/+0
| | | (bzr r15718)
* Substitute a bool paramenter by a buttonJabier Arraiza Cenoz2017-06-061-8/+20
| | | (bzr r15717)
* Fixing somethings changing from shapes to pathsJabier Arraiza Cenoz2017-06-061-44/+47
| | | (bzr r15716)
* Add toggle clip bisibility buttonJabier Arraiza Cenoz2017-05-291-54/+94
| | | (bzr r15709)
* Allow temp hide clipJabier Arraiza Cenoz2017-05-291-20/+19
| | | (bzr r15707)
* Handling hideJabiertxof2017-05-291-16/+30
| | | (bzr r15706)
* Initial releaseJabiertxof2017-05-291-0/+297
(bzr r15704)