History log of /inkscape/share/extensions/color_custom.inx
Revision Date Author Comments Expand
4a5d79f3070261cec3b984144443f003f3f7b2ef 11-Apr-2012 JazzyNico <nicoduf@yahoo.fr>

i18n. Adding some context tags (disambiguation).

ab2bfc43325999155ccf0497fcd0b8cf95a26306 25-Oct-2010 Kris <Kris.De.Gussem@hotmail.com>

Punctuation in UI

f3af6a560522a748493cf1599895bd3523ff7376 26-Sep-2010 Alvin Penner <penner@vaxxine.com>

option to choose (r,g,b) color scale (Bug 186432)

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
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
636c2c493e706e71318b902b762aeb9086f60766 18-Nov-2006 buliabyak <buliabyak@users.sourceforge.net>

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

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

color effects