summaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Directory reorg: Put renderer into its own subdirjaseg19-2992/+0
2019-09-27Made the inkscape exporter headlessjaseg1-14/+18
2019-09-26Add zip generationjaseg1-6/+6
2019-09-26Pogojig mostly done: KiCAD export worksjaseg23-359/+482
2019-09-26Modify for pogojig infrastructurejaseg1-0/+51
2018-05-05Workaround for incompatible changes in "LayerMoveTo" verbsMichael Schwarz1-2/+5
2018-05-05Slight refactoringMichael Schwarz1-11/+13
2017-09-20PEP8Michael Schwarz7-590/+635
2016-01-17Clarification regarding different point definitions.Michael Schwarz1-1/+1
2015-10-02Yield to caller of process_context() before wait() is called on the process.Michael Schwarz1-4/+4
2015-10-02Don’t mask exceptions when process.kill() fails.Michael Schwarz1-1/+5
2015-10-02Fixed asymptote export.Michael Schwarz1-1/+6
2015-09-30Reject documents without absolute size.Michael Schwarz2-0/+22
2015-09-30More robust document scale calculation.Michael Schwarz1-41/+57
2015-09-30Include input file path in error messages.Michael Schwarz2-34/+41
2015-09-30Workaround for LayerMoveToPrev/Next not selecting correct layer.Michael Schwarz1-7/+12
2015-09-16Implemented Asymptote dependency tracking.Michael Schwarz1-17/+45
2015-09-16Abstraction which allows a running process to be used as a context manager.Michael Schwarz1-1/+16
2015-09-16Separate module for make file stuff.Michael Schwarz2-7/+8
2015-09-16Wrap all Python main functions with decorator.Michael Schwarz4-31/+28
2015-09-16Check for Asymptote not writing a PDF file.Michael Schwarz2-2/+5
2015-09-16Fixed layer mixup when no layer was selected in Inkscape.Michael Schwarz1-2/+2
2015-09-16Fixed empty layers missing from Asymptote export.Michael Schwarz1-38/+46
2015-09-16Prevent Python stack trace when an external command failed.Michael Schwarz1-4/+8
2015-09-16Compile Asymptote files in separate working dir.Michael Schwarz1-4/+11
2015-09-16New workaround for temp dir on different device.Michael Schwarz2-2/+21
2015-09-15Revert "support: Workaround for tempdir on different mount."Michael Schwarz1-13/+1
2015-08-10Asymptote export: Call variable with all paths `all`.Michael Schwarz1-1/+1
2015-08-07Inkscape export: Removed stray semicolon in exported Asymptote files.Michael Schwarz1-1/+1
2015-08-07Inkscape export: Fix elliptical arcs not being closed.Michael Schwarz1-3/+8
2015-08-07Use Python script to run Asymptote.Michael Schwarz3-9/+32
2015-08-07Inkscape export: Fix wrong units in Asymptote export.Michael Schwarz2-17/+16
2015-08-07Inkscape export: Use original file name for temp file.Michael Schwarz1-1/+1
2015-08-06Inkscape export: Support to export to Asymptote.Michael Schwarz2-59/+87
2015-08-06Reworked Inkscape command line generation.Michael Schwarz2-92/+148
2015-08-06Inkscape export: Renamed module to inkscape.Michael Schwarz12-0/+0
2015-08-06DXF export: Not tied to exporting to DXF anymore.Michael Schwarz2-31/+34
2015-08-06Inkscape export: Optionally don't transform strokes to shapes.Michael Schwarz2-24/+57
2015-07-12support: Workaround for tempdir on different mount.Michael Schwarz1-1/+13
2015-03-21dxf export: Use different colors for layers.Michael Schwarz1-8/+18
2015-03-15Fix make jobserver warning.Michael Schwarz2-3/+12
2015-03-15Compile OpenSCAD files to DXF.Michael Schwarz1-6/+8
2015-03-15Fixed text on path export.Michael Schwarz1-6/+23
2015-03-07Support for setting the DXF export quality.Michael Schwarz1-2/+2
2014-12-21Workaround for OpenSCAD sometimes writing an empty STL file when it crashes.Michael Schwarz1-2/+11
2014-12-21Removed some unused imports in the scripts copied from the Inkscape distribut...Michael Schwarz3-248/+2
2014-12-21Rewritten unit conversion methods of inkex.py to properly handle viewport set...Michael Schwarz5-19/+178
2014-12-21Removed some unused imports in the scripts copied from the Inkscape distribut...Michael Schwarz6-771/+726
2014-12-20Fixed DXF plugin to work with new inkex library.Michael Schwarz1-1/+1
2014-12-20Upgraded Python files copied from the Inkscape distribution to those from ver...Michael Schwarz6-49/+131