Gimp/plug-ins/script-fu/scripts/Makefile.am
Michael Natterer a80dd4d071 added DND source functions which work by GtkType.
2001-02-18  Michael Natterer  <mitch@gimp.org>

	* app/gimpdnd.[ch]: added DND source functions which work by
	GtkType.

	* app/commands.c
	* app/brush_select.c
	* app/gradient_select.[ch]
	* app/pattern_select.c: removed the DND code here because it's all
	done by the GimpContainerView now.

	* app/gimpbrushpreview.c
	* app/gimpgradientpreview.c
	* app/gimppalettepreview.c
	* app/gimppatternpreview.c: use the DND by-type connect functions.

	* app/gimpbrushgenerated.c: implemented "duplicate", cleanup.

	* app/gimpcontainergridview.c
	* app/gimpcontainerlistview.c
	* app/gimpcontainerview.[ch]: added a "activate_item" signal
	method which is emitted by the subclasses to indicate double click.

	* app/gimpdatafactoryview.c: connect to "activate_item" and show
	the editor.

	* app/convert.c
	* app/gimppalette.[ch]
	* app/palette.c
	* app/paletteP.h
	* app/palette_import.c
	* app/palette_select.[ch]: major cleanup: Behaves like the other
	datatypes now: DND, context stuff, GimpContainerListViews in
	the dialogs etc. Mostly just removal of code.

	* app/gradient_editor.c: fixed signal blocking/unblocking.

	* plug-ins/script-fu/scripts/Makefile.am: install the "Test Sphere"
	script again.
2001-02-18 19:44:28 +00:00

109 lines
2.3 KiB
Makefile

## Process this file with automake to produce Makefile.in
scriptdatadir = $(gimpdatadir)/scripts
scriptdata_DATA = \
3d-outline.scm \
3dTruchet.scm \
add-bevel.scm \
addborder.scm \
alien-glow-arrow.scm \
alien-glow-bar.scm \
alien-glow-bullet.scm \
alien-glow-button.scm \
alien-glow-logo.scm \
alien-neon-logo.scm \
asc2img.scm \
basic1-logo.scm \
basic2-logo.scm \
beavis.jpg \
beveled-button.scm \
beveled-pattern-arrow.scm \
beveled-pattern-bullet.scm \
beveled-pattern-button.scm \
beveled-pattern-heading.scm \
beveled-pattern-hrule.scm \
blend-anim.scm \
blended-logo.scm \
bovinated-logo.scm \
camo.scm \
carve-it.scm \
carved-logo.scm \
chalk.scm \
chip-away.scm \
chrome-it.scm \
chrome-logo.scm \
circuit.scm \
clothify.scm \
coffee.scm \
comic-logo.scm \
coolmetal-logo.scm \
copy-visible.scm \
crystal-logo.scm \
distress_selection.scm \
drop-shadow.scm \
erase-rows.scm \
fade-outline.scm \
flatland.scm \
font-map.scm \
frosty-logo.scm \
fuzzyborder.scm \
gimp-headers.scm \
gimp-labels.scm \
glossy.scm \
glowing-logo.scm \
gradient-bevel-logo.scm \
gradient-example.scm \
grid-system.scm \
hsv-graph.scm \
i26-gunya2.scm \
image-structure.scm \
land.scm \
lava.scm \
line-nova.scm \
old_photo.scm \
mkbrush.scm \
neon-logo.scm \
news-text.scm \
perspective-shadow.scm \
predator.scm \
pupi-button.scm \
rendermap.scm \
ripply-anim.scm \
round-corners.scm \
select_to_brush.scm \
select_to_image.scm \
selection-round.scm \
slide.scm \
sota-chrome-logo.scm \
speed-text.scm \
sphere.scm \
spinning_globe.scm \
starburst-logo.scm \
starscape-logo.scm \
swirltile.scm \
swirly-pattern.scm \
t-o-p-logo.scm \
text-circle.scm \
texture.jpg \
texture1.jpg \
texture2.jpg \
texture3.jpg \
textured-logo.scm \
title-header.scm \
tileblur.scm \
trochoid.scm \
truchet.scm \
unsharp-mask.scm \
waves-anim.scm \
weave.scm \
xach-effect.scm \
\
test-sphere.scm
EXTRA_DIST = $(scriptdata_DATA)
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done