Commit Graph

11940 Commits

Author SHA1 Message Date
Michael Natterer 2e61f95873 fixed last log. 2004-03-29 09:58:04 +00:00
Michael Natterer 110dc4e2d6 added new group GIMP_UNDO_GROUP_FS_REMOVE.
2004-03-29  Michael Natterer  <mitch@gimp.org>

	* app/core/core-enums.h (enum GimpUndoType): added new group
	GIMP_UNDO_GROUP_FS_REMOVE.

	* app/core/gimplayer-floating-sel.c (floating_sel_remove): push an
	undo group. Fixes undo corruption spotted by Pedro Gimeno.
2004-03-29 09:57:39 +00:00
Michael Natterer f1de2e7d43 Don't just skip guides at the image edges but any guide which is at a
2004-03-29  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/guillotine.c (guillotine): Don't just skip
	guides at the image edges but any guide which is at a position we
	already remembered. Should catch all instances of bug #138312 this
	time.
2004-03-29 09:27:30 +00:00
Sven Neumann c8a387e09c applied patch from David Necas that updates the sensitivity of the Delete
2004-03-28  Sven Neumann  <sven@gimp.org>

	* plug-ins/ifscompose/ifscompose.c: applied patch from David Necas
	that updates the sensitivity of the Delete button and menu entry.
	Fixes bug 138212#.
2004-03-28 16:09:56 +00:00
Sven Neumann 0c30397541 fixed non-interactive call.
2004-03-28  Sven Neumann  <sven@gimp.org>

	* plug-ins/MapObject/mapobject_main.c: fixed non-interactive call.

	* plug-ins/script-fu/scripts/spinning-globe.scm: pass -1 as
	drawable ID for unused drawables. Fixes bug #138253.
