History log of /inkscape/share/extensions/coloreffect.py
Revision Date Author Comments Expand
f8e1b883d129201b05c0489c9e07c7d1efd46582 13-May-2016 marenhachmann <>

[Bug #1579939] Ramdom color extension improvements (and new unit test file).

107e00c8104649437b9520d0ba298dba659e7cd7 16-Mar-2016 JazzyNico <nicoduf@yahoo.fr>

[Bug #1545726] Incorrect FSF address in many extension files.

Barcode/Base.py Barcode/BaseEan.py Barcode/Code128.py Barcode/Code25i.py Barcode/Code39.py Barcode/Code39Ext.py Barcode/Code93.py Barcode/Ean13.py Barcode/Ean5.py Barcode/Ean8.py Barcode/Rm4scc.py Barcode/Upca.py Barcode/Upce.py Barcode/__init__.py addnodes.py bezmisc.py chardataeffect.py coloreffect.py convert2dashes.py cubicsuperpath.py dimension.py dm2svg.py dots.py draw_from_triangle.py dxf_input.py dxf_outlines.py edge3d.py embedimage.py extractimage.py extrude.py ffgeom.py flatten.py foldablebox.py fractalize.py funcplot.py gcodetools.py generate_voronoi.py gimp_xcf.py grid_cartesian.py grid_isometric.py grid_polar.py guides_creator.py handles.py hershey.py hpgl_decoder.py hpgl_encoder.py hpgl_input.py hpgl_output.py image_attributes.py ink2canvas.py ink2canvas/canvas.py ink2canvas/svg.py inkex.py inkwebeffect.py interp.py interp_att_g.py layers2svgfont.py layout_nup.py lindenmayer.py lorem_ipsum.py markers_strokepaint.py measure.py merge_styles.py motion.py new_glyph_layer.py next_glyph_layer.py param_curves.py pathalongpath.py pathmodifier.py pathscatter.py perfectboundcover.py perspective.py plotter.py polyhedron_3d.py previous_glyph_layer.py print_win32_vector.py printing_marks.py pturtle.py radiusrand.py render_alphabetsoup.py render_barcode.py render_barcode_datamatrix.py render_gear_rack.py render_gears.py rtree.py rubberstretch.py setup_typography_canvas.py simplepath.py simplestyle.py simpletransform.py spirograph.py split.py straightseg.py summersnight.py svg_and_media_zip_output.py svgcalendar.py svgfont2layers.py tar_layers.py triangle.py voronoi2svg.py web-set-att.py web-transmit-att.py webslicer_create_group.py webslicer_create_rect.py webslicer_effect.py webslicer_export.py whirl.py wireframe_sphere.py
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
13481a872bfe76baa08c4c7b560fc79d005d69f4 17-Mar-2009 pjrm <pjrm@users.sourceforge.net>

Fix #344064: Extensions>Color>Replace color... (and probably other items in Extensions>Color) wasn't working for presentation attributes, it only worked for style=... (Reported on IRC/Jabber by zu22 (Zachary Uram, netrek@gmail.com).)

8db8b3d85d2f91e5429d9bb407d0babcfe44518b 23-May-2008 pjrm <pjrm@users.sourceforge.net>

share/extension/*.py: noop: minor whitespace regularizations ahead of adding vim modelines

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

svn propset svn:eol-style native *.py

c07485ad7471f5e87ac31fd8e05e4d0882fd0971 21-Feb-2008 acspike <acspike@users.sourceforge.net>

Attempt fix for Bug #178022 Evidently somewhere between versions 1.3.6 and 2.0 lxml began requiring that parameters passed to the Element.xpath() be keyword arguments (positional arguments had been allowed). Best guess places this at "2.0alpha6 (2007-12-19)" based upon the lxml Changelog. This fix appears to be backward compatible. Please test.

5b2208f64b606f78f10d1136d933135a9d70a11a 08-Oct-2007 acspike <acspike@users.sourceforge.net>

fix hacked element cloning cloning with fromstring(tostring()) striped xmlns now using copy.deepcopy()

659d437ab1fa196d010c1e92b009b608b8e8b086 20-Jun-2007 acspike <acspike@users.sourceforge.net>

Another round of extension conversion (from pyxml to lxml) and some corrections

cc6fa1a3e6d71df2944a8bc64ed739f1f34d0359 19-Jun-2007 acspike <acspike@users.sourceforge.net>

begin converting python extensions to use lxml. this might take me a while and it will break unconverted extensions in the meanwhile.

80a6f8321e8b2d512ba522d460380739a07ee07d 10-Jan-2007 buliabyak <buliabyak@users.sourceforge.net>

fork gradients to avoid unintended changes if they were shared

636c2c493e706e71318b902b762aeb9086f60766 18-Nov-2006 buliabyak <buliabyak@users.sourceforge.net>

add hsl adjusters; remove keep-rgb as redundant; update uris

8b759aa5de11522ffdd3be6663c538efe0239b69 17-Nov-2006 buliabyak <buliabyak@users.sourceforge.net>

prevent multiple processing of the same gradient if it is used by more than one selected object

b97c841ca6aa0a4f8ff56e7760e85b2d57d95b15 15-Nov-2006 buliabyak <buliabyak@users.sourceforge.net>

color effects