summaryrefslogtreecommitdiffstats
path: root/src/extension/extension.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-19Extensions: Implement translationdomain functionalityPatrick Storz1-0/+6
2019-10-17fix heap-use-after-freeThomas Holder1-1/+1
2019-10-15Extensions: Disable effects that failed to loadPatrick Storz1-0/+2
2019-10-15Extensions: Do not even attempt to register incompatible extensionsPatrick Storz1-0/+3
2019-10-14Extensions: Improve logic to lookup script extensionsPatrick Storz1-3/+4
2019-09-26Extensions: Fix filename encoding issues in error loggingPatrick Storz1-1/+2
2019-08-31Add base_directory for extensions loaded from a file.Patrick Storz1-3/+6
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz1-57/+16
2019-08-31Re-implement get_param() locally using get_widgets()Patrick Storz1-18/+11
2019-08-31cleanup includes a bitPatrick Storz1-2/+2
2019-08-31Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz1-17/+15
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz1-6/+5
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz1-9/+14
2019-08-31Properly handle extensions without id or namePatrick Storz1-14/+20
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-78/+58
2019-08-31Move error classes to Parameter where they belongPatrick Storz1-10/+0
2019-08-31Remove effectively unused "silent" option from extensions.Patrick Storz1-2/+0
2019-08-31Remove unused and disabled "help" feature for extensionsPatrick Storz1-5/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-22Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza1-0/+1
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-18/+18
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-31/+31
2018-01-08Misc. typosluz.paz1-1/+1
2017-12-20Make script warnings transient for "Working..." dialogEduard Braun1-0/+4
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-3/+2
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-1/+0
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-1/+1
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-9/+0
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour1-2/+2
2013-06-05Refactor: Changed some functions from Extension to const.Vinícius dos Santos Oliveira1-4/+4
2013-06-05Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira1-0/+10
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-1/+1
2013-03-08Drop more Gtk::Table usageAlex Valavanis1-1/+9
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+2
2012-02-12Cleaning up a few headersAlex Valavanis1-1/+4
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-4/+35
2011-10-04More forward.h purging.Jon A. Cruz1-5/+15
2011-05-27Add "silent" option to extension inx file so that extension authors can opt-o...Felipe Corr??a da Silva Sanches1-0/+2
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-9/+0
2010-12-03Extensions. Notebooks now work with internal extensions.Nicolas Dufour1-4/+3
2010-03-18Added wrappers for the "optiongroup" type that correspond to existing "float"...Jon A. Cruz1-6/+26
2010-03-04Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski1-0/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-13/+13
2009-08-05SPDocument->Documentjohnce1-13/+13
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-1/+2
2008-09-01Fix for missing defineJon A. Cruz1-0/+1
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-0/+5
2008-04-09Following this thread: http://www.nabble.com/Extension-parameters-td9064285.h...Marcin Floryan1-1/+1