luz.paz
ac282f2045
Misc. typos
...
Found via `codespell`
2018-10-19 15:30:27 +00:00
Ell
5e6e979a00
Issue #2339 - Error while executing script-fu-ripply-anim
...
In ripply-anim.scm, correct the edge-type argument passed to
plug-in-displace.
2018-10-09 19:31:23 -04:00
Michael Natterer
5f700549e7
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:29:46 +02:00
Ell
8e6a5298c1
plug-ins: increase input precision in guides-new-percent.scm
...
Increase the percision of the "position" property of
guides-new-percent.scm to two decimal places. Currently, it only
accepts integers, which limits its accuracy to 100px.
2018-06-01 10:53:06 -04:00
Michael Natterer
27ac4363b0
plug-ins: if GIMP_UNSTABLE, install test script-fu and pygimp scripts
2018-05-20 21:06:34 +02:00
Thomas Manni
806d260601
script-fu: in weave, improve context and undo management
...
Use a gimp-context-push/pop at the beginning/end of the script
to keep the current context unchanged.
Add undo support for the whole procedure.
2018-05-16 21:44:30 +02:00
Thomas Manni
d01bf70f86
script-fu: in slide, use an undo group when working on the initial image
2018-05-15 17:58:11 +02:00
Thomas Manni
316adffaae
script-fu: in fuzzy-border, add undo support for the whole procedure
2018-05-15 17:36:27 +02:00
Thomas Manni
9c547e7d71
Bug 795958 - Effect (like "old photo") does not group undo information properly
...
When working on the current image, enclose the script actions in an undo group.
When working with a copy of the image, disable the undo stack of the new image
at the beginning of the script and reenable it at the end.
2018-05-15 11:40:08 +02:00
luz.paz
69b2e84924
Source and trivial typos
...
Found via `codespell` and `grep`
2018-05-12 23:44:47 +02:00
Michael Natterer
62279047b1
Bug 795763 - Update gimp.org links to https://
...
Update links to https:// in "About". the "Help" menu, and several
user-visible error messages.
2018-05-03 00:27:29 +02:00
Alexandre Prokoudine
1811d8ebf9
script-fu: fix a typo in the Add Border script
2018-04-30 18:10:08 +03:00
Michael Natterer
f35c2cdcec
script-fu: port chrome-it.scm to non-deprecated color API
2018-04-26 15:45:04 +02:00
luz.paz
4a77ff2d3d
Bug 795557 - Misc. typo fixes in source, comments and doxygen (pt3)
...
Found via `codespell` and grep.
2018-04-25 23:49:06 +02:00
Michael Natterer
b80036e14f
pdb: deprecated gimp-layer-translate
...
and port all plug-ins/scripts to gimp-item-transform-translate.
2018-04-23 15:49:23 +02:00
luz.paz
147c09f19e
Bug 795161 - Misc. typo fixes in source comments and doxygen
...
Found via `codespell`
Follow-up to commit 7fdb963e01
2018-04-18 21:06:57 +02:00
Michael Natterer
233ac80de1
script-fu: port all scripts to the new gimp-drawable-edit functions
2018-04-16 20:12:12 +02:00
Alexandre Prokoudine
9724d7989d
Mark legacy plug-ins/scripts as such in menu
2017-12-27 02:40:27 +03:00
Massimo Valentini
696b55b4f0
Bug 783382: Lava filter looks different than in 2.8
...
s/LAYER-MODE-NORMAL/LAYER-MODE-NORMAL-LEGACY/ almost makes it
look like before.
2017-12-12 12:32:29 +01:00
Michael Natterer
e6c1c14a94
pdb, libgimp: change the gimp-drawable-invert API again
...
Remove the invert-linear and invert-non-linear variants and simply add
"gboolean linear" to gimp-drawable-invert. This should actually be an
enum but I didn't find a good name right now...
2017-09-03 21:28:47 +02:00
Michael Natterer
2e6c39ed9c
pdb, libgimp: rename gimp_drawable_invert() to _invert_non_linear()
...
and add gimp_drawable_invert_linear(). Also, finally deprecate
gimp_invert() and port all its uses in plug-ins and scripts to
gimp_drawable_invert_non_linear() so the result is the same.
2017-08-30 12:27:17 +02:00
Simen Heggestøyl
8412192f85
Bug 783386 - Circuit filter broken
...
Fix an error in the circuit filter introduced in
1ce7fc6c77 .
It's gimp-drawable-desaturate not gimp-desaturate-drawable.
2017-06-04 00:09:41 +02:00
Michael Natterer
5e666113b1
plug-ins: replace deprecated enum values in script-fu scripts
2017-02-26 21:30:11 +01:00
Michael Natterer
67275dd1ff
script-fu: replace deprecated constants by their new names
2017-01-09 20:38:19 +01:00
Michael Natterer
754b9a849c
script-fu: port two scripts to gimp-edit-paste-as-new-image
2016-09-20 20:23:04 +02:00
Richard Kreckel
dd9b0fc55b
Bug 768044 - Fix many typos
...
This fixes many typos in comments and one in a user-visible string (msgid
"center abscisse" changed to "center abscissa" in affected po files. too).
2016-06-26 00:35:24 +02:00
Kevin Cozens
7297ace6bf
Added "tinyscheme" to the features list. From SVN version 106 of offical version of TinyScheme.
2016-06-02 15:32:03 -04:00
Jehan
4d23939c3d
plug-ins: make "filename" accessible to the loop of "with-files" macro.
...
The filename of the current bash file being processed is a pretty useful
data to access in a script.
2016-05-30 19:37:22 +02:00
Jehan
ce2e187b08
plug-ins: script-fu bash processing should not finish with gimp-quit.
...
This is not the macro business to quit GIMP. The user may still have
processing to do after looping over images.
2016-05-30 19:37:22 +02:00
saul
b6611b94ad
Simplify command line processing by adding a 'with-files' macro.
2016-05-30 19:37:22 +02:00
Pedro Gimeno
139801f222
Bug 690544 - Script-fu (rand 4294967295) hangs on machines with 64-bit longs
2016-05-29 19:42:26 +02:00
Thomas Manni
a8a214ffcb
Bug 724731 - Difference clouds - memory leak if UNDO performed
...
Create the clouds layer after calling gimp-image-undo-group-start
2016-03-02 19:27:17 +01:00
Saul Goode
06bc22b197
Bug 746467 - 'convert-decimal-to-base' produces erroneous results
2015-08-16 00:08:41 +02:00
Adrian Likins
1ce7fc6c77
Bug 747407 - Update use of gimp-desaturate PDB.
...
gimp-desaturate and gimp-brightness-contrast usage
replaced with gimp-drawable-* based calls.
gimp-drawable-desaturate calls updated to use
desaturate mode (DESATURATE-LIGHTNESS) where it
was not specified.
gimp-drawble-brightness-contrast values scaled from
previous -127/+127 range to current -0.5/0.5 range.
2015-06-03 22:31:20 -04:00
Saul Goode
cc042b35d2
Bug 748270 - ripply-anim.scm does not handle transparent backgrounds
...
Replace the script by a modernized re-write, which also handles layers
with alpha.
2015-04-26 22:22:00 -04:00
Michael Natterer
300b756e85
Bug 739775 - Select->Distort activates topmost layer
...
Remeber the active layer in distress-selection.scm and set it again
when the script is done.
2014-11-23 20:53:13 +01:00
Téo Mazars
4de78f51b3
Bug 681140 - Filter Render/Line Nova: renders in black instead...
...
Store the foreground color before setting the default context.
2014-11-22 08:48:25 +01:00
Michael Natterer
b39f0757db
script-fu: don't add "Erase Every Other Row" to the menus
...
because it's not only useless but also utterly slow.
2014-05-30 23:26:09 +02:00
Michael Natterer
4712701415
app, plug-ins: move everything from Render->Clouds to the new Render->Noise
...
because that's what they are and what most menu labels in there says.
Keep the "Clouds" menu around for 3rd party plug-ins, not sure if it's
right to auto-map it to "Noise" automatically.
2014-05-18 22:46:05 +02:00
saul
598673bc83
Bug 721058 - Shadow layer for Drop Shadow filter in wrong stack position
...
Fix layer stack positioning for Drop Shadow.
2014-01-01 15:01:16 +01:00
SimaMoto,RyōTa
bebccb4a28
Bug 720598 - Mistaken description for 'New Guides from Selection
...
Use original desc. for 'New Guides from Selection', it was
accidentially changed in commit 6239dddda3 .
2013-12-18 00:33:57 +01:00
Kevin Cozens
a7e24a64b7
Fixed an error in the close-port function. Closes bug #719396 .
2013-12-02 19:46:18 -05:00
Clayton Walker
264d09b417
Rename colour and greyscale to color and grayscale respectively
2013-06-06 23:26:16 +02:00
Ville Skyttä
6b0d1038cc
Bug 692641 - Various spelling fixes
2013-01-27 18:59:02 +01:00
Kevin Cozens
df30fd6e68
R5RS compatability fix for string->number and number->string (SF bug #3399335 )
...
Optional radix parameter from SVN version 92 of official version of TinyScheme.
2012-12-14 17:43:10 -05:00
Michael Natterer
fe5366c455
Bug 565268 - unlocalizable string in script-fu-carve-it
...
Simplify blurb and mark it for translation.
2012-10-07 16:40:40 +02:00
Alexandre Prokoudine
6f3cbcbbd9
Adjusted default values in the Drop Shadow script to help people produce less ugly artwork
2012-08-25 20:14:02 +04:00
Øyvind Kolås
96ab6aa88e
scripts: remove the entries registered in the create menu
2012-05-06 21:16:40 +02:00
Michael Natterer
2d260e8de1
script-fu: opacity in SF-BRUSH is 0..100 since at least GIMP 2.2
2011-11-24 22:15:54 +01:00
Kevin Cozens
4911777c03
slide.scm: Don't use deprecated procedures (Fixes bug #647834 )
...
Spotted by, and patch from, Alexis Wilhelm with white space changes and
a missing context-set added.
2011-11-09 21:07:13 -05:00
Kevin Cozens
e5f6a6d9ea
distress-select.scm: Limit threshold to 1-254 to avoid loss of selection
...
Fixes bug #595828 .
2011-11-09 15:48:47 -05:00
Kevin Cozens
27bef34bd5
Don't change global context and protect scripts from global context settings.
2011-11-09 02:42:34 -05:00
Alexis Wilhelm
05d4e78830
Removed use of deprecated functions in two Script-Fu scripts (bug #647834 )
2011-11-07 12:37:16 -05:00
Kevin Cozens
176773dcfe
Second stage in removing use of deprecated functions in Script-Fu scripts
...
Applied most of the mega patch from br0cc0li (see bug #647834 ) with
additional de-tabbing and changes in whitespace.
2011-11-07 12:37:16 -05:00
Kevin Cozens
0bd1c2f09f
Fix previous script-fu deprecation commit due to overzealous update script.
2011-11-07 12:37:15 -05:00
Kevin Cozens
5e015aebba
First stage in removing use of deprecated functions in Script-Fu scripts
...
This commit replaces the names of deprecated procedures with the name of
the new procedure where the new procedure takes the same argument list.
2011-11-02 03:05:07 -04:00
Kevin Cozens
599f6e8390
Fixing formatting of files and removed tabs.
2011-09-23 19:10:16 -04:00
Kevin Cozens
6af99d4793
R5RS compatibility fix for min and max (take 2) (SourceForge bug #3399331 )
...
It works better if I also update the script-fu.init file used by Script-Fu.
2011-08-29 17:27:12 -04:00
Kevin Cozens
c556a8fdab
Fixed deprecation warning and script breakage (see bug #646993 )
...
Fixed deprecation warning. Fixed script breakage when "Add shadow" was checked
due to error in order of arguments. Made chris-color-edge a private procedure.
2011-08-29 13:53:29 -04:00
Bruce Cowan
841c8a7ebe
String review: fix some spelling and formatting issues
2011-08-28 20:07:55 +02:00
Kevin Cozens
b435e55d14
Applied modified version of second patch for bug #642939 .
...
Original patch supplied by Nelson A. de Oliveira. Modified to not use the
-1 "insanity" for invalid/none layer ID's in scripts per IRC discussion.
Additional scripts were changed to not pass -1 to gimp-image-insert-layer.
2011-03-02 02:55:43 -05:00
Kevin Cozens
403630fd57
Applied modified version of first patch for bug #642939 .
...
Original patch supplied by Nelson A. de Oliveira. Modified to not use the
-1 "insanity" for invalid/none layer ID's in scripts per IRC discussion.
2011-03-02 02:27:15 -05:00
Barak Itkin
b19645db49
script-fu: Use gimp-image-select-item instead of gimp-item-to-selection
...
gimp-item-to-selection does not seem to exist (in the PDB), so update to the
correct function gimp-image-select-item (which also takes the image as a
parameter).
2011-02-21 00:19:38 +02:00
Kevin Cozens
29716bccec
Changed deprecation message to state name of replacement procedure
2011-02-13 14:02:46 -05:00
Kevin Cozens
fac7d4dd64
Pulled in final changes from 1.40 release of the separate TinyScheme project.
...
With this commit, the TinyScheme component of Script-Fu now has all changes
and bug fixes that have been applied to the separate TinyScheme project.
2011-02-07 15:56:21 -05:00
Kevin Cozens
7597d99c8d
Added unwind-protect (from SVN r57 of official version of TinyScheme).
2011-02-07 15:56:20 -05:00
Alexandre Prokoudine
fee17f8712
Cleanup of recent changes in porting scripts to new API. Marked layer names in carved-logo.scm for translation while at that
2010-10-10 21:07:24 +04:00
Alexandre Prokoudine
3abf6de944
Porting scripts to new API, marking layer names for translation
2010-10-10 17:59:29 +04:00
Sven Neumann
4d18135b46
script-fu: use "Rule" instead of "Hrule"
2010-10-10 01:56:00 +02:00
Sven Neumann
9100fd1c62
script-fu: don't include whitespace used as separator in translatable string
...
Actually we should use a printf()-like syntax here to make such strings
translatable.
2010-10-10 01:54:11 +02:00
Alexandre Prokoudine
0a4657ae9f
Porting scripts to new API, marking layer names for translation
2010-10-10 03:52:15 +04:00
Alexandre Prokoudine
e1a705c125
Marking layer names for translation
2010-10-10 03:41:21 +04:00
Alexandre Prokoudine
e062acbc64
Porting scripts to new API, marking layer names for translation
2010-10-10 03:40:59 +04:00
Alexandre Prokoudine
466523f732
Porting scripts to new API
2010-10-10 02:40:48 +04:00
Alexandre Prokoudine
bb9c1210b3
Porting to new API: add-[layer|channel] > insert-[layer|channel] and more, perspective-shadow.scm will need revisiting re. new item transformation API
2010-10-10 02:14:53 +04:00
Alexandre Prokoudine
eed3b054bc
Porting to new API: add-[layer|channel] > insert-[layer|channel] and more
2010-09-28 09:10:07 +04:00
Alexandre Prokoudine
9f2f17851c
Porting to new API: add-[layer|channel] > insert-[layer|channel]
2010-09-28 03:44:30 +04:00
Alexandre Prokoudine
b02ba67199
Porting to new API: add-[layer|channel] > -insert-[layer|channel]
2010-09-28 03:30:33 +04:00
Barak Itkin
03f1034a97
script-fu: Use the new gimp-item api where possible
2010-08-03 00:13:51 +03:00
Ulf-D. Ehlert
f76981143d
Bug 624761 - Stencil Chrome filter: missing parameter check
...
Limit the result of the internal "highlights" routine to 100.0,
preventing invalid "gimp-color-balance" color parameters.
Also, replace some parameters with appropriate named constants.
2010-07-21 20:43:48 +02:00
Kevin Cozens
75941beaca
Added SIOD compatability routines string-downcase and string-upcase.
2010-06-21 23:56:40 -04:00
Sven Neumann
7ed3998870
script-fu: clean up coding style and translatable messages
2010-05-31 21:36:36 +02:00
Sven Neumann
e745ad94e4
script-fu: menu path should not be marked for translation
2010-05-31 21:10:46 +02:00
Barak Itkin
9cd68579e4
Bug 618961 - Bad escape character in script-fu palette-export prevents parsing
...
Fix a bad string escape character in palette-export.scm which prevents
the file from being parsed.
2010-05-22 12:48:38 +02:00
Cameron Gregory
afa9bd3b9a
plug-ins: script-fu-selection-rounded-rectangle takes four arguments
...
Don't forget to pass a value for the 'concave' parameter to
script-fu-selection-rounded-rectangle.
2010-05-16 11:46:33 +02:00
Alexandre Prokoudine
bdd112c185
Better grammar, messages are translatable now
2010-04-20 00:11:54 +04:00
Sven Neumann
799a7fc5a8
script-fu: drop gimp.org header and label scripts
...
These scripts used to be used to create graphics for the old gimp.org
web-page that has long been redone several times. There is no point in
distributing these scripts any longer.
2010-02-03 20:54:04 +01:00
Akkana Peck
36551daa19
Fix bug 590418: make chalk script-fu work.
...
Sobel doesn't work on layers with transparency, like text layers,
so the text layer in the chalk script needed to be merged with the
background layer beneath it.
2010-02-02 13:04:24 -08:00
Kevin Cozens
cc6427e5d5
Applied patch from Saul Goode which mostly fixes bug #604587
...
Fixes delq when using numeric values. Fixes two bad let block declarations.
2010-01-31 18:46:21 -05:00
Barak Itkin
e7e5a6d19d
Bug 304399 – Color Palette Export to TXT, CSS, XML, or XHTML
...
Add a palette export script which allows exporting palettes to .css,
.php, .py, .txt and .java by adding a Export to menu item in the
palette context menu in the Palettes dockable.
2009-08-02 15:11:28 +02:00
Sven Neumann
35ac02e66d
Bug 557061 – Alpha to Logo
...
Applied patch from Eric Lamarque fixing an error in the Cool Metal Logo
script.
2009-05-21 18:49:51 +02:00
Martin Nordholts
4d7a6b10d1
Added .gitignore files generated with git svn create-ignore.
...
svn path=/trunk/; revision=27972
2009-01-31 11:37:44 +00:00
Michael Natterer
d9b5207aa2
Change licence to GPLv3 (and to LGPLv3 for libgimp).
...
2009-01-17 Michael Natterer <mitch@gimp.org>
* all files with a GPL header and all COPYING files:
Change licence to GPLv3 (and to LGPLv3 for libgimp).
Cleaned up some copyright headers and regenerated the parsers in
the ImageMap plugin.
svn path=/trunk/; revision=27913
2009-01-17 22:28:01 +00:00
Sven Neumann
d43a0fbf19
Bug 558454 – Plugin Map Color Range disapears from GIMP
...
2008-11-19 Sven Neumann <sven@gimp.org>
Bug 558454 – Plugin Map Color Range disapears from GIMP
* plug-ins/script-fu/scripts/Makefile.am
* plug-ins/script-fu/scripts/plug-in-compat.init: new file
providing compatibility with plug-ins from older GIMP
versions. Contains a reimplementation of plug-in-color-map based
on ideas and code from Eric Lamarque.
* plug-ins/script-fu/scheme-wrapper.c (tinyscheme_init): load
the
plug-in-compat.init file.
svn path=/trunk/; revision=27683
2008-11-19 08:17:28 +00:00
Sven Neumann
48baf2dd47
plug-ins/script-fu/scripts/Makefile.am renamed from web-browser.scm.
...
2008-10-29 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/Makefile.am
* plug-ins/script-fu/scripts/gimp-online.scm: renamed from
web-browser.scm.
svn path=/trunk/; revision=27457
2008-10-29 12:05:56 +00:00
Martin Nordholts
abc09ec57a
Bug 472403 – Add bevel script fu does not work if there is no
...
selection
* plug-ins/script-fu/scripts/add-bevel.scm (script-fu-add-bevel):
Applied modified patch from Barak Itkin that when there is no
selection makes the bevel be performed on the whole layer instead
of the whole image (which was broken in the first place). It also
fixes some bugs with setting the selection when there is no
initial selection.
svn path=/trunk/; revision=27070
2008-09-28 11:02:27 +00:00
Martin Nordholts
fece66338e
Rename 'select' to 'selection' since that is what it holds.
...
* plug-ins/script-fu/scripts/add-bevel.scm (script-fu-add-bevel):
Rename 'select' to 'selection' since that is what it holds.
svn path=/trunk/; revision=27069
2008-09-28 10:03:48 +00:00
Sven Neumann
c7af52b846
renamed "file-new-menu" to "file-create-menu" and changed the menu label
...
2008-09-19 Sven Neumann <sven@gimp.org>
* app/actions/file-actions.c: renamed "file-new-menu" to
"file-create-menu" and changed the menu label from "New" to
"Create".
* app/plug-in/plug-in-menu-path.c
* menus/image-menu.xml.in
* plug-ins/common/screenshot.c
* plug-ins/script-fu/script-fu.c
* plug-ins/script-fu/scripts/*.scm
* plug-ins/twain/twain.c
* plug-ins/win-snap/winsnap.c: changed accordingly.
svn path=/trunk/; revision=27013
2008-09-19 12:01:12 +00:00
Sven Neumann
d3ca13db06
applied patch from LightningIsMyName. Changes the script to not break if
...
2008-08-23 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/coolmetal-logo.scm: applied patch
from LightningIsMyName. Changes the script to not break if
called
on a floating selection (bug #327681 ).
svn path=/trunk/; revision=26728
2008-08-23 16:29:39 +00:00
Sven Neumann
4a2063872d
unmarked string for translation. Script-Fu doesn't support i18n outside
...
2008-08-17 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/frosty-logo.scm
(apply-frosty-logo-effect): unmarked string for translation.
Script-Fu doesn't support i18n outside the register call.
svn path=/trunk/; revision=26624
2008-08-17 15:01:39 +00:00