Gimp/app/text
Nils Philippsen 1c00c2e4f8 app: fix re-initializing fontconfig in gimp_fonts_reset()
Calling FcConfigSetCurrent() with NULL is just broken, it almost
immediately dereferences the passed pointer. Apparently this line
is executed seldom, otherwise we'd see way more crashes in this place.
Just use FcInitReinitialize() which exists for the very purpose of
reinitializing the fontconfig library.
2013-02-05 13:54:36 +01:00
..
.gitignore
gimp-fonts.c app: fix re-initializing fontconfig in gimp_fonts_reset() 2013-02-05 13:54:36 +01:00
gimp-fonts.h
gimpfont.c do not crash on fonts with 000 permissions. 2012-06-06 01:16:02 +02:00
gimpfont.h
gimpfontlist.c app: pass a format, not bpp, to gimp_viewable_get_dummy_pixbuf() 2012-05-02 17:51:08 +02:00
gimpfontlist.h
gimptext-compat.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimptext-compat.h
gimptext-parasite.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimptext-parasite.h
gimptext-vectors.c Bug 676413: Text to Path cuts off without covering the whole layer 2012-10-30 18:07:08 +01:00
gimptext-vectors.h
gimptext-xlfd.c
gimptext-xlfd.h
gimptext.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimptext.h
gimptextlayer-transform.c
gimptextlayer-transform.h
gimptextlayer-xcf.c
gimptextlayer-xcf.h
gimptextlayer.c Bug 352823 - Changing image mode discards text layer information 2012-11-10 18:56:44 +01:00
gimptextlayer.h Bug 352823 - Changing image mode discards text layer information 2012-11-10 18:56:44 +01:00
gimptextlayout-render.c
gimptextlayout-render.h
gimptextlayout.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimptextlayout.h
gimptextundo.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimptextundo.h Bug 352823 - Changing image mode discards text layer information 2012-11-10 18:56:44 +01:00
Makefile.am
text-enums.c
text-enums.h
text-types.h