gegl r2433 - trunk/tools



Author: ok
Date: Fri Jun 13 21:49:05 2008
New Revision: 2433
URL: http://svn.gnome.org/viewvc/gegl?rev=2433&view=rev

Log:
* gegl/property-types/gegl-color.c:
(gegl_param_spec_color_get_default): added call to retrieve the
default color from a color paramspec.
* operations/generated/math.rb: pass floating point values to property
installer.
* tools/operation_reference.c: (list_properties): added default,
minimum and maximum values to output listing.


Modified:
   trunk/tools/operation_reference.c

Modified: trunk/tools/operation_reference.c
==============================================================================
--- trunk/tools/operation_reference.c	(original)
+++ trunk/tools/operation_reference.c	Fri Jun 13 21:49:05 2008
@@ -188,7 +188,7 @@
             g_param_spec_get_name (self[prop_no]));
 
           if (g_param_spec_get_blurb (self[prop_no])[0]!='\0')
-            g_print ("<td colspan='1' class='prop_blurb'>%s</td>\n",
+            g_print ("<td colspan='1' valign='top' class='prop_blurb'>%s</td>\n",
             g_param_spec_get_blurb (self[prop_no]));
           else
             g_print ("<td><em>not documented</em></td>\n\n");



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