Commit Graph

7068 Commits

Author SHA1 Message Date
Christian Rose 286ccad4ee Updated Swedish translation by Jan Moren <jan.moren@lucs.lu.se>.
2002-07-20  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation by
	Jan Moren <jan.moren@lucs.lu.se>.
2002-07-19 22:29:03 +00:00
Christophe Merlet 209f6e9e93 Added $(DESTDIR) variable. 2002-07-16 21:06:43 +00:00
Marcel Telka 59b356ad56 Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
2002-07-16  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation by
	Zdenko Podobny <zdpo@mailbox.sk>.
2002-07-16 11:57:00 +00:00
Pablo Saratxaga 5fc3955ce6 Added Vietnamese file 2002-07-15 10:39:53 +00:00
Ole Laursen bf5973fac6 Updated Danish translation.
2002-07-13  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-07-13 13:55:16 +00:00
Pablo Saratxaga 220d1a39a6 updated Vietnamese file 2002-07-12 11:34:55 +00:00
Sven Neumann 00d408bdd6 bumbed version number to 1.3.8.
2002-07-11  Sven Neumann  <sven@gimp.org>

	* configure.in: bumbed version number to 1.3.8.

	* app/core/gimpcontainer.c: use gulong for signal handler IDs.
2002-07-11 11:37:41 +00:00
Yuri Syrota 0a8ff4458f Updated Ukrainian translation 2002-07-10 15:10:33 +00:00
Pablo Saratxaga 2b3000d90a Added Vietnamese file 2002-07-10 08:20:10 +00:00
Wang Jian 530eefed36 *** empty log message *** 2002-07-09 17:52:02 +00:00
Sven Neumann f000cdcd52 Merged bug-fixes from the stable branch:
2002-07-09  Sven Neumann  <sven@gimp.org>

	Merged bug-fixes from the stable branch:

	* plug-ins/common/papertile.c: bug #86868.

	* plug-ins/common/tileit.c: bug #86637.

	* plug-ins/common/xpm.c: bug #87588.

	* plug-ins/print/print.c: bug #87428.
2002-07-09 16:17:43 +00:00
Zbigniew Chyla 16737b5813 i18n fixes
2002-07-08  Zbigniew Chyla  <cyba@gnome.pl>

	i18n fixes

	* plug-ins/script-fu/script-fu.c (script_fu_query):
	Pass "gimp14-script-fu" to gimp_plugin_domain_register
	(not "gimp-script-fu").

	* libgimp/libgimp-intl.h:
	s/gimp-libgimp/gimp14-libgimp/

	* libgimpwidgets/gimpstock.c (gimp_stock_items[]):
	ditto
2002-07-07 23:57:43 +00:00
Chyla Zbigniew ddad4ef79a Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-07-07 23:54:02 +00:00
Chyla Zbigniew 0b81ae8ca2 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-07-07 19:37:38 +00:00
Kjartan Maraas 6993acc21b Updated Norwegian (bokml) translation.
2002-07-02  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokml) translation.
2002-07-02 14:12:52 +00:00
Christophe Merlet 627004c118 Updated French translation. 2002-06-30 11:53:22 +00:00
Maurits Rijk 0403f2b3b4 Added mnemonics to dialogs plus some minor code cleanup 2002-06-29 21:01:33 +00:00
Maurits Rijk ba1cbd1674 Major performance improvement for Make Seamless filter and fix for #67686 2002-06-27 18:49:52 +00:00
Michael Natterer fa537489d7 removed gdisp->scale, gdisp->dot_for_dot, the scaling marcos and the
2002-06-27  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplay.[ch]: removed gdisp->scale,
	gdisp->dot_for_dot, the scaling marcos and the
	gdisplay_[un]transform[_f]() functions.

	* app/display/gimpdisplayshell.[ch]: added them here. Named the
	transform functions gimp_display_shell_[un]transform_xy[_f]().

	Made the gimp_display_shell_[un]transform_coords() functions copy
	all values of the GimpCoords struct, not just x and y.

	* app/display/gimpstatusbar.[ch]: keep a pointer to
	GimpDisplayShell, not GimpDisplay.

	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-render.c
	* app/display/gimpdisplayshell-scale.c
	* app/display/gimpdisplayshell-scroll.c
	* app/display/gimpdisplayshell-selection.c
	* app/display/gimpnavigationview.c
	* app/gui/image-commands.c
	* app/gui/info-window.c
	* app/gui/select-commands.c
	* app/gui/view-commands.c
	* app/tools/gimpbezierselecttool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpdrawtool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimpmovetool.c
	* app/tools/gimppainttool.c
	* app/tools/gimppathtool.c
	* app/tools/gimprotatetool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimpvectortool.c: changed accordingly.

	* app/gui/layers-commands.c: if(gimage->selection_mask) is always
	TRUE, use if(!gimp_image_mask_is_empty(gimage)) instead.

	* app/tools/gimpfuzzyselecttool.[ch]: moved global variables
	to the object struct.
