Commit Graph

4340 Commits

Author SHA1 Message Date
Michael Natterer 3404970105 fixed. Closes #18014. Remember: NEVER translate the <menu_factory_name>
2000-07-29  Michael Natterer  <mitch@gimp.org>

	* es.po: fixed. Closes #18014. Remember: NEVER translate the
	<menu_factory_name>
2000-07-29 19:04:36 +00:00
Michael Natterer a17cf3bd0b cursors/background.xbm cursors/background_mask.xbm cursors/foreground.xbm
2000-07-29  Michael Natterer  <mitch@gimp.org>

	* cursors/background.xbm
	* cursors/background_mask.xbm
	* cursors/foreground.xbm
	* cursors/foreground_mask.xbm
	* cursors/pattern.xbm
	* cursors/pattern_mask.xbm: new files.

	* cursors/gimp-tool-cursors.xcf
	* app/cursorutil.[ch]: new cursor modifiers for bucket_fill.

	* app/bucket_fill.c: use the new modifiers. Closes #17871.

	* app/convolve.c
	* app/dodgeburn.c: added cursor_update functions which update the
	tools' "toggled" state before they call the cursor_update "method"
	of the paint_core "class" -- eek -- I-want-real-objects!
	Closes #17872 and #17873.

	* app/tools.h: added SELECTION_ANCHOR to the SelectOps enum.

	* app/free_select.c
	* app/rect_select.c: use the new enum value in the "oper_update"
	and "cursor_update" functions. In the "motion" function, set the
	tool's operation type back to SELECTION_REPLACE if the tool is
	active and call the "cursor_update" function explicitly.
	Closes #17870.

	* app/by_color_select.c: fixed warning caused by the new enum value.
2000-07-29 16:12:40 +00:00
Michael Natterer 0566a8804e gimp_drawable_set_visible(): the "visible" parameter is boolean.
2000-07-29  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpdrawable.[ch]: gimp_drawable_set_visible(): the
	"visible" parameter is boolean.

2000-07-29  Michael Natterer  <mitch@gimp.org>

	* libgimp-decl.txt
	* libgimp-sections.txt
	* tmpl/gimp.sgml
	* tmpl/gimpdrawable.sgml
	* tmpl/gimpenums.sgml
	* tmpl/gimpimage.sgml
	* tmpl/gimplayer.sgml: updated from the libgimp sources.
2000-07-29 13:22:35 +00:00
Valek Frob 5d7c699c2f Updated russian translation. 2000-07-25 12:07:45 +00:00
Seth Burgess 6a5866e9c1 Minor capatization changes in the Jpeg^H^H^HPEG plug-in. 2000-07-25 01:27:27 +00:00
Sven Neumann c5e7b16d06 Very hackerish attempt to create all three lists of authors
from one source. The file 'contributors' lists all the names
and is the only one you should dare to edit from now on.


--Sven
2000-07-24 22:11:28 +00:00
Valek Frob c740db01a5 Updated russian translation. 2000-07-23 17:07:46 +00:00
Kenneth Christiansen 7a034bd40e Translations from Keld
balsa/po/da.po bonobo/po/da.po evolution/po/da.po
gimp/po/da.po gnome-db/po/da.po gnome-utils/po/da.po
gnumeric/po/da.po gtranslator/po/da.po guppi3/po/da.po
nautilus/po/da.po pan/po/da.po rp3/po/da.po
2000-07-22 22:40:45 +00:00
Kjartan Maraas e502a735d6 Fix missing string terminators 2000-07-21 11:47:43 +00:00
Kjartan Maraas a8d765cae8 Updated Norwegian translation.
2000-07-21  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-07-20 22:28:11 +00:00
Stanislav Brabec dbfdddebc8 czech translation update 2000-07-20 21:23:19 +00:00
Marc Lehmann f64af1cda8 see plug-ins/perl/Changes 2000-07-20 14:44:16 +00:00
Valek Frob dcfa53518b Updated russian translation. 2000-07-20 13:50:24 +00:00
Ville Hautamaki 12a935cdea Finnis translation update
Ville
2000-07-20 12:04:03 +00:00
Michael Natterer 6e2e59edf4 AUTHORS gimp.1.in removed a doubly added author.
2000-07-19  Michael Natterer  <mitch@gimp.org>

	* AUTHORS
	* gimp.1.in
	* app/about_dialog.c: removed a doubly added author.
