Gimp/libgimpconfig
Jehan aa7c2a55d6 Issue #16169: do not serialize empty string value.
Reverting a part of commit fa097df9 which should not have been merged,
and in fact which was not useful anymore for fixing the original issue.

This fixes part of #16169, which is that because of this change, we were
creating broken XCF containing both a text and a markup variant for
text-only text layers. Typically it was storing:

> (text "I love GIMP")
> (markup "")

Now we don't create such broken XCF anymore, but I'll want to strengthen
reading code too, so that we can salvage such XCF files, already
existing in the wild.
2026-04-08 21:20:32 +02:00
..
gimpcolorconfig.c libgimpconfig: GimpColorConfig is now final. 2024-10-17 22:38:25 +02:00
gimpcolorconfig.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig-deserialize.c libgimpconfig: better error message when a GObject property tries to… 2025-10-24 02:24:53 +02:00
gimpconfig-deserialize.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig-error.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpconfig-error.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig-iface.c libgimp: 3 new functions backported for the 3.0.8 release. 2026-01-23 21:46:43 +01:00
gimpconfig-iface.h libgimpconfig: Save legacy XCF grid colors... 2026-01-09 16:53:33 +00:00
gimpconfig-params.c libgimp, pdb: Allow access to GimpCurve in PDB 2026-03-01 13:41:35 +00:00
gimpconfig-params.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig-path.c libgimpconfig: Use strcat_s on Windows to fix CRT_INSECURE_DEPRECATE warns 2026-04-01 07:16:40 -03:00
gimpconfig-path.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig-register.c libgimpconfig: fix leak. 2024-09-04 14:04:47 +02:00
gimpconfig-register.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig-serialize.c Issue #16169: do not serialize empty string value. 2026-04-08 21:20:32 +02:00
gimpconfig-serialize.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig-utils.c app, libgimp*, pdb: new GimpParamSpecObject abstract spec type. 2024-09-04 22:34:49 +02:00
gimpconfig-utils.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfig.def libgimpconfig: Save legacy XCF grid colors... 2026-01-09 16:53:33 +00:00
gimpconfig.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfigenums.c app, libgimp*: commit the newly generated *enums.c files. 2022-08-01 20:00:01 +02:00
gimpconfigenums.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfigtypes.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpconfigwriter.c app, libgimp*, modules: More type <> casting fixes 2026-03-31 16:27:25 -03:00
gimpconfigwriter.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
gimpscanner.c app, libgimp*, pdb, plug-ins: rename various public API name s/float/double/. 2024-11-02 15:00:03 +01:00
gimpscanner.h Revert "libgimpconfig: #pragma once, and some formatting" 2025-08-14 00:54:28 +02:00
meson.build Declare gexiv2 dependency on many targets (due to gimpmetadata.h) 2025-10-03 18:31:53 -03:00