2002-06-26 22:16:59 +00:00
Simon Budig 3d2328214d Fixed the SVG so that the Adobe Plugin displays it correctly (the "fill"
2002-06-25  Simon Budig  <simon@gimp.org>

        * docs/Wilber.svg: Fixed the SVG so that the Adobe Plugin
	displays it correctly (the "fill" property defaults to black)
2002-06-25 19:56:25 +00:00
Sven Neumann c4d1d86b7b fixed syngin's ChangeLog entry 2002-06-25 14:38:56 +00:00
Mel Boyce f21d74fa2b Adjusted HTML error string for "Document not found" to align with forthcoming
GIMP-Help-2.
2002-06-25 13:51:21 +00:00
Sven Neumann d38fb99d97 changed a confusing comment, minor cleanup.
2002-06-25  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/pix.c: changed a confusing comment, minor cleanup.
2002-06-25 08:46:35 +00:00
Maurits Rijk 5938dbf800 Some code cleanup and minor optimizations. 2002-06-24 20:49:10 +00:00
Sven Neumann 4827ef3be0 cleaned up after myself. There's no need to sort the store twice.
2002-06-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/dbbrowser/dbbrowser_utils.c (dialog_search_callback):
	cleaned up after myself. There's no need to sort the store twice.
2002-06-24 10:03:15 +00:00
Marco Wessel 7e5df6383b missing newline 2002-06-24 09:43:02 +00:00
Maurits Rijk c4a5cb39a4 Added mnemonics (#80804) to lic plug-in. Started code clean-up. Next time (hopefully) major speed improvements. 2002-06-23 13:08:21 +00:00
Marco Wessel d57d9143f9 typo 2002-06-23 11:02:05 +00:00
Marco Wessel 216a7389a0 switch horizontal and vertical blurring. They were reversed.
* plug-ins/script-fu/scripts/tileblur.scm: switch horizontal and vertical
	blurring. They were reversed.
2002-06-23 10:57:06 +00:00
Maurits Rijk 9732da6fe2 Code clean-up in AlienMap2 plug-in. Added mnemonics (#80804) and fixed bug in gimp_hsl_to_rgb. 2002-06-21 21:27:37 +00:00
Chyla Zbigniew ff765f8073 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-06-21 19:25:54 +00:00
Sven Neumann ac70a3e609 Makefile.am added some files to DISTCLEANFILES (bug #86086).
2002-06-21  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* data/misc/Makefile.am: added some files to DISTCLEANFILES
	(bug #86086).
2002-06-20 23:50:15 +00:00
Christian Rose b97c2f3f42 Added missing files. Updated Swedish translation (completed).
2002-06-20  Christian Rose  <menthos@menthos.com>

	* POTFILES.in: Added missing files.
	* sv.po: Updated Swedish translation (completed).
2002-06-20 20:23:40 +00:00
Michael Natterer 0aec31c3c6 Fixed color picking (reported by jimmac on #gimp):
2002-06-20  Michael Natterer  <mitch@gimp.org>

	Fixed color picking (reported by jimmac on #gimp):

	* app/core/gimpimage-pick-color.c: set the returned color's alpha
	value to opaque if the drawable we pick from has no aplha.

	* app/tools/gimpcolorpickertool.c: ignore all values returned by
	gimp_image_pick_color() if it returns FALSE (which happens if we
	want to pick outside the drawable).
2002-06-19 22:09:02 +00:00
Michael Natterer d000f5fa8c typo 2002-06-19 21:21:18 +00:00
Michael Natterer 53a4fafe3b Fix for #85202:
2002-06-19  Michael Natterer  <mitch@gimp.org>

	Fix for #85202:

	Updating the active tool's modifier state on GTK_ENTER_NOTIFY and
	GTK_LEAVE_NOTIFY was a bad idea because this only works with
	focus-follows-mouse.  Instead, update it during the whole time the
	canvas can receive key events, namely from FOCUS_IN until
	FOCUS_OUT. As an ugly side condition, click-to-focus leads to
	GDK_BUTTON_PRESS arriving before GDK_FOCUS_CHANGE(in).

	* app/display/gimpdisplayshell-callbacks.[ch]: removed the
	separate focus_in and focus_out callbacks and handle them in
	gimp_display_shell_canvas_tool_events(). Moved tool state updating
	from the ENTER/LEAVE code to FOCUS_CHANGE. Added an ugly static
	variable "button_press_before_focus" and take care of the side
	condition mentioned above.

	* app/display/gimpdisplayshell.c: changed accordingly.
2002-06-19 21:19:49 +00:00
Maurits Rijk 621f6c5792 Fix for #84726 (Imagemap plugin crashes regularly). 2002-06-19 18:45:26 +00:00
Christian Rose acf96a317c Updated Swedish translation.
2002-06-19  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-06-19 17:11:14 +00:00
Christian Rose 8a864bebe4 Updated Swedish translation.
2002-06-19  Christian Rose  <menthos@menthos.com>

        * sv.po: Updated Swedish translation.
2002-06-19 16:48:36 +00:00
Maurits Rijk ae31fe8688 Fixed assertion failure in Blur filter. Added mnemonics (#80804) to fractaltrace filter. 2002-06-19 09:48:41 +00:00
Christian Rose 636b7e5fb9 Updated Swedish translation some more.
2002-06-19  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation some more.
2002-06-19 09:08:35 +00:00
Christian Rose cd3d792619 Updated Swedish translation some more.
2002-06-19  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation some more.
2002-06-18 23:39:55 +00:00
Maurits Rijk 44de2bff0a Removed a few *.xpm files since we now have stock icons for those. Updated Makefile.am accordingly. 2002-06-18 20:48:26 +00:00
Maurits Rijk 71ff805389 Added mnemonics to align layers dialog (#80804). Added stock warning icon to imagemap error dialogs. 2002-06-18 20:40:28 +00:00
Ole Laursen 322183c7a6 Updated Danish translation.
2002-06-18  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-06-17 22:53:11 +00:00
Duarte Loreto cf7c3228f1 Updated Portuguese translation.
2002-06-17  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2002-06-17 22:24:03 +00:00
Duarte Loreto ac4bb268b7 Updated Portuguese translation.
2002-06-17  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2002-06-17 22:19:03 +00:00
Ole Laursen d376735c91 Updated Danish translation.
2002-06-18  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-06-17 22:15:52 +00:00
Sven Neumann c585964707 Obviously I disagree with Tim about the symbol_name parameter in
2002-06-17  Sven Neumann  <sven@gimp.org>

	Obviously I disagree with Tim about the symbol_name parameter in
	g_scanner_unexp_token(). As it seems it's not supposed to be used
	to tell the user about the expected symbol (see bug #81850):

	* gimpconfig.[ch] (gimp_config_deserialize_return): removed the
	symbol_name parameter.

	* app/config/gimpconfig-deserialize.c
	* app/core/gimpcontainer.c
	* app/core/gimpdocumentlist.c
	* app/core/gimpparasitelist.c: changed the callers accordingly.

	* app/core/gimpunits.c (gimp_unitrc_load): pass NULL as symbol_name
	to g_scanner_unexp_token().
2002-06-17 19:36:33 +00:00
Sven Neumann 29c36954f5 merged fix for bug #85573 from stable branch. We should port this stuff to
2002-06-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-server.c (read_from_client): merged
	fix for bug #85573 from stable branch. We should port this stuff
	to use GIOChannels.
2002-06-17 12:47:14 +00:00