summaryrefslogtreecommitdiffstats
path: root/share/extensions/dxf_outlines.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-371/+0
|
* Fixes issue with extension not working in documents without a document ↵Maren Hachmann2017-11-281-1/+1
| | | | height, see also https://answers.launchpad.net/inkscape/+question/631890 and https://answers.launchpad.net/inkscape/+question/661126
* extensions. dxf output & print_win32_vector. compensate for viewbox. (Bug ↵Alvin Penner2017-03-121-1/+8
| | | | | | | | 1672066) Fixed bugs: - https://launchpad.net/bugs/1672066 (bzr r15590)
* save as desktop cutting plotter dxf. compensate for svg document units (Bug ↵Alvin Penner2017-02-031-0/+1
| | | | | | | | 1660967) Fixed bugs: - https://launchpad.net/bugs/1660967 (bzr r15469)
* i18n. Fixing gettext initialization in some more extensions.Nicolas Dufour2017-01-231-0/+2
| | | (bzr r15433)
* [Bug #1538277] Translations in inkex.py fail unless extension script itself ↵Nicolas Dufour2016-05-261-2/+0
| | | | | | | | initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918)
* [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 export: support default values for omitted attributes of ↵su_v2015-10-071-10/+10
| | | | | basic SVG shapes (line, rect, circle, ellipse) (bzr r14398)
* extensions. dxf_outlines. add support for line, circle, ellipse. (Bug ↵Alvin Penner2015-09-011-6/+22
| | | | | | | | 1489320 and Bug 1474347) Fixed bugs: - https://launchpad.net/bugs/1489320 (bzr r14338)
* extensions. dxf output. improve method for generating closed flag for ↵Alvin Penner2015-03-091-7/+6
| | | | | | | | LWPOLYLINE (Bug 1429184) Fixed bugs: - https://launchpad.net/bugs/1429184 (bzr r13980)
* update Python extensions from 90 to 96 dpi.Alvin Penner2014-11-021-2/+2
| | | (bzr r13659)
* fix unit handling of all python extensions. did not test with all extensionsJohan B. C. Engelen2013-10-251-1/+1
| | | (bzr r12722)
* extensions. Desktop Cutting Plotter (DXF R14) output. patch by Yann Papouin ↵Alvin Penner2013-04-081-3/+27
| | | | | | | | for Bug 1164904 Fixed bugs: - https://launchpad.net/bugs/1164904 (bzr r12273)
* extensions. dxf output. set flag if LWPOLYLINE is closed (Bug 1098283)Alvin Penner2013-01-161-1/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1098283 (bzr r12033)
* Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-10-071-3/+11
| | | (bzr r11749)
* cutting plotter dxf export. patch by Yann Papouin to allow hiding invisible ↵Alvin Penner2012-03-261-0/+8
| | | | | | | | layers (Bug 959159) Fixed bugs: - https://launchpad.net/bugs/959159 (bzr r11130)
* desktop cutting plotter dxf output. ignore orphaned clones (Bug 957086)Alvin Penner2012-03-191-6/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/957086 (bzr r11100)
* Extensions. PEP8, error handling and various extension fixes.Nicolas Dufour2012-02-091-6/+16
| | | (bzr r10954)
* dxf export. support for non-ascii characters (Bug 834721)Alvin Penner2011-08-311-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/834721 (bzr r10606)
* DXF output: add support for clones and try to improve help textJohan B. C. Engelen2011-08-121-4/+37
| | | (bzr r10539)
* Extensions. dxf_outlines.py. do not attempt to parse a url color reference ↵Alvin Penner2011-07-211-1/+1
| | | | | | | | (Bug 810503) Fixed bugs: - https://launchpad.net/bugs/810503 (bzr r10485)
* Extensions. Add option to choose dxf output unitsAlvin Penner2010-12-271-1/+4
| | | (bzr r9984)
* support for <rect> tag (Bug 657289)Alvin Penner2010-12-191-20/+36
| | | | | | Fixed bugs: - https://launchpad.net/bugs/657289 (bzr r9968)
* 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)
* support for layers in .dxf output (Bug 410928)Alvin Penner2010-08-011-5/+25
| | | | | | Fixed bugs: - https://launchpad.net/bugs/410928 (bzr r9675)
* support for transform elements (Bug 600473)Alvin Penner2010-07-221-33/+50
| | | | | | Fixed bugs: - https://launchpad.net/bugs/600473 (bzr r9640)
* allow switch between LINE and LWPOLYLINEAlvin Penner2010-02-011-2/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/512447 (bzr r9042)
* add documentation tabAlvin Penner2009-08-101-0/+2
| | | (bzr r8461)
* more robust parsing of color infoAlvin Penner2009-05-241-7/+6
| | | (bzr r7927)
* fix for LP bug 364585Alvin Penner2009-04-221-1/+6
| | | (bzr r7756)
* add support for 6 colors, for use in ROBO-MasterAlvin Penner2009-04-031-4/+13
| | | (bzr r7617)
* add group code 70 to LWPOLYLINEAlvin Penner2009-02-011-1/+1
| | | (bzr r7209)
* convert LINE entity to LWPOLYLINEAlvin Penner2008-12-211-7/+19
| | | (bzr r7021)
* From trunkTed Gould2008-10-271-1/+3
| | | (bzr r6885)