see plug-ins/perl/Changes
This commit is contained in:
@ -18,6 +18,9 @@ Revision history for Gimp-Perl extension.
|
|||||||
mail from me) regarding return values for register'ed scripts.
|
mail from me) regarding return values for register'ed scripts.
|
||||||
- fixed the make install-po problem that Sven fixed but dumb Marc
|
- fixed the make install-po problem that Sven fixed but dumb Marc
|
||||||
accidently reverted...
|
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
|
1.201 Thu Aug 24 23:44:43 CEST 2000
|
||||||
** LAST VERSION THAT WORKS WITH 1.0 **
|
** LAST VERSION THAT WORKS WITH 1.0 **
|
||||||
|
@ -131,6 +131,7 @@ examples/blended2
|
|||||||
examples/dust
|
examples/dust
|
||||||
examples/clear_alpha
|
examples/clear_alpha
|
||||||
examples/warp-sharp
|
examples/warp-sharp
|
||||||
|
examples/fade-alpha
|
||||||
pxgettext
|
pxgettext
|
||||||
po/ChangeLog
|
po/ChangeLog
|
||||||
po/Makefile.PL
|
po/Makefile.PL
|
||||||
|
@ -31,7 +31,7 @@ if ($ARGV[0] ne "--writemakefile") {
|
|||||||
);
|
);
|
||||||
@gtk_pins =
|
@gtk_pins =
|
||||||
qw(
|
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
|
); # miff should be in @pins(!) but detection of non-default arguments is broken
|
||||||
@pins =
|
@pins =
|
||||||
qw(
|
qw(
|
||||||
|
1
plug-ins/perl/configure
vendored
1
plug-ins/perl/configure
vendored
@ -1891,5 +1891,6 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
|||||||
|
|
||||||
|
|
||||||
echo "now invoking perl to complete the configuration..."
|
echo "now invoking perl to complete the configuration..."
|
||||||
|
set -x
|
||||||
exec $PERL $MAKEFILE_PL --writemakefile PREFIX="$prefix"
|
exec $PERL $MAKEFILE_PL --writemakefile PREFIX="$prefix"
|
||||||
|
|
||||||
|
1054
plug-ins/perl/examples/fade-alpha
Executable file
1054
plug-ins/perl/examples/fade-alpha
Executable file
File diff suppressed because it is too large
Load Diff
@ -45,8 +45,8 @@ register "xach_blocks",
|
|||||||
N_"<Image>/Filters/Map/Xach Blocks...",
|
N_"<Image>/Filters/Map/Xach Blocks...",
|
||||||
"*",
|
"*",
|
||||||
[
|
[
|
||||||
[PF_SLIDER, "block_size", "The size of the blocks", 10, [0, 255, 1]],
|
[PF_SLIDER, "block_size", "The size of the blocks", 10, [2, 255, 1]],
|
||||||
[PF_SLIDER, "knob_factor", "The size of your knob", 40, [0, 100, 5]],
|
[PF_SLIDER, "knob_factor", "The size of your knob", 40, [10, 100, 5]],
|
||||||
],
|
],
|
||||||
sub {
|
sub {
|
||||||
my($img,$drawable,$blocksize, $knobfactor)=@_;
|
my($img,$drawable,$blocksize, $knobfactor)=@_;
|
||||||
|
@ -40,7 +40,7 @@ register "xach_shadows",
|
|||||||
N_"<Image>/Filters/Map/Xach Shadows...",
|
N_"<Image>/Filters/Map/Xach Shadows...",
|
||||||
"RGB*, GRAY*",
|
"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 {
|
sub {
|
||||||
my($img,$drawable,$blocksize) =@_;
|
my($img,$drawable,$blocksize) =@_;
|
||||||
|
@ -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>
|
2000-10-29 Artur Polaczynski <artie@kmfms.com>
|
||||||
|
|
||||||
* pl.po: updated translation.
|
* pl.po: updated translation.
|
||||||
|
Reference in New Issue
Block a user