2000-07-19 08:42:39 +00:00
BST 2000 Austin Donnelly 1218b2bb89 The gif save plugin normally asks the user if it's ok to crop the image if
Tue Jul 18 23:34:34 BST 2000  Austin Donnelly  <austin@gimp.org>

	* plugs-ins/common/gif.c: The gif save plugin normally asks the
	    user if it's ok to crop the image if there are layers larger
    	    than the image size.  This isn't a good idea if we're running
    	    with run_mode == NON_INTERACTIVE.  Fix similar to that
    	    suggested by Bryan Livingston <bryan@cooltext.com> on
    	    gimp-developer mailing list.

   	* app/layer.c: Fix for Bug#17347: Scale Layer leaves artifacts.
	    Basic problem is that scaling a layer when there's a selection
    	    active (eg there's a floating selection) doesn't invalidate
    	    the layer bounds.  Same problem with resizing a layer,
    	    although the bug report didn't mention that.  Fixed by changing
    	    layer_resize() and layer_scale_lowlevel() to call
    	    layer_invalidate_boundary() once done changing the layer.
2000-07-18 22:48:14 +00:00
Tor Lillqvist e153e7cd6b Add horrible hack that seems to help script-fu startup on NT 4.0, by
2000-07-18  Tor Lillqvist  <tml@iki.fi>

* libgimp/gimp.c (gimp_flush): Add horrible hack that seems to
help script-fu startup on NT 4.0, by avoiding some bug in GLib.
Yes, it would be better to fix GLib's main loop and GIOChannel
code for Win32. Unfortunately, it's kinda hairy...

* libgimp/gimp.h: Add extern "C" to the Win32 part for compiling
C++ plug-ins.

* plug-ins/makefile.cygwin: Add a couple of new unofficial
plug-ins. Use macros from build/win32/make.mingw.

* plug-ins/common/warp.c: Use G_PI.
2000-07-18 21:49:50 +00:00
Valek Frob 1d1ead8aa1 Updated russian translation. 2000-07-16 13:25:20 +00:00
Michael Natterer df9eeff6ac Sven Neumann <sven@gimp.org>
2000-07-16  Michael Natterer  <mitch@gimp.org>
	    Sven Neumann      <sven@gimp.org>

	* AUTHORS
	* gimp.1.in
	* app/about_dialog.c: removed two accidentially added non-authors.

	* app/errors.[ch]
	* app/main.c: added a new command line option
	"--enable-stack-trace" which can be one of {never|query|always}.

	* app/plug_in.c
	* libgimp/gimp.c: pass the stack trace mode as an argv[] element to
	plug-ins. Cleaned up the plug-ins' argv[] (removed unused TILE_WIDTH
	and TILE_HEIGHT arguments, always pass 6 arguments to make the code
	simpler).

	* libgimp/gimpenums.h
	* plug-ins/script-fu/script-fu-constants.c
	* tools/pdbgen/Makefile.am
	* tools/pdbgen/enums.pl: export the app's STACK_TRACE_MODE enum.

	* plug-ins/common/plugindetails.c: made the titles of the tree view
	unclickable, cleanups.
2000-07-16 12:49:04 +00:00
Kjartan Maraas e0e4101d6d Updated Norwegian translation.
2000-07-16  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-07-15 23:41:08 +00:00
Marc Lehmann 6d3f838bde see plug-ins/perl/Changes 2000-07-15 17:51:17 +00:00
Marc Lehmann b7f888e4bc *** empty log message *** 2000-07-15 16:34:12 +00:00
Sven Neumann 6a2e32f69e added pt_BR to ALL_LINGUAS
2000-07-15  Sven Neumann  <neo@wintermute.ochsenblut.de>

	* configure.in: added pt_BR to ALL_LINGUAS

	* tools/Makefile.am: only build gimp-remote if libXmu
	is available. Added a target for kernelgen while I was
	on it.
2000-07-15 00:51:49 +00:00
Sven Neumann 2010d3a822 build gimp-remote
2000-07-15  Sven Neumann  <neo@wintermute.ochsenblut.de>

        * tools/Makefile.am: build gimp-remote

        * tools/gimp-remote.c: g_error() should only be used
        for fatal errors that can never happen.

        * plug-ins/script-fu/po/pt_BR.po
        * plug-ins/script-fu/po: removed. I guess this was
        accidentally added.
2000-07-14 22:08:37 +00:00
Jorge Godoy 10510384d8 added pt_BR translations 2000-07-14 16:48:59 +00:00
Jorge Godoy e2cf4cb890 added pt_BR traslations 2000-07-14 16:40:07 +00:00
Jorge Godoy 059dbc166b added pt_BR translations. 2000-07-14 16:40:03 +00:00
Manish Singh 0648b79d88 fix the build
-Yosh
2000-07-13 19:24:36 +00:00
Simon Budig 3e7da9600e fixed the date of the entry...
Simon Budig <simon@gimp.org>
2000-07-12 22:11:41 +00:00
Simon Budig 577f191f43 new file This is a first implementation of a remote control for gimp. It
2000-07-11  Simon Budig  <simon@gimp.org>

        * tools/gimp-remote.c: new file
        This is a first implementation of a remote control for gimp.
        It synthesizes a drag'n'drop event on the toolbox to make
        Gimp load a file or an URL. Not yet built automatically since
        I have no idea about automake etc. Simply build it with
          gcc -o gimp-remote `gtk-config --cflags --libs` \
              -lXmu -Wall gimp-remote.c

        Disclaimer: Faking drag'n'drop for remote controlling an
        application is a hack. We should include a saner interface
        for this in Gimp 2.0.
