see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 2000-11-17 18:41:57 +00:00
parent 48f722f7b6
commit e1234e642f
8 changed files with 1063 additions and 25 deletions

View File

@ -18,6 +18,9 @@ Revision history for Gimp-Perl extension.
mail from me) regarding return values for register'ed scripts.
- fixed the make install-po problem that Sven fixed but dumb Marc
accidently reverted...
- added examples/fade-alpha by Seth.
- re-apply patches to examples/xachshadow, xachlego after I nuked
them without knowing.
1.201 Thu Aug 24 23:44:43 CEST 2000
** LAST VERSION THAT WORKS WITH 1.0 **

View File

@ -131,6 +131,7 @@ examples/blended2
examples/dust
examples/clear_alpha
examples/warp-sharp
examples/fade-alpha
pxgettext
po/ChangeLog
po/Makefile.PL

View File

@ -31,7 +31,7 @@ if ($ARGV[0] ne "--writemakefile") {
);
@gtk_pins =
qw(
dataurl colorhtml avi PDB parasite-editor
dataurl colorhtml avi PDB parasite-editor fade-alpha
); # miff should be in @pins(!) but detection of non-default arguments is broken
@pins =
qw(

View File

@ -1891,5 +1891,6 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
echo "now invoking perl to complete the configuration..."
set -x
exec $PERL $MAKEFILE_PL --writemakefile PREFIX="$prefix"

1054
plug-ins/perl/examples/fade-alpha Executable file

File diff suppressed because it is too large Load Diff

View File

@ -45,8 +45,8 @@ register "xach_blocks",
N_"<Image>/Filters/Map/Xach Blocks...",
"*",
[
[PF_SLIDER, "block_size", "The size of the blocks", 10, [0, 255, 1]],
[PF_SLIDER, "knob_factor", "The size of your knob", 40, [0, 100, 5]],
[PF_SLIDER, "block_size", "The size of the blocks", 10, [2, 255, 1]],
[PF_SLIDER, "knob_factor", "The size of your knob", 40, [10, 100, 5]],
],
sub {
my($img,$drawable,$blocksize, $knobfactor)=@_;

View File

@ -40,7 +40,7 @@ register "xach_shadows",
N_"<Image>/Filters/Map/Xach Shadows...",
"RGB*, GRAY*",
[
[PF_SLIDER, "block_size", "The size of the blocks...", 10, [0, 255, 1]],
[PF_SLIDER, "block_size", "The size of the blocks...", 10, [4, 255, 1]],
],
sub {
my($img,$drawable,$blocksize) =@_;

View File

@ -1,24 +1,3 @@
2000-11-13 Zbigniew Chyla <cyba@gnome.pl>
* pl.po: Updated Polish translation
2000-11-08 Zbigniew Chyla <cyba@gnome.pl>
* pl.po: Updated Polish translation
2000-11-05 Daniel Egger <egger@suse.de>
* hr.po: Added Croatian translation
by Zeljan Rikalo <zeljko@orebeach-club.com>.
2000-11-04 Valek Filippov <frob@df.ru>
* ru.po: Updated russian translation.
2000-11-01 Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com>
* es.po: Updated translation
2000-10-29 Artur Polaczynski <artie@kmfms.com>
* pl.po: updated translation.