[gimp] app: apply some more filters immediately (without GUI)
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: apply some more filters immediately (without GUI)
- Date: Thu, 1 Jun 2017 21:41:07 +0000 (UTC)
commit b1ea1eb71d1ca9bf226b46e464b02b089c3d14d5
Author: Michael Natterer <mitch gimp org>
Date: Thu Jun 1 23:40:39 2017 +0200
app: apply some more filters immediately (without GUI)
app/actions/filters-actions.c | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 121b1d1..f895e20 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -97,6 +97,16 @@ static const GimpActionEntry filters_menu_actions[] =
static const GimpStringActionEntry filters_actions[] =
{
+ { "filters-antialias", GIMP_ICON_GEGL,
+ NC_("filters-action", "_Antialias"), NULL, NULL,
+ "gegl:antialias",
+ GIMP_HELP_FILTER_ANTIALIAS },
+
+ { "filters-color-enhance", GIMP_ICON_GEGL,
+ NC_("filters-action", "_Color Enhance"), NULL, NULL,
+ "gegl:color-enhance",
+ GIMP_HELP_FILTER_COLOR_ENHANCE },
+
{ "filters-invert-linear", GIMP_ICON_INVERT,
NC_("filters-action", "_Linear Invert"), NULL, NULL,
"gegl:invert-linear",
@@ -110,7 +120,12 @@ static const GimpStringActionEntry filters_actions[] =
{ "filters-invert-value", GIMP_ICON_GEGL,
NC_("filters-action", "_Value Invert"), NULL, NULL,
"gegl:value-invert",
- GIMP_HELP_FILTER_INVERT_VALUE }
+ GIMP_HELP_FILTER_INVERT_VALUE },
+
+ { "filters-stretch-contrast-hsv", GIMP_ICON_GEGL,
+ NC_("filters-action", "_Stretch Contrast HSV"), NULL, NULL,
+ "gegl:stretch-contrast-hsv",
+ GIMP_HELP_FILTER_STRETCH_CONTRAST_HSV }
};
static const GimpStringActionEntry filters_interactive_actions[] =
@@ -120,11 +135,6 @@ static const GimpStringActionEntry filters_interactive_actions[] =
"gegl:alien-map",
GIMP_HELP_FILTER_ALIEN_MAP },
- { "filters-antialias", GIMP_ICON_GEGL,
- NC_("filters-action", "_Antialias..."), NULL, NULL,
- "gegl:antialias",
- GIMP_HELP_FILTER_ANTIALIAS },
-
{ "filters-apply-canvas", GIMP_ICON_GEGL,
NC_("filters-action", "_Apply Canvas..."), NULL, NULL,
"gegl:texturize-canvas",
@@ -160,11 +170,6 @@ static const GimpStringActionEntry filters_interactive_actions[] =
"gegl:checkerboard",
GIMP_HELP_FILTER_CHECKERBOARD },
- { "filters-color-enhance", GIMP_ICON_GEGL,
- NC_("filters-action", "_Color Enhance..."), NULL, NULL,
- "gegl:color-enhance",
- GIMP_HELP_FILTER_COLOR_ENHANCE },
-
{ "filters-color-exchange", GIMP_ICON_GEGL,
NC_("filters-action", "_Color Exchange..."), NULL, NULL,
"gegl:color-exchange",
@@ -535,11 +540,6 @@ static const GimpStringActionEntry filters_interactive_actions[] =
"gegl:stretch-contrast",
GIMP_HELP_FILTER_STRETCH_CONTRAST },
- { "filters-stretch-contrast-hsv", GIMP_ICON_GEGL,
- NC_("filters-action", "_Stretch Contrast HSV..."), NULL, NULL,
- "gegl:stretch-contrast-hsv",
- GIMP_HELP_FILTER_STRETCH_CONTRAST_HSV },
-
{ "filters-stress", GIMP_ICON_GEGL,
NC_("filters-action", "_Stress..."), NULL, NULL,
"gegl:stress",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]