summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment error for inline-size SVG 1.1 fallback text.Tavmjong Bah2019-11-131-3/+44
* Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal to...Tavmjong Bah2019-11-091-4/+13
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-032-4/+4
* PDF+LaTeX export: escape ampersandsPatrick Storz2019-10-301-1/+7
* refactor: clean up SPI constructorsThomas Holder2019-10-282-4/+4
* refactor SPIEnum: more type safetyThomas Holder2019-10-284-60/+64
* fix poppler 0.82.0 buildThomas Holder2019-10-264-3/+9
* Extensions: catch parameters and translatable values with empty namePatrick Storz2019-10-192-2/+9
* Extensions: Implement translationdomain functionalityPatrick Storz2019-10-193-12/+136
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-193-17/+66
* fix heap-use-after-freeThomas Holder2019-10-171-1/+1
* Inkscape::XML::Node::addChildAtPosThomas Holder2019-10-161-3/+5
* Extensions: only check existence for interpreted scripts.Patrick Storz2019-10-161-8/+17
* Extensions: Disable effects that failed to loadPatrick Storz2019-10-153-12/+10
* Extensions: Do not even attempt to register incompatible extensionsPatrick Storz2019-10-154-33/+50
* Extensions: Fix file test when checking dependencies by typePatrick Storz2019-10-153-36/+64
* Extensions: Switch .xslt file look-up to dependency logic as wellPatrick Storz2019-10-143-22/+12
* Extensions: Improve logic to lookup script extensionsPatrick Storz2019-10-147-188/+148
* Revert "Remove unused "nopref" variant of effects"Patrick Storz2019-10-122-0/+10
* Fix various minor code problemsMarc Jeanmougin2019-10-051-1/+2
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-1/+1
* Extensions: Fix filename encoding issues in error loggingPatrick Storz2019-09-264-31/+37
* Extensions: add a few missing calls to Gtk::manage()Patrick Storz2019-09-254-6/+6
* Extensions: Warn for duplicate page names and option names/valuesPatrick Storz2019-09-253-4/+31
* Try to improve match of image-rendering values to cairo filtersPatrick Storz2019-09-221-8/+13
* Extensions/grid2: fix header file locationPatrick Storz2019-09-191-1/+2
* Fix bugs appliing in fallback elementsJabier Arraiza2019-09-071-1/+1
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-1/+1
* Extensions: Handle optiongroup options without valuePatrick Storz2019-09-073-6/+12
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-0155-750/+750
* Add appearance="multiline" to parameters of type stringPatrick Storz2019-09-015-13/+102
* Add appearance="colorbutton" to parameters of type colorPatrick Storz2019-09-013-14/+69
* Add new parameter of type "path"Patrick Storz2019-08-314-0/+362
* Adjust <print> extensions for previous commit.Patrick Storz2019-08-313-48/+48
* Make 'gui-text' required for visible parametersPatrick Storz2019-08-314-30/+41
* Add new widget "image" which allows to display an image filePatrick Storz2019-08-314-1/+155
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-3113-44/+57
* Add new widget "spacer" which adds an empty space between widgetsPatrick Storz2019-08-316-1/+138
* Add new widget "separator" which draws a line between widgetsPatrick Storz2019-08-314-1/+101
* Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz2019-08-316-8/+188
* Simplify pref_name() functionPatrick Storz2019-08-319-57/+23
* Make sure we have get_widget()Patrick Storz2019-08-312-2/+5
* Remove completely unused "doc" and "node" parametersPatrick Storz2019-08-3123-315/+195
* Re-implement get_param() locally using get_widgets()Patrick Storz2019-08-318-116/+59
* Inherit destructor and recursively delete all widgetsPatrick Storz2019-08-314-18/+5
* Complete conversion of ParamNotebook to use _childrenPatrick Storz2019-08-312-14/+26
* Make parameter string generation a job of Inkscape::ExtensionPatrick Storz2019-08-317-94/+77
* Accept parameter type "bool"Patrick Storz2019-08-311-1/+1
* Parameter float: add note regarding rounding issuePatrick Storz2019-08-311-0/+3
* Optimize parameter string generationPatrick Storz2019-08-3117-76/+66