index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
extensions
/
dxf_outlines.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes issue with extension not working in documents without a document height...
Maren Hachmann
2017-11-28
1
-1
/
+1
*
extensions. dxf output & print_win32_vector. compensate for viewbox. (Bug 167...
Alvin Penner
2017-03-12
1
-1
/
+8
*
save as desktop cutting plotter dxf. compensate for svg document units (Bug 1...
Alvin Penner
2017-02-03
1
-0
/
+1
*
i18n. Fixing gettext initialization in some more extensions.
Nicolas Dufour
2017-01-23
1
-0
/
+2
*
[Bug #1538277] Translations in inkex.py fail unless extension script itself i...
Nicolas Dufour
2016-05-26
1
-2
/
+0
*
[Bug #1545726] Incorrect FSF address in many extension files.
Nicolas Dufour
2016-03-16
1
-1
/
+1
*
Extensions. DXF export: support default values for omitted attributes of basi...
su_v
2015-10-07
1
-10
/
+10
*
extensions. dxf_outlines. add support for line, circle, ellipse. (Bug 1489320...
Alvin Penner
2015-09-01
1
-6
/
+22
*
extensions. dxf output. improve method for generating closed flag for LWPOLYL...
Alvin Penner
2015-03-09
1
-7
/
+6
*
update Python extensions from 90 to 96 dpi.
Alvin Penner
2014-11-02
1
-2
/
+2
*
fix unit handling of all python extensions. did not test with all extensions
Johan B. C. Engelen
2013-10-25
1
-1
/
+1
*
extensions. Desktop Cutting Plotter (DXF R14) output. patch by Yann Papouin f...
Alvin Penner
2013-04-08
1
-3
/
+27
*
extensions. dxf output. set flag if LWPOLYLINE is closed (Bug 1098283)
Alvin Penner
2013-01-16
1
-1
/
+6
*
Translations. Fix for Bug #425202 (Script messages not translated).
Nicolas Dufour
2012-10-07
1
-3
/
+11
*
cutting plotter dxf export. patch by Yann Papouin to allow hiding invisible l...
Alvin Penner
2012-03-26
1
-0
/
+8
*
desktop cutting plotter dxf output. ignore orphaned clones (Bug 957086)
Alvin Penner
2012-03-19
1
-6
/
+7
*
Extensions. PEP8, error handling and various extension fixes.
Nicolas Dufour
2012-02-09
1
-6
/
+16
*
dxf export. support for non-ascii characters (Bug 834721)
Alvin Penner
2011-08-31
1
-1
/
+2
*
DXF output: add support for clones and try to improve help text
Johan B. C. Engelen
2011-08-12
1
-4
/
+37
*
Extensions. dxf_outlines.py. do not attempt to parse a url color reference (B...
Alvin Penner
2011-07-21
1
-1
/
+1
*
Extensions. Add option to choose dxf output units
Alvin Penner
2010-12-27
1
-1
/
+4
*
support for <rect> tag (Bug 657289)
Alvin Penner
2010-12-19
1
-20
/
+36
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
support for layers in .dxf output (Bug 410928)
Alvin Penner
2010-08-01
1
-5
/
+25
*
support for transform elements (Bug 600473)
Alvin Penner
2010-07-22
1
-33
/
+50
*
allow switch between LINE and LWPOLYLINE
Alvin Penner
2010-02-01
1
-2
/
+12
*
add documentation tab
Alvin Penner
2009-08-10
1
-0
/
+2
*
more robust parsing of color info
Alvin Penner
2009-05-24
1
-7
/
+6
*
fix for LP bug 364585
Alvin Penner
2009-04-22
1
-1
/
+6
*
add support for 6 colors, for use in ROBO-Master
Alvin Penner
2009-04-03
1
-4
/
+13
*
add group code 70 to LWPOLYLINE
Alvin Penner
2009-02-01
1
-1
/
+1
*
convert LINE entity to LWPOLYLINE
Alvin Penner
2008-12-21
1
-7
/
+19
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+3
*
Merging from trunk
Ted Gould
2008-10-11
1
-15
/
+16
*
add support for ROBO-Master multi-spline
Alvin Penner
2008-09-06
1
-49
/
+64
*
added subroutine ROBO (Master) spline
Alvin Penner
2008-08-16
1
-2
/
+70
*
share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if __name_...
Peter Moulder
2008-05-23
1
-2
/
+3
*
noop: Add vim modeline for all share/extensions/*.py files that use four-spac...
Peter Moulder
2008-05-23
1
-0
/
+3
*
patch by sas from Bug #199922: speeds up dxf output
Aaron Spike
2008-03-09
1
-3
/
+3
*
committing patch from Alvin Penner to satisfy Bug #192923
Aaron Spike
2008-03-09
1
-17
/
+23
*
Attempt fix for Bug #178022
Aaron Spike
2008-02-21
1
-2
/
+2
*
begin converting python extensions to use lxml. this might take me a while an...
Aaron Spike
2007-06-19
1
-6
/
+6
*
move user unit conversion into inkex.py
Aaron Spike
2006-11-24
1
-20
/
+2
*
standardize indents on 4 spaces
Aaron Spike
2006-05-08
1
-14
/
+14
*
fix svg to dxf scaling factor
Aaron Spike
2006-02-15
1
-1
/
+1
*
Add unit conversion.
Aaron Spike
2006-02-08
1
-2
/
+20
*
r10887@tres: ted | 2006-02-05 23:16:41 -0800
Ted Gould
2006-02-06
1
-38
/
+45
*
(bzr r90)
Ted Gould
2006-02-06
1
-45
/
+38
*
add scaling and translation so that the DXFs open properly in robomaster
Aaron Spike
2006-02-06
1
-38
/
+45
*
Adding minimal dxf output as a python extension. Converts path segments to sp...
Aaron Spike
2006-01-29
1
-0
/
+62