summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powerclip.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-01Improve clip LPEJabier Arraiza1-303/+201
Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
2019-10-05Fix various minor code problemsMarc Jeanmougin1-1/+1
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-2/+2
2019-09-30Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza1-4/+4
LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
2019-09-27fixes https://gitlab.com/inkscape/inbox/issues/847 Crash on Inverse Clipping ↵Jabier Arraiza1-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
2019-05-16Fix a compiling issue and add some improvementsJabiertxof1-1/+0
2019-05-16Fix a bug on reloading LPE Clone effectJabiertxof1-0/+1
2019-01-01Minor style fixesMarc Jeanmougin1-6/+6
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-09-28Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expectedJabier Arraiza1-9/+7
2018-09-22Fix a bug if shape is not defined in powerclipJabier Arraiza1-0/+3
2018-09-13Fix bug applying powerclip/mask to non cliped/masked elementsJabiertxof1-0/+10
2018-09-13fixes and improvementes to power clip and powermaskJabiertxof1-225/+171
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-8/+8
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-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-04-14Fixes to transforms on LPEJabier Arraiza1-1/+4
2018-03-26Allow upadate shapen innside groups with LPEJabier Arraiza1-0/+1
2018-03-26Base LPE refactorJabier Arraiza1-16/+42
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-5/+6
A lot of header clean-up.
2017-11-02Move finctions away object setsJabier Arraiza1-0/+19
2017-10-06Fix for bug #412928 Allow clip/mask set inverseJabiertxo Arraiza Cenoz1-73/+60
2017-08-14Fix a bug on LPE powerclip when using a shape with transform as clipJabier Arraiza1-0/+16
2017-06-24Bug fixesJabier Arraiza1-5/+9
2017-06-24Working with powerclip and powermaskJabier Arraiza1-39/+88
2017-06-10Working on powermaskJabier Arraiza1-1/+1
2017-06-07Working on powermask LPEJabier Arraiza Cenoz1-3/+0
(bzr r15722)
2017-06-06Starting with powermaskJabiertxof1-8/+0
(bzr r15718)
2017-06-06Substitute a bool paramenter by a buttonJabier Arraiza Cenoz1-8/+20
(bzr r15717)
2017-06-06Fixing somethings changing from shapes to pathsJabier Arraiza Cenoz1-44/+47
(bzr r15716)
2017-05-29Add toggle clip bisibility buttonJabier Arraiza Cenoz1-54/+94
(bzr r15709)
2017-05-29Allow temp hide clipJabier Arraiza Cenoz1-20/+19
(bzr r15707)
2017-05-29Handling hideJabiertxof1-16/+30
(bzr r15706)
2017-05-29Initial releaseJabiertxof1-0/+297
(bzr r15704)