2003-09-22 Henrik Brix Andersen <brix@gimp.org> Replaced the netscape-dependent web browser plug-in with a user configureable plug-in. This fixes bug #119120: * app/config/gimpguiconfig.[ch]: added gchar *web_browser member * app/config/gimprc-blurbs.h: added web browser blurb * etc/gimprc * docs/gimprc-1.3.5.in: regenerated using gimpconfig-dump * app/gui/preferences-dialog.c (prefs_dialog_new): added UI for specifying external web browser * configure.in * plug-ins/Makefile.am * plug-ins/webbrowser/Makefile.am * plug-ins/webbrowser/README * plug-ins/webbrowser/web-browser.scm * plug-ins/webbrowser/webbrowser.c : removed the old netscape-dependent web browser plug-in * po-plug-ins/POTFILES.in * plug-ins/common/plugin-defs.pl * plug-ins/common/webbrowser.c: added a new web browser plug-in * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am: regenerated * app/widgets/gimphelp.c * app/widgets/widget-enums.[ch] * plug-ins/helpbrowser/dialog.c * plug-ins/maze/maze_face.c: changed accordingly + whitespace clean-up * po-script-fu/POTFILES.in * plug-ins/script-fu/scripts/Makefile.am * plug-ins/script-fu/scripts/web-browser.scm: use the new web browser plug-in to add menu entries to <Toolbox>/Help/
109 lines
2.3 KiB
Makefile
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 \
|
|
burn-in-anim.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 \
|
|
script-fu-util.scm \
|
|
select-to-brush.scm \
|
|
select-to-image.scm \
|
|
select-to-pattern.scm \
|
|
selection-round.scm \
|
|
slide.scm \
|
|
sota-chrome-logo.scm \
|
|
speed-text.scm \
|
|
sphere.scm \
|
|
spinning-globe.scm \
|
|
spyrogimp.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 \
|
|
truchet.scm \
|
|
unsharp-mask.scm \
|
|
waves-anim.scm \
|
|
weave.scm \
|
|
web-browser.scm \
|
|
xach-effect.scm \
|
|
\
|
|
test-sphere.scm
|
|
|
|
EXTRA_DIST = $(scriptdata_DATA)
|