2000-07-12 21:52:01 +00:00
Jesus Bravo Alvarez c2c53a823c Added gl to ALL_LINGUAS 2000-07-11 21:19:55 +00:00
Jesus Bravo Alvarez 7a3be4bce3 Added Galician translation 2000-07-11 21:04:00 +00:00
Jesus Bravo Alvarez 37f2eb8fce Added Galician translation 2000-07-10 20:49:49 +00:00
Stanislav Brabec ad566c8c12 czech translation update 2000-07-10 20:41:21 +00:00
Marc Lehmann 8708f77984 see plug-ins/perl/Changes 2000-07-09 17:38:00 +00:00
Sven Neumann ebc87a8c8f changed default action for multiple layers to "Merge/Flatten" instead of
2000-07-09  Sven Neumann  <sven@gimp.org>

        * libgimp/gimpexport.c: changed default action for multiple
        layers to "Merge/Flatten" instead of "Save as Animation"
        since I agree with the points made in #16488.
2000-07-09 15:47:11 +00:00
Kenneth Christiansen 344f38a36e Translations from Keld
balsa/po/da.po evolution/po/da.po gedit/po/da.po
gernel/po/da.po gimp/po/da.po gnome-core/po/da.po
gnome-vfs/po/da.po gnomeicu/po/da.po gnumeric/po/da.po
gtranslator/po/da.po nautilus/po/da.po pan/po/da.po
2000-07-08 22:47:55 +00:00
SHIRASAKI Yasuhiro 00faeca6cb Updated japanese translation.
-- yasuhiro
2000-07-08 15:28:28 +00:00
Sven Neumann fe01ff2fcb applied a patch provided by Wolfgang Hofer <hof@hotbot.com> that fixes a
2000-07-08  Sven Neumann  <sven@gimp.org>

        * plug-ins/gap/gap_range_ops.c: applied a patch provided by
        Wolfgang Hofer <hof@hotbot.com> that fixes a problem when
        flattening a singlelayer image.
2000-07-08 14:18:50 +00:00
Marc Lehmann c082c68946 see plug-ins/perl/Changes 2000-07-06 09:36:52 +00:00
Valek Frob 89c68a874b Updated russian translation. 2000-07-05 12:02:09 +00:00
Seth Burgess 24542e8c9c app/levels.c : changed reset to reset all channels, not just currently
active one.  Fixes #15042.
2000-07-05 01:26:10 +00:00
Sven Neumann 94a6b5ee8c since there really seems to be a "build" directory, we should include it
2000-07-05  Sven Neumann  <sven@gimp.org>

	* configure.in: since there really seems to be a "build"
	directory, we should include it (and its subdirectories) here too.
2000-07-04 23:28:04 +00:00
Tor Lillqvist 437d7cb6c0 Use "windowing system" instead of "X-server".
2000-07-05  Tor Lillqvist  <tml@iki.fi>

* app/user_install.c (user_install_resolution): Use "windowing
system" instead of "X-server".
2000-07-04 22:54:42 +00:00
Sven Neumann 093390b91f Corrected an error message, applied updates to the italian
and german translations.


--Sven
2000-07-04 20:21:01 +00:00
Tor Lillqvist 958dff32db Yes, there *is* a "build" directory. It's a virtual module included in
2000-07-04  Tor Lillqvist  <tml@iki.fi>

* Makefile.am (SUBDIRS): Yes, there *is* a "build" directory. It's a
virtual module included in gimp, see CVSROOT/modules. With older
CVS clients you might need to do a recheckout to get it.

* plug-ins/script-fu/script-fu.c (marshall_proc_db_call): On
Windows, handle pending gtk events each time we come here,
otherwise we easily get resource starvation in a long-running
script. Thanks to Jean-Louis Hamel for this workaround. It's a
hack, I don't exactly know why it is needed, but it sure helps a
lot.

* plug-ins/makefile.cygwin: Add some new unofficial plug-ins. Use
macros from make.mingw.

* libgimp/makefile.cygwin: Update with new object files.

* libgimp/gimp.def: Add new entry points.
2000-07-04 18:50:03 +00:00
Tor Lillqvist 1a5990bb4d Fix one fuzzy translation.
2000-07-04  Tor Lillqvist  <tml@iki.fi>

* fi.po: Fix one fuzzy translation.
2000-07-04 18:39:13 +00:00
Kenneth Christiansen c51a688ae6 Translations from keld
gedit/po/da.po gernel/po/da.po gimp/po-plug-ins/da.po
gnome-db/po/da.po gnumeric/po/da.po guppi3/po/da.po
2000-06-30 22:29:36 +00:00
BST 2000 Andy Thomas 02625e087b plug-ins/common/iwarp.c
Fri Jun 30 22:09:11 BST 2000 Andy Thomas <alt@gimp.org>

	* plug-ins/common/iwarp.c

	Applied patch by Daniel Egger that fixes a problem when
	applying iwarp in animation mode.
2000-06-30 21:12:14 +00:00
Valek Frob 6a2d20a6dc Updated russian translation. 2000-06-30 14:04:08 +00:00