summaryrefslogtreecommitdiffstats
path: root/src/live_effects (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-05Fix https://gitlab.com/inkscape/inbox/issues/871 Measure Segments LPE: ↵Jabier Arraiza2-106/+122
Labels shifted, https://gitlab.com/inkscape/inkscape/issues/119, Measure Segments LPE: Measure bounding box + enlarge bb causes crash and https://gitlab.com/inkscape/inbox/issues/189 Measure Segments LPE: String formatting for label doesn't work as expected
2019-11-03Fix a editor auto pasteJabier Arraiza1-1/+1
2019-11-02Fix bug releasing powermask LPEJabiertxof1-20/+35
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof20-35/+47
change
2019-11-02Allow forking on powermaskJabier Arraiza2-58/+52
2019-11-01Improve clip LPEJabier Arraiza2-316/+210
Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
2019-10-31Attempt to fix inbox#976John Smith1-1/+1
2019-10-28refactor: Eliminate SPIEnum::_nameThomas Holder2-2/+4
2019-10-28refactor: private SPIBase::_nameThomas Holder2-6/+6
2019-10-12Add icons to show help in set defauls LPE parametersJabier Arraiza5-35/+54
2019-10-09Boolean LPE dialog: delete unnecessary colon marks from checkbox labelGyuris Gellért1-3/+3
2019-10-09Improve the name of fillet/chamfer LPE to be more undertandableJabier Arraiza1-2/+2
2019-10-09Last string change to this file moved today from skip files to translate ↵Jabier Arraiza1-1/+1
files in po directory. No spected be translated
2019-10-08Move LPE's into 3 groups normal, experimental y testing. Testing is only ↵Jabier Arraiza2-65/+65
usable by setting up a flag. Must set off for release. I think also for LPETool
2019-10-05Fix various minor code problemsMarc Jeanmougin4-6/+4
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin5-6/+6
2019-09-30Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza11-55/+39
LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
2019-09-28Fix issue https://gitlab.com/inkscape/inkscape/issues/246 LPE ↵Jabier Arraiza1-120/+141
Perspective/Envelope: Perspective Overflow doesn't work
2019-09-28Final fix issue pointed by Mc from ↵Jabiertxof1-3/+3
https://twitter.com/geekeish/status/1174984172726673409. Styling
2019-09-28Real fix issueJabiertxof1-10/+10
2019-09-28Fix issue pointed by Mc from ↵Jabiertxof1-5/+8
https://twitter.com/geekeish/status/1174984172726673409
2019-09-27fixes https://gitlab.com/inkscape/inbox/issues/847 Crash on Inverse Clipping ↵Jabier Arraiza2-14/+29
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-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-08-23Eliminate clang warningsThomas Holder1-14/+3
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2019-08-20Typo in tooltip 2.Gyuris Gellért1-1/+1
2019-08-20Typo in tooltip.Gyuris Gellért1-1/+1
2019-08-16Fix a bug in fillet/chamfer LPE pointed in mailing list by Miguel Lopez. ↵Jabiertxof1-2/+2
Fillet Chamfer is not applied when reopen the file
2019-08-10Improve tooltip text for linking in LPEs again.Maren Hachmann3-3/+3
2019-07-20Remove some trailing whitespace.Moini3-20/+20
2019-07-20Improve title text for LPE button that pastes a path from the clipboard to ↵Moini3-3/+3
use with the current LPE
2019-07-19Fix coding styleJabier Arraiza1-9/+9
2019-07-19Fixes for pressure pencilJabier Arraiza8-96/+96
2019-07-19Improvements finish pointed by MarenJabier Arraiza8-26/+65
2019-07-19Fix translations and coding styleJabier Arraiza2-16/+9
2019-07-19Improvemets to power pencilJabiertxof4-17/+20
2019-07-14fixing coding styleJabier Arraiza1-18/+19
2019-07-14PoewePencil improvementsJabier Arraiza2-34/+36
2019-07-14Pre-Threading commentJabier Arraiza1-29/+32
2019-07-14working on redrawJabier Arraiza1-14/+19
2019-07-14working on powerpencil in other threadJabier Arraiza2-4/+8
2019-07-08finish rebase from masterJabier Arraiza1-3/+2
2019-07-01Fix various minor typosYuri Chornoivan10-70/+70
2019-06-10Fix typos by PeterK.Jabiertxof1-4/+4
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-1/+1
Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
2019-05-27Hackfest2019: Rm tautological testsAlexander Valavanis1-1/+0
2019-05-27Fix a issue compiling with a obsolete value I forget remove in prev comitJabier Arraiza1-2/+1
2019-05-26Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza4-19/+76