Commit Graph

14085 Commits

Author SHA1 Message Date
Michael Natterer e1932fc6aa libgimpbase/libgimpbase-sections.txt updated.
2004-11-10  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimputils.sgml: updated.
2004-11-10 12:45:21 +00:00
Michael Natterer 280856e128 renamed gimp_flags_get_value() to gimp_flags_get_first_value(). Reordered
2004-11-10  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/gimputils.[ch]: renamed gimp_flags_get_value() to
	gimp_flags_get_first_value(). Reordered functions so enum and
	flags functions are grouped together. Added missing docs.

	* libgimpbase/gimpbase.def: changed accordingly.
2004-11-10 12:44:13 +00:00
jaycox 5b5823ba4b Skip resources with unknown signatures instead of quiting. Fixes bug
* plug-ins/common/psd.c: Skip resources with unknown signatures
	instead of quiting.  Fixes bug #142468, and bug #152728

	* app/core/gimpdrawable.c: in functions gimp_drawable_mask_bounds,
	and gimp_drawable_mask_intersect: reinitialize the return values
	after calling gimp_channel_bounds because gimp_channel_bounds
	overwrites the values even when it returns false.  This fixes the
	bug where the gimp crashes when running color tools on layers
	smaller than the image, and processes only part of the image when
	the layer is larger than the image size.
2004-11-10 08:23:05 +00:00
Dmitry Mastrukov 59f1cf2f8d ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-11-10 04:41:49 +00:00
Sven Neumann 29e9f01ada some updates.
2004-11-10  Sven Neumann  <sven@gimp.org>

	* HACKING: some updates.
2004-11-10 02:18:35 +00:00
Sven Neumann b4f2ecc2f4 updated.
2004-11-10  Sven Neumann  <sven@gimp.org>

	* de.po: updated.
2004-11-10 01:38:48 +00:00
Michael Natterer cd017f1c7b use a UI manager created toolbar instead of two rows of buttons. Added a
2004-11-10  Michael Natterer  <mitch@gimp.org>

	* plug-ins/ifscompose/ifscompose.c: use a UI manager created
	toolbar instead of two rows of buttons. Added a "dummy-menubar" so
	the popup menu shows shortcuts again. Removed "Preview" and "Auto"
	buttons since the preview doesn't block the GUI and can always be
	updated.
2004-11-10 01:32:14 +00:00
Michael Natterer 04a7e8585b added new function gimp_statusbar_push_length(), which works exactly like
2004-11-10  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpstatusbar.[ch]: added new function
	gimp_statusbar_push_length(), which works exactly like
	push_coords() but takes only one value plus a GimpOrientationType
	for specifying the value's axis.

	* app/tools/gimptool.[ch]: added the corresponding
	gimp_tool_push_status_length().

	* app/tools/gimpmovetool.c: use gimp_tool_push_status_length()
	so the guide position is shown in the selected display unit.
	Cleaned up the status message code a bit.
2004-11-10 01:17:40 +00:00
Sven Neumann 390d49dfdf use an idle handler to jump to the anchor.
2004-11-10  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: use an idle handler to jump to the
	anchor.
2004-11-10 00:27:43 +00:00
Adam Weinberger 5ed7339aec Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-11-09 22:24:43 +00:00
Manish Singh 78f635acd5 if the file has space in the colormap for more than 256 entries, ignore
2004-11-09  Manish Singh  <yosh@gimp.org>

        * plug-ins/common/bmpread.c: if the file has space in the colormap for
        more than 256 entries, ignore them instead of failing. Fixes bug
        #157775.
2004-11-09 20:34:31 +00:00
Manish Singh 7a747f3a91 Fix cut'n'paste err so grayscale images load again. Fixes bug #157764.
2004-11-09  Manish Singh  <yosh@gimp.org>

        * plug-ins/common/bmpread.c: Fix cut'n'paste err so grayscale images
        load again. Fixes bug #157764.