2004-03-28 15:41:31 +00:00
Sven Neumann dd94d1cb05 validate the font name. This should work around the crashes that Windows
2004-03-28  Sven Neumann  <sven@gimp.org>

	* app/text/gimpfontlist.c (gimp_font_list_add_font): validate the
	font name. This should work around the crashes that Windows users
	were experiencing on startup (bug #132366). The real problem needs
	to be fixed elsewhere though.
2004-03-28 14:27:37 +00:00
Michael Natterer 0af7cfa584 when re-adding a layer with mask, don't forget to set layer->mask->removed
2004-03-28  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage-undo-push.c (undo_pop_layer): when re-adding
	a layer with mask, don't forget to set layer->mask->removed to FALSE.
2004-03-28 14:25:42 +00:00
Michael Natterer 77447984cc added "gboolean removed" to the GimpItem struct. Defaults to FALSE. Set it
2004-03-28  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpitem.[ch]: added "gboolean removed" to the GimpItem
	struct. Defaults to FALSE. Set it to TRUE in gimp_item_removed().
	Added public function gimp_item_is_removed().

	* app/core/gimpimage-undo-push.c (undo_pop_layer)
	(undo_pop_layer_mask) (undo_pop_channel) (undo_pop_vectors):
	set it to FALSE manually when re-adding something from the
	undo stack.

	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb.pl: don't allow any operation on items which
	are removed from the image (and exist on the undo stack only).
	Fixes bug #138311.

	* app/pdb/channel_cmds.c
	* app/pdb/color_cmds.c
	* app/pdb/drawable_cmds.c
	* app/pdb/edit_cmds.c
	* app/pdb/floating_sel_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/layer_cmds.c
	* app/pdb/paint_tools_cmds.c
	* app/pdb/parasite_cmds.c
	* app/pdb/selection_cmds.c
	* app/pdb/selection_tools_cmds.c
	* app/pdb/transform_tools_cmds.c: regenerated.
2004-03-28 14:20:57 +00:00
Sven Neumann a5117a65bd applied a (modified) patch from Nils Philippsen that fixes bug #138310.
2004-03-28  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/slide.scm: applied a (modified) patch
	from Nils Philippsen that fixes bug #138310.
2004-03-28 12:31:20 +00:00
Michael Natterer 02291637e1 applied a (modified) patch from Joao S. O. Bueno which removes any guides
2004-03-28  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/guillotine.c (guillotine): applied a (modified)
	patch from Joao S. O. Bueno which removes any guides from the
	cropped images. Fixes bug #138314.

	Skip guides which are at the image's edges because the algorithm
	already assumes that there are always guides at these positions.
	Fixes bug #138312.
2004-03-28 11:58:22 +00:00
Sven Neumann 456545fa20 added en_GB.po (British English).
2004-03-28  Sven Neumann  <sven@gimp.org>

	* Makefile.am (tips_POFILES): added en_GB.po (British English).
2004-03-28 11:20:37 +00:00
SHIRASAKI Yasuhiro d489b08fb9 ja.po: Added missing slashes. 2004-03-27 20:49:25 +00:00
Tor Lillqvist fb42928bbe Use -mwindows on Windows to avoid a console window popping up.
2004-03-27  Tor Lillqvist  <tml@iki.fi>

	* plug-ins/help/Makefile.am (AM_LDFLAGS): Use -mwindows on Windows
	to avoid a console window popping up.
2004-03-27 01:09:00 +00:00
Manish Singh 83cae1617a don't generate code with tabs.
2004-03-26  Manish Singh  <yosh@gimp.org>

        * tools/pdbgen/app.pl: don't generate code with tabs.

        * tools/pdbgen/pdb/procedural_db.pdb: convert tabs to spaces in
        helper function declaration.

        * app/pdb/procedural_db.c: convert tabs to spaces.

        * app/pdb/*.c: regenerated, no code changes, only tabs->spaces.
2004-03-26 16:49:18 +00:00
Manish Singh 5c592d52c1 kill whitespace in blank lines.
2004-03-26  Manish Singh  <yosh@gimp.org>

        * tools/pdbgen/app.pl: kill whitespace in blank lines.

        * app/pdb/*.c: regenerated, no code changes, only whitespace.
2004-03-26 16:38:44 +00:00
Michael Natterer ef798bbcc3 return NULL tiles if the matrix would transform the drawable into nothing.
2004-03-26  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpdrawable-transform.c
	(gimp_drawable_transform_tiles_affine): return NULL tiles if the
	matrix would transform the drawable into nothing. Fixes the
	core-crashing part of bug #138117 and makes the script fail
	with an execution error.
2004-03-26 10:28:44 +00:00
Gareth Owen d88c0e906c Updated British English translation 2004-03-26 01:29:16 +00:00
Sven Neumann 27ef18c7a5 mention the gimp-perl pre-release and provide a link.
2004-03-25  Sven Neumann  <sven@gimp.org>

	* README: mention the gimp-perl pre-release and provide a link.
2004-03-25 19:08:28 +00:00
Michael Natterer d23e1ffe3b g_return_if_fail() on width, height or bpp <= 0. Doesn't fix anything but
2004-03-25  Michael Natterer  <mitch@gimp.org>

	* app/base/tile-manager.c (tile_manager_new): g_return_if_fail()
	on width, height or bpp <= 0. Doesn't fix anything but badly
	warns (and helps debugging) on bug #138117.
2004-03-25 17:58:26 +00:00
Changwoo Ryu dbe84d2df5 Updated Korean translation by Dongsu Jang <iolo@hellocity.net>.
* ko.po: Updated Korean translation by Dongsu Jang
	<iolo@hellocity.net>.
2004-03-25 12:50:05 +00:00
Michael Natterer 13b46f4847 fixed condition which triggers the path tool's undo hack. Fixes bug
2004-03-25  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpvectortool.c (gimp_vector_tool_button_release):
	fixed condition which triggers the path tool's undo hack.  Fixes
	bug #138086. Also g_object_unref() the undo step.

	Removed trailing whitespace.
2004-03-25 12:46:20 +00:00
Andras Timar 995c266b57 Updated Hungarian translation.
2004-03-25  Andras Timar  <timar@gnome.hu>

	* hu.po: Updated Hungarian translation.
2004-03-25 12:15:22 +00:00
Dmitry Mastrukov 82e689b4f0 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-03-25 10:09:11 +00:00
Manish Singh 87fba73a12 libgimp/gimp.c close the shm_open fd in the POSIX shm case. We were
2004-03-25  Manish Singh  <yosh@gimp.org>

        * libgimp/gimp.c
        * app/plug-in/plug-in-shm.c: close the shm_open fd in the POSIX
        shm case. We were leaking an fd here.
2004-03-25 09:02:28 +00:00
Tor Lillqvist f5e58a1ef8 ms.po Fix minor syntax errors to silence GIMP.
2004-03-25  Tor Lillqvist  <tml@iki.fi>

	* ms.po
	* pl.po: Fix minor syntax errors to silence GIMP.
2004-03-25 07:39:25 +00:00
Tor Lillqvist 4ba2456741 Add a missing slash.
2004-03-25  Tor Lillqvist  <tml@iki.fi>

	* sv.po: Add a missing slash.
2004-03-25 07:35:42 +00:00
Vincent van Adrighem bc0d721168 Translation updated by Branko Collin.
2004-03-24  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Branko Collin.
2004-03-24 20:14:54 +00:00
Sven Neumann 8e44fe33f0 fixed a typo reported by Jean-Luc Coulon.
2004-03-24  Sven Neumann  <sven@gimp.org>

	* fr.po: fixed a typo reported by Jean-Luc Coulon.
2004-03-24 13:36:26 +00:00
SHIRASAKI Yasuhiro 94cf0382f6 fixed wrong entry.
-- yasuhiro
2004-03-23 23:50:48 +00:00
Michael Natterer f107e6cea9 be verbose about AUTOGEN_CONFIGURE_ARGS in the message that is printed if
2004-03-23  Michael Natterer  <mitch@gimp.org>

	* autogen.sh: be verbose about AUTOGEN_CONFIGURE_ARGS in the
	message that is printed if no arguments were passed.
2004-03-23 19:24:19 +00:00
Michael Natterer cef98b503d Added ChangeLog.pre-2-0 to EXTRA_DIST 2004-03-23 18:52:47 +00:00
Michael Natterer f9c642a988 Copied ChangeLog to ChangeLog.pre-2-0 and truncated ChangeLog. 2004-03-23 18:49:12 +00:00
Sven Neumann ea7fb10555 Michael Natterer <mitch@gimp.org>
2004-03-23  Sven Neumann  <sven@gimp.org>
            Michael Natterer <mitch@gimp.org>

        * Made 2.0.0 release.
2004-03-23 18:31:35 +00:00
Kwok-Koon Cheung 48b13a724a another update 2004-03-23 17:55:16 +00:00
Kwok-Koon Cheung 757ce2d70b Updated traditional Chinese translation.
* zh_TW.po: Updated traditional Chinese translation.
2004-03-23 17:51:48 +00:00
Kwok-Koon Cheung 549e56ab1f Updated traditional Chinese translation.
* zh_TW.po: Updated traditional Chinese translation.
2004-03-23 16:51:48 +00:00
Kwok-Koon Cheung 6cfd29d45c Mark wrong entry as fuzzy (msgfmt check failed).
* ja.po: Mark wrong entry as fuzzy (msgfmt check failed).
2004-03-23 16:21:55 +00:00
Gustavo Maciel Dias Vieira c5e9c7d561 Updated Brazilian Portuguese translation done by Luis Henrique Sestari
2004-03-23  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation done by Luis
        Henrique Sestari Rocha <subdirect@bol.com.br>.
2004-03-23 15:02:31 +00:00
Gustavo Maciel Dias Vieira d47b34c9d7 Updated Brazilian Portuguese translation done by Joao S. O. Bueno
2004-03-23  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation done by Joao
        S. O. Bueno <gwidion@mpc.com.br>.
2004-03-23 14:59:28 +00:00
Gustavo Maciel Dias Vieira 6691c76869 Updated Brazilian Portuguese translation from Joao S. O. Bueno
2004-03-23  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation
        from Joao S. O. Bueno <gwidion@mpc.com.br>.
2004-03-23 14:56:44 +00:00
Kwok-Koon Cheung ec4916ce30 Updated traditional Chinese translation.
* zh_TW.po: Updated traditional Chinese translation.
2004-03-23 14:25:44 +00:00
Sven Neumann 596c982caa Added a note about missing help files and where to get them. 2004-03-23 14:22:43 +00:00
Simon Budig eed77aa635 plug-ins/script-fu/scripts/alien-glow-arrow.scm Make helper functions
2004-03-23  Simon Budig  <simon@gimp.org>

	* plug-ins/script-fu/scripts/alien-glow-arrow.scm
	* plug-ins/script-fu/scripts/beveled-pattern-arrow.scm: Make
	helper functions local to the scripts. The better fix for
	bug #136868. Should also be done for a lot of other scripts,
	but is too likely to introduce new bugs to do this now.
2004-03-23 14:18:13 +00:00
Sven Neumann eb7cce40e3 app/app-docs.sgml app/app-sections.txt updated.
2004-03-23  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2004-03-23 11:50:16 +00:00
SHIRASAKI Yasuhiro 06a06dc0e4 Updated Japanese translation.
-- yasuhiro
2004-03-23 11:44:24 +00:00
Sven Neumann 353182861d INSTALL NEWS updated for the 2.0 release.
2004-03-23  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* NEWS
	* README: updated for the 2.0 release.
2004-03-23 11:28:38 +00:00
Simon Budig fa4fb1e603 fixed utility function rotate-points. Only worked sometimes by accident,
2004-03-23  Simon Budig  <simon@gimp.org>

	* plug-ins/script-fu/scripts/alien-glow-arrow.scm: fixed
	utility function rotate-points. Only worked sometimes by
	accident, probably because beveled-pattern-arrow.scm implemented
	a function of the same name correctly and all scripts share
	a common namespace.

	Fixes bug #136868.
2004-03-23 11:07:35 +00:00
SHIRASAKI Yasuhiro 3a66852a02 Updated Japanese translation.
-- yasuhiro
2004-03-23 10:12:49 +00:00
Michael Natterer e8526c97ee The floating_sel code is really from the stone age:
2004-03-23  Michael Natterer  <mitch@gimp.org>

	The floating_sel code is really from the stone age:

	* app/core/gimplayer-floating-sel.c (floating_sel_attach): call
	gimp_image_floating_sel() once and work on the return value
	instead of accessing gimage->floating_sel directly twice and
	calling gimp_image_floating_sel() for the thrid access.

	* app/core/gimpimage.c (gimp_image_floating_sel): no need to
	return NULL if gimage->floating_sel is NULL, just always return
	gimage->floating_sel.
2004-03-23 09:40:16 +00:00
Artur Flinta 128cabe3b8 Updated Polish translation.
2004-03-23  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2004-03-23 07:10:29 +00:00