summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-16Convert all SVG file to DXF and Asymptote.Michael Schwarz2-12/+3
2015-09-16Ignore $PYTHONPATH.Michael Schwarz1-1/+1
2015-09-16Only print abstract information about commands being executed.Michael Schwarz1-4/+19
2015-09-16Remove targets when commands fail.Michael Schwarz1-0/+3
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-27Fixed automatism which clobbered file name extensions.Michael Schwarz1-1/+1
2015-08-27Fixed make warning.Michael Schwarz1-1/+1
2015-08-27Makefile: Fixed a potential bug which would include too many files.Michael Schwarz1-1/+1
2015-08-14Updated readme for new features.Michael Schwarz1-7/+42
2015-08-10Asymptote export: Call variable with all paths `all`.Michael Schwarz1-1/+1
2015-08-08Makefile: Fixed missing dependencies.Michael Schwarz1-2/+2
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-07Reworked make file.Michael Schwarz1-20/+25
2015-08-07Makefile: Fix duplicate dependency warning.Michael Schwarz1-1/+1
2015-08-07Use Python script to run Asymptote.Michael Schwarz4-10/+33
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-06Integrated Asymptote compilation into makefile.Michael Schwarz2-8/+25
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 Schwarz13-1/+1
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-08-06Simplified makefile.Michael Schwarz1-26/+16
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 Schwarz2-25/+49
2015-03-15Fixed text on path export.Michael Schwarz1-6/+23
2015-03-14Moved .gitignore rules to top level.Michael Schwarz2-7/+5
2015-03-09Grammar and convoluted language in readme.Michael Schwarz1-18/+22
2015-03-09Converted readme to Markdown.Michael Schwarz1-54/+40
2015-03-09Added makefile targets to build the project to a certain step.Michael Schwarz2-12/+34
2015-03-08Fixed failure when settings.mk or config.mk doesn't exist.Michael Schwarz1-1/+1
2015-03-07Re-compile on makefile change.Michael Schwarz1-4/+7
2015-03-07Support for setting the DXF export quality.Michael Schwarz3-15/+27
2015-03-07makefile: Call find only once.Michael Schwarz1-6/+7
2015-03-07Added a warning for when the src directory contains files with spaces in thei...Michael Schwarz1-0/+4
2015-02-26Fixed a link.Michael Schwarz1-1/+1
2015-02-26Changed title.Michael Schwarz1-1/+1
2015-02-26Added explanation for required Inkscape version.Michael Schwarz1-1/+2
2014-12-25Added a section describing the repository structure to the readme.Michael Schwarz1-0/+7
2014-12-25Merge branch 'master' into no-examplesMichael Schwarz18-1089/+1075