Commit graph

4322 commits

Author SHA1 Message Date
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
Yuri Syrota 3c270622e7 Updated Ukrainian translation 2000-06-30 11:23:43 +00:00
Nick Lamb /GIMP c2ff0cc442 Documented PNG plug-in 2000-06-30 03:46:36 +00:00
Nick Lamb /GIMP 29017c2bd5 Add more options to PNG, offsets preserved on load (doh) 2000-06-30 02:51:35 +00:00
Nick Lamb /GIMP d59be41983 These scripts generated invalid SGML (DOCTYPE screw-up) fixed that. 2000-06-30 02:31:25 +00:00
Kenneth Christiansen 0c5f62ec3c Translations from Keld
evolution/po/da.po gedit/po/da.po gimp/po-libgimp/da.po
gnome-vfs/po/da.po gnomeicu/po/da.po guppi3/po/da.po
2000-06-29 21:42:11 +00:00
Valek Frob 2855c353ba Updated russian translation. 2000-06-28 17:07:18 +00:00
Nick Lamb /GIMP c5ec6a38f8 Fix date-o I made last month^W week :) 2000-06-28 01:01:26 +00:00
Daniel Egger 5e33a64cba changed some words to lowercase
2000-06-27  Daniel Egger  <egger@suse.de>

        * libgimp/gimpexport.c: changed some words to lowercase

2000-06-28  Sven Neumann  <sven@gimp.org>

        * de.po: updated german translation

2000-06-27  Sven Neumann  <sven@gimp.org>

        * en_GB.po: applied gimp-cornwell-000626-0 which updates
        the british translation
2000-06-27 22:02:27 +00:00
Sven Neumann c271b413dc we used an array with a hardcoded size here which was too small to hold
2000-06-27  Sven Neumann  <sven@gimp.org>

	* app/about_dialog.c: we used an array with a hardcoded size here
	which was too small to hold all the authors recently added. Made
	it a dynamic one. This fixes the "Can't quit The GIMP" bug #15483.

	* app/about_dialog.h
	* app/commands.c: removed the timeout parameter from
	about_dialog_create() since it wasn't used at all.
2000-06-27 21:38:44 +00:00
BST 2000 Andy Thomas 3ed86a7343 app/paint_core.c
Tue Jun 27 22:26:30 BST 2000 Andy Thomas <alt@gimp.org>

	* app/paint_core.c

	Fixed problem with coloured brushes/grayscale images and painting
	close to the edge. Fixes bug #14159
2000-06-27 21:26:59 +00:00
Sven Neumann c231c15089 simplified the mucho weirdo code which obviously wasn't working as
2000-06-27  Sven Neumann  <sven@gimp.org>

        * plug-ins/helpbrowser/helpbrowser.c: simplified the
        mucho weirdo code which obviously wasn't working as
        expected. Should fix bug #15284.
2000-06-27 20:21:31 +00:00
Yuri Syrota bb1d35d349 Updated Ukrainian translation 2000-06-26 13:14:59 +00:00
Marc Lehmann 25b7eafa60 *** empty log message *** 2000-06-26 00:22:34 +00:00
Marc Lehmann e778ebec75 *** empty log message *** 2000-06-26 00:21:37 +00:00
Sven Neumann 679e597e77 added a new export_action type so PNG for example correctly shows "PNG
2000-06-26  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpexport.c: added a new export_action type
	so PNG for example correctly shows "PNG can't handle layers"
	even if the suggested action is to flatten the image since
	the background has no alpha-channel. Fixes bug #15085.
2000-06-25 23:18:56 +00:00
Sven Neumann 05581fce40 corrected bad translations as reported in bug #15233.
2000-06-26  Sven Neumann  <neo@wintermute.ochsenblut.de>

	* nl.po: corrected bad translations as reported in bug #15233.

	Please do always install the compiled message catalogs and
	run gimp from the console to catch warnings at startup!
2000-06-25 23:05:01 +00:00
Sven Neumann fd6a1d1e01 use a fixed-size buffer to make the code ANSI compliant. Fixes bug #15338.
2000-06-26  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/url.c: use a fixed-size buffer to make
	the code ANSI compliant. Fixes bug #15338.
2000-06-25 22:23:18 +00:00
Kenneth Christiansen f1ca58b60e Translations from Keld
achtung/po/da.po balsa/po/da.po dia/po/da.po
dr-genius/po/da.po evolution/po/da.po gimp/po/da.po
gnome-core/po/da.po gnome-db/po/da.po gnome-utils/po/da.po
mc/po/da.po nautilus/po/da.po rp3/po/da.po sodipodi/po/da.po
2000-06-25 22:18:36 +00:00