summaryrefslogtreecommitdiffstats
path: root/share/extensions/dxf_input.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dxf input. improved support for multispline (Bug 892496)Alvin Penner2011-11-241-11/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/892496 (bzr r10749)
* Extensions. Fix for bug #887539 (Permissions and #! in extension scripts ↵Nicolas Dufour2011-11-211-0/+0
| | | | | need fixing). (bzr r10747)
* dxf input. add adjustable originAlvin Penner2011-04-251-9/+13
| | | (bzr r10192)
* dxf import. add support for longer cubic NURB (Bug 685707)Alvin Penner2011-04-181-8/+31
| | | | | | Fixed bugs: - https://launchpad.net/bugs/685707 (bzr r10183)
* dxf input. modify stop command (Bug 739803)Alvin Penner2011-03-291-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/739803 (bzr r10131)
* support for 5 point spline (Bug 685707)Alvin Penner2010-12-181-1/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/685707 (bzr r9965)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* fix misunderstood path-closed-flag in LWPOLYLINE (Bug 656899)Alvin Penner2010-10-101-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/656899 (bzr r9824)
* patch by Hungerburg for pattern in HATCH entityAlvin Penner2010-07-241-7/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/589865 (bzr r9642)
* Support for bulge in closing LWPOLYLINE segment. Patch by dormouse for ↵Alvin Penner2010-07-191-1/+14
| | | | | gcodetools POINT entity. (bzr r9629)
* add documentation tabAlvin Penner2009-08-011-0/+2
| | | (bzr r8376)
* patch by hefee for LP bug 397793Alvin Penner2009-07-111-1/+2
| | | (bzr r8253)
* add support for entity ATTDEFAlvin Penner2009-05-301-2/+11
| | | (bzr r7965)
* fixes to HATCH and ellipse based on LP bug 293940 comment 77Alvin Penner2009-05-281-13/+13
| | | (bzr r7956)
* add support for different encodingsAlvin Penner2009-05-171-5/+8
| | | (bzr r7896)
* fix LP bug 293940, comment 73Alvin Penner2009-05-071-5/+11
| | | (bzr r7830)
* patch by Marcel Graf for LP bug 293940 comment 70Alvin Penner2009-05-021-0/+3
| | | (bzr r7810)
* fix for LP bug 366227Alvin Penner2009-04-241-1/+1
| | | (bzr r7771)
* add input option for manual scale factorAlvin Penner2009-04-191-10/+22
| | | (bzr r7740)
* add support for LTYPE, DIMTXT, and BLOCKSAlvin Penner2009-04-121-28/+87
| | | (bzr r7695)
* noop: In share/extensions: svn propset svn:eol-style native *.py *.inxPeter Moulder2009-04-071-340/+340
| | | | | In four cases, there were a mix of end-of-line styles. (bzr r7651)
* add support for DIMENSION entityAlvin Penner2009-03-221-10/+39
| | | (bzr r7541)
* support for HATCH entity, plus enhancements by Christian MayerAlvin Penner2009-03-151-8/+63
| | | (bzr r7495)
* add support for layersAlvin Penner2009-02-011-13/+17
| | | (bzr r7210)
* add support for quadratic BezierAlvin Penner2008-12-231-1/+5
| | | (bzr r7024)
* lower limit on linewidthAlvin Penner2008-12-191-0/+2
| | | (bzr r7015)
* use iso-8859-1Alvin Penner2008-12-121-0/+1
| | | (bzr r6989)
* support for color BYLAYERAlvin Penner2008-11-301-5/+21
| | | (bzr r6922)
* some color support, multi-line text, automatic scalingAlvin Penner2008-11-241-16/+47
| | | (bzr r6898)
* Merge from fe-movedTed Gould2008-11-211-0/+198
(bzr r6891)