Gimp/libgimpbase
Jehan 070bcb8979 libgimpbase: strengthen other use of g_win32_locale_filename_from_utf8()
Let's make our various usages of this broken function more robust, or at
least return with errors when we can. But this is still seriously
broken. Inside gimp_locale_directory() though, there was nothing I could
do, so I just added a FIXME for at least keeping an eye on it.
2018-04-30 22:23:18 +02:00
..
.gitignore
gimpbase-private.c
gimpbase-private.h
gimpbase.def Bug 795207 - Add color space to blend(gradient) tool options 2018-04-13 22:33:16 +02:00
gimpbase.h
gimpbaseenums.c libgimpbase: add GIMP_GRADIENT_BLEND_CIE_LAB value to enum 2018-04-14 18:11:38 +02:00
gimpbaseenums.h libgimpbase: add GIMP_GRADIENT_BLEND_CIE_LAB value to enum 2018-04-14 18:11:38 +02:00
gimpbasetypes.c
gimpbasetypes.h
gimpchecks.c
gimpchecks.h
gimpcompatenums.c
gimpcompatenums.h
gimpcpuaccel.c
gimpcpuaccel.h
gimpdatafiles.c
gimpdatafiles.h Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
gimpenv.c libgimpbase: strengthen other use of g_win32_locale_filename_from_utf8() 2018-04-30 22:23:18 +02:00
gimpenv.h
gimplimits.h
gimpmemsize.c
gimpmemsize.h
gimpmetadata.c libgimpbase: strengthen other use of g_win32_locale_filename_from_utf8() 2018-04-30 22:23:18 +02:00
gimpmetadata.h
gimpparam.h
gimpparasite.c
gimpparasite.h
gimpparasiteio.c
gimpparasiteio.h
gimpprotocol.c
gimpprotocol.h
gimprectangle.c
gimprectangle.h
gimpreloc.c
gimpreloc.h
gimpsignal.c Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
gimpsignal.h
gimpunit.c
gimpunit.h
gimputils.c libgimpbase: Find thread ID on FreeBSD with thr_self 2018-04-28 17:09:34 +02:00
gimputils.h libgimpbase: consistent gimp_stack_trace namespace for stack trace functions 2018-02-22 12:35:43 +01:00
gimpvaluearray.c
gimpvaluearray.h
gimpwin32-io.h Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
gimpwire.c
gimpwire.h
Makefile.am Makefiles: don't use -xobjective-c when linking files on Mac 2018-04-08 04:03:55 -04:00
test-cpu-accel.c