Skip to content
GitLab
Menu
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
5be7e1d3
Commit
5be7e1d3
authored
Feb 09, 1999
by
Seth Burgess
Browse files
Version infomation update
parent
3c8da4f2
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5be7e1d3
Mon Feb 8 18:47:00 CST 1999 Seth Burgess <sjburges@gimp.org>
* plug-ins/perl/examples/feedback.pl
* plug-ins/perl/examples/xachblocks.pl
* plug-ins/perl/examples/xachshadows.pl: Updated version
information on my Gimp-Perl plugins that were improved by Marc
Lehamn so I can keep track better.
Mon Feb 8 19:17:58 GMT 1999 Adam D. Moss <adam@gimp.org>
* app/layer.c
...
...
plug-ins/perl/examples/feedback.pl
View file @
5be7e1d3
#!/usr/bin/perl -w
# Revision 1.0: Released it
# 1.1: Marc Lehman added undo capability! <pcg@goof.com>
use
Gimp
;
use
Gimp::
Fu
;
...
...
@@ -8,7 +11,7 @@ register "feedback",
"
This plug-in simulates video feedback. It makes for kinda a neat desktop if you're into that sort of thing
",
"
Seth Burgess
",
"
Seth Burgess
",
"
1.
0
",
"
1.
1
",
"
<Image>/Filters/Misc/feedback
",
"
RGB, GRAY
",
[
...
...
plug-ins/perl/examples/xachlego.pl
View file @
5be7e1d3
...
...
@@ -23,6 +23,7 @@
# causing bad things to happen with refcounts. I hope
# gimp is cleaning up this memory on its own...
# 1.2: Fixed buggy selection handling - oops ;)
# 1.3: Added undo capability by Marc Lehman <pcg@goof.com>
# Here's the boring start of every script...
...
...
@@ -35,7 +36,7 @@ register "Xach Blocks",
building block creation
",
"
Seth Burgess
",
"
Seth Burgess
",
"
1.
2
",
"
1.
3
",
"
<Image>/Filters/Misc/Xach Blocks
",
"
*
",
[
...
...
plug-ins/perl/examples/xachshadow.pl
View file @
5be7e1d3
...
...
@@ -13,6 +13,8 @@
# Because the way xach does it is a bit ackward, I'm switching it around a bit
# and working from the bottom up..
# Revision 1.1: Marc Lehman <pcg@goof.com> added undo capability
# Here's the boring start of every script...
use
Gimp
;
...
...
@@ -23,7 +25,7 @@ register "Xach Shadows",
"
Screen of 50% of your drawing into a dropshadowed layer.
",
"
Seth Burgess
",
"
Seth Burgess
",
"
1.
0
",
"
1.
1
",
"
<Image>/Filters/Misc/Xach Shadows
",
"
RGB*, GRAY*
",
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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