gimp r25576 - in trunk: . libgimpcolor plug-ins/common



Author: neo
Date: Tue May  6 15:49:41 2008
New Revision: 25576
URL: http://svn.gnome.org/viewvc/gimp?rev=25576&view=rev

Log:
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().


Modified:
   trunk/ChangeLog
   trunk/libgimpcolor/gimpcolorspace.c
   trunk/plug-ins/common/gbr.c

Modified: trunk/libgimpcolor/gimpcolorspace.c
==============================================================================
--- trunk/libgimpcolor/gimpcolorspace.c	(original)
+++ trunk/libgimpcolor/gimpcolorspace.c	Tue May  6 15:49:41 2008
@@ -235,7 +235,7 @@
   hsl->a = rgb->a;
 }
 
-static gdouble
+static inline gdouble
 gimp_hsl_value (gdouble n1,
                 gdouble n2,
                 gdouble hue)
@@ -781,7 +781,7 @@
   return ROUND ((max + min) / 2.0);
 }
 
-static gint
+static inline gint
 gimp_hsl_value_int (gdouble n1,
                     gdouble n2,
                     gdouble hue)

Modified: trunk/plug-ins/common/gbr.c
==============================================================================
--- trunk/plug-ins/common/gbr.c	(original)
+++ trunk/plug-ins/common/gbr.c	Tue May  6 15:49:41 2008
@@ -144,8 +144,8 @@
   };
 
   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 @@
 				    "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",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]