328b93d718
libgimp/stdplugins-intl.h use the new function gimp_locale_directory()
...
2002-05-11 Sven Neumann <sven@gimp.org >
* libgimp/stdplugins-intl.h
* plug-ins/script-fu/script-fu-intl.h: use the new function
gimp_locale_directory() instead of LOCALEDIR.
* app/Makefile.am
* plug-ins/*/Makefile.am: removed LOCALEDIR definition.
2002-05-11 11:26:14 +00:00
33b2724510
applied a patch from Maurits Rijk that enables mnemonics (bug #80804 ).
...
2002-05-11 Sven Neumann <sven@gimp.org >
* libgimpwidgets/gimpwidgets.c (gimp_radio_group_new2): applied a
patch from Maurits Rijk that enables mnemonics (bug #80804 ).
* plug-ins/common/blinds.c
* plug-ins/common/deinterlace.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/emboss.c
* plug-ins/common/flarefx.c
* plug-ins/common/mblur.c
* plug-ins/common/oilify.c
* plug-ins/common/pixelize.c
* plug-ins/common/sel_gauss.c
* plug-ins/common/struc.c: : applied patches from Maurits Rijk that
add mnemonics (bug #80804 ).
* plug-ins/common/convmatrix.c: merged fix for bug #81345 from stable
branch.
2002-05-11 10:33:51 +00:00
31b31bc80d
broken pipe ?
...
2001-05-11 Hans Breuer <hans@breuer.org >
broken pipe ?
2002-05-10 23:33:26 +00:00
dd7f30161c
app/gui/user-install-dialog.c use stock pixbufs instead of xpm pixmaps.
...
2002-05-10 Sven Neumann <sven@gimp.org >
* app/gui/user-install-dialog.c
* plug-ins/common/gtm.c: use stock pixbufs instead of xpm pixmaps.
* pixmaps/Makefile.am
* pixmaps/eek.xpm
* pixmaps/folder.xpm
* pixmaps/wilber.xpm: removed now unused pixmaps.
2002-05-10 14:02:28 +00:00
12c529f4ed
call bind_textdomain_codeset() so that we get UTF-8 encoded translations
...
2002-05-08 Sven Neumann <sven@gimp.org >
* plug-ins/print/print.c (run): call bind_textdomain_codeset() so
that we get UTF-8 encoded translations from libgimpprint.
2002-05-08 17:52:45 +00:00
afdb263b4b
plug-ins/print/gimp_color_window.c a couple of cleanups and fixes. This
...
2002-05-08 Sven Neumann <sven@gimp.org >
* plug-ins/print/gimp_color_window.c
* plug-ins/print/gimp_main_window.c: a couple of cleanups and fixes.
This code relies heavily on GTK+ implementation details and thus
tends to work differently or even crash on GTK+-2.0 :-(
2002-05-08 12:57:58 +00:00
e1b20e1c14
applied a patch from Maurits Rijk that enables mnemonics (bug #80804 ).
...
2002-05-08 Sven Neumann <sven@gimp.org >
* libgimpwidgets/gimpwidgets.c (gimp_scale_entry_new)
(gimp_table_attach_aligned): applied a patch from Maurits Rijk that
enables mnemonics (bug #80804 ).
* plug-ins/common/apply_lens.c
* plug-ins/common/glasstile.c: applied a patch from Maurits Rijk that
adds mnemonics (bug #80804 ).
* plug-ins/common/animationplay.c
* plug-ins/common/decompose.c
* plug-ins/common/film.c
* plug-ins/common/gee.c
* plug-ins/common/gee_zoom.c
* plug-ins/common/guillotine.c
* plug-ins/common/winprint.c
* plug-ins/gap/gap_lib.c
* plug-ins/imagemap/imap_main.c
* plug-ins/imagemap/imap_settings.c
* plug-ins/print/gimp_main_window.c
* plug-ins/print/print.c
* plug-ins/print/print_gimp.h: use new function gimp_image_get_name()
where applicable.
2002-05-08 00:30:26 +00:00
f8de6fe33f
removed (wrong) definition of LOCALEDIR.
...
2002-05-07 Sven Neumann <sven@gimp.org >
* libgimp/gimpintl.h: removed (wrong) definition of LOCALEDIR.
* libgimp/stdplugins-intl.h: fixed typo in domainname that broke i18n
of plug-ins.
* app/gui/Makefile.am: define LOCALEDIR.
* app/gui/plug-in-menus.c
* app/plug-in/plug-in.h
* app/plug-in/plug-ins.[ch]: declared translation domain and help path
as const strings.
* plug-ins/print/print.c
* plug-ins/print/print_gimp.h: minor cleanups.
2002-05-07 11:33:58 +00:00
dc88ca5a4c
use more stock labels.
...
2002-05-07 Sven Neumann <sven@gimp.org >
* plug-ins/print/gimp_main_window.c: use more stock labels.
* de.po: updated german translation.
2002-05-07 08:28:53 +00:00
9663a97b52
INSTALL depend on libgimpprint >= 4.2.0 for the print plug-in. You need to
...
2002-05-07 Sven Neumann <sven@gimp.org >
* INSTALL
* configure.in: depend on libgimpprint >= 4.2.0 for the print plug-in.
You need to --disable-print to build w/o print support.
* plug-ins/Makefile.am: build print plug-in conditionally.
* plug-ins/print/Makefile.am
* plug-ins/print/gimp_color_window.c
* plug-ins/print/gimp_main_window.c
* plug-ins/print/print.c
* plug-ins/print/print_gimp.h
* plug-ins/print/print-image-gimp.c: the print plug-in from the
gimpprint 4.2.1 release adapted to build inside the gimp tree and
ported to gtk+-2.0. Not yet free of deprecated code.
* plug-ins/print/README
* plug-ins/print/RELNOTES
* plug-ins/print/escputil-1.3.1.in
* plug-ins/print/escputil.c
* plug-ins/print/print-canon.c
* plug-ins/print/print-dither.c
* plug-ins/print/print-escp2.c
* plug-ins/print/print-intl.h
* plug-ins/print/print-pcl.c
* plug-ins/print/print-printers.c
* plug-ins/print/print-ps.c
* plug-ins/print/print-util.c
* plug-ins/print/print-weave.c
* plug-ins/print/print.h
* plug-ins/print/quickmatrix257.h
* plug-ins/print/ran.367.179.h: removed.
2002-05-06 23:27:49 +00:00
1ea4e10bd2
use a GtkHPaned instead of a GtkHBox to separate the list from the
...
* plug-ins/dbbrowser/dbbrowser_utils.c: (gimp_db_browser) use a
GtkHPaned instead of a GtkHBox to separate the list from the details.
This little change makes the pdb browser much more usable.
2002-05-06 05:09:15 +00:00
5c6cf5491e
bumped our version number to 1.3.6. Added check for libgtkhtml-2.0.
...
2002-05-05 Sven Neumann <sven@gimp.org >
* configure.in: bumped our version number to 1.3.6. Added check
for libgtkhtml-2.0.
* plug-ins/helpbrowser/Makefile.am
* plug-ins/helpbrowser/helpbrowser.c: started to port the help browser
to GtkHtml2. Not all features are working yet.
* plug-ins/helpbrowser/back.xpm
* plug-ins/helpbrowser/forward.xpm: removed.
2002-05-05 17:01:44 +00:00
a2abbe0d78
Overbright alpha bug #77283 fixed
2002-05-03 22:32:12 +00:00
3258c5f189
plug-ins/common/borderaverage.c plug-ins/common/convmatrix.c
...
2002-05-03 Sven Neumann <sven@gimp.org >
* plug-ins/common/borderaverage.c
* plug-ins/common/convmatrix.c
* plug-ins/common/nlfilt.c
* plug-ins/common/papertile.c
* plug-ins/common/vpropagate.c: applied a patch from iccii@hotmail.com
that adds missing calls to gimp_tile_cache_ntiles() to speed up the
plug-ins considerably (bug #78358 ).
* plug-ins/common/colorify.c: fix for drawables with alpha from
iccii@hotmail.com .
2002-05-03 16:12:40 +00:00
53ff0fe38e
removed another warning.
...
2002-05-03 Sven Neumann <sven@gimp.org >
* plug-ins/tools/tool-safe-mode.c: removed another warning.
2002-05-03 14:02:23 +00:00
a74a8997b4
devel-docs/Makefile.am new file documenting the core's include policy.
...
2002-05-03 Michael Natterer <mitch@gimp.org >
* devel-docs/Makefile.am
* devel-docs/includes.txt: new file documenting the core's
include policy.
* HACKING: mention it here.
* libgimptool/gimptooltypes.h: removed GimpToolOptions here.
* app/core/core-types.h: and added it here. This is a temp hack
needed because GimpToolInfo needs to know the GimpToolOptions
type.
* libgimpproxy/gimpproxytypes.h: regenerated.
* libgimptool/gimptoolmodule.h: don't include gimptooltypes.h here...
* libgimptool/gimptoolmodule.c: ...but here.
* app/config/gimpconfig-params.c: include "libgimpbase/gimpbase.h"
entirely, not single files from it.
* app/core/gimp.c
* app/core/gimpcontext.c
* app/core/gimpcoreconfig.c
* app/core/gimpdatafactory.c
* app/core/gimpdocuments.c
* app/core/gimpdrawable-blend.c
* app/core/gimpdrawable-bucket-fill.c
* app/core/gimpdrawable-offset.c
* app/core/gimpdrawable-transform.c
* app/core/gimpdrawable.c
* app/core/gimpedit.c
* app/core/gimpimage-convert.c
* app/core/gimpimage-crop.c
* app/core/gimpimage-duplicate.c
* app/core/gimpimage-guides.c
* app/core/gimpimage-mask.c
* app/core/gimpimage-merge.c
* app/core/gimpimage-new.c
* app/core/gimpimage-projection.c
* app/core/gimpimage-qmask.c
* app/core/gimpimage-resize.c
* app/core/gimpimage-scale.c
* app/core/gimpimage.c
* app/core/gimpitem.c
* app/core/gimpmodules.c
* app/core/gimppaintinfo.c
* app/core/gimpparasite.c
* app/core/gimppreviewcache.c
* app/core/gimptoolinfo.c
* app/core/gimpunit.c: include "core-types.h" and no other types file.
* app/display/gimpdisplay.c
* app/display/gimpdisplayshell-callbacks.c
* app/display/gimpdisplayshell.c: include "tools/tools-types.h"
instead of "libgimptool/gimptooltypes.h", warn about inclusion
on "gui/gui-types.h"
* app/file/file-open.c
* app/file/file-save.c: don't include "libgimptool/gimptooltypes.h".
* app/gui/about-dialog.c
* app/gui/brush-select.c
* app/gui/brushes-commands.c
* app/gui/color-select.c
* app/gui/data-commands.c
* app/gui/device-status-dialog.c
* app/gui/dialogs.c
* app/gui/gradients-commands.c
* app/gui/help-commands.c
* app/gui/info-window.c
* app/gui/palettes-commands.c
* app/gui/patterns-commands.c
* app/gui/resize-dialog.c
* app/gui/tips-dialog.c
* app/gui/tool-options-dialog.c: include "gui-types.h" and no
other types file.
* app/paint/gimpairbrush.c
* app/paint/gimpclone.c
* app/paint/gimpconvolve.c
* app/paint/gimpdodgeburn.c
* app/paint/gimperaser.c
* app/paint/gimppaintbrush.c
* app/paint/gimppaintcore-stroke.c
* app/paint/gimppaintcore.c
* app/paint/gimppaintoptions.c
* app/paint/gimppencil.c
* app/paint/gimpsmudge.c
* app/paint/paint.c: include "paint-types.h" and no other types file.
* app/pdb/pdb-types.h: don't include "libgimptool/gimptooltypes.h".
* app/plug-in/plug-in-progress.c: warn about inclusion of
"display/display-types.h"
* app/tools/tools-types.h: include "libgimptool/gimptooltypes.h".
* app/tools/gimpairbrushtool.c
* app/tools/gimpbezierselecttool.c
* app/tools/gimpblendtool.c
* app/tools/gimpbrightnesscontrasttool.c
* app/tools/gimpbucketfilltool.c
* app/tools/gimpbycolorselecttool.c
* app/tools/gimpclonetool.c
* app/tools/gimpcolorbalancetool.c
* app/tools/gimpcolorpickertool.c
* app/tools/gimpconvolvetool.c
* app/tools/gimpcroptool.c
* app/tools/gimpcurvestool.c
* app/tools/gimpdodgeburntool.c
* app/tools/gimpdrawtool.c
* app/tools/gimpeditselectiontool.c
* app/tools/gimpellipseselecttool.c
* app/tools/gimperasertool.c
* app/tools/gimpfliptool.c
* app/tools/gimpfreeselecttool.c
* app/tools/gimpfuzzyselecttool.c
* app/tools/gimphistogramtool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimpinktool.c
* app/tools/gimplevelstool.c
* app/tools/gimpmagnifytool.c
* app/tools/gimpmeasuretool.c
* app/tools/gimpmovetool.c
* app/tools/gimppaintbrushtool.c
* app/tools/gimppainttool.c
* app/tools/gimppathtool.c
* app/tools/gimppenciltool.c
* app/tools/gimpperspectivetool.c
* app/tools/gimpposterizetool.c
* app/tools/gimprectselecttool.c
* app/tools/gimprotatetool.c
* app/tools/gimpscaletool.c
* app/tools/gimpselectiontool.c
* app/tools/gimpsheartool.c
* app/tools/gimpsmudgetool.c
* app/tools/gimptexttool.c
* app/tools/gimpthresholdtool.c
* app/tools/gimptoolcontrol.c
* app/tools/gimptoolcontrol.h
* app/tools/gimptransformtool.c
* app/tools/gimpvectortool.c
* app/tools/tools.c: include "tools-types.h" and no other types file,
warn about inclusion of "gui/gui-types.h".
* app/widgets/gimpcolorpanel.c
* app/widgets/gimptoolbox-color-area.c: warn about inclusion of
"gui/gui-types.h".
* app/xcf/xcf-load.c
* app/xcf/xcf.c: don't include "libgimptool/gimptooltypes.h".
Split tool-safe-mode up in two files, one including libgimpproxy,
one libgimp.
* plug-ins/tools/Makefile.am
* plug-ins/tools/tool-safe-mode-plug-in.[ch]: new files including
libgimp/ stuff only.
* plug-ins/tools/tool-safe-mode.[ch]: include libgimpproxy/ and
libgimptool/ but don't include libgimp/ because of conflicting
declarations.
Unrelated:
* app/tools/gimpclonetool.c: create the clone core so we don't crash.
* app/gui/file-open-dialog.c: changed the way we create previews
so that only out-of-date previews are created on a click in the
preview area. Unconditional creation can still be forced by
<Ctrl>+click. Changed the tooltip to document this.
2002-05-03 12:45:22 +00:00
00feb59a4c
app/core/core-types.h moved GimpToolInfo back into the core.
...
* app/core/core-types.h
* libgimptool/gimptooltypes.h: moved GimpToolInfo back into the core.
* libgimptool/gimptoolcontrol.h
* app/tools/gimptoolcontrol.c: got rid of gimp_tool_control_new
* libgimptool/gimptool.c (gimp_tool_init): create the GimpToolControl
here instead of in the descendant classes
* app/tools/gimpairbrushtool.c
* app/tools/gimpbezierselecttool.c
* app/tools/gimpblendtool.c
* app/tools/gimpbucketfilltool.c
* app/tools/gimpbycolorselecttool.c
* app/tools/gimpclonetool.c
* app/tools/gimpcolorbalancetool.c
* app/tools/gimpcolorpickertool.c
* app/tools/gimpconvolvetool.c
* app/tools/gimpcroptool.c
* app/tools/gimpcurvestool.c
* app/tools/gimpdodgeburntool.c
* app/tools/gimpeditselectiontool.c
* app/tools/gimpellipseselecttool.c
* app/tools/gimperasertool.c
* app/tools/gimpfliptool.c
* app/tools/gimpfreeselecttool.c
* app/tools/gimpfuzzyselecttool.c
* app/tools/gimphistogramtool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimpinktool.c
* app/tools/gimpiscissorstool.c
* app/tools/gimplevelstool.c
* app/tools/gimpmagnifytool.c
* app/tools/gimpmeasuretool.c
* app/tools/gimpmovetool.c
* app/tools/gimppaintbrushtool.c
* app/tools/gimppathtool.c
* app/tools/gimppenciltool.c
* app/tools/gimpperspectivetool.c
* app/tools/gimprectselecttool.c
* app/tools/gimprotatetool.c
* app/tools/gimpscaletool.c
* app/tools/gimpsheartool.c
* app/tools/gimpsmudgetool.c
* app/tools/gimptexttool.c
* app/tools/gimpvectortool.c
* plug-ins/tools/tool-safe-mode.c: changed accordingly
* libgimpproxy/gimpproxytypes.h: autogenerated
2002-05-02 21:03:27 +00:00
bbbc034793
fixed typo.
...
2002-05-02 Sven Neumann <sven@gimp.org >
* app/core/gimpimagefile.c (gimp_imagefile_save_thumbnail): fixed
typo.
* plug-ins/rcm/rcm_misc.c (rcm_reduce_image): merged fix for bug
#80561 from stable branch.
2002-05-02 17:23:54 +00:00
22925df26f
fixed communication with the SIOD interpreter:
...
2002-05-02 Michael Natterer <mitch@gimp.org >
* plug-ins/script-fu/script-fu-console.c: fixed communication
with the SIOD interpreter:
- set the GError variable to NULL before using it.
- set the GIOChannel used to read SIOD's output to binary mode.
2002-05-02 16:29:42 +00:00
1b224ecfd6
Converted Portuguese translation to UTF-8.
...
2002-04-30 Duarte Loreto <happyguy_pt@hotmail.com >
* pt.po: Converted Portuguese translation to UTF-8.
2002-04-30 00:29:00 +00:00
d465ced05b
EMail corrections...
2002-04-27 23:27:27 +00:00
f0ab532aa8
Updated translation...
2002-04-27 23:25:49 +00:00
bfd7861fba
plug-ins/gfig/gfig.c don't use GDK_MOTION_NOTIFY in as an event mask.
...
2002-04-24 Sven Neumann <sven@gimp.org >
* plug-ins/gfig/gfig.c
* plug-ins/imagemap/imap_preview.c: don't use GDK_MOTION_NOTIFY in
as an event mask.
2002-04-24 11:17:12 +00:00
e6dba7a1ba
arg
2002-04-23 06:59:02 +00:00
bd2722c738
libgimptool/gimptoolmodule.[ch] More error checking. Introduced a
...
* libgimptool/gimptoolmodule.[ch]
* plug-ins/tools/tool-safe-mode.c: More error checking. Introduced a
versioning scheme. Increment GIMP_TOOL_MODULE_ABI_VERSION any time you
break binary compatiblity.
2002-04-23 06:56:41 +00:00
810b983110
app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor
...
* app/tools/gimptoolcontrol.[ch]
* libgimptool/gimptool.c: resurrected the motion hints and cursor
changing code.
app/tools/gimpairbrushtool.c
app/tools/gimpbezierselecttool.c
app/tools/gimpblendtool.c
app/tools/gimpbucketfilltool.c
app/tools/gimpbycolorselecttool.c
app/tools/gimpclonetool.c
app/tools/gimpcolorbalancetool.c
app/tools/gimpcolorpickertool.c
app/tools/gimpconvolvetool.c
app/tools/gimpcroptool.c
app/tools/gimpcurvestool.c
app/tools/gimpdodgeburntool.c
app/tools/gimpeditselectiontool.c
app/tools/gimpellipseselecttool.c
app/tools/gimperasertool.c
app/tools/gimpfliptool.c
app/tools/gimpfuzzyselecttool.c
app/tools/gimphistogramtool.c
app/tools/gimphuesaturationtool.c
app/tools/gimpimagemaptool.c
app/tools/gimpinktool.c
app/tools/gimpiscissorstool.c
app/tools/gimplevelstool.c
app/tools/gimpmagnifytool.c
app/tools/gimpmeasuretool.c
app/tools/gimpmovetool.c
app/tools/gimppaintbrushtool.c
app/tools/gimppainttool.c
app/tools/gimppathtool.c
app/tools/gimppenciltool.c
app/tools/gimpperspectivetool.c
app/tools/gimprectselecttool.c
app/tools/gimprotatetool.c
app/tools/gimpscaletool.c
app/tools/gimpselectiontool.c
app/tools/gimpsheartool.c
app/tools/gimpsmudgetool.c
app/tools/gimptexttool.c
app/tools/gimptransformtool.c
app/tools/gimpvectortool.c: set the motion mode; fix a few parameters
* app/tools/gimpinktool.c (gimp_ink_tool_button_press): uncommented
some code I had temporarily commented out and didn't uncomment before
committing
* libgimptool/gimptoolcontrol.h
* app/tools/gimptoolcontrol-displayshell.[ch]: merged with
gimptoolcontrol.[ch]. The distinction was fairly arbitrary.
* plug-ins/tools/gimptoolcontrol.c: added some stubs
* app/tools/Makefile.am
* app/tools/tool_manager.c
* app/display/gimpdisplayshell-callbacks.c: changed accordingly
* libgimp/gimpimage_pdb.c: applied a patch from Pippen to correct
documentation on the undo operations
2002-04-21 07:31:12 +00:00
ffb7a3d59d
plug-ins/common/gtm.c plug-ins/common/illusion.c plug-ins/common/ps.c
...
2002-04-12 Sven Neumann <sven@gimp.org >
* plug-ins/common/gtm.c
* plug-ins/common/illusion.c
* plug-ins/common/ps.c
* plug-ins/common/sparkle.c
* plug-ins/common/wind.c
* plug-ins/maze/maze_face.c
* plug-ins/sel2path/sel2path.c
* plug-ins/sel2path/sel2path_adv_dialog.c: applied a patch from
<iccii@hotmail.com > that adds calls to gimp_help_free() even though I
think that omitting gimp_help_free() is tolerable lazyness (#76984 ).
2002-04-12 14:49:00 +00:00
8c3ea9955f
merged fix for bug #75667 from stable branch.
...
2002-04-11 Sven Neumann <sven@gimp.org >
* plug-ins/common/ps.c: merged fix for bug #75667 from stable branch.
* plug-ins/rcm/rcm_dialog.c
* plug-ins/rcm/rcm_misc.c: merged fix for bug #67018 from stable
branch.
* themes/Default/gtkrc: removed settings for tooltips color since
GTK+-2.0 sets a reasonable default. Added a line to allow to change
menu accelerators.
2002-04-11 10:58:19 +00:00
57aaac8d9c
merges from gimp-1-2 branch
...
2002-04-10 Manish Singh <yosh@gimp.org >
* plug-ins/common/url.c: merges from gimp-1-2 branch
2002-04-10 23:10:37 +00:00
de138fb66c
Fixed a spelling mistake.
...
2002-04-09 Ole Laursen <olau@hardworking.dk >
* da.po: Fixed a spelling mistake.
2002-04-09 19:32:41 +00:00
e214e54554
make it work with automake 1.5
2002-04-04 02:24:58 +00:00
2bff7f1fa5
Make it work with automake 1.5
2002-04-04 02:24:34 +00:00
5115f32d2a
fix a segfault
2002-03-30 02:40:35 +00:00
69ccb4d370
massive tool plugin changes
2002-03-29 03:50:29 +00:00
de5f8b5f43
#define GETTEXT_PACKAGE
...
2001-03-28 Hans Breuer <hans@breuer.org >
* config.h.win32 : #define GETTEXT_PACKAGE
* makefile.msc : add theme rule
* app/makefile.msc : gimp.exe depends on all the libs
and general update
* app/base/makefile.msc : updated
* app/config/gimpconfig-serialize.c : #include <io.h> for win32
* app/config/gimpconfig-types.c : #include <string.h>
* app/core/gimpcontext.c app/core/gimpcontainer.c
app/core/gimptoolinfo.c : #include <string.h>
* app/core/gimpdocuments.c (gimp_documents_save_func) :
need to g_strescape() the filename to not make
backslashes vanish during de-serialization
* app/core/gimpimagefile.c : #define S_ISREG for G_OS_WIN32
* app/core/makefile.msc : add -DGIMP_COMPILATION
required for cpercep.c build
* app/display/gimpdisplayshell.c : #include <string.h>
* app/display/makefile.msc : -FImsvc_recommended_pragmas.h,
G_LOG_DOMAIN definition and object file update
* app/file/makefile.msc : -FImsvc_recommended_pragmas.h,
G_LOG_DOMAIN definition
* app/file/file-open.c (file_open_with_proc_and_display) :
use absolute filename for gimp_documents_add()
* app/gui/channel-commands.c app/gui/colormap-editor-commands.c
app/gui/edit-commands.c app/gui/vectors-commands.c :
#include <string.h>
* app/gui/makefile.msc : updated
* app/gui/menus.c : use g_file_test() instead of access()
to avoid inclusion <unistd.h>
* app/paint/makefile.msc : updated
* app/plug-in/plug-in-params.c : #include <string.h>
* app/plug-in/makefile.msc : updated
* app/plug-in/plug-in-def.h : #include <time.h> for time_t
* app/plug-in/plug-in.c : remove definition of S_IFREG
* app/plug-in/gap/gap_arr_dialog.c : include <config.h>
before including libgimp/libgimp-intl.h
* app/tools/makefile.msc : updated
* app/vectors/makefile.msc : new file
* app/widgets/makefile.msc : updated
* libgimp/gimp.def : updated externals
* libgimpwidgets/gimpwidgets.def : updated externals
* modules/makefile.msc : updated and disabled colorsel_gtk.
* plug-in/makefile.msc : don't define GETTEXT_PACKAGE
* themes/Default/images/makefile.msc : moved makefile.msc from ..
and adapted pathes to images
2002-03-28 00:10:56 +00:00
acfaacc1fa
*** empty log message ***
2002-03-27 15:17:43 +00:00
f244cd254e
Updated Portuguese translation.
...
2002-03-25 Duarte Loreto <happyguy_pt@hotmail.com >
* pt.po: Updated Portuguese translation.
2002-03-25 11:41:26 +00:00
ffcb0bfa3f
./mitch --sanitize-identifier-namespace
...
2002-03-20 Michael Natterer <mitch@gimp.org >
./mitch --sanitize-identifier-namespace
* app/core/gimpcontext.c
* app/display/gimpdisplayshell-callbacks.c
* app/display/gimpdisplayshell-dnd.c
* app/gui/dialogs-commands.c
* app/gui/dialogs-constructors.c
* app/gui/dialogs.c
* app/gui/edit-commands.c
* app/gui/gui.c
* app/gui/menus.c
* app/gui/vectors-commands.c
* app/gui/view-commands.c
* app/tools/gimpairbrushtool.c
* app/tools/gimpbezierselecttool.c
* app/tools/gimpblendtool.c
* app/tools/gimpbrightnesscontrasttool.c
* app/tools/gimpbucketfilltool.c
* app/tools/gimpbycolorselecttool.c
* app/tools/gimpclonetool.c
* app/tools/gimpcolorbalancetool.c
* app/tools/gimpcolorpickertool.c
* app/tools/gimpconvolvetool.c
* app/tools/gimpcroptool.c
* app/tools/gimpcurvestool.c
* app/tools/gimpdodgeburntool.c
* app/tools/gimpellipseselecttool.c
* app/tools/gimperasertool.c
* app/tools/gimpfliptool.c
* app/tools/gimpfreeselecttool.c
* app/tools/gimpfuzzyselecttool.c
* app/tools/gimphistogramtool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimpinktool.c
* app/tools/gimpiscissorstool.c
* app/tools/gimplevelstool.c
* app/tools/gimpmagnifytool.c
* app/tools/gimpmeasuretool.c
* app/tools/gimpmovetool.c
* app/tools/gimppaintbrushtool.c
* app/tools/gimppathtool.c
* app/tools/gimppenciltool.c
* app/tools/gimpperspectivetool.c
* app/tools/gimpposterizetool.c
* app/tools/gimprectselecttool.c
* app/tools/gimprotatetool.c
* app/tools/gimpscaletool.c
* app/tools/gimpsheartool.c
* app/tools/gimpsmudgetool.c
* app/tools/gimptexttool.c
* app/tools/gimpthresholdtool.c
* app/tools/gimpvectortool.c
* app/widgets/gimpdnd.c
* app/widgets/gimptoolbox-indicator-area.c
* app/widgets/gimptoolbox.c: s/gimp:/gimp-/g and s/_/-/g for all
identifier strings (e.g. gimp:eraser_tool -> gimp-eraser-tool,
gimp:layer-list -> gimp-layer-list, ...)
* plug-ins/tools/common/gimpbrushselecttool.c:
s/gimp:brush_select_tool/gimp-brush-select-tool-module/
Don't quite remember why I introduced the "gimp:" prefix in the
first place, but we can always add it back if we need it (for
whatever reason)
You may want to edit your ~/.gimp-1.3/sessionrc and devicerc or
all session settings will be lost due to parse errors.
2002-03-21 12:17:17 +00:00
ed3db7585c
forgot to commit the autogenerated files.
2002-03-20 15:02:30 +00:00
3db3dff47e
app/base/Makefile.am app/base/base-enums.c app/core/Makefile.am
...
2002-03-19 Sven Neumann <sven@gimp.org >
* app/base/Makefile.am
* app/base/base-enums.c
* app/core/Makefile.am
* app/core/core-enums.c
* app/widgets/Makefile.am
* app/widgets/widgets-enums.c: purely cosmetic change.
* app/paint/Makefile.am
* app/paint/paint-enums.[ch]: generate paint-enums.c with registered
enums. Skip GIMP_BRUSH_PRESSURE and GIMP_CUSTOM_CONVOLVE so they
don't get exported to libgimp and are not registered as enum values.
* tools/pdbgen/pdb/paint_tools.pdb: removed special casing of
GimpBrushApplicationMode and GimpConvolveType since the forbidden
values are now skipped anyway.
* libgimp/gimpcompat.h: removed compat defines for the forbidden
enum values. They shouldn't have been used.
* app/tools/Makefile.am
* app/tools/tools-enums.[ch]: generate tools-enums.c with registered
enums.
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c
* tools/pdbgen/enums.pl: regenerated.
* app/paint/gimpclone.[ch]
* app/paint/gimpconvolve.h
* app/paint/gimpdodgeburn.h
* app/tools/gimpclonetool.c
* app/tools/gimpconvolvetool.c
* app/tools/gimpcroptool.[ch]
* app/tools/gimpdodgeburntool.c
* app/tools/paint_options.c: changed accordingly. Added more enum
radio frames and enum option menus.
2002-03-19 19:17:31 +00:00
9ea9114303
app/paint/Makefile.am app/paint/paint-enums.h split enums into their own
...
2002-03-19 Sven Neumann <sven@gimp.org >
* app/paint/Makefile.am
* app/paint/paint-enums.h
* app/paint/paint-types.h: split enums into their own file and
namespacified them.
* app/tools/Makefile.am
* app/tools/tools-enums.h
* app/tools/tools-types.h: split enums into their own file.
* app/paint/gimpairbrush.c
* app/paint/gimpclone.[ch]
* app/paint/gimpconvolve.[ch]
* app/paint/gimpdodgeburn.[ch]
* app/paint/gimperaser.c
* app/paint/gimppaintbrush.c
* app/paint/gimppaintcore.[ch]
* app/paint/gimppaintoptions.c
* app/paint/gimppencil.c
* app/paint/gimpsmudge.c
* app/tools/gimpclonetool.c
* app/tools/gimpconvolvetool.c
* app/tools/gimpdodgeburntool.c
* app/tools/paint_options.c
* plug-ins/gfig/gfig.c: changed accordingly.
* libgimp/gimpcompat.h
* plug-ins/script-fu/siod-wrapper.c: added compatibility defines for
changed enums.
* tools/pdbgen/Makefile.am: updated list of headers to parse for enums.
* app/pdb/paint_tools_cmds.c
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c
* tools/pdbgen/enums.pl
* tools/pdbgen/pdb/paint_tools.pdb: regenerated.
2002-03-19 15:05:38 +00:00
fe96c95524
app/core/core-enums.h more enum cleanup (GimpOffsetType, MergeType).
...
2002-03-18 Sven Neumann <sven@gimp.org >
* app/core/core-enums.h
* app/core/core-types.h: more enum cleanup (GimpOffsetType, MergeType).
* app/core/gimpdrawable-offset.c
* app/core/gimpimage-merge.[ch]
* app/gui/image-commands.c
* app/gui/layers-commands.c
* app/gui/offset-dialog.c
* tools/pdbgen/pdb/image.pdb: changed accordingly.
* app/pdb/drawable_cmds.c
* app/pdb/image_cmds.c
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c
* tools/pdbgen/enums.pl: regenerated.
2002-03-18 17:24:52 +00:00
d68b730a82
app/core/core-enums.h more enum cleanup (ChannelOps this time).
...
2002-03-18 Sven Neumann <sven@gimp.org >
* app/core/core-enums.h
* app/core/core-types.h: more enum cleanup (ChannelOps this time).
* app/core/gimpchannel.[ch]
* app/core/gimpimage-mask-select.[ch]
* app/gui/channels-commands.c
* app/gui/vectors-commands.c
* app/tools/gimpbezierselecttool.c
* app/tools/tools-types.h
* app/widgets/gimpchannellistview.[ch]
* tools/pdbgen/pdb/channel.pdb
* tools/pdbgen/pdb/selection.pdb
* tools/pdbgen/pdb/selection_tools.pdb: changed accordingly.
* app/pdb/channel_cmds.c
* app/pdb/selection_cmds.c
* app/pdb/selection_tools_cmds.c
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c
* tools/pdbgen/enums.pl: regenerated.
2002-03-18 16:22:14 +00:00
f85c711c55
app/core/core-enums.h more enum cleanup (ConvertPaletteType and
...
2002-03-18 Sven Neumann <sven@gimp.org >
* app/core/core-enums.h
* app/core/core-types.h: more enum cleanup (ConvertPaletteType and
ConvertDitherType this time).
* app/core/gimpimage-convert.[ch]
* app/gui/convert-dialog.c
* tools/pdbgen/pdb/convert.pdb: changed accordingly.
* app/pdb/convert_cmds.c
* libgimp/gimpconvert_pdb.c
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c
* tools/pdbgen/enums.pl: regenerated.
2002-03-18 13:55:19 +00:00
bba46560ba
app/core/core-enums.h moved some more enums into the right place and
...
2002-03-18 Sven Neumann <sven@gimp.org >
* app/core/core-enums.h
* app/core/core-types.h: moved some more enums into the right place
and namespacified them.
* app/undo.c
* app/core/gimpdrawable-bucket-fill.[ch]
* app/core/gimpdrawable.c
* app/core/gimpedit.c
* app/core/gimpimage-mask.c
* app/core/gimpimage-new.c
* app/core/gimpimage-qmask.c
* app/core/gimplayer.[ch]
* app/display/gimpdisplayshell-dnd.c
* app/gui/channels-commands.c
* app/gui/file-new-dialog.c
* app/gui/layers-commands.c
* app/gui/menus.c
* app/paint-funcs/paint-funcs.c
* app/tools/gimpbucketfilltool.c
* tools/pdbgen/pdb/image.pdb
* tools/pdbgen/pdb/layer.pdb
* tools/pdbgen/pdb/misc_tools.pdb: changed accordingly.
* libgimp/gimpcompat.h
* plug-ins/script-fu/siod-wrapper.c: added compat defines for changed
GimpMaskApplyMode enum.
* tools/pdbgen/enums.pl
* app/pdb/drawable_cmds.c
* app/pdb/edit_cmds.c
* app/pdb/image_cmds.c
* app/pdb/layer_cmds.c
* app/pdb/misc_tools_cmds.c
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c: regenerated.
2002-03-18 11:07:34 +00:00
96f78088b0
tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl
...
2002-03-17 Manish Singh <yosh@gimp.org >
* tools/pdbgen/app.pl
* tools/pdbgen/enumcode-py.pl
* tools/pdbgen/enumcode.pl
* tools/pdbgen/enumgen.pl: removed enum nick support, best to keep
internal and external names consistent
* app/core/core-enums.h: remove chops from enums. Change TRANS to
TRANSPARENT in GimpBlendMode
* app/core/core-types.h: remove chops and nicks from enums. Change INV
to INVERSE and SUB to SUBTRACT to make things more clear
* app/core/gimpchannel.c
* app/gui/channels-commands.c
* app/gui/vectors-commands.c
* app/tools/gimpbezierselecttool.c
* app/tools/gimpbycolorselecttool.c
* app/tools/gimprectselecttool.c
* app/tools/gimpselectiontool.c
* app/tools/selection_options.c
* app/tools/tools-types.h
* app/widgets/gimpchannellistview.c
* app/widgets/gimpvectorslistview.c: reflect SUB -> SUBTRACT change
* app/core/gimpdrawable-blend.c: reflect TRANS -> TRANSPARENT change
* app/core/gimplayer.c
* app/gui/layers-commands.c: reflect INV -> INVERSE change
* app/paint/paint-types.h: remove nick from PaintApplicationMode
* app/tools/gimperasertool.c: fix tooltip
* app/widgets/gimpenummenu.c: #include "libgimp/gimpintl.h" for
gettext
* libgimp/gimpcompat.h: compatibility enums here, since we removed
the nicks
* tools/pdbgen/enums.pl
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c
* app/core/core-enums.c
* app/pdb/channel_cmds.c
* app/pdb/drawable_cmds.c
* app/pdb/edit_cmds.c
* app/pdb/layer_cmds.c
* app/pdb/misc_tools_cmds.c
* app/pdb/paint_tools_cmds.c
* app/pdb/selection_cmds.c
* app/pdb/selection_tools_cmds.c: regenerated, enum changes
* plug-ins/common/hot.c: GIMP_TRANS_IMAGE_FILL -> GIMP_TRANSPARENT_FILL
* plug-ins/common/warp.c: GIMP_BG_IMAGE_FILL -> GIMP_BACKGROUND_FILL
* plug-ins/script-fu/siod-wrapper.c: compat constant definitions
2002-03-17 22:54:26 +00:00
b1deb2b036
Updated russian translation.
2002-03-17 18:36:56 +00:00
bf4468bd95
applied a patch from Maurits Rijk <lpeek.mrijk@consunet.nl> that gives a
...
2002-03-15 Sven Neumann <sven@gimp.org >
* plug-ins/common/colorify.c: applied a patch from Maurits Rijk
<lpeek.mrijk@consunet.nl > that gives a nice speedup (#74563 ).
2002-03-15 10:01:23 +00:00
4fc885d4f0
renamed parameters to be consistent with the other foo-select.* files.
...
2002-03-13 Michael Natterer <mitch@gimp.org >
* app/gui/brush-select.[ch]: renamed parameters to be consistent
with the other foo-select.* files.
* app/gui/tool-options-dialog.c: removed unused function.
* app/plug-in/plug-in-types.h: PlugInImageType was accidentially
exported to the PDB.
* tools/pdbgen/enums.pl
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c: regenerated.
More brush, pattern, ... PDB wrapper cleanup:
* tools/pdbgen/pdb/brush_select.pdb
* tools/pdbgen/pdb/gradient_select.pdb
* tools/pdbgen/pdb/palette_select.pdb
* tools/pdbgen/pdb/pattern_select.pdb: even more cleanup, guard
all functions with if(!gimp->no_interface).
* tools/pdbgen/pdb/brushes.pdb
* tools/pdbgen/pdb/gradients.pdb
* tools/pdbgen/pdb/palettes.pdb
* tools/pdbgen/pdb/patterns.pdb: reordered functions to be
consistent across all files. Generate libgimp wrappers for *all*
functions because of API symmetry.
* tools/pdbgen/pdb/gradients.pdb: renamed gradients_[get|set]_active
to gradients_[get|set]_gradient because of API symmetry.
* libgimp/gimpcompat.h: added the old function names here, guard
the whole file with GIMP_ENABLE_COMPAT_CRUFT (it's back, yeah).
* plug-ins/FractalExplorer/Dialogs.c
* plug-ins/gflare/gflare.c: use the new function names.
* libgimp/gimpbrushes_pdb.[ch]
* libgimp/gimpgradients_pdb.[ch]
* libgimp/gimppalettes_pdb.[ch]
* libgimp/gimppatterns_pdb.[ch]
* app/pdb/brush_select_cmds.c
* app/pdb/brushes_cmds.c
* app/pdb/gradient_select_cmds.c
* app/pdb/gradients_cmds.c
* app/pdb/palette_select_cmds.c
* app/pdb/palettes_cmds.c
* app/pdb/pattern_select_cmds.c
* app/pdb/patterns_cmds.c: regenerated.
2002-03-13 15:29:59 +00:00
02aefc1467
Updates to the japanese translation from <iccii@hotmail.com>.
2002-03-13 13:41:33 +00:00