Gimp/app/operations
Jehan 16fe79a45f app: replace the mutex by a RW lock.
It would be more performant since it allows concurrent access as long as
you only need read access (i.e. as long as the cache won't change, which
is the most common case).
2025-05-06 14:18:09 +00:00
..
layer-modes app: replace the mutex by a RW lock. 2025-05-06 14:18:09 +00:00
layer-modes-legacy operations: Revert legacy modes for performance 2024-09-09 14:39:19 +00:00
tests app,pdb,plug-ins: %s/gegl_node_connect_to/gegl_node_connect/ 2023-06-13 19:58:42 +02:00
gimp-operation-config.c Issue #11988: GEGL param specs are not serialized anymore. 2024-09-04 13:48:03 +02:00
gimp-operation-config.h app: do not maintain manually the list of core ops with custom config object. 2024-01-23 15:39:09 +00:00
gimp-operations.c app: do not maintain manually the list of core ops with custom config object. 2024-01-23 15:39:09 +00:00
gimp-operations.h
gimpbrightnesscontrastconfig.c
gimpbrightnesscontrastconfig.h
gimpcageconfig.c
gimpcageconfig.h
gimpcolorbalanceconfig.c
gimpcolorbalanceconfig.h
gimpcurvesconfig.c
gimpcurvesconfig.h
gimphuesaturationconfig.c
gimphuesaturationconfig.h
gimplevelsconfig.c app, libgimpcolor, plug-ins: move legacy luminance macros to private. 2024-11-02 00:27:02 +01:00
gimplevelsconfig.h Issue #3015: Space invasion: Using Levels Pick white point for all… 2024-10-29 00:27:22 +01:00
gimpoperationborder.c Fix spelling errors found with codespell 2025-01-04 15:11:03 +00:00
gimpoperationborder.h
gimpoperationbrightnesscontrast.c
gimpoperationbrightnesscontrast.h
gimpoperationbuffersourcevalidate.c
gimpoperationbuffersourcevalidate.h
gimpoperationcagecoefcalc.c
gimpoperationcagecoefcalc.h
gimpoperationcagetransform.c
gimpoperationcagetransform.h
gimpoperationcolorbalance.c app: Color Balance to work in HSLA/sRGB. 2024-10-13 17:01:50 +02:00
gimpoperationcolorbalance.h
gimpoperationcolorize.c app, libgimpcolor, plug-ins: move legacy luminance macros to private. 2024-11-02 00:27:02 +01:00
gimpoperationcolorize.h app: port Colorize to GeglColor property. 2024-02-15 23:55:06 +01:00
gimpoperationcomposecrop.c
gimpoperationcomposecrop.h
gimpoperationcurves.c
gimpoperationcurves.h
gimpoperationdesaturate.c
gimpoperationdesaturate.h
gimpoperationequalize.c
gimpoperationequalize.h
gimpoperationfillsource.c
gimpoperationfillsource.h
gimpoperationflood.c
gimpoperationflood.h
gimpoperationgradient.c operations: Remove GimpRGB from Gradient operation 2024-09-13 01:12:13 +00:00
gimpoperationgradient.h operations: Remove GimpRGB from Gradient operation 2024-09-13 01:12:13 +00:00
gimpoperationgrow.c
gimpoperationgrow.h
gimpoperationhistogramsink.c
gimpoperationhistogramsink.h
gimpoperationhuesaturation.c app: show clearer we are working in sRGB space. 2024-10-13 17:55:59 +02:00
gimpoperationhuesaturation.h app: use GEGL/babl to convert to HSL in gimp_operation_hue_saturation_map(). 2024-02-12 18:30:00 +01:00
gimpoperationlevels.c
gimpoperationlevels.h
gimpoperationmaskcomponents.cc Issue #12614: Successive layer effects should use a higher bit-depth as intermediary format. 2025-01-12 22:18:28 +01:00
gimpoperationmaskcomponents.h
gimpoperationoffset.c pdb, operations, tool: Replace GimpContext with GeglColor... 2024-11-29 00:29:36 -05:00
gimpoperationoffset.h pdb, operations, tool: Replace GimpContext with GeglColor... 2024-11-29 00:29:36 -05:00
gimpoperationpointfilter.c
gimpoperationpointfilter.h
gimpoperationposterize.c app: make posterize op operate with a perceptual gamma 2024-02-21 09:03:08 +01:00
gimpoperationposterize.h
gimpoperationprofiletransform.c
gimpoperationprofiletransform.h
gimpoperationscalarmultiply.c
gimpoperationscalarmultiply.h
gimpoperationsemiflatten.c app, libgimp*, modules, pdb, plug-ins: new GimpParamColor. 2024-04-19 23:25:13 +02:00
gimpoperationsemiflatten.h operations: Port semi-flatten to GeglColor 2024-03-05 18:30:53 +00:00
gimpoperationsetalpha.c
gimpoperationsetalpha.h
gimpoperationsettings.c Issue #12577: get rid of the gamma hack. 2025-01-10 23:26:11 +01:00
gimpoperationsettings.h Issue #12577: get rid of the gamma hack. 2025-01-10 23:26:11 +01:00
gimpoperationshrink.c Fix spelling errors found with codespell 2025-01-04 15:11:03 +00:00
gimpoperationshrink.h
gimpoperationthreshold.c app, libgimpcolor, plug-ins: move legacy luminance macros to private. 2024-11-02 00:27:02 +01:00
gimpoperationthreshold.h
gimpoperationthresholdalpha.c
gimpoperationthresholdalpha.h
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
operations-enums.c app, libgimp, pdb: fix perceptual blend space for linear TRC ICC profiles 2024-12-19 23:23:50 +01:00
operations-enums.h Issue #13617: segmentation fault when painting. 2025-05-06 14:18:09 +00:00
operations-types.h