Gimp/app/operations
Michael Natterer 0cb3e75f79 app: use a lot of g_clear_object() and g_clear_pointer()
More than 2000 lines of code less in app/, instead of

if (instance->member)
  {
    g_object_unref/g_free/g_whatever (instance->member);
    instance->member = NULL;
  }

we now simply use

g_clear_object/pointer (&instance->member);
2017-07-15 18:42:44 +02:00
..
layer-modes app, plug-ins: clean out trailing whitespaces in source code. 2017-06-17 04:47:53 +02:00
layer-modes-legacy app: rename "Color (HSV) (legacy)" mode to "Color (HSL) (legacy)" 2017-03-16 06:23:30 -04:00
tests app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
.gitignore
gimp-operation-config.c app: change some gimp-operation-config.[ch] parameters to GObject 2017-07-09 19:20:55 +02:00
gimp-operation-config.h app: change some gimp-operation-config.[ch] parameters to GObject 2017-07-09 19:20:55 +02:00
gimp-operations.c app: register the "settings folder" (e.g. GIMPDIR/curves) with the settings type 2017-06-05 22:00:17 +02:00
gimp-operations.h Bug 780015 - Filter settings are not properly restored after Gimp restart 2017-03-24 01:29:50 +01:00
gimpbrightnesscontrastconfig.c
gimpbrightnesscontrastconfig.h
gimpcageconfig.c
gimpcageconfig.h
gimpcolorbalanceconfig.c
gimpcolorbalanceconfig.h
gimpcolorizeconfig.c app: remove the colorize tool and replace it by a generic filter action 2017-06-04 21:21:43 +02:00
gimpcolorizeconfig.h
gimpcurvesconfig.c app: clean out tab indentations. 2016-12-21 04:05:32 +01:00
gimpcurvesconfig.h
gimphuesaturationconfig.c libgimpbase: rename enum GimpHueRange's values 2017-01-09 02:45:16 +01:00
gimphuesaturationconfig.h
gimplevelsconfig.c app: clean out tab indentations. 2016-12-21 04:05:32 +01:00
gimplevelsconfig.h
gimpoperationblend.c app: clean out tab indentations. 2016-12-21 04:05:32 +01:00
gimpoperationblend.h
gimpoperationborder.c Bug 784799 - select > shrink and border produce horizontal gaps in selection 2017-07-11 16:49:49 -04:00
gimpoperationborder.h
gimpoperationbrightnesscontrast.c
gimpoperationbrightnesscontrast.h
gimpoperationcagecoefcalc.c app: use a lot of g_clear_object() and g_clear_pointer() 2017-07-15 18:42:44 +02:00
gimpoperationcagecoefcalc.h
gimpoperationcagetransform.c app: use a lot of g_clear_object() and g_clear_pointer() 2017-07-15 18:42:44 +02:00
gimpoperationcagetransform.h
gimpoperationcolorbalance.c app: restore color balance's tooltip 2017-06-05 13:16:59 +02:00
gimpoperationcolorbalance.h
gimpoperationcolorize.c app: remove the colorize tool and replace it by a generic filter action 2017-06-04 21:21:43 +02:00
gimpoperationcolorize.h
gimpoperationcomposecrop.c
gimpoperationcomposecrop.h
gimpoperationcurves.c
gimpoperationcurves.h
gimpoperationdesaturate.c Bug 780065 - Change default way to desaturate to Luminance 2017-03-17 17:16:03 -04:00
gimpoperationdesaturate.h
gimpoperationequalize.c app: use a lot of g_clear_object() and g_clear_pointer() 2017-07-15 18:42:44 +02:00
gimpoperationequalize.h
gimpoperationflood.c
gimpoperationflood.h
gimpoperationgrow.c Bug 784799 - select > shrink and border produce horizontal gaps in selection 2017-07-11 16:49:49 -04:00
gimpoperationgrow.h
gimpoperationhistogramsink.c app: use a lot of g_clear_object() and g_clear_pointer() 2017-07-15 18:42:44 +02:00
gimpoperationhistogramsink.h
gimpoperationhuesaturation.c app: replace the hue-saturation tool by a generic filter action 2017-06-05 18:35:05 +02:00
gimpoperationhuesaturation.h
gimpoperationlevels.c
gimpoperationlevels.h
gimpoperationmaskcomponents.c
gimpoperationmaskcomponents.h
gimpoperationpointfilter.c app: use a lot of g_clear_object() and g_clear_pointer() 2017-07-15 18:42:44 +02:00
gimpoperationpointfilter.h
gimpoperationposterize.c
gimpoperationposterize.h
gimpoperationprofiletransform.c app: use a lot of g_clear_object() and g_clear_pointer() 2017-07-15 18:42:44 +02:00
gimpoperationprofiletransform.h app: cleanup in GimpOperationProfileTransform 2016-11-06 21:08:10 +01:00
gimpoperationscalarmultiply.c
gimpoperationscalarmultiply.h app: fix parent_class type of GimpOperationScalarMultiplyClass 2017-06-30 16:24:49 -04:00
gimpoperationsemiflatten.c
gimpoperationsemiflatten.h
gimpoperationsetalpha.c
gimpoperationsetalpha.h
gimpoperationshapeburst.c
gimpoperationshapeburst.h
gimpoperationshrink.c Bug 784799 - select > shrink and border produce horizontal gaps in selection 2017-07-11 16:49:49 -04:00
gimpoperationshrink.h
gimpoperationthreshold.c app, pdb, libgimp: allow to choose the channel when thresholding 2016-11-01 22:45:37 +01:00
gimpoperationthreshold.h app, pdb, libgimp: allow to choose the channel when thresholding 2016-11-01 22:45:37 +01:00
gimpoperationthresholdalpha.c
gimpoperationthresholdalpha.h
Makefile.am enums: don't use comments in generated enum recipes 2017-06-02 11:15:43 -04:00
operations-enums.c app: push regenerated operations-enums.c file 2017-05-06 18:36:45 -04:00
operations-enums.h app: rename GimpLayerModeAffectMask to GimpLayerCompositeRegion 2017-05-11 17:44:55 -04:00
operations-types.h app: rename GimpOperationPointLayerMode to GimpOperationLayerMode 2017-01-21 21:35:52 +01:00