summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update extensions submoduleThomas Holder2018-10-101-0/+0
|
* Extensions: Update to 616c3c16c22e483dd44d235854acfbf1b9615431Eduard Braun2018-09-111-0/+0
|
* Update extensionsMartin Owens2018-09-101-0/+0
|
* Add extensions as a submoduleMartin Owens2018-09-091-0/+0
|
* Move extensions to git inkscape-extensions repositoryMartin Owens2018-09-09570-64258/+0
|
* Fis maren improvements to embed/importJabier Arraiza2018-05-152-33/+56
|
* Fix bug embeding SVG as PNGJabier Arraiza2018-05-131-7/+12
|
* Allow embed on SVG importsJabier Arraiza2018-05-121-1/+3
|
* Fixed more trivial typosluz.paz2018-03-121-1/+1
| | | Via `codespell` and `grep`
* Improve EAN13 with guide mark and clean up a bit of codeMartin Owens2018-03-077-33/+40
|
* Export to plotter via the parallel portArnout Engelen2018-03-032-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).
* If available, run 'background' inkscape inside xvfb-run (!201)Arnout Engelen2018-03-031-1/+7
|
* Update name as per suggestion from MarenMartin Owens2018-02-202-2/+2
|
* Replace dxf12 output with a pure python implementationMartin Owens2018-02-204-28/+165
|
* Misc. typosluz.paz2018-02-102-2/+2
| | | Found via `codespell`
* Copy numpy import error message over from measure.py (no new strings)Maren Hachmann2018-02-101-1/+6
|
* Update gcodetools.py to work with Inkscape > 0.91, fix written by ↵Maren Hachmann2018-02-101-9/+4
| | | | | | inkscapecommunity user Shockster https://forum.inkscapecommunity.com/index.php?topic=486.msg3889#msg3889
* Misc. typosluz.paz2018-01-0810-11/+11
| | | Found via `codespell`
* Merge branch 'convertObjectsToPathsBeforePlotting' of ↵Marc Jeanmougin2018-01-065-1/+29
|\ | | | | | | https://gitlab.com/raboof/inkscape
| * Add option to convert objects to paths before plottingArnout Engelen2017-12-305-1/+29
| | | | | | | | | | Added an option to extensions->export->plot and the HPGL export feature to nondestructively convert objects to paths before conversion.
* | Fix minor typosYuri Chornoivan2018-01-012-2/+2
|/
* Misc. typosluzpaz2017-12-044-6/+6
| | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* Fixes issue with extension not working in documents without a document ↵Maren Hachmann2017-11-281-1/+1
| | | | height, see also https://answers.launchpad.net/inkscape/+question/631890 and https://answers.launchpad.net/inkscape/+question/661126
* Add configuration to build python extension docs with doxygenMois Moshev2017-11-141-0/+55
| | | | | | * Build them separately from cpp sources - separate doxyfile, separate target directory * Also add a subpage linking to common python files
* Misc. typosUnknown2017-11-0734-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 ```
* Can now interpolate namespaced attributes, uses previously unused units ↵Maren Hachmann2017-10-031-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.
* Add some help texts, improve structureMaren Hachmann2017-10-031-5/+8
|
* [LP:1634022] xcf export - Guides and grids wrongly positionned. Guides and ↵jazzynico2017-08-251-18/+63
| | | | grids now correctly support doc scaling (page size/viewbox ration) and export resolution.
* Merge branch 'alvinpenner/inkscape-master'Martin Owens2017-08-132-0/+18
|\
| * Update summersnight.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
| | | | | | compensate for size of viewbox.
| * Update perspective.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
| | | | | | compensate for size of viewbox
* | Fixes bug https://bugs.launchpad.net/inkscape/+bug/1686551Jabier Arraiza2017-07-271-0/+4
|/
* Update dxf_input.py for LP Bug #1700582Alvin Penner2017-06-271-2/+2
|
* [Bug #1695016] Xaml export misses some radialGradients.mgth2017-06-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1695016 (bzr r15730)
* Merge in render frame extensionMartin Owens2017-06-044-0/+389
|\ | | | | (bzr r15728)
| * Corrected frame extension inside option box size.Richard White2016-05-191-1/+1
| | | | | | (bzr r14668.1.4)
| * Merge from Inkscape trunk.Richard White2016-05-19122-689/+1847
| |\ | | | | | | (bzr r14668.1.3)
| * | Corrected frame extension stroke and fill values on 64 bit machine.Richard White2016-05-182-4/+15
| | | | | | | | | | | | | | | The lack of L suffix in the represented hex value caused an improper interpretation. (bzr r14668.1.2)
| * | Added frame extension.Richard White2016-02-274-0/+378
| | | | | | | | | (bzr r14668.1.1)
* | | Explicitly mark input/output via UniConvertor.Tavmjong Bah2017-06-018-8/+8
| | | | | | | | | | | | | | | Helps keep track of which input/output method is being used when multiple options are available. (bzr r15722)
* | | Add 4k, 5k, and 8k screen sizes.Tavmjong Bah2017-05-311-0/+3
| | | | | | | | | (bzr r15721)
* | | [Bug #1680833] Extrude extension changes edge width thickness.suv-lp2017-05-011-2/+16
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1680833 (bzr r15657)
* | | Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14955 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 Fixed bugs: - https://launchpad.net/bugs/1669951 (bzr r15633)
* | | Extensions: HPGL: changed command order of cleanup commands so pen plotters ↵Sebastian Wüst2017-04-172-4/+4
| | | | | | | | | | | | | | | react correctly (bzr r15625)
* | | cmake/MSYS2: Spell checking via gtkspell now workingEduard Braun2017-04-082-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the Aspell backend for Enchant was missing (now available [1]) * actually install the backend * install translations required by gtkspell Also re-enable installation of gtk3 translations after r15583 as we still need them in the context menu of native gtk inputs [1] https://github.com/Alexpux/MINGW-packages/pull/2369 (bzr r15618)
* | | Two Extensions for converting objects to paths before exporting. (Bug 1662531)Alvin Penner2017-03-134-0/+154
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662531 (bzr r15591)
* | | extensions. dxf output & print_win32_vector. compensate for viewbox. (Bug ↵Alvin Penner2017-03-122-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | 1672066) Fixed bugs: - https://launchpad.net/bugs/1672066 (bzr r15590)
* | | Apply the Albin Penner fix for bug 1663362Alvin Penner2017-03-082-25/+0
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1663362 (bzr r15578)
* | | Fix ACLsEduard Braun2017-03-055-0/+0
| | | | | | | | | (bzr r15567)
* | | [Bug #980527] Gcodetools: Unlocalized messages.Nicolas Dufour2017-02-2411-25/+25
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/980527 (bzr r15543)