gimp/app
Jehan 88f97aedef Issue 2949: Newly Installed Fonts not Registering.
Apparently Microsoft added just recently the feature to install user
font (as opposed to system-wide fonts), without administration rights
(yes, only now, how crazy is that?). Right now GIMP does not see fonts
there.

We have an upstream report at fontconfig where such a default search
path should happen.
See: https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/144
Until it gets fixed there, let's just add the user fonts dir ourselves
in GIMP. This code should get killed later.

Notes:
- I renamed various DEFAULT_* data macros to GIMP_DEFAULT_* because
DEFAULT_PALETTE was conflicting with another macro in Windows API!
- Also I removed the DATADIR macro set under app/config/ because it is
also conflicting and anyway we use it in no files on this level.
- This is not perfectly tested on Windows. Please everyone with Windows
access, could you build and test if it works fine before release?
2019-04-28 22:38:26 +09:00
..
actions app: update padding color interactively. 2019-03-18 14:58:05 +01:00
config Issue 2949: Newly Installed Fonts not Registering. 2019-04-28 22:38:26 +09:00
core app: add smooth/corner curve-point types 2019-04-19 10:34:32 -04:00
dialogs Issue #3275 - Crash when opening an image after closing existing image 2019-04-20 14:53:19 -04:00
display app: add GimpToolPolygon::change-complete signal 2019-04-25 06:07:57 -04:00
file app: allow core file procedure which don't return an image. 2019-04-12 18:42:03 +02:00
file-data app: new "gex" format (GIMP Extension). 2019-04-12 18:49:18 +02:00
gegl app: use underlying operation in gimp_gegl_apply_cached_operation() 2019-03-27 15:45:57 -04:00
gui app: include system gimp.css file in theme.css 2019-03-27 20:14:10 -04:00
menus libgimpbase, app: remove the plug-in menu_path compat code 2018-07-13 14:07:44 +02:00
operations app: don't leak curve in gimp_curves_config_save_cruft() 2019-04-19 15:30:11 -04:00
paint app: add incremental mode to the Dodge/Burn tool 2019-04-17 10:02:42 -04:00
pdb app: merge layers in chunks, and show progress 2019-02-25 05:10:50 -05:00
plug-in app: allow core file procedure which don't return an image. 2019-04-12 18:42:03 +02:00
propgui app: make gimp_prop_gui_chain_toggled() less error-prone. 2019-03-20 15:05:22 +01:00
tests app: link tests against libappfile-data 2019-02-12 13:54:24 -05:00
text app: add gimp_parallel_run_async_independent_full() 2019-03-06 00:01:59 -05:00
tools app: flush image when committing free-select tool 2019-04-26 03:37:13 -04:00
vectors app, libgimpconfig: make various usage of g_file_replace() safer. 2018-11-26 15:50:38 +01:00
widgets Issue #3284 - Wrong layer renamed when switching images 2019-04-21 10:34:40 -04:00
xcf Issue #2685 - Crash when distributing layers horizontally 2019-01-03 15:02:55 +01:00
.gitignore Move git-version.h to the toplevel also in .gitignore 2018-01-29 20:26:18 +01:00
Makefile.am app: new "gex" format (GIMP Extension). 2019-04-12 18:49:18 +02:00
about.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
app.c app: more GimpBacktrace tidying 2018-09-03 15:57:53 -04:00
app.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
errors.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
errors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-debug.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-debug.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-intl.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-log.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-log.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-priorities.h app: fix image-window UI-manager update while a projection is being rendered 2019-03-30 19:31:23 -04:00
gimp-version.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-version.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcore.def app: remove "Edit -> Fade..." 2018-12-27 11:44:25 -05:00
language.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
language.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
main.c app: open the Windows console a bit earlier. 2018-08-15 14:34:26 +02:00
sanity.c build,app: require GEGL-0.4.14 2019-03-01 14:42:26 +01:00
sanity.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
signals.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
signals.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
tests.c tests: OSX - activate GIMP window when tests are running 2018-11-23 23:20:20 +01:00
tests.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
unique.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
unique.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00