Commit Graph

3356 Commits

Author SHA1 Message Date
e20554fb84 gimprc.in user_install renamed the "gflares" dir to "gflare" in all places
2000-02-05  Michael Natterer  <mitch@gimp.org>

	* gimprc.in
	* user_install
	* user_install.bat: renamed the "gflares" dir to "gflare" in all
	places because this seems to be the naming convention of all the
	other plug-in dirs.

	* libgimp/gimpwidgets.[ch]:

	- gimp_random_seed_new(): return the spinbutton and the time
	  toggle as pointers.
	- gimp_scale_entry_new(): allow the spinbutton to have a larger
	  range of possible values than the scale.

	* plugins/[all calls to the above two functions]: changed the
	calls accordingly.
	Did some more ui updates in some of these plugins (Frames saying
	"Parameter Settings", spacing etc.)

	* plug-ins/gflare/Makefile.am
	* plug-ins/gflare/gflare.c: hacked it to match the plugin ui
	standards. Didn't get rid of the gradient menus.
2000-02-04 15:12:17 +00:00
496d7277e4 make it compile again
--Sven
2000-02-04 14:40:03 +00:00
8d21d63a6e reverted stanislavs change
--Sven
2000-02-04 14:30:46 +00:00
9f7a9c9a35 user_install creates the gflare directory as "gflares" (not "gflare"), so
2000-02-05  Tor Lillqvist  <tml@iki.fi>

* gimprc.in: user_install creates the gflare directory as
"gflares" (not "gflare"), so use that form here, too.

* gimprc.win32: Update to match the Unix version.

* app/ops_buttons.c: Include gimpintl.h.

* app/preferences_dialog.c (file_pref_cmd_callback): I18n for the
Pixels/%s string. It used to come out as "Pixels/tuuma" in
Finnish, for instance.

* plug-ins/gflare/gflare.c: Portability.

* libgimp/gimpui.def:
* plug-ins/makefile.{cygwin,msc}
* modules/makefile.{cygwin,msc}: Updates.
2000-02-04 04:31:18 +00:00
ace5112b70 Fix fuzzy translations, update and add translations.
2000-02-05  Tor Lillqvist  <tml@iki.fi>

* fi.po: Fix fuzzy translations, update and add translations.
2000-02-04 04:25:01 +00:00
5eb77e90e8 removed the gimp_path_set_tattoo function because tattoos are "unique and
* app/paths_cmds.c, tools/pdbgen/pdb/paths.pdb:
	removed the gimp_path_set_tattoo function because tattoos are
 	"unique and permanent"
2000-02-04 04:24:49 +00:00
f2b98f7a95 - dixes which allow "make install DESTDIR=</install/prefix>". 2000-02-04 00:19:34 +00:00
76a11a24b0 Update for translator 2000-02-03 22:02:54 +00:00
6943720a8e czech translation update 2000-02-03 21:54:42 +00:00
95f9325a9e change to foregroung in edit_fill 2000-02-03 21:44:08 +00:00
1cb829da14 Updated Swedish translation 2000-02-03 18:26:22 +00:00
495d2da817 tweak it more ...
--Sven
2000-02-03 17:25:26 +00:00
3ac869b577 Fiddled with the build system for the devel-docs.
Looks better now, eventually even "make dist" works...


--Sven
2000-02-03 15:07:35 +00:00
dd4ff3f46c Added British translation. 2000-02-03 14:50:59 +00:00
ea8a7058f5 didn't take care of correctly aligning the new configure option 2000-02-03 03:13:37 +00:00
608ddcb1b7 Partial fix for the toolbox problem... it's still not perfect.
2000-02-03  Kelly Lynn Martin  <kelly@poverty.bloomington.in.us>

	* app/gtkhwrapbox.c (layout_row, layout_rows):
	* app/gtkvwrapbox.c (layout_col, layout_cols):
	Partial fix for the toolbox problem... it's still not perfect.
2000-02-03 03:10:05 +00:00
6ec1b424a4 Reworked the README a bit. 2000-02-03 02:50:13 +00:00
bbcc2ecc7b Documented gimp_color_button and cleaned up the framework.
Seems to be working now.


