Commit Graph

3467 Commits

Author SHA1 Message Date
Michael Natterer a4025e057b app/menus.c app/channels_dialog.[ch] app/layers_dialog.[ch] Added an "Edit
2000-02-01  Michael Natterer  <mitch@gimp.org>

	* app/menus.c
	* app/channels_dialog.[ch]
	* app/layers_dialog.[ch]
	* app/paths_dialog.[ch]: Added an "Edit xxx Attributes..." menu
	entry to the dialogs' popup menus.
2000-01-31 22:59:22 +00:00
Michael Natterer 697cfcd5f6 applied a (modified) patch from Daniel which removes the useles word
2000-02-01  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: applied a (modified) patch from Daniel
	which removes the useles word "Settings" from the prefs. dialog.
2000-01-31 21:40:17 +00:00
Michael Natterer ebd978825c app/blend.c app/brightness_contrast.c app/color_balance.c
2000-02-01  Michael Natterer  <mitch@gimp.org>

	* app/blend.c
	* app/brightness_contrast.c
	* app/color_balance.c
	* app/color_picker.c
	* app/crop.c
	* app/curves.c
	* app/flip_tool.c
	* app/histogram_tool.c
	* app/hue_saturation.c
	* app/levels.c
	* app/magnify.c
	* app/measure.c
	* app/move.c
	* app/path_tool.c
	* app/posterize.c
	* app/text_tool.c
	* app/threshold.c
	* app/tool_options.c
	* app/transform_tool.c: unify the usage of "Selection" and
	"<blah> Tool" and removed the word "Options" from all tool option
	title strings because the dialog title already says "Options".
2000-01-31 21:27:00 +00:00
Sven Neumann 7d837ccf67 added submenus to the tools menu
--Sven
2000-01-31 21:09:42 +00:00
SHIRASAKI Yasuhiro 0f7855d37c i18n fix and updated Japanese translation.
-- yasuhiro
2000-01-31 20:50:29 +00:00
Michael Natterer dd20d22192 attach labels and the unit_menu with GTK_SHRINK.
2000-02-01  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpsizeentry.[ch]: attach labels and the unit_menu with
	GTK_SHRINK.

	* libgimp/gimpwidgets.[ch]: new convenience constructor
	gimp_coordinates_new() which creates a sizeentry with two fields,
	labels and a chainbutton.

	* plug-ins/common/gauss_iir.c
	* plug-ins/common/gauss_rle.c
	* plug-ins/common/spread.c: use the coordinate constructor.

	* plug-ins/common/mblur.c: put the settings into two separate
	frames instead of using two nested frames.

	* plug-ins/common/sample_colorize.c: don't #include <math.h>

	* plug-ins/script-fu/script-fu-scripts.c: use the libgimp ui
	functions.

	* plug-ins/script-fu/script-fu.c: hm, don't remember, I guess it
	was indentation paranoia...
2000-01-31 20:47:44 +00:00
David Monniaux f9ff693326 French i18n of Perl plug-ins. 2000-01-31 20:05:14 +00:00
David Monniaux f8c9403261 Some more translations. 2000-01-31 19:58:30 +00:00
SHIRASAKI Yasuhiro 48f3a68614 fixed typo.
* plug-ins/gap/gap_decode_mpeg_main.c: fixed typo.

        * plug-ins/common/whirlpinch.c: unmarked blurb and help.

        * po-plug-ins/POTFILES.in: removed plug-ins/perl/Gimp.c
        which doesn't contain translatable messages.

