f36a63f68c
removed function gimp_menu_path_strip_uline() ...
...
2003-08-09 Henrik Brix Andersen <brix@gimp.org >
* gimp/app/widgets/gimpwidgets-utils.[ch]: removed function
gimp_menu_path_strip_uline() ...
* gimp/libgimpbase/gimputils.[ch]: ... and added it here under the
name gimp_strip_uline()
* gimp/devel-docs/libgimpbase/libgimpbase-sections.txt: added
gimp_strip_uline to gimputils section
* gimp/app/plug-in/plug-in.c
* gimp/app/widgets/gimpitemfactory.c
* gimp/app/widgets/gimptoolbox.
* gimp/app/gui/plug-in-menus.c: changed accordingly
* gimp/plug-ins/script-fu/script-fu-scripts.c
(script_fu_interface): use gimp_strip_uline() to strip mnemonics
from script-fu menu paths
* gimp/app/gui/vectors-menu.c
* gimp/app/gui/templates-menu.c
* gimp/app/gui/qmask-menu.c
* gimp/app/gui/palettes-menu.c
* gimp/app/gui/palette-editor-menu.c
* gimp/app/gui/images-menu.c
* gimp/app/gui/gradients-menu.c
* gimp/app/gui/gradient-editor-menu.c
* gimp/app/gui/documents-menu.c
* gimp/app/gui/dialogs-menu.c
* gimp/app/gui/colormap-editor-menu.c
* gimp/app/gui/channels-menu.c
* gimp/app/gui/buffers-menu.c
* gimp/app/gui/brushes-menu.c
* gimp/app/gui/layers-menu.c
* gimp/plug-ins/pygimp/plug-ins/clothify.py
* gimp/plug-ins/pygimp/plug-ins/shadow_bevel.py
* gimp/plug-ins/pygimp/plug-ins/whirlpinch.py
* gimp/plug-ins/pygimp/plug-ins/foggify.py
* gimp/plug-ins/script-fu/scripts/*.scm
* gimp/plug-ins/script-fu/script-fu.c: added mnemonics fixing more
of bug #106991
* gimp/app/gui/error-console-menu.c (error_console_menu_update):
updated menu item names, added mnemonics
* gimp/plug-ins/common/animoptimize.c *
gimp/plug-ins/common/animationplay.c: don't prepend every menu
entry with "Animation"
2003-08-11 17:14:32 +00:00
345db31b47
applied a patch from Carol Spears that changes all font names to the new
...
2003-02-08 Sven Neumann <sven@gimp.org >
* plug-ins/script-fu/scripts/ (lots of scripts): applied a patch
from Carol Spears that changes all font names to the new style.
Fixes bug #102306 .
2003-02-08 22:58:20 +00:00
5693956664
app/core/Makefile.am new files for gimp_image_crop() and
...
2001-07-07 Michael Natterer <mitch@gimp.org >
* app/core/Makefile.am
* app/core/gimpimage-crop.[ch]: new files for gimp_image_crop()
and gimp_image_crop_auto_shrink() (should share large portions of
code with gimp_image_resize()).
* app/tools/gimpcroptool.[ch]: removed here.
* tools/pdbgen/pdb/image.pdb
* tools/pdbgen/pdb/tools.pdb: gimp_crop --> gimp_image_crop
* app/pdb/image_cmds.c
* app/pdb/internal_procs.c
* app/pdb/tools_cmds.c
* libgimp/gimpimage_pdb.[ch]
* libgimp/gimptools_pdb.[ch]: regenerated.
* plug-ins/common/autocrop.c
* plug-ins/common/gif.c
* plug-ins/common/guillotine.c
* plug-ins/common/zealouscrop.c
* plug-ins/perl/examples/image_tile
* plug-ins/script-fu/scripts/add-bevel.scm
* plug-ins/script-fu/scripts/ripply-anim.scm
* plug-ins/script-fu/scripts/slide.scm: changed accordingly. Some
cleanups in the plug-ins.
2001-07-07 14:53:42 +00:00
3a0141cb98
plug-ins/script-fu/scripts/add-bevel.scm
...
2001-06-12 Michael Natterer <mitch@gimp.org >
* plug-ins/script-fu/scripts/add-bevel.scm
* plug-ins/script-fu/scripts/blend-anim.scm
* plug-ins/script-fu/scripts/fuzzyborder.scm
* plug-ins/script-fu/scripts/image-structure.scm
* plug-ins/script-fu/scripts/old_photo.scm
* plug-ins/script-fu/scripts/ripply-anim.scm
* plug-ins/script-fu/scripts/round-corners.scm
* plug-ins/script-fu/scripts/slide.scm
* plug-ins/script-fu/scripts/spinning_globe.scm
* plug-ins/script-fu/scripts/swirltile.scm
* plug-ins/script-fu/scripts/waves-anim.scm
* plug-ins/script-fu/scripts/weave.scm: follow API cleanup:
s/gimp-channel-ops-duplicate/gimp-image-duplicate/
s/gimp-channel-ops-offset/gimp-drawable-offset/
2001-06-12 19:23:07 +00:00
db7d885ee3
new scheme for i18n of script-fus: translatable strings are marked
...
like _"foo".
--Sven
2000-03-28 21:06:39 +00:00
99f85a4626
applied gimp-quinet-000308-0, gimp-quinet-000310-0 and gimp-quinet-000322-0
...
--Sven
2000-03-24 14:54:59 +00:00
e98388da00
Tidying up, typos, better help in Script-Fus (attempt 2)
2000-02-13 01:21:24 +00:00
f806fa9524
minor script-fu and plug-in tweaks
...
--Sven
1999-12-21 13:57:58 +00:00
73ff9a1757
cosmetic stuff
...
--Sven
1999-12-14 14:10:34 +00:00
ec40ac728b
API PATCH #2 or so
1999-10-17 00:07:55 +00:00
eb2b9f2bcf
Fixed some cut'n'paste errors and updated slide.scm.
...
--Sven
1999-05-11 20:36:07 +00:00
b8b5d7834d
removed the image argument from functions that no longer need it.
...
* plug-ins/script-fu/scripts/*: removed the image
argument from functions that no longer need it.
1998-11-14 20:46:25 +00:00
e6568759d8
wave two of the changes
...
Fri Aug 14 19:58:13 EDT 1998 Adrian Likins <adrian@gimp.org >
* plugins/script-fu/scripts/select_to_brush.scm,
selection-round.scm,slide.scm,sota-chrome-logo.scm,
spinning_globe.scm,starburst-logo.scm,starscape-logo.scm,
swirltile.scm, swirly-pattern.scm, t-o-p-logo.scm,
textured-logo.scm: wave two of the changes
-adrian
1998-08-15 01:13:41 +00:00
ec78557f11
Changed most of the scripts to make use of the new argument type SF-STRING .
...
--Sven
1998-08-05 21:36:11 +00:00
47ba671e41
-updated all of svens scripts
...
-adrian
1998-02-17 14:27:46 +00:00
32cefec8f7
Initial revision
1997-11-24 22:05:25 +00:00