gimp/plug-ins/script-fu/scripts
Michael Natterer 075195d16b added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients
2003-07-22  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpgradient.[ch]: added "gboolean reverse" to
	gimp_gradient_get_color_at() so all gradients can be used
	reversed.

	* app/core/gimpdrawable-blend.[ch] (gimp_drawable_blend)
	* app/core/gimppalette-import.[ch] (gimp_palette_import_from_gradient):
	added "gboolean reverse".

	* app/paint/paint-enums.[ch]: removed enum GimpGradientRepeatMode
	since it is identical to GimpRepeatMode, except for the now
	obsolete ONCE_BACKWARD value.

	* app/paint/gimppaintcore.[ch]: removed
	gimp_paint_core_get_color_from_gradient()...

	* app/paint/gimppaintoptions.[ch]: ...and added
	gimp_paint_options_get_gradient_color(), which is much more
	general. Added a "reverse" property to GimpGradientOptions and
	changed the type of the "repeat" property to GimpRepeatMode.

	* app/paint/gimppaintbrush.c: use
	gimp_paint_options_get_gradient_color().

	* app/tools/gimpblendoptions.[ch]: removed the "repeat" property
	since it is in the parent class now.

	* app/gui/gradient-select.c
	* app/gui/palette-import-dialog.c
	* app/widgets/gimpgradienteditor.c
	* app/tools/gimpblendtool.c
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/misc_tools.pdb: changed accordingly.

	* app/tools/gimppaintoptions-gui.c: added a "Reverse" toggle right
	of the gradient preview.

	* app/widgets/gimppreviewrenderergradient.[ch]: added "gboolean
	reverse" member and gimp_preview_renderer_gradient_set_reverse()
	API.

	* tools/pdbgen/pdb/paint_tools.pdb: fixed the paintbrush invoker
	to set GimpPaintOption's "use-fade" and "use-gradient" properties
	correctly.

	* app/pdb/gradients_cmds.c
	* app/pdb/misc_tools_cmds.c
	* app/pdb/paint_tools_cmds.c
	* libgimp/gimpenums.h
	* libgimp/gimpmisctools_pdb.[ch]
	* plug-ins/pygimp/gimpenums.py
	* plug-ins/script-fu/script-fu-constants.c
	* tools/pdbgen/enums.pl: regenerated.

	* libgimp/gimpcompat.h
	* plug-ins/script-fu/siod-wrapper.c: removed GimpGradientPaintMode
	here too since it was only exported accidentially (it's not used
	by any external API).

	* plug-ins/script-fu/scripts/3dTruchet.scm
	* plug-ins/script-fu/scripts/alien-glow-arrow.scm
	* plug-ins/script-fu/scripts/alien-glow-bar.scm
	* plug-ins/script-fu/scripts/alien-glow-bullet.scm
	* plug-ins/script-fu/scripts/alien-glow-button.scm
	* plug-ins/script-fu/scripts/alien-glow-logo.scm
	* plug-ins/script-fu/scripts/basic1-logo.scm
	* plug-ins/script-fu/scripts/basic2-logo.scm
	* plug-ins/script-fu/scripts/beveled-button.scm
	* plug-ins/script-fu/scripts/blended-logo.scm
	* plug-ins/script-fu/scripts/burn-in-anim.scm
	* plug-ins/script-fu/scripts/coffee.scm
	* plug-ins/script-fu/scripts/comic-logo.scm
	* plug-ins/script-fu/scripts/coolmetal-logo.scm
	* plug-ins/script-fu/scripts/glossy.scm
	* plug-ins/script-fu/scripts/gradient-bevel-logo.scm
	* plug-ins/script-fu/scripts/gradient-example.scm
	* plug-ins/script-fu/scripts/pupi-button.scm
	* plug-ins/script-fu/scripts/rendermap.scm
	* plug-ins/script-fu/scripts/sphere.scm
	* plug-ins/script-fu/scripts/starscape-logo.scm
	* plug-ins/script-fu/scripts/test-sphere.scm
	* plug-ins/script-fu/scripts/textured-logo.scm
	* plug-ins/script-fu/scripts/title-header.scm
	* plug-ins/script-fu/scripts/weave.scm: pass "reverse" to
	gimp_blend(). Pass FALSE in most cases and added script
	parameters were it makes sense.
