gimp/plug-ins/metadata
Jacob Boerema 641080c838 plug-ins: fix several issues detected by coverity
Detected issues fixed here:
- Use GString and g_string_append since otherwise we need to add g_free
after every g_strconcat.
- No error checking.
- We need to g_free value_utf.

Not detected by coverity:
- Wrong quotes around utf-8.
- Remove unused includes.
2021-10-24 22:14:13 -04:00
..
.gitignore Bug 769820 - Cannot enter Iptc information when no metadata is available... 2017-07-07 18:11:39 +02:00
Makefile.am plug-ins: improve formatting of gps data in metadata-viewer. 2020-12-01 13:24:06 -05:00
meson.build Issue #7327: Cannot build GIMP3 on MSYS2 using Meson. 2021-10-12 17:06:18 +02:00
metadata-editor.c plug-ins: fix #7408 metadata-editor plugin cashing when saving metadata 2021-10-24 13:38:06 -04:00
metadata-editor.h plug-ins: port the metadata plug-ins to GimpPlugIn and object 2019-08-27 18:28:56 +02:00
metadata-impexp.c plug-ins: fix several issues detected by coverity 2021-10-24 22:14:13 -04:00
metadata-impexp.h plug-ins: port the metadata plug-ins to GimpPlugIn and object 2019-08-27 18:28:56 +02:00
metadata-misc.h plug-ins: port the metadata plug-ins to GimpPlugIn and object 2019-08-27 18:28:56 +02:00
metadata-tags.c plug-ins: Iptc.Application2.Headline is not a repeatable tag 2021-10-24 12:53:37 -04:00
metadata-tags.h plug-ins: in metadata-editor use /iptcExt instead of /Iptc4xmpExt when saving. 2021-03-15 20:49:39 -04:00
metadata-viewer.c plug-ins: in metadata-viewer improve how we show XMP tags. 2021-09-24 15:22:49 -04:00
metadata-xml.c plug-ins: fix resource leaks detected by coverity 2021-10-24 22:01:16 -04:00
metadata-xml.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00