summaryrefslogtreecommitdiffstats
path: root/share/extensions/dxf_input.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update extensionsPatrick Storz2019-10-201-0/+0
| | | | | now at https://gitlab.com/inkscape/extensions/commit/efd48ee07ef0a0cfc43e60745bf519b53350cc11
* Update ExtensionsMarc Jeanmougin2019-10-101-0/+0
|
* update extension submoduleMarc Jeanmougin2019-09-071-0/+0
|
* Update extensions to the latest versionsMartin Owens2019-08-081-0/+0
|
* Resync extensions with embed images fixMartin Owens2019-07-021-0/+0
|
* Sync the extensions up to the latest fixes (21st June 2019)Martin Owens2019-06-221-0/+0
|
* Update extensions to latest master branch, see inbox ↵Martin Owens2019-06-171-0/+0
| | | | https://gitlab.com/inkscape/inbox/issues/584
* Pull in fix for stdout issuesMartin Owens2019-04-211-0/+0
|
* Push extensions up to new known good stateMartin Owens2019-04-211-0/+0
|
* Update extensions submodulePatrick Storz2019-03-231-0/+0
| | | | (avoid deprecation warning spawning for *every* extension)
* Update extensions and fix inkscape.potPatrick Storz2019-03-221-0/+0
|
* Updat extensions to latest versionMartin Owens2019-03-031-0/+0
|
* update extensions submoduleThomas Holder2018-10-101-0/+0
|
* Extensions: Update to 616c3c16c22e483dd44d235854acfbf1b9615431Eduard Braun2018-09-111-0/+0
|
* Update extensionsMartin Owens2018-09-101-0/+0
|
* Add extensions as a submoduleMartin Owens2018-09-091-0/+0
|
* Move extensions to git inkscape-extensions repositoryMartin Owens2018-09-091-533/+0
|
* Update dxf_input.py for LP Bug #1700582Alvin Penner2017-06-271-2/+2
|
* [Bug #1538277] Translations in inkex.py fail unless extension script itself ↵Nicolas Dufour2016-05-261-1/+0
| | | | | | | | initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918)
* extensions. dxf input. create new layer if not previously declared (Bug 1472429)Alvin Penner2016-05-221-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1472429 (bzr r14910)
* [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
* extensions. dxf input. do not use zero font size (Bug 1510909)Alvin Penner2015-10-311-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1510909 (bzr r14437)
* extensions. dxf input. Implement extrude option, and allow blocks to be ↵Alvin Penner2015-08-201-10/+26
| | | | | | | | reflected. (Bug 1483807 and Bug 1409486) Fixed bugs: - https://launchpad.net/bugs/1483807 (bzr r14312)
* add option to read dxf input scale from file (Bug 1388851)Alvin Penner2014-11-091-4/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1388851 (bzr r13692)
* update Python extensions from 90 to 96 dpi.Alvin Penner2014-11-021-4/+4
| | | (bzr r13659)
* extensions. dxf_input. style change in gcodetools_point by dormouse (Bug ↵Alvin Penner2014-04-251-1/+1
| | | | | 1308986, comment 11) (bzr r13304)
* extensions. dxf_input. remove blanks from symbol id's (Bug 1308986)Alvin Penner2014-04-201-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1308986 (bzr r13294)
* extensions. dxf input. create default layer 0 if it does not exist (Bug 1123907)Alvin Penner2013-05-271-2/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1123907 (bzr r12344)
* dxf import. allow spline to be closed (Bug 1001521)Alvin Penner2012-06-071-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1001521 (bzr r11467)
* 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)