-- yasuhiro
2000-01-31 19:49:04 +00:00
David Monniaux 0968a7c2dc First attempt at a French translation. 2000-01-31 18:41:29 +00:00
Sven Neumann 682abba9eb when dropping an indexed layer onto the toolbox, copy the colormap
to the newly created image (fixes bug #5692)


--Sven
2000-01-31 18:37:36 +00:00
David Monniaux 165368cfaf Translation of some stuff, including names of fonts.
Now a question: do I have to specify I want iso8859-1 ?
How do I say I can handle iso8859-1 or -15 ?
2000-01-31 18:35:10 +00:00
Sven Neumann 7c41d523a1 i18n
--Sven
2000-01-31 15:52:24 +00:00
Sven Neumann 4006d434df more sanity checks in gimpdrawable.c and a few i18n issues
--Sven
2000-01-31 13:07:39 +00:00
Marc Lehmann 4ad56fb075 see plug-ins/perl/Changes 2000-01-31 05:16:03 +00:00
Marc Lehmann a22fd354ad see plug-ins/perl/Changes 2000-01-31 03:48:28 +00:00
Michael Natterer 03015f85d7 merged the table attach helper functions into one function.
2000-02-01  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpwidgets.[ch]: merged the table attach helper
	functions into one function.

	* app/*
	* plug-ins/*: changed the calls to gimp_table_attach_aligned()
	accordingly. Did minimal ui updates (spacing and stuff) in some
	files.
2000-01-31 03:13:02 +00:00
Marc Lehmann 734d4c42b0 *** empty log message *** 2000-01-31 02:32:30 +00:00
Sven Neumann 07cd86c451 use color_conversion routines out of libgimp
--Sven
2000-01-30 23:56:04 +00:00
jfell 35714bd79b Mon, 31 Jan 2000 22:00:37 +0100 Fellmann Joaquim <joaquim@hrnet.fr>
Mon, 31 Jan 2000 22:00:37 +0100  Fellmann Joaquim <joaquim@hrnet.fr>

	* Updated French translation of plugins / list of plugins source
	  files
2000-01-30 23:07:27 +00:00
Stanislav Brabec 74608f7894 update after fixed typo 2000-01-30 23:02:37 +00:00
Stanislav Brabec b1eed798d5 fixed typo 2000-01-30 23:00:03 +00:00
Stanislav Brabec 776e896cbd czech translation update 2000-01-30 22:34:13 +00:00
Marc Lehmann 0647863ca1 see plug-ins/perl/Changes 2000-01-30 22:24:03 +00:00
Sven Neumann 2747db5fa1 s/colour/color/
--Sven
2000-01-30 13:25:54 +00:00
Sven Neumann bb7b98a4f3 applied patches from Wolfgang Hofer <hof@hotbot.com>
--Sven
2000-01-30 12:06:53 +00:00
Nick Lamb /GIMP 9e0e369e4d Images we save are full size (duh)
Applied to fix #5000 after some discussion and thought, this is really Quark's bug, but who am I to argue?
2000-01-30 05:01:58 +00:00
Sven Neumann 4e38e85594 i18n
--Sven
2000-01-30 02:48:50 +00:00
Sven Neumann c69e85c8c9 app/brush_select.c create the dialog at mouse position if not the main
* app/brush_select.c
* app/gradient_select.c: create the dialog at mouse position if not
  the main dialog (which is session-managed)

* app/convert.c: small UI changes

* app/gradient.c: don't include session.h

* app/session.c: the gradient_select dialog is not the gradient_editor


--Sven
2000-01-29 23:06:06 +00:00
Michael Natterer c81391e964 the "blue" variable should not be connected to the "red" adjustment
2000-01-30  Michael Natterer  <mitch@gimp.org>

	* plug-ins/FractalExplorer/Dialogs.c: the "blue" variable should
	not be connected to the "red" adjustment (Thanks to Peter Kmpf
	<pkaempf@box.echo.ch>), fixed the initial size of the "number of
	colors" preview.
2000-01-29 15:38:26 +00:00
Michael Natterer 497ba1ecc0 badly hacked the FractalExplorer (only 18 plugins left... ;-) 2000-01-29 03:19:53 +00:00
Nick Lamb /GIMP da57754eb5 More conservative resolution behaviour in loading PNGs 2000-01-29 00:39:18 +00:00
Stanislav Brabec b58e4f0ded czech translation update 2000-01-29 00:18:32 +00:00
Stanislav Brabec 27814ebe13 fixed typo 2000-01-29 00:02:11 +00:00
David Monniaux a878070c5e A few more translations. 2000-01-28 19:39:21 +00:00
SHIRASAKI Yasuhiro fbf643b93a _() tagging for hardcoded fonts.
* app/install.c: _() tagging for hardcoded fonts.

-- yasuhiro
2000-01-28 19:33:32 +00:00
SHIRASAKI Yasuhiro 73b18f66bf more _() tagging.
* plug-ins/script-fu/script-fu.c: more _() tagging.

-- yasuhiro
2000-01-28 16:56:47 +00:00
Sven Neumann 3b03c8f219 In indexed_conversion dialog, use a pattern_selector instead op an
option_menu. Adam, I hope you like this...


--Sven
2000-01-28 16:47:57 +00:00
Sven Neumann e51458c68b forgot one po-file last time 2000-01-28 13:16:08 +00:00
Sven Neumann ab6afdc206 removed compiler warnings
--Sven
2000-01-28 13:12:50 +00:00
Sven Neumann 93b9d086fc cosmetic cleanup 2000-01-28 11:44:28 +00:00
SHIRASAKI Yasuhiro 8225b592df Updated Japanese translation. 2000-01-28 08:08:28 +00:00
Stanislav Brabec c76f0f92d9 czech translation update 2000-01-27 20:23:52 +00:00
Marc Lehmann 1bd32ef046 *** empty log message *** 2000-01-27 19:43:29 +00:00
Michael Natterer 278a69918d bind the "gimp-libgimp" textdomain to get the libgimp widget translations.
2000-01-28  Michael Natterer  <mitch@gimp.org>

	* app/main.c: bind the "gimp-libgimp" textdomain to get the
	libgimp widget translations. Did some code cleanup.

	* libgimp/stdplugins-intl.h: bind "gimp-libgimp".

	* libgimp/gimpintl.h: copyright header.

	* libgimp/libgimp-intl.h: there is no dgettext_noop() function
	(typo/braino).

	* libgimp/gimpwidgets.[ch]: one more table attach helper
	function. Should probably find a general way for the two
	functions.

	* plug-ins/common/CML_explorer.c
	* plug-ins/common/align_layers.c
	* plug-ins/common/scatter_hsv.c
	* plug-ins/common/threshold_alpha.c: removed the gtkW_* wrapper
	functions. Badly hacked CML_explorer (The optionmenu creation is a
	bit more ugly than before but at least consistent with the other
	files using the libgimp optionmenu constructor).
2000-01-27 19:26:00 +00:00
Asbjørn Pettersen b6c9232fbe os/2 patch 2000-01-27 18:44:35 +00:00
jfell bed181a998 Fri, 28 Jan 2000 14:06:18 +0100 Fellmann Joaquim <joaquim@hrnet.fr>
* Updated list of _plugins_ files in POTFILES.in
	* Updated _plugins_ French translation.
2000-01-27 15:15:52 +00:00
Sven Neumann 8cbd73b54c bind gimp-libgimp domain
--Sven
2000-01-27 11:55:22 +00:00
Manish Singh a73c70c8a3 configure.in po-plug-ins moved libgimp strings into their own catalog.
* configure.in
* po-plug-ins
* po-libgimp: moved libgimp strings into their own catalog.
Mitch/Sven, could you take care of the domain rebinding?

* Makefile.am: make a gimp-config symlink to gimptool

-Yosh
2000-01-27 10:47:01 +00:00
Marc Lehmann 145fe40e7a *** empty log message *** 2000-01-27 04:02:15 +00:00