Commit graph

7057 commits

Author SHA1 Message Date
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 (bokmål) translation.
2002-07-02  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) 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
Michael Natterer a3f44d8b0f Separated tool_options creation from tool registration so we don't
2002-06-17  Michael Natterer  <mitch@gimp.org>

	Separated tool_options creation from tool registration so we
	don't implicitly create widgets before gui_init():

	* libgimptool/gimptooltypes.h: removed GimpToolOptionsNewFunc
	typedef here...

	* app/core/core-types.h: ...and added it here.

	* libgimpproxy/gimpproxytypes.h: regenerated.

	* app/core/gimptoolinfo.[ch]: added a GimpToolOptionsNewFunc
	pointer to remember the constructor. Fixed the finalize() method
	(bug was never noticed because we leaked all tool infos)

	* app/tools/tool_manager.[ch]: moved tool_options creation to the
	new function tool_manager_restore(). Unref the tool infos after
	adding them to their container. Added "brush" and "gradient" to
	the context properties which are defined for tool contexts.

	* app/app_procs.c: call tool_manager_restore() after gui_init().

	* app/gui/gui.c: removed the hack introduced recently and call
	render_setup() in gui_init() again, not in gui_themes_init().

	Use the correct contexts now that they are properly initialized
	at the time of tool_options creation:

	* app/tools/gimpblendtool.c: use tool_info->context, not
	gimp_get_user_context() to get/set the tool's gradient.

	* app/paint/gimppaintcore.[ch] (gimp_paint_core_start): added a
	GimpPaintOptions paramater and get the brush to use from
	paint_options->context (instead of gimp_get_current_context()).

	* app/paint/gimppaintcore-stroke.c
	* app/tools/gimppainttool.c: changed accordingly.

	* app/tools/paint_options.c: added a brush preview to the paint
	options.
2002-06-17 10:34:28 +00:00
Sven Neumann 340b6acb20 az.po fixed fatal errors.
2002-06-17  Sven Neumann  <sven@gimp.org>

	* az.po
	* fr.po: fixed fatal errors.
2002-06-17 09:40:45 +00:00
Duarte Loreto 35d22183d1 Updated Portuguese translation.
2002-06-17  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2002-06-17 02:08:44 +00:00
Duarte Loreto 48d7c82236 Updated Portuguese translation.
2002-06-16  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2002-06-16 20:53:13 +00:00
Michael Natterer aa7be287dc Fix for #85201:
2002-06-16  Michael Natterer  <mitch@gimp.org>

	Fix for #85201:

	* app/tools/gimpfliptool.c: set the toggle_cursor correctly.

	* app/tools/gimptransformtool.c: if "use_grid" is FALSE, skip the
	cursor update stuff and chain up directly.

	Misc tool->control options fixes:

	* app/tools/gimppainttool.c: set "motion_mode" to
	GIMP_MOTION_MODE_EXACT.

	* app/tools/gimpairbrushtool.c
	* app/tools/gimpclonetool.c
	* app/tools/gimpconvolvetool.c
	* app/tools/gimpdodgeburntool.c
	* app/tools/gimperasertool.c
	* app/tools/gimppaintbrushtool.c
	* app/tools/gimpsmudgetool.c: don't touch "motion_mode" here.

	* app/tools/gimpimagemaptool.c
	* app/tools/gimptransformtool.c: set "scroll_lock" to TRUE and
	"preserve" to FALSE.

	* app/tools/gimpcurvestool.c
	* app/tools/gimphuesaturationtool.c
	* app/tools/gimplevelstool.c
	* app/tools/gimpfliptool.c
	* app/tools/gimpperspectivetool.c
	* app/tools/gimprotatetool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimpsheartool.c: don't touch them here.

	* app/tools/gimphistogramtool.[ch]: derive it from GimpImageMapTool
	so it inherits it's control settings.

	* app/tools/gimpellipseselecttool.c: don't set "preserve" to TRUE.

	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmovetool.c: code formating paranoia.

	* app/tools/gimptoolcontrol.c: fixed indentation.
2002-06-16 17:13:39 +00:00
Michael Natterer 6fe42e3691 set the witdh of the gradient preview to 96 instead of 128 pixels so it is
2002-06-16  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpblendtool.c: set the witdh of the gradient preview
	to 96 instead of 128 pixels so it is not the widest tool options
	item with the "small" theme.
2002-06-16 16:35:05 +00:00
Michael Natterer b2de161674 register the new "invert" and "layer to imagesize" PNGs as stock icons.
2002-06-16  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpstock.[ch]: register the new "invert" and
	"layer to imagesize" PNGs as stock icons.

	* app/gui/menus.c: use them here.

	* themes/Default/images/Makefile.am: fixed indentation.
2002-06-16 15:22:21 +00:00
Sven Neumann ecff138142 use the new paste icons in the menu.
2002-06-16  Sven Neumann  <sven@gimp.org>

	* app/gui/menus.c: use the new paste icons in the menu.
2002-06-16 11:52:32 +00:00
Jakub Steiner 957bea7a83 revert to 12x12 size 2002-06-15 07:29:49 +00:00
Jakub Steiner 365cd78c2c new icons 2002-06-14 23:35:24 +00:00
Chyla Zbigniew 1c12a794fa Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-06-14 21:25:01 +00:00