summaryrefslogtreecommitdiffstats
path: root/src/extension (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-13Fix alignment error for inline-size SVG 1.1 fallback text.Tavmjong Bah1-3/+44
2019-11-09Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal to...Tavmjong Bah1-4/+13
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder2-4/+4
2019-10-30PDF+LaTeX export: escape ampersandsPatrick Storz1-1/+7
2019-10-28refactor: clean up SPI constructorsThomas Holder2-4/+4
2019-10-28refactor SPIEnum: more type safetyThomas Holder4-60/+64
2019-10-26fix poppler 0.82.0 buildThomas Holder4-3/+9
2019-10-19Extensions: catch parameters and translatable values with empty namePatrick Storz2-2/+9
2019-10-19Extensions: Implement translationdomain functionalityPatrick Storz3-12/+136
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza3-17/+66
2019-10-17fix heap-use-after-freeThomas Holder1-1/+1
2019-10-16Inkscape::XML::Node::addChildAtPosThomas Holder1-3/+5
2019-10-16Extensions: only check existence for interpreted scripts.Patrick Storz1-8/+17
2019-10-15Extensions: Disable effects that failed to loadPatrick Storz3-12/+10
2019-10-15Extensions: Do not even attempt to register incompatible extensionsPatrick Storz4-33/+50
2019-10-15Extensions: Fix file test when checking dependencies by typePatrick Storz3-36/+64
2019-10-14Extensions: Switch .xslt file look-up to dependency logic as wellPatrick Storz3-22/+12
2019-10-14Extensions: Improve logic to lookup script extensionsPatrick Storz7-188/+148
2019-10-12Revert "Remove unused "nopref" variant of effects"Patrick Storz2-0/+10
2019-10-05Fix various minor code problemsMarc Jeanmougin1-1/+2
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-1/+1
2019-09-26Extensions: Fix filename encoding issues in error loggingPatrick Storz4-31/+37
2019-09-25Extensions: add a few missing calls to Gtk::manage()Patrick Storz4-6/+6
2019-09-25Extensions: Warn for duplicate page names and option names/valuesPatrick Storz3-4/+31
2019-09-22Try to improve match of image-rendering values to cairo filtersPatrick Storz1-8/+13
2019-09-19Extensions/grid2: fix header file locationPatrick Storz1-1/+2
2019-09-07Fix bugs appliing in fallback elementsJabier Arraiza1-1/+1
2019-09-07Prepared for beta. Fixed blocking bugJabiertxof1-1/+1
2019-09-07Extensions: Handle optiongroup options without valuePatrick Storz3-6/+12
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz55-750/+750
2019-09-01Add appearance="multiline" to parameters of type stringPatrick Storz5-13/+102
2019-09-01Add appearance="colorbutton" to parameters of type colorPatrick Storz3-14/+69
2019-08-31Add new parameter of type "path"Patrick Storz4-0/+362
2019-08-31Adjust <print> extensions for previous commit.Patrick Storz3-48/+48
2019-08-31Make 'gui-text' required for visible parametersPatrick Storz4-30/+41
2019-08-31Add new widget "image" which allows to display an image filePatrick Storz4-1/+155
2019-08-31Add base_directory for extensions loaded from a file.Patrick Storz13-44/+57
2019-08-31Add new widget "spacer" which adds an empty space between widgetsPatrick Storz6-1/+138
2019-08-31Add new widget "separator" which draws a line between widgetsPatrick Storz4-1/+101
2019-08-31Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz6-8/+188
2019-08-31Simplify pref_name() functionPatrick Storz9-57/+23
2019-08-31Make sure we have get_widget()Patrick Storz2-2/+5
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz23-315/+195
2019-08-31Re-implement get_param() locally using get_widgets()Patrick Storz8-116/+59
2019-08-31Inherit destructor and recursively delete all widgetsPatrick Storz4-18/+5
2019-08-31Complete conversion of ParamNotebook to use _childrenPatrick Storz2-14/+26
2019-08-31Make parameter string generation a job of Inkscape::ExtensionPatrick Storz7-94/+77
2019-08-31Accept parameter type "bool"Patrick Storz1-1/+1
2019-08-31Parameter float: add note regarding rounding issuePatrick Storz1-0/+3
2019-08-31Optimize parameter string generationPatrick Storz17-76/+66