#include <gegl-plugin.h>
* app/gegl/gimpoperationcolorbalance.h: * app/gegl/gimpoperationcolorize.h: * app/gegl/gimpoperationdesaturate.h: * app/gegl/gimpoperationhuesaturation.h: * app/gegl/gimpoperationlevels.h: * app/gegl/gimpoperationposterize.h: * app/gegl/gimpoperationthreshold.h: * app/gegl/gimpoperationtilesink.h: * app/gegl/gimpoperationtilesource.h: #include <gegl-plugin.h> svn path=/trunk/; revision=24666
This commit is contained in:
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2008-01-22 Øyvind Kolås <pippin@gimp.org>
|
||||
|
||||
* app/gegl/gimpoperationcolorbalance.h:
|
||||
* app/gegl/gimpoperationcolorize.h:
|
||||
* app/gegl/gimpoperationdesaturate.h:
|
||||
* app/gegl/gimpoperationhuesaturation.h:
|
||||
* app/gegl/gimpoperationlevels.h:
|
||||
* app/gegl/gimpoperationposterize.h:
|
||||
* app/gegl/gimpoperationthreshold.h:
|
||||
* app/gegl/gimpoperationtilesink.h:
|
||||
* app/gegl/gimpoperationtilesource.h: #include <gegl-plugin.h>
|
||||
|
||||
2008-01-21 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/tools/gimprectangletool.c
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GIMP_OPERATION_COLOR_BALANCE_H__
|
||||
#define __GIMP_OPERATION_COLOR_BALANCE_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-point-filter.h>
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GIMP_OPERATION_COLORIZE_H__
|
||||
#define __GIMP_OPERATION_COLORIZE_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-point-filter.h>
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GIMP_OPERATION_DESATURATE_H__
|
||||
#define __GIMP_OPERATION_DESATURATE_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-point-filter.h>
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GIMP_OPERATION_HUE_SATURATION_H__
|
||||
#define __GIMP_OPERATION_HUE_SATURATION_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-point-filter.h>
|
||||
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#define __GIMP_OPERATION_LEVELS_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-point-filter.h>
|
||||
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#define __GIMP_OPERATION_POSTERIZE_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-point-filter.h>
|
||||
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#define __GIMP_OPERATION_THRESHOLD_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-point-filter.h>
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GIMP_OPERATION_TILE_SINK_H__
|
||||
#define __GIMP_OPERATION_TILE_SINK_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-sink.h>
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __GIMP_OPERATION_TILE_SOURCE_H__
|
||||
#define __GIMP_OPERATION_TILE_SOURCE_H__
|
||||
|
||||
|
||||
#include <gegl-plugin.h>
|
||||
#include <operation/gegl-operation-source.h>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user