--Sven
2000-02-03 02:35:08 +00:00
bdad9ab156 added documentation framework
--Sven
2000-02-03 01:47:15 +00:00
4a29dc52f7 cleaned up the messy spanish translation someone added
fixed compiler warnings, changed some gints to gbooleans

cleaned up namespace and documentation

updated libgimp documentation



--Sven
2000-02-03 01:47:15 +00:00
6b67198d60 added documentation framework
--Sven
2000-02-03 01:47:15 +00:00
2d5c7c01de see plug-ins/perl/Changes 2000-02-03 00:58:15 +00:00
77fc62a1dc plug-ins/xjt/xjt.c
Thu Feb  3 21:45:45 GMT 2000 Andy Thomas <alt@gimp.org>

	* plug-ins/xjt/xjt.c

	Included patch supplied by wolfgang hofer.
2000-02-03 00:01:29 +00:00
f09dd07f59 Joaquim Fellmann <joaquim@hrnet.fr>
* fr.po : Updated French translation
2000-02-02 22:00:01 +00:00
9508a095d1 Pass the values which are treated as 0% and 100% to the constructor and
2000-02-03  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpwidgets.[ch] gimp_coordinates_new():
	Pass the values which are treated as 0% and 100% to the
	constructor and allow the chainbutton to constrain either the
	pixel values or the aspect ratio.

	* plug-ins/common/bumpmap.c
	* plug-ins/common/sparkle.c: removed unused variables.

	* plug-ins/common/gauss_iir.c
	* plug-ins/common/gauss_rle.c
	* plug-ins/common/spread.c: updated the gimp_coordinates_new()
	calls.

	* plug-ins/common/tile.c: use gimp_coordinates instead of
	spinbuttons.
2000-02-02 17:59:44 +00:00
c33289b6ae Updated Norwegian translation.
2000-02-03  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-02-02 14:30:53 +00:00
dafeeec38d Correct g_message call
-Yosh
2000-02-02 05:07:26 +00:00
51b571f8d8 1.1.16 stuff
-Yosh
2000-02-02 05:01:20 +00:00
93ea9d0eec commit alt's paths changes
-Yosh
2000-02-02 04:14:23 +00:00
08057b7131 raise the message_window when the message gets repeated
--Sven
2000-02-02 01:44:06 +00:00
c89791c082 redid the message_box handling
--Sven
2000-02-02 01:21:36 +00:00
209c50fe84 app/paths_dialog.c
Wed Feb  2 22:12:48 GMT 2000 Andy Thomas <alt@gimp.org>

	* app/paths_dialog.c

	Fixed bug number #5727 "PDB-call gimp_path_set_points is buggy"

	* tools/pdbgen/pdb/paths.pdb

	Added missing paths pdb functions

 		path_get_locked
 		path_set_locked
		path_set_tattoo
2000-02-02 00:41:11 +00:00
56831639dc i18n fix 2000-02-01 21:13:39 +00:00
baf82a32e2 typo 2000-02-01 12:49:31 +00:00
ecba6f6aa0 put files from modules dir back into POTFILES.in
--Sven
2000-02-01 12:10:10 +00:00
e555273ef8 i18n fixes
--Sven
2000-02-01 01:52:32 +00:00
dbbbc494c7 updated german translation 2000-02-01 00:37:56 +00:00
fd2fb679c2 i18n cleanups
--Sven
2000-02-01 00:16:50 +00:00
c9482821ab mostly header cleanup and i18n
--Sven
2000-01-31 23:59:05 +00:00
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
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
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
7d837ccf67 added submenus to the tools menu
--Sven
2000-01-31 21:09:42 +00:00
0f7855d37c i18n fix and updated Japanese translation.
-- yasuhiro
2000-01-31 20:50:29 +00:00
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
f9ff693326 French i18n of Perl plug-ins. 2000-01-31 20:05:14 +00:00
f8c9403261 Some more translations. 2000-01-31 19:58:30 +00:00
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
0968a7c2dc First attempt at a French translation. 2000-01-31 18:41:29 +00:00
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