gimp/plug-ins/metadata
Jehan 4fdf301dea plug-ins: properly check widget class holding tag data.
Some tag data is hold in GtkEntry, other in GtkTextView, which are not
parent to each other. Previous checks were wrong and resulted in
"invalid cast from 'GtkEntry' to 'GtkTextView'" WARNINGs (followed by
many CRITICALs because of this first error).

Also properly free the data returned by gtk_text_buffer_get_text() which
is allocated (unlike strings returned by gtk_entry_get_text() which must
not be freed).
2018-03-16 20:20:24 +01: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: fix a tab in metadata/Makefile.am 2017-07-09 16:30:36 +02:00
metadata-editor.c plug-ins: properly check widget class holding tag data. 2018-03-16 20:20:24 +01:00
metadata-editor.h Bug 769820 - Cannot enter Iptc information when no metadata is available... 2017-07-07 18:11:39 +02:00
metadata-impexp.c Bug 761170 - Warnings building with clang 2017-07-14 12:26:10 +02:00
metadata-impexp.h Bug 769820 - Cannot enter Iptc information when no metadata is available... 2017-07-07 18:11:39 +02:00
metadata-misc.h Bug 769820 - Cannot enter Iptc information when no metadata is available... 2017-07-07 18:11:39 +02:00
metadata-tags.h Bug 785265 - Patch for localization for combotext in metadata editor 2017-07-24 12:28:02 +02:00
metadata-viewer.c Regression fix for metadata viewer allows to view all tags. 2017-08-05 09:14:59 -04:00
metadata-xml.c Bug 761170 - Warnings building with clang 2017-07-14 12:26:10 +02:00
metadata-xml.h Bug 761170 - Warnings building with clang 2017-07-14 12:26:10 +02:00