summaryrefslogtreecommitdiffstats
path: root/src/extension/extension.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-19Extensions: catch parameters and translatable values with empty namePatrick Storz1-0/+5
2019-10-19Extensions: Implement translationdomain functionalityPatrick Storz1-7/+122
2019-10-15Extensions: Disable effects that failed to loadPatrick Storz1-7/+6
2019-10-15Extensions: Do not even attempt to register incompatible extensionsPatrick Storz1-12/+10
2019-10-15Extensions: Fix file test when checking dependencies by typePatrick Storz1-2/+4
2019-10-14Extensions: Switch .xslt file look-up to dependency logic as wellPatrick Storz1-1/+8
2019-10-14Extensions: Improve logic to lookup script extensionsPatrick Storz1-7/+31
2019-09-26Extensions: Fix filename encoding issues in error loggingPatrick Storz1-16/+24
2019-09-01Add appearance="multiline" to parameters of type stringPatrick Storz1-1/+2
2019-08-31Add base_directory for extensions loaded from a file.Patrick Storz1-2/+7
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz1-53/+27
2019-08-31Re-implement get_param() locally using get_widgets()Patrick Storz1-48/+45
2019-08-31Make parameter string generation a job of Inkscape::ExtensionPatrick Storz1-2/+19
2019-08-31Optimize parameter string generationPatrick Storz1-1/+1
2019-08-31cleanup includes a bitPatrick Storz1-0/+2
2019-08-31Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz1-39/+54
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz1-20/+20
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz1-3/+36
2019-08-31Properly handle extensions without id or namePatrick Storz1-59/+58
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-152/+155
2019-08-31Remove effectively unused "silent" option from extensions.Patrick Storz1-15/+1
2019-08-31Remove unused and disabled "help" feature for extensionsPatrick Storz1-28/+1
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz1-1/+1
2019-08-31Move prefdialog to own directoryPatrick Storz1-1/+1
2019-06-16Replace deprecated Gtk::Misc functionsKarl Cheng1-1/+2
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-4/+0
2019-04-02Tidy various dialog UIsNathan Lee1-6/+10
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-16/+16
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-24/+24
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-01-08Misc. typosluz.paz1-2/+2
2017-12-20Make script warnings transient for "Working..." dialogEduard Braun1-0/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-17/+7
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-1/+0
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-1/+2
2017-04-24Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun1-1/+1
2017-04-09Some code refactoring for consistencyEduard Braun1-3/+3
2017-02-26Gtk+ 3 deprecation fixesAlex Valavanis1-0/+4
2017-02-12Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun1-2/+4
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-15/+17
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-20/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1