2003-07-22 14:24:11 +00:00
..
.cvsignore more .cvsignores 1997-11-27 22:01:52 +00:00
3d-outline.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
3dTruchet.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
add-bevel.scm app/core/Makefile.am new files for gimp_image_crop() and 2001-07-07 14:53:42 +00:00
addborder.scm fix for #114495 2003-06-06 13:01:38 +00:00
alien-glow-arrow.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
alien-glow-bar.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
alien-glow-bullet.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
alien-glow-button.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
alien-glow-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
alien-neon-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
asc2img.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
basic1-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
basic2-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
beavis.jpg Initial revision 1997-11-24 22:05:25 +00:00
beveled-button.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
beveled-pattern-arrow.scm implemented new argument type SF_OPTION which allows the user 2000-04-28 00:02:11 +00:00
beveled-pattern-bullet.scm typo fix 2000-04-26 18:07:41 +00:00
beveled-pattern-button.scm plug-ins/script-fu/scripts/alien-glow-button.scm 2003-05-17 08:59:01 +00:00
beveled-pattern-heading.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
beveled-pattern-hrule.scm typo fix 2000-04-26 18:07:41 +00:00
blend-anim.scm plug-ins/script-fu/scripts/add-bevel.scm 2001-06-12 19:23:07 +00:00
blended-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
bovinated-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
burn-in-anim.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
camo.scm small cleanups in Script-Fu scripts 2000-05-17 15:48:52 +00:00
carve-it.scm new scheme for i18n of script-fus: translatable strings are marked 2000-03-28 21:06:39 +00:00
carved-logo.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
chalk.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
chip-away.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
chrome-it.scm typo fix 2000-04-26 18:07:41 +00:00
chrome-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
circuit.scm typo fix 2000-04-26 18:07:41 +00:00
clothify.scm applied gimp-quinet-000531-0.patch to change the help blurb. 2000-06-06 11:45:27 +00:00
coffee.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
comic-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
coolmetal-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
copy-visible.scm added some sanity checks to temp_buf conversion routines. 2003-05-15 13:33:30 +00:00
crystal-logo.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
distress-selection.scm added an undo group around all operations. 2003-06-10 12:57:27 +00:00
drop-shadow.scm applied gimp-quinet-000531-0.patch to change the help blurb. 2000-06-06 11:45:27 +00:00
erase-rows.scm Fixed the unuseable PDB-interface 2000-12-15 16:55:34 +00:00
fade-outline.scm updated INSTALL removed color-cycling script applied gimp-simon-20000417-0 2000-04-18 12:09:47 +00:00
flatland.scm typo fix 2000-04-26 18:07:41 +00:00
font-map.scm typo fix 2000-04-26 18:07:41 +00:00
frosty-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
fuzzyborder.scm plug-ins/script-fu/scripts/add-bevel.scm 2001-06-12 19:23:07 +00:00
gimp-headers.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
gimp-labels.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
glossy.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
glowing-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
gradient-bevel-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
gradient-example.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
grid-system.scm plug-ins/script-fu/scripts/Makefile.am 2003-06-24 11:08:39 +00:00
hsv-graph.scm app/core/Makefile.am new files. 2001-12-12 01:16:39 +00:00
i26-gunya2.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
image-structure.scm plug-ins/script-fu/scripts/add-bevel.scm 2001-06-12 19:23:07 +00:00
land.scm Fixed most of the bugs the Script-Fu logo scripts triggered: 2003-02-14 22:33:22 +00:00
lava.scm Fixed most of the bugs the Script-Fu logo scripts triggered: 2003-02-14 22:33:22 +00:00
line-nova.scm i18n 2000-04-02 11:39:28 +00:00
Makefile.am plug-ins/script-fu/scripts/Makefile.am 2003-06-24 11:08:39 +00:00
mkbrush.scm fixed for new gbr 2000-12-18 19:11:14 +00:00
neon-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
news-text.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
old-photo.scm Fix for #114496 and #83947. Minor code clean-up. 2003-06-06 10:39:27 +00:00
perspective-shadow.scm fixed bug #10151 (Script-fu shadow perspective doesn't work properly). 2000-11-08 21:00:32 +00:00
predator.scm moved gimp-undo-push-group-end to the end of the script. Fixes bug 2003-06-05 12:04:07 +00:00
pupi-button.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
rendermap.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
ripply-anim.scm fixed typo. 2003-02-18 00:01:55 +00:00
round-corners.scm plug-ins/script-fu/scripts/add-bevel.scm 2001-06-12 19:23:07 +00:00
script-fu-util.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
select-to-brush.scm added a missing call to gimp-drawable-fill for the RGB case. Fixed 2003-06-17 14:25:36 +00:00
select-to-image.scm plug-ins/script-fu/scripts/Makefile.am added new script from Cameron 2003-02-10 15:03:04 +00:00
select-to-pattern.scm plug-ins/script-fu/scripts/Makefile.am added new script from Cameron 2003-02-10 15:03:04 +00:00
selection-round.scm plug-ins/script-fu/interp_sliba.c applied a patch from Pedro Gimeno that 2003-04-10 13:44:37 +00:00
slide.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
sota-chrome-logo.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
speed-text.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
sphere.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
spinning-globe.scm plug-ins/script-fu/scripts/add-bevel.scm 2001-06-12 19:23:07 +00:00
spyrogimp.scm Allow negative margin values. 2003-06-24 11:51:51 +00:00
starburst-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
starscape-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
swirltile.scm plug-ins/script-fu/scripts/add-bevel.scm 2001-06-12 19:23:07 +00:00
swirly-pattern.scm new scheme for i18n of script-fus: translatable strings are marked 2000-03-28 21:06:39 +00:00
t-o-p-logo.scm plug-ins/script-fu/scripts/Makefile.am 2003-02-27 17:04:04 +00:00
test-sphere.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
text-circle.scm applied a patch from Carol Spears that changes all font names to the new 2003-02-08 22:58:20 +00:00
texture.jpg Initial revision 1997-11-24 22:05:25 +00:00
texture1.jpg Initial revision 1997-11-24 22:05:25 +00:00
texture2.jpg Initial revision 1997-11-24 22:05:25 +00:00
texture3.jpg Initial revision 1997-11-24 22:05:25 +00:00
textured-logo.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
tileblur.scm push an undo group instead of disabling undo on the image. Fixes bug 2003-04-01 12:33:08 +00:00
title-header.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
truchet.scm various minor fixes and updates to the german translation 2000-04-11 16:34:42 +00:00
unsharp-mask.scm always return channel->x1,y1,x2,y2, *not* tx1,ty1,tx2,ty2 since the latter 2003-06-05 13:27:27 +00:00
waves-anim.scm plug-ins/script-fu/scripts/add-bevel.scm 2001-06-12 19:23:07 +00:00
weave.scm added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
xach-effect.scm applied gimp-quinet-000531-0.patch to change the help blurb. 2000-06-06 11:45:27 +00:00