Gimp/app/gegl
Michael Natterer a29f73bd9a Issue #2224 - Use the "Swap folder" setting for the GEGL cache
Move swap/cache and temporary files out the GIMP user config dir:

libgimpbase: add gimp_cache_directory() and gimp_temp_directory()
which return the new default values inside XDG_CACHE_HOME and the
system temp directory. Like all directories from gimpenv.[ch] the
values can be overridden by environment variables. Improve API docs
for all functions returning directories.

Add new config file substitutions ${gimp_cache_dir} and
${gimp_temp_dir}.

Document all the new stuff in the gimp and gimprc manpages.

app: default "swap-path" and "temp-path" to the new config file
substitutions. On startup and config changes, make sure that the swap
and temp directories actually exist.

In the preferences dialog, add reset buttons to all file path pages.
2018-11-18 18:10:34 +01:00
..
.gitignore enums: add intermediate generated enum files to .gitignore 2017-08-24 15:35:27 -04:00
gimp-babl-compat.c Initial space invasion commit in GIMP 2018-07-21 16:42:57 +02:00
gimp-babl-compat.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-babl.c app: add "cairo-ARGB32" to "R'G'B'A u8" in gimp_babl_init_fishes(). 2018-08-01 16:45:16 +02:00
gimp-babl.h Initial space invasion commit in GIMP 2018-07-21 16:42:57 +02:00
gimp-gegl-apply-operation.c Issue #1997 - Colors not properly converted to image's color space 2018-08-09 20:04:44 +02:00
gimp-gegl-apply-operation.h Issue #1997 - Colors not properly converted to image's color space 2018-08-09 20:04:44 +02:00
gimp-gegl-enums.c enums: generate enum files in source dir 2017-05-06 17:26:16 -04:00
gimp-gegl-enums.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-loops-sse2.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-loops-sse2.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-loops.cc app: remove gimp_parallel_distribute(); use gegl_parallel_distribute() 2018-11-14 10:52:06 -05:00
gimp-gegl-loops.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-mask-combine.c app: migrate gegl-mask-combine to new iterator api 2018-09-11 00:36:12 +02:00
gimp-gegl-mask-combine.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-mask.c app: migrate gimp-gegl-mask to new iterator api 2018-09-11 00:36:29 +02:00
gimp-gegl-mask.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-nodes.c Issue #1997 - Colors not properly converted to image's color space 2018-08-09 20:04:44 +02:00
gimp-gegl-nodes.h Issue #1997 - Colors not properly converted to image's color space 2018-08-09 20:04:44 +02:00
gimp-gegl-tile-compat.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-tile-compat.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-types.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-gegl-utils.c Issue #1997 - Colors not properly converted to image's color space 2018-08-09 20:04:44 +02:00
gimp-gegl-utils.h Issue #1997 - Colors not properly converted to image's color space 2018-08-09 20:04:44 +02:00
gimp-gegl.c Issue #2224 - Use the "Swap folder" setting for the GEGL cache 2018-11-18 18:10:34 +01:00
gimp-gegl.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpapplicator.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpapplicator.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptilehandlervalidate.c app: add gimp_tile_handler_validate_buffer_copy() 2018-08-03 13:50:13 -04:00
gimptilehandlervalidate.h app: add gimp_tile_handler_validate_buffer_copy() 2018-08-03 13:50:13 -04:00
Makefile.am app: switch gimp-gegl-loops.c to C++ 2018-04-04 17:49:47 -04:00