summaryrefslogtreecommitdiffstats
path: root/src/extension/extension.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensions: catch parameters and translatable values with empty namePatrick Storz2019-10-191-0/+5
* Extensions: Implement translationdomain functionalityPatrick Storz2019-10-191-7/+122
* Extensions: Disable effects that failed to loadPatrick Storz2019-10-151-7/+6
* Extensions: Do not even attempt to register incompatible extensionsPatrick Storz2019-10-151-12/+10
* Extensions: Fix file test when checking dependencies by typePatrick Storz2019-10-151-2/+4
* Extensions: Switch .xslt file look-up to dependency logic as wellPatrick Storz2019-10-141-1/+8
* Extensions: Improve logic to lookup script extensionsPatrick Storz2019-10-141-7/+31
* Extensions: Fix filename encoding issues in error loggingPatrick Storz2019-09-261-16/+24
* Add appearance="multiline" to parameters of type stringPatrick Storz2019-09-011-1/+2
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-311-2/+7
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-311-53/+27
* Re-implement get_param() locally using get_widgets()Patrick Storz2019-08-311-48/+45
* Make parameter string generation a job of Inkscape::ExtensionPatrick Storz2019-08-311-2/+19
* Optimize parameter string generationPatrick Storz2019-08-311-1/+1
* cleanup includes a bitPatrick Storz2019-08-311-0/+2
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-311-39/+54
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-311-20/+20
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-311-3/+36
* Properly handle extensions without id or namePatrick Storz2019-08-311-59/+58
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-152/+155
* Remove effectively unused "silent" option from extensions.Patrick Storz2019-08-311-15/+1
* Remove unused and disabled "help" feature for extensionsPatrick Storz2019-08-311-28/+1
* Rename parameter source files to avoid name conflictsPatrick Storz2019-08-311-1/+1
* Move prefdialog to own directoryPatrick Storz2019-08-311-1/+1
* Replace deprecated Gtk::Misc functionsKarl Cheng2019-06-161-1/+2
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-4/+0
* Tidy various dialog UIsNathan Lee2019-04-021-6/+10
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-16/+16
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-24/+24
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-6/+6
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
* Misc. typosluz.paz2018-01-081-2/+2
* Make script warnings transient for "Working..." dialogEduard Braun2017-12-201-0/+1
* Misc. typosUnknown2017-11-071-1/+1
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-17/+7
* Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-021-1/+0
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-281-1/+2
* Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun2017-04-241-1/+1
* Some code refactoring for consistencyEduard Braun2017-04-091-3/+3
* Gtk+ 3 deprecation fixesAlex Valavanis2017-02-261-0/+4
* Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun2017-02-121-2/+4
* Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun2017-02-121-15/+17
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-20/+2
|\
| * extensions: Drop GTKMM2 fallbacksAlex Valavanis2016-07-281-20/+2
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+1