2004-11-09 18:42:29 +00:00
Marco Ciampa c37af794b8 Updated italian translation 2004-11-09 18:37:58 +00:00
Miloslav Trmac fb2c410ec7 Updated Czech translation.
2004-11-09  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2004-11-09 14:22:16 +00:00
Miloslav Trmac e1a389c862 Updated Czech translation by Miloslav Trmač.
2004-11-09  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation by Miloslav Trmač.
2004-11-09 14:21:51 +00:00
Michael Natterer 6d9a69c0a6 pass (gint)-truncated coordinates instead of RINT()-rounded ones to
2004-11-09  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-callbacks.c
	(gimp_display_shell_canvas_tool_events): pass (gint)-truncated
	coordinates instead of RINT()-rounded ones to
	gimp_display_shell_update_cursor(). Restores correct coordinates
	display for zoomed-in display and fixes bug #153534.

	* app/tools/gimpmovetool.c: added statusbar messages including the
	(rounded) guide coordinate. Keeps bug #141719 closed.
2004-11-09 13:03:07 +00:00
Michael Natterer 9ce333eb75 don't connect to "event" and don't connect any canvas event to
2004-11-09  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell.c (gimp_display_shell_new): don't
	connect to "event" and don't connect any canvas event to
	gimp_display_shell_events(). Connect all tool events separately
	(doesn't include "configure-event" and thus fixes bug #141543).

	* app/display/gimpdisplayshell-callbacks.c
	(gimp_display_shell_canvas_tool_events): call
	gimp_display_shell_events() manually before doing tool event
	processing.

	* app/display/gimpdisplayshell.c
	* app/display/gimpdisplayshell-callbacks.[ch]: connect to
	"size_allocate" of the canvas, not to "configure_event"
	(suggested by Owen in bug #141543).

	* app/display/gimpdisplayshell-callbacks.[ch]: removed
	gimp_display_shell_popup_menu().

	(gimp_display_shell_origin_button_press): emit "popup-menu" on the
	shell manually instead of calling above function.

	* app/display/gimpdisplayshell.c: added the whole menu popup code
	here.
2004-11-09 11:38:29 +00:00
Sven Neumann 76369f7911 queue a resize. Fixes remaining issues with bug #157495.
2004-11-09  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpoffsetarea.c (gimp_offset_area_resize): queue
	a resize. Fixes remaining issues with bug #157495.
2004-11-09 00:40:25 +00:00
Sven Neumann 37ea9d9895 removed debug output.
2004-11-09  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/url.c: removed debug output.
2004-11-09 00:06:46 +00:00
Nikos Charonitakis fcfd03b6ce Updated Greek translation 2004-11-08 23:07:42 +00:00
Sven Neumann 49f2e3610e gtk-doc wants to remove that empty line by all means 2004-11-08 21:39:09 +00:00
Sven Neumann f717b25658 don't copy menurc, the format changed anyway.
2004-11-08  Sven Neumann  <sven@gimp.org>

	* app/dialogs/user-install-dialog.c (user_install_migrate_files):
	don't copy menurc, the format changed anyway.
2004-11-08 21:01:52 +00:00
Sven Neumann 92de18c6f4 actually retrieve the value from the GtkEntry for SF-VALUE.
2004-11-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-interface.c (script_fu_ok):
	actually retrieve the value from the GtkEntry for SF-VALUE.
2004-11-08 20:13:06 +00:00
Michael Natterer bf7d9f96f1 libgimp/libgimp-sections.txt added gimp_layer_from_mask()
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimplayer.sgml: added gimp_layer_from_mask()

	* libgimp/tmpl/gimpdrawabletransform.sgml
	* libgimp/tmpl/gimpregioniterator.sgml: gtk-doc insisted on
	changing these.
2004-11-08 17:44:45 +00:00
Michael Natterer b68813254f applied modified patch from Geert Jordaens which adds the missing
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/pdb/layer.pdb: applied modified patch from Geert
	Jordaens which adds the missing gimp_layer_from_mask() API.
	Addresses bug #138662.

	* app/pdb/internal_procs.c
	* app/pdb/layer_cmds.c
	* libgimp/gimplayer_pdb.[ch]. regenerated.

	* libgimp/gimp.def: changed accordingly.
2004-11-08 16:58:43 +00:00
Michael Natterer 00d3eed7c9 removed garbage from beginning of file. Removed DOS line breaks.
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* plug-ins/script-fu/scripts/selection-round.scm: removed garbage
	from beginning of file. Removed DOS line breaks.
2004-11-08 15:30:21 +00:00
Michael Natterer 77d3e5a2f0 libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* libgimp/tmpl/gimpaspectpreview.sgml
	* libgimp/tmpl/gimpbrush.sgml
	* libgimp/tmpl/gimpbrushmenu.sgml
	* libgimp/tmpl/gimpbrushselect.sgml
	* libgimp/tmpl/gimpcontext.sgml
	* libgimp/tmpl/gimpdrawable.sgml
	* libgimp/tmpl/gimpdrawablecombobox.sgml
	* libgimp/tmpl/gimpdrawablepreview.sgml
	* libgimp/tmpl/gimpdrawabletransform.sgml
	* libgimp/tmpl/gimpfontmenu.sgml
	* libgimp/tmpl/gimpfontselect.sgml
	* libgimp/tmpl/gimpgradient.sgml
	* libgimp/tmpl/gimpgradientmenu.sgml
	* libgimp/tmpl/gimpgradientselect.sgml
	* libgimp/tmpl/gimpimage.sgml
	* libgimp/tmpl/gimpimagecombobox.sgml
	* libgimp/tmpl/gimplayer.sgml
	* libgimp/tmpl/gimppalette.sgml
	* libgimp/tmpl/gimppalettemenu.sgml
	* libgimp/tmpl/gimppalettes.sgml
	* libgimp/tmpl/gimppaletteselect.sgml
	* libgimp/tmpl/gimppaths.sgml
	* libgimp/tmpl/gimppattern.sgml
	* libgimp/tmpl/gimppatternmenu.sgml
	* libgimp/tmpl/gimppatternselect.sgml
	* libgimp/tmpl/gimppixbuf.sgml
	* libgimp/tmpl/gimppixelfetcher.sgml
	* libgimp/tmpl/gimpprogress.sgml
	* libgimp/tmpl/gimpprogressbar.sgml
	* libgimp/tmpl/gimpregioniterator.sgml
	* libgimpbase/tmpl/gimpbaseenums.sgml
	* libgimpbase/tmpl/gimpbasetypes.sgml
	* libgimpbase/tmpl/gimpchecks.sgml
	* libgimpbase/tmpl/gimpdatafiles.sgml
	* libgimpbase/tmpl/gimpmemsize.sgml
	* libgimpcolor/tmpl/gimpadaptivesupersample.sgml
	* libgimpcolor/tmpl/gimpcmyk.sgml
	* libgimpcolor/tmpl/gimphsv.sgml
	* libgimpcolor/tmpl/gimprgb.sgml
	* libgimpwidgets/tmpl/gimpcolorbutton.sgml
	* libgimpwidgets/tmpl/gimpcolorhexentry.sgml
	* libgimpwidgets/tmpl/gimpcolorselection.sgml
	* libgimpwidgets/tmpl/gimpframe.sgml
	* libgimpwidgets/tmpl/gimpintcombobox.sgml
	* libgimpwidgets/tmpl/gimpintstore.sgml
	* libgimpwidgets/tmpl/gimppatheditor.sgml
	* libgimpwidgets/tmpl/gimppreview.sgml
	* libgimpwidgets/tmpl/gimppreviewarea.sgml
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily
	fixed and enhanced version of a patch from Cai Qian (bug #156271).
	Made long_desc = short_desc where we lacked a long_desc but had
	a short_desc. Removed unused parameters. Misc cleanups.

	* libgimp/libgimp-docs.sgml: added some <chapter>s. The list of
	libgimp modules was too long.

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 14:37:30 +00:00
Michael Natterer d90d7c5cb1 added docs derived from a patch from Cai Qian (bug #156271).
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimppixelfetcher.c: added docs derived from a patch from
	Cai Qian (bug #156271).
2004-11-08 14:36:15 +00:00
Sven Neumann d9075fb76d changed label of default action button to "Grab".
2004-11-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/screenshot.c: changed label of default action
	button to "Grab".
2004-11-08 12:29:57 +00:00
Sven Neumann 8b74f33c86 plug-ins/common/CEL.c plug-ins/common/CML_explorer.c
2004-11-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/CEL.c
	* plug-ins/common/CML_explorer.c
	* plug-ins/common/channel_mixer.c
	* plug-ins/common/gqbist.c
	* plug-ins/common/spheredesigner.c
	* plug-ins/flame/flame.c
	* plug-ins/ifscompose/ifscompose.c: don't set help-ids on plug-in
	file chooser dialogs. Set the default response for file dialogs.
2004-11-08 11:24:43 +00:00
Michael Natterer 2c1fc59906 app/dialogs/resize-dialog.c (resize_dialog_response) replaced "case
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* app/dialogs/resize-dialog.c (resize_dialog_response)
	* app/dialogs/scale-dialog.c (scale_dialog_response): replaced
	"case GTK_RESPONSE_CANCEL:" by "default:" so it also catches
	hitting the escape key or clicking the WM close button.
2004-11-08 11:22:24 +00:00
Øyvind Kolås 4e78437cd6 fixing wording in last entry 2004-11-08 09:25:01 +00:00
Øyvind Kolås 93b6fd90fc fixed migration issue to file chooser, code clarification 2004-11-08 09:22:54 +00:00
Sven Neumann 66de1a73dc initialize the return values before checking if the drawable is attached.
2004-11-08  Sven Neumann  <sven@gimp.org>

	* app/core/gimpdrawable.c (gimp_drawable_mask_bounds)
	(gimp_drawable_mask_intersect): initialize the return values before
	checking if the drawable is attached. Keeps GIMP from going mad if
	this assertion is ever triggered.
2004-11-07 23:17:39 +00:00
Sven Neumann bc0688c1fa don't connect the help browser to the help system.
2004-11-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: don't connect the help browser to
	the help system.
2004-11-07 22:48:33 +00:00
Sven Neumann 70d666bafe register the compatibility procedure with the correct name.
2004-11-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/selection-round.scm: register the
	compatibility procedure with the correct name.
2004-11-07 22:33:30 +00:00
Vincent van Adrighem cdbd850067 Translation updated.
2004-11-07  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated.
2004-11-07 21:52:10 +00:00
Sven Neumann 265fd5c53b fixed unused code (tooltip was taken from label field).
2004-11-07  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpcolorbutton.c: fixed unused code (tooltip was
	taken from label field).
2004-11-07 18:24:12 +00:00
Sven Neumann 4bc1f542bc fixed i18n problem in new ifscompose code
updated german translation
2004-11-07 17:44:17 +00:00
Sven Neumann 53adc893e4 added nb.po.
2004-11-07  Sven Neumann  <sven@gimp.org>

	* Makefile.am (tips_POFILES): added nb.po.

	* nb.po
	* no.po: fixed broken entities.
2004-11-07 17:28:33 +00:00
Sven Neumann 7bfd9bf6a2 ported to GtkUIManager.
2004-11-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/ifscompose/ifscompose.c: ported to GtkUIManager.
2004-11-07 17:20:25 +00:00
Sigurd Gartmann 6ec304ebbb Added norwegian bokmål nb translation, and updated the no bokmål
2004-11-07  Sigurd Gartmann  <sigurd-translate@brogar.org>

	* no.po, nb.po: Added norwegian bokmål nb translation, and
	updated the no bokmål translation.
2004-11-07 17:19:35 +00:00
Sigurd Gartmann 2332559a0e Added support for the new bokmål locale «nb» to ALL_LINGUAS.
2004-11-07  Sigurd Gartmann  <sigurd-translate@brogar.org>

	* configure.in: Added support for the new bokmål locale «nb» to
	ALL_LINGUAS.

	* po/no.po
	* po/nb.po
	* po-libgimp/no.po
	* po-libgimp/nb.po
	* po-plug-ins/no.po
	* po-plug-ins/nb.po
	* po-script-fu/no.po
	* po-script-fu/nb.po: Added the new nb bokmål translation.
	Updated norwegian bokmål translation.
2004-11-07 16:50:34 +00:00
Sven Neumann 0a9e23d854 the menu label should have three dots (bug #157580).
2004-11-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/channel_mixer.c (query): the menu label should
	have three dots (bug #157580).
2004-11-07 16:11:29 +00:00
Adam Weinberger 7139c8c8c1 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-11-07 16:08:24 +00:00
Danilo Šegan 72801c28a3 Updated Serbian translation. 2004-11-07 11:10:57 +00:00
Danilo Šegan d6aed1b894 Updated Serbian translation. 2004-11-07 00:50:17 +00:00
Francisco Javier F. Serrador 1dac0c0360 Updated Spanish translation.
2004-11-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-11-07 00:20:18 +00:00
Francisco Javier F. Serrador 4216a36381 Updated Spanish translation II.
2004-11-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation II.
2004-11-07 00:10:27 +00:00
Francisco Javier F. Serrador f1ea16073a Updated Spanish translation.
2004-11-07  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-11-07 00:04:22 +00:00