Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
e1234e64
Commit
e1234e64
authored
Nov 17, 2000
by
Marc Lehmann
Browse files
see plug-ins/perl/Changes
parent
48f722f7
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
plug-ins/perl/Changes
View file @
e1234e64
...
...
@@ -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 **
...
...
plug-ins/perl/MANIFEST
View file @
e1234e64
...
...
@@ -131,6 +131,7 @@ examples/blended2
examples/dust
examples/clear_alpha
examples/warp-sharp
examples/fade-alpha
pxgettext
po/ChangeLog
po/Makefile.PL
...
...
plug-ins/perl/Makefile.PL
View file @
e1234e64
...
...
@@ -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(
...
...
plug-ins/perl/configure
View file @
e1234e64
...
...
@@ -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
"
plug-ins/perl/examples/fade-alpha
0 → 100755
View file @
e1234e64
This diff is collapsed.
Click to expand it.
plug-ins/perl/examples/xachlego
View file @
e1234e64
...
...
@@ -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
,
[
1
0
,
100
,
5
]],
],
sub
{
my
(
$img
,
$drawable
,
$blocksize
,
$knobfactor
)
=
@_
;
...
...
plug-ins/perl/examples/xachshadow
View file @
e1234e64
...
...
@@ -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
)
=
@_
;
...
...
plug-ins/perl/po/ChangeLog
View file @
e1234e64
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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment