summaryrefslogtreecommitdiffstats
path: root/share/extensions (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-20Update extensionsPatrick Storz1-0/+0
now at https://gitlab.com/inkscape/extensions/commit/efd48ee07ef0a0cfc43e60745bf519b53350cc11
2019-10-10Update ExtensionsMarc Jeanmougin1-0/+0
2019-09-07update extension submoduleMarc Jeanmougin1-0/+0
2019-08-08Update extensions to the latest versionsMartin Owens1-0/+0
2019-07-02Resync extensions with embed images fixMartin Owens1-0/+0
2019-06-22Sync the extensions up to the latest fixes (21st June 2019)Martin Owens1-0/+0
2019-06-17Update extensions to latest master branch, see inbox ↵Martin Owens1-0/+0
https://gitlab.com/inkscape/inbox/issues/584
2019-04-21Pull in fix for stdout issuesMartin Owens1-0/+0
2019-04-21Push extensions up to new known good stateMartin Owens1-0/+0
2019-03-23Update extensions submodulePatrick Storz1-0/+0
(avoid deprecation warning spawning for *every* extension)
2019-03-22Update extensions and fix inkscape.potPatrick Storz1-0/+0
2019-03-03Updat extensions to latest versionMartin Owens1-0/+0
2018-10-10update extensions submoduleThomas Holder1-0/+0
2018-09-11Extensions: Update to 616c3c16c22e483dd44d235854acfbf1b9615431Eduard Braun1-0/+0
2018-09-10Update extensionsMartin Owens1-0/+0
2018-09-09Add extensions as a submoduleMartin Owens1-0/+0
2018-09-09Move extensions to git inkscape-extensions repositoryMartin Owens570-64258/+0
2018-05-15Fis maren improvements to embed/importJabier Arraiza2-33/+56
2018-05-13Fix bug embeding SVG as PNGJabier Arraiza1-7/+12
2018-05-12Allow embed on SVG importsJabier Arraiza1-1/+3
2018-03-12Fixed more trivial typosluz.paz1-1/+1
Via `codespell` and `grep`
2018-03-07Improve EAN13 with guide mark and clean up a bit of codeMartin Owens7-33/+40
2018-03-03Export to plotter via the parallel portArnout Engelen2-31/+51
Tested with a Roland Camm-1 CX-24 on Linux via a USB-to-parallel cable. Will also test with a Silhouette Portrait, however for that plotter our HPGL export currently does not yet work (http://www.inkscapeforum.com/viewtopic.php?f=31&t=33405&sid=fcb7fd452c2bc29863eec6d6ff6e030b).
2018-03-03If available, run 'background' inkscape inside xvfb-run (!201)Arnout Engelen1-1/+7
2018-02-20Update name as per suggestion from MarenMartin Owens2-2/+2
2018-02-20Replace dxf12 output with a pure python implementationMartin Owens4-28/+165
2018-02-10Misc. typosluz.paz2-2/+2
Found via `codespell`
2018-02-10Copy numpy import error message over from measure.py (no new strings)Maren Hachmann1-1/+6
2018-02-10Update gcodetools.py to work with Inkscape > 0.91, fix written by ↵Maren Hachmann1-9/+4
inkscapecommunity user Shockster https://forum.inkscapecommunity.com/index.php?topic=486.msg3889#msg3889
2018-01-08Misc. typosluz.paz10-11/+11
Found via `codespell`
2018-01-01Fix minor typosYuri Chornoivan2-2/+2
2017-12-30Add option to convert objects to paths before plottingArnout Engelen5-1/+29
Added an option to extensions->export->plot and the HPGL export feature to nondestructively convert objects to paths before conversion.
2017-12-04Misc. typosluzpaz4-6/+6
Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
2017-11-28Fixes issue with extension not working in documents without a document ↵Maren Hachmann1-1/+1
height, see also https://answers.launchpad.net/inkscape/+question/631890 and https://answers.launchpad.net/inkscape/+question/661126
2017-11-14Add configuration to build python extension docs with doxygenMois Moshev1-0/+55
* Build them separately from cpp sources - separate doxyfile, separate target directory * Also add a subpage linking to common python files
2017-11-07Misc. typosUnknown34-55/+55
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-10-03Can now interpolate namespaced attributes, uses previously unused units ↵Maren Hachmann1-141/+152
field, improved whitespace, removes some duplication, can now use different color formats for start and end value, allows comma as decimal separator, fixes crash of extension when Other attribute is not specified.
2017-10-03Add some help texts, improve structureMaren Hachmann1-5/+8
2017-08-25[LP:1634022] xcf export - Guides and grids wrongly positionned. Guides and ↵jazzynico1-18/+63
grids now correctly support doc scaling (page size/viewbox ration) and export resolution.
2017-07-27Fixes bug https://bugs.launchpad.net/inkscape/+bug/1686551Jabier Arraiza1-0/+4
2017-07-08Update summersnight.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner1-0/+9
compensate for size of viewbox.
2017-07-08Update perspective.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner1-0/+9
compensate for size of viewbox
2017-06-27Update dxf_input.py for LP Bug #1700582Alvin Penner1-2/+2
2017-06-05[Bug #1695016] Xaml export misses some radialGradients.mgth1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1695016 (bzr r15730)
2017-06-05[Bug #1695016] Xaml export misses some radialGradients.mgth1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1695016 (bzr r15703.1.27)
2017-06-01Explicitly mark input/output via UniConvertor.Tavmjong Bah8-8/+8
Helps keep track of which input/output method is being used when multiple options are available. (bzr r15722)
2017-06-01Explicitly mark input/output via UniConvertor.Tavmjong Bah8-8/+8
Helps keep track of which input/output method is being used when multiple options are available. (bzr r15703.1.19)
2017-05-31Add 4k, 5k, and 8k screen sizes.Tavmjong Bah1-0/+3
(bzr r15721)
2017-05-31Add 4k, 5k, and 8k screen sizes.Tavmjong Bah1-0/+3
(bzr r15703.1.18)
2017-05-01[Bug #1680833] Extrude extension changes edge width thickness.suv-lp1-2/+16
Fixed bugs: - https://launchpad.net/bugs/1680833 (bzr r15657)