History log of /inkscape/share/extensions/color_replace.inx
Revision Date Author Comments Expand
8ee3cffe0979389ae4a2a85c491d25381719ee9e 03-Sep-2010 JazzyNico <nicoduf@yahoo.fr>

Extensions. UI consistency fixes and UI improvements (new help tabs when needed, and new tooltips).

39135a3e07243519dbe40a68e86a7ef524eb3f1b 18-Apr-2008 mfloryan <mfloryan@users.sourceforge.net>

All extensions are now propper XML files with a namespace and all validate against the new inkscape.extension.rng RelaxNG schema.

addnodes.inx ai_input.inx ai_output.inx aisvg.inx ccx_input.inx cdr_input.inx cdt_input.inx cgm_input.inx cmx_input.inx color_brighter.inx color_custom.inx color_darker.inx color_desaturate.inx color_grayscale.inx color_lesshue.inx color_lesslight.inx color_lesssaturation.inx color_morehue.inx color_morelight.inx color_moresaturation.inx color_negative.inx color_randomize.inx color_removeblue.inx color_removegreen.inx color_removered.inx color_replace.inx color_rgbbarrel.inx dia.inx dimension.inx dots.inx dxf_input.inx dxf_outlines.inx dxf_output.inx edge3d.inx embedimage.inx eps_input.inx epsi_output.inx eqtexsvg.inx export_gimp_palette.inx extractimage.inx fig_input.inx flatten.inx fractalize.inx funcplot.inx gears.inx gimp_xcf.inx handles.inx inkscape.extension.rng inkscape_help_askaquestion.inx inkscape_help_commandline.inx inkscape_help_faq.inx inkscape_help_keys.inx inkscape_help_manual.inx inkscape_help_relnotes.inx inkscape_help_reportabug.inx inkscape_help_svgspec.inx interp.inx lindenmayer.inx lorem_ipsum.inx markers_strokepaint.inx measure.inx motion.inx outline2svg.inx pathalongpath.inx pathscatter.inx perfectboundcover.inx perspective.inx ps_input.inx radiusrand.inx randompnt.inx randompos.inx render_alphabetsoup.inx render_barcode.inx restack.inx rtree.inx rubberstretch.inx sk1_input.inx sk_input.inx spirograph.inx straightseg.inx summersnight.inx svg2xaml.inx svg_and_media_zip_output.inx svgz_input.inx svgz_output.inx text_braille.inx text_flipcase.inx text_lowercase.inx text_randomcase.inx text_replace.inx text_sentencecase.inx text_titlecase.inx text_uppercase.inx txt2svg.inx whirl.inx wmf_input.inx xaml2svg.inx
72728176afefe733049f0b73dc7ad65885a5f61b 15-Apr-2008 mfloryan <mfloryan@users.sourceforge.net>

Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also implements max_length attribute for string parameters in inx files.

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

svn propset svn:eol-style native *.inx

f58ed6ec7d074768a1305f3793afd8597e06cd15 29-Feb-2008 gouldtj <gouldtj@users.sourceforge.net>

r18220@shi: ted | 2008-02-29 13:18:55 -0800 Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time.

color_custom.inx color_replace.inx text_replace.inx /inkscape/src/extension/effect.cpp /inkscape/src/extension/effect.h /inkscape/src/extension/execution-env.cpp /inkscape/src/extension/execution-env.h /inkscape/src/extension/extension.cpp /inkscape/src/extension/extension.h /inkscape/src/extension/implementation/script.cpp /inkscape/src/extension/input.cpp /inkscape/src/extension/parambool.cpp /inkscape/src/extension/parambool.h /inkscape/src/extension/paramcolor.cpp /inkscape/src/extension/paramcolor.h /inkscape/src/extension/paramenum.cpp /inkscape/src/extension/paramenum.h /inkscape/src/extension/parameter.cpp /inkscape/src/extension/parameter.h /inkscape/src/extension/paramfloat.cpp /inkscape/src/extension/paramfloat.h /inkscape/src/extension/paramint.cpp /inkscape/src/extension/paramint.h /inkscape/src/extension/paramnotebook.cpp /inkscape/src/extension/paramnotebook.h /inkscape/src/extension/paramradiobutton.cpp /inkscape/src/extension/paramradiobutton.h /inkscape/src/extension/paramstring.cpp /inkscape/src/extension/paramstring.h /inkscape/src/extension/prefdialog.cpp /inkscape/src/extension/prefdialog.h
766ae289cc00a3ad346f0b809032fde600633cb5 15-Jul-2007 cmarqu <cmarqu@users.sourceforge.net>

Make strings translatable.

86af00f265ba75e1bdf51e6984bddd6351bb9fdf 10-Jul-2007 buliabyak <buliabyak@users.sourceforge.net>

add color replacer