summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-25Updated the readme to describe all the new features.Michael Schwarz1-16/+40
2014-12-21Workaround for OpenSCAD sometimes writing an empty STL file when it crashes.Michael Schwarz1-2/+11
2014-12-21Added a .gitignore file to the src directory so it will be created when cloni...Michael Schwarz2-6/+6
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
2014-12-12Revert "Added more example files to showcase dependency tracking."Michael Schwarz3-22/+0
2014-12-12Merge branch 'master' into no-examplesMichael Schwarz21-36/+117
2014-12-12Added more example files to showcase dependency tracking.Michael Schwarz4-17/+22
2014-12-12Added support for recording dependencies while compiling OpenSCAD files.Michael Schwarz5-16/+72
2014-12-10Extracted common functions to separate module.Michael Schwarz3-21/+23
2014-12-10Moved DXF export scripts to separate directory.Michael Schwarz13-1/+2