improved procedure blurb and help.

2008-05-06  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/gbr.c: improved procedure blurb and help.

	* libgimpcolor/gimpcolorspace.c: inline gimp_hsl_value() and
	gimp_hsl_value_int().

svn path=/trunk/; revision=25576
This commit is contained in:
Sven Neumann 2008-05-06 15:49:41 +00:00 committed by Sven Neumann
parent fe60949678
commit e2bac9e496
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2008-05-06 Sven Neumann <sven@gimp.org>
* plug-ins/common/gbr.c: improved procedure blurb and help.
* libgimpcolor/gimpcolorspace.c: inline gimp_hsl_value() and
gimp_hsl_value_int().
2008-05-06 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/3d-outline.scm: applied patch from

View File

@ -235,7 +235,7 @@ gimp_rgb_to_hsl (const GimpRGB *rgb,
hsl->a = rgb->a;
}
static gdouble
static inline gdouble
gimp_hsl_value (gdouble n1,
gdouble n2,
gdouble hue)
@ -781,7 +781,7 @@ gimp_rgb_to_l_int (gint red,
return ROUND ((max + min) / 2.0);
}
static gint
static inline gint
gimp_hsl_value_int (gdouble n1,
gdouble n2,
gdouble hue)

View File

@ -144,8 +144,8 @@ query (void)
};
gimp_install_procedure (LOAD_PROC,
"Loads GIMP brushes",
"Loads GIMP brushes (1 or 4 bpp and old .gpb format)",
"FIXME: write help",
"Tim Newsome, Jens Lautenbacher, Sven Neumann",
"Tim Newsome, Jens Lautenbacher, Sven Neumann",
"1997-2005",
@ -165,8 +165,8 @@ query (void)
"20, string, GIMP");
gimp_install_procedure (SAVE_PROC,
"saves files in the .gbr file format",
"Yeah!",
"Saves files in the GIMP brush file format",
"Saves files in the GIMP brush file format",
"Tim Newsome, Jens Lautenbacher, Sven Neumann",
"Tim Newsome, Jens Lautenbacher, Sven Neumann",
"1997-2000",