Gimp/app/text
Nils Philippsen bd6c3468aa 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.
(cherry picked from commit 1c00c2e4f8)
2013-02-05 14:03:57 +01:00
..
.gitignore
gimp-fonts.c app: fix re-initializing fontconfig in gimp_fonts_reset() 2013-02-05 14:03:57 +01:00
gimp-fonts.h
gimpfont.c Remove GIMP_OBJECT() casts when calling gimp_object_get_name() 2009-08-31 22:47:18 +02:00
gimpfont.h
gimpfontlist.c app/text: nuke gimpfont-utils.[ch] 2011-09-19 15:44:26 +02:00
gimpfontlist.h
gimptext-compat.c app/text: nuke gimpfont-utils.[ch] 2011-09-19 15:44:26 +02:00
gimptext-compat.h
gimptext-parasite.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +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:06 +01:00
gimptext-vectors.h
gimptext-xlfd.c
gimptext-xlfd.h
gimptext.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
gimptext.h app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimptextlayer-transform.c app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimptextlayer-transform.h
gimptextlayer-xcf.c plugged memory leaks 2012-02-07 17:32:02 +01:00
gimptextlayer-xcf.h
gimptextlayer.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
gimptextlayer.h Port stuff to gimp_item_is_text_layer() 2010-10-05 07:39:00 +02:00
gimptextlayout-render.c app: fix publically reported layout offset for a couple of cases 2010-03-11 20:58:11 +01:00
gimptextlayout-render.h app: take the rendering direction into account when adjusting the x-offset 2010-02-21 17:47:21 +01:00
gimptextlayout.c plugged memory leaks 2012-02-07 17:32:02 +01:00
gimptextlayout.h app: change image parameter in gimp_text_layout_new() to xres,yres 2011-03-18 02:31:20 +01:00
gimptextundo.c app: implement GObject::constructed() instead of ::constructor() 2011-01-12 23:06:03 +01:00
gimptextundo.h
Makefile.am Remove the makefile.msc build system, it is unmaintained since 2008 2011-12-16 15:53:56 +01:00
text-enums.c app: register descriptions for the GimpTextBoxMode enum 2010-02-17 20:28:13 +01:00
text-enums.h app: register descriptions for the GimpTextBoxMode enum 2010-02-17 20:28:13 +01:00
text-types.h