Gimp/app/text
Alx Sa 0aa63806e6 text: Fix xcf load issue caused by MR !751
Loading an .xcf with a patterned outline caused GIMP to crash.
This is because PROP_GIMP was loaded at the end, so it was null when
text->gimp->pattern_factory was called. Moving PROP_GIMP to the
top of the property enum list ensures it's loaded first,
which resolves the issue.
2022-10-13 00:16:44 +00:00
..
.gitignore
gimpfont.c Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
gimpfont.h
gimpfontfactory.c Issue #5530: do not fail font loading on broken user/GIMP fonts.conf. 2020-08-16 18:06:09 +02:00
gimpfontfactory.h
gimptext-compat.c
gimptext-compat.h
gimptext-parasite.c text: Add outline options to text editor 2022-10-12 22:00:40 +00:00
gimptext-parasite.h text: Add outline options to text editor 2022-10-12 22:00:40 +00:00
gimptext-vectors.c
gimptext-vectors.h
gimptext-xlfd.c Use g_strlcpy() instead of strncpy() everywhere 2019-08-14 23:52:38 +02:00
gimptext-xlfd.h
gimptext.c text: Fix xcf load issue caused by MR !751 2022-10-13 00:16:44 +00:00
gimptext.h text: Add outline options to text editor 2022-10-12 22:00:40 +00:00
gimptextlayer-transform.c
gimptextlayer-transform.h
gimptextlayer-xcf.c text: Add outline options to text editor 2022-10-12 22:00:40 +00:00
gimptextlayer-xcf.h
gimptextlayer.c text: Add outline options to text editor 2022-10-12 22:00:40 +00:00
gimptextlayer.h
gimptextlayout-render.c
gimptextlayout-render.h
gimptextlayout.c Issue #2509: Adding support for 'locl' in Text Tool 2022-03-09 17:53:19 +00:00
gimptextlayout.h
gimptextundo.c
gimptextundo.h
Makefile.am app, libgimp*: add various stamp files to CLEANFILES. 2022-08-01 23:34:50 +02:00
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
text-enums.c text: Add outline options to text editor 2022-10-12 22:00:40 +00:00
text-enums.h text: Add outline options to text editor 2022-10-12 22:00:40 +00:00
text-types.h