gegl r2103 - in trunk: . operations/common
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2103 - in trunk: . operations/common
- Date: Fri, 22 Feb 2008 10:51:46 +0000 (GMT)
Author: mitch
Date: Fri Feb 22 10:51:45 2008
New Revision: 2103
URL: http://svn.gnome.org/viewvc/gegl?rev=2103&view=rev
Log:
2008-02-22 Michael Natterer <mitch gimp org>
* svg_huerotate.c
* svg_luminancetoalpha.c
* svg_matrix.c
* svg_saturate.c: renamed...
* svg-huerotate.c
* svg-luminancetoalpha.c
* svg-matrix.c
* svg-saturate.c: ...to not have underscores.
Added:
trunk/operations/common/svg-huerotate.c
- copied, changed from r2101, /trunk/operations/common/svg_huerotate.c
trunk/operations/common/svg-luminancetoalpha.c
- copied, changed from r2101, /trunk/operations/common/svg_luminancetoalpha.c
trunk/operations/common/svg-matrix.c
- copied, changed from r2101, /trunk/operations/common/svg_matrix.c
trunk/operations/common/svg-saturate.c
- copied, changed from r2101, /trunk/operations/common/svg_saturate.c
Removed:
trunk/operations/common/svg_huerotate.c
trunk/operations/common/svg_luminancetoalpha.c
trunk/operations/common/svg_matrix.c
trunk/operations/common/svg_saturate.c
Modified:
trunk/ChangeLog
Copied: trunk/operations/common/svg-huerotate.c (from r2101, /trunk/operations/common/svg_huerotate.c)
==============================================================================
--- /trunk/operations/common/svg_huerotate.c (original)
+++ trunk/operations/common/svg-huerotate.c Fri Feb 22 10:51:45 2008
@@ -28,7 +28,7 @@
#else
#define GEGL_CHANT_TYPE_POINT_FILTER
-#define GEGL_CHANT_C_FILE "svg_huerotate.c"
+#define GEGL_CHANT_C_FILE "svg-huerotate.c"
#include "gegl-chant.h"
#include <math.h>
Copied: trunk/operations/common/svg-luminancetoalpha.c (from r2101, /trunk/operations/common/svg_luminancetoalpha.c)
==============================================================================
--- /trunk/operations/common/svg_luminancetoalpha.c (original)
+++ trunk/operations/common/svg-luminancetoalpha.c Fri Feb 22 10:51:45 2008
@@ -27,7 +27,7 @@
#else
#define GEGL_CHANT_TYPE_POINT_FILTER
-#define GEGL_CHANT_C_FILE "svg_luminancetoalpha.c"
+#define GEGL_CHANT_C_FILE "svg-luminancetoalpha.c"
#include "gegl-chant.h"
#include <math.h>
Copied: trunk/operations/common/svg-matrix.c (from r2101, /trunk/operations/common/svg_matrix.c)
==============================================================================
--- /trunk/operations/common/svg_matrix.c (original)
+++ trunk/operations/common/svg-matrix.c Fri Feb 22 10:51:45 2008
@@ -27,7 +27,7 @@
#else
#define GEGL_CHANT_TYPE_POINT_FILTER
-#define GEGL_CHANT_C_FILE "svg_matrix.c"
+#define GEGL_CHANT_C_FILE "svg-matrix.c"
#include "gegl-chant.h"
#include <math.h>
Copied: trunk/operations/common/svg-saturate.c (from r2101, /trunk/operations/common/svg_saturate.c)
==============================================================================
--- /trunk/operations/common/svg_saturate.c (original)
+++ trunk/operations/common/svg-saturate.c Fri Feb 22 10:51:45 2008
@@ -27,7 +27,7 @@
#else
#define GEGL_CHANT_TYPE_POINT_FILTER
-#define GEGL_CHANT_C_FILE "svg_saturate.c"
+#define GEGL_CHANT_C_FILE "svg-saturate.c"
#include "gegl-chant.h"
#include <math.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]