summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16Inkscape::XML::Node::addChildAtPosThomas Holder1-3/+5
2019-10-15Extensions: Disable effects that failed to loadPatrick Storz1-5/+2
2019-10-12Revert "Remove unused "nopref" variant of effects"Patrick Storz1-0/+3
2019-08-31Add base_directory for extensions loaded from a file.Patrick Storz1-5/+5
2019-08-31Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz1-1/+1
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz1-13/+15
2019-08-31Remove unused "nopref" variant of effectsPatrick Storz1-3/+0
2019-08-31Remove unused and disabled "help" feature for extensionsPatrick Storz1-1/+1
2019-08-31Move prefdialog to own directoryPatrick Storz1-6/+7
2019-05-29Rename effect attribute to "implements-custom-gui"Sergei Izmailov1-1/+1
2019-05-29Fix indentationSergei Izmailov1-3/+3
2019-05-29Rename "suppress-working-dialog" effect attribute to "application"Sergei Izmailov1-1/+1
2019-05-29feature: Allow effect extensions to disable working dialogSergei Izmailov1-1/+4
2019-03-24Extensions/Filters: Fix translations of submenu namesPatrick Storz1-2/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-27SP_ACTIVE_DESKTOP: check for NULL or eliminateThomas Holder1-2/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-45/+45
2018-06-06Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz1-2/+1
2018-05-14Source typosluz.paz1-10/+10
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+0
2018-01-08Misc. typosluz.paz1-1/+1
2017-12-20Make script warnings transient for "Working..." dialogEduard Braun1-0/+1
2017-12-20Effects: make "Working..." dialog transient for preferences dialogEduard Braun1-0/+6
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-3/+5
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-3/+3
2013-11-18i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ar...Nicolas Dufour1-1/+1
2013-09-28effects don't need to merge into menus if we're running without gui; with thi...buliabyak1-1/+1
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-5/+2
2013-07-01Added error messages when attempting to use verbs requiring GUI inEric Greveson1-1/+4
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-2/+2
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-6/+6
2011-10-28fix potential null pointer derefJohan B. C. Engelen1-12/+14
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-16/+2
2011-06-25warning cleanup (no functional changes)Campbell Barton1-1/+1
2010-09-28Help files no longer get registered as a recently used extensionCraig Marshall1-0/+13
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-02-18trying to fix the filters placementbulia byak1-1/+1
2009-02-10Filters, Extensions menusbulia byak1-17/+34