History log of /inkscape/share/extensions/dxf_templates.py
Revision Date Author Comments Expand
b93ce4197e7f5026a1c8deeb79cbd00aa3f86d91 21-Nov-2011 JazzyNico <nicoduf@yahoo.fr>

Extensions. Fix for bug #887539 (Permissions and #! in extension scripts need fixing).

Barcode/Makefile.am Inkscape.pm SpSVG.pm addnodes.py chardataeffect.py color_blackandwhite.py color_brighter.py color_custom.py color_darker.py color_desaturate.py color_grayscale.py color_lesshue.py color_lesslight.py color_lesssaturation.py color_morehue.py color_morelight.py color_moresaturation.py color_negative.py color_randomize.py color_removeblue.py color_removegreen.py color_removered.py color_replace.py color_rgbbarrel.py coloreffect.py convert2dashes.py cspsubdiv.py dimension.py draw_from_triangle.py dxf_input.py dxf_templates.py edge3d.py embedimage.py eqtexsvg.py export_gimp_palette.py extractimage.py extrude.py ffgeom.py fig2dev-ext.py funcplot.py gcodetools.py gears.py generate_voronoi.py grid_cartesian.py grid_isometric.py grid_polar.py guillotine.py hpgl_output.py ill2svg.pl inkwebeffect.py launch_webbrowser.py layers2svgfont.py layout_nup.py layout_nup_pageframe.py lorem_ipsum.py markers_strokepaint.py measure.py new_glyph_layer.py next_glyph_layer.py param_curves.py pathalongpath.py pathmodifier.py pathscatter.py perfectboundcover.py pixelsnap.py plt_output.py polyhedron_3d.py previous_glyph_layer.py printing-marks.py ps2dxf.sh ps2pdf-ext.py render_alphabetsoup.py render_alphabetsoup_config.py render_barcode.py render_barcode_datamatrix.py render_barcode_qrcode.py replace_font.py restack.py rubberstretch.py run_command.py setup_typography_canvas.py simpletransform.py sk1_output.py spirograph.py split.py svg_and_media_zip_output.py svg_regex.py svg_transform.py svgfont2layers.py text_braille.py text_extract.py text_flipcase.py text_lowercase.py text_randomcase.py text_replace.py text_sentencecase.py text_titlecase.py text_uppercase.py triangle.py uniconv-ext.py uniconv_output.py voronoi.py voronoi2svg.py web-transmit-att.py webslicer_create_group.py webslicer_effect.py whirl.py wireframe_sphere.py wmf_output.py yocto_css.py
2a36625cdd08c369ed8a75f9081a64e1a3367552 01-Aug-2010 Alvin Penner <penner@vaxxine.com>

support for layers in .dxf output (Bug 410928)

56dcb73b5a1df7498fc6c7722ac4a380b9646fad 23-Jul-2010 Leo Albert Jackson <lajjr@yahoo.com>

Script change for shebangs

Barcode/Base.py Barcode/Code128.py Barcode/Code39.py Barcode/Code39Ext.py Barcode/Code93.py Barcode/EAN13.py Barcode/EAN5.py Barcode/EAN8.py Barcode/RM4CC.py Barcode/UPCA.py Barcode/UPCE.py Barcode/__init__.py SpSVG.pm color_blackandwhite.py color_brighter.py color_custom.py color_darker.py color_desaturate.py color_grayscale.py color_lesshue.py color_lesslight.py color_lesssaturation.py color_morehue.py color_morelight.py color_moresaturation.py color_negative.py color_randomize.py color_removeblue.py color_removegreen.py color_removered.py color_replace.py color_rgbbarrel.py dxf_templates.py inkweb.js jessyInk.js jessyInk_core_mouseHandler_noclick.js jessyInk_core_mouseHandler_zoomControl.js render_alphabetsoup_config.py render_barcode.py run_command.py svg_and_media_zip_output.py svg_regex.py text_braille.py text_flipcase.py text_lowercase.py text_randomcase.py text_replace.py text_sentencecase.py text_titlecase.py text_uppercase.py
2e8158af03ec6acebd9dd7ec2df51b6c10c15cb6 30-Dec-2008 alvinpenner <alvinpenner@users.sourceforge.net>

adjust page height to suit AutoCad

e9c20a412d318422d67db9b9d5b8667099037f69 13-Dec-2008 alvinpenner <alvinpenner@users.sourceforge.net>

scale Model Space to size A4

ade0885a2e901343f0724651cb8ca3657421fe22 10-Dec-2008 alvinpenner <alvinpenner@users.sourceforge.net>

specify metric units

e9df3bcdd3387ec845d1fea626de245aa8d7e93b 29-Mar-2008 pjrm <pjrm@users.sourceforge.net>

svn propset svn:eol-style native *.py

cdeb40bb4236e8432ea63bf77fe4f91e5549f455 20-Mar-2008 acspike <acspike@users.sourceforge.net>

updated patch from Alvin Penner

8f65ed1523f7a29c8234fb28f23fcc35ff7db8aa 09-Mar-2008 acspike <acspike@users.sourceforge.net>

committing patch from Alvin Penner to satisfy Bug #192923 made a few changes from his patch. converted dxf_outlines.dxf in to a python module with strings because looping over lines in the DXF file looked fragile. We need get someone to test this with RoboMaster to make sure the output still works properly.