summaryrefslogtreecommitdiffstats
path: root/share/extensions/dxf_outlines.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-10-071-3/+11
* cutting plotter dxf export. patch by Yann Papouin to allow hiding invisible l...Alvin Penner2012-03-261-0/+8
* desktop cutting plotter dxf output. ignore orphaned clones (Bug 957086)Alvin Penner2012-03-191-6/+7
* Extensions. PEP8, error handling and various extension fixes.Nicolas Dufour2012-02-091-6/+16
* dxf export. support for non-ascii characters (Bug 834721)Alvin Penner2011-08-311-1/+2
* DXF output: add support for clones and try to improve help textJohan B. C. Engelen2011-08-121-4/+37
* Extensions. dxf_outlines.py. do not attempt to parse a url color reference (B...Alvin Penner2011-07-211-1/+1
* Extensions. Add option to choose dxf output unitsAlvin Penner2010-12-271-1/+4
* support for <rect> tag (Bug 657289)Alvin Penner2010-12-191-20/+36
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* support for layers in .dxf output (Bug 410928)Alvin Penner2010-08-011-5/+25
* support for transform elements (Bug 600473)Alvin Penner2010-07-221-33/+50
* allow switch between LINE and LWPOLYLINEAlvin Penner2010-02-011-2/+12
* add documentation tabAlvin Penner2009-08-101-0/+2
* more robust parsing of color infoAlvin Penner2009-05-241-7/+6
* fix for LP bug 364585Alvin Penner2009-04-221-1/+6
* add support for 6 colors, for use in ROBO-MasterAlvin Penner2009-04-031-4/+13
* add group code 70 to LWPOLYLINEAlvin Penner2009-02-011-1/+1
* convert LINE entity to LWPOLYLINEAlvin Penner2008-12-211-7/+19
* From trunkTed Gould2008-10-271-1/+3
* Merging from trunkTed Gould2008-10-111-15/+16
* add support for ROBO-Master multi-splineAlvin Penner2008-09-061-49/+64
* added subroutine ROBO (Master) splineAlvin Penner2008-08-161-2/+70
* share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if __name_...Peter Moulder2008-05-231-2/+3
* noop: Add vim modeline for all share/extensions/*.py files that use four-spac...Peter Moulder2008-05-231-0/+3
* patch by sas from Bug #199922: speeds up dxf outputAaron Spike2008-03-091-3/+3
* committing patch from Alvin Penner to satisfy Bug #192923Aaron Spike2008-03-091-17/+23
* Attempt fix for Bug #178022Aaron Spike2008-02-211-2/+2
* begin converting python extensions to use lxml. this might take me a while an...Aaron Spike2007-06-191-6/+6
* move user unit conversion into inkex.pyAaron Spike2006-11-241-20/+2
* standardize indents on 4 spacesAaron Spike2006-05-081-14/+14
* fix svg to dxf scaling factorAaron Spike2006-02-151-1/+1
* Add unit conversion.Aaron Spike2006-02-081-2/+20
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-061-38/+45
* (bzr r90)Ted Gould2006-02-061-45/+38
* add scaling and translation so that the DXFs open properly in robomasterAaron Spike2006-02-061-38/+45
* Adding minimal dxf output as a python extension. Converts path segments to sp...Aaron Spike2006-01-291-0/+62