Gimp/plug-ins/file-psd
Jehan 18c37f7084 plug-ins, libgimp: override set_i18n() for all our core plug-ins.
Hence avoiding the stderr messages. These are going to be localized with
centrally installed catalogs "gimp*-std-plugins", "gimp*-script-fu" and
"gimp*-python".

We now handle core plug-in localizations differently and in particular,
with kind of a reverse logic:

- We don't consider "gimp*-std-plugins" to be the default catalog
  anymore. It made sense in the old world where we would consider the
  core plug-ins to be the most important and numerous ones. But we want
  to push a world where people are even more encouraged to develop their
  own plug-ins. These won't use the standard catalog anymore (because
  there are nearly no reasons that the strings are the same, it's only a
  confusing logic). So let's explicitly set the standard catalogs with
  DEFINE_STD_SET_I18N macro (which maps to a different catalog for
  script-fu plug-ins).
- Doing something similar for Python plug-ins which have again their own
  catalog.
- Getting rid of the INIT_I18N macro since now all the locale domain
  binding is done automatically by libgimp when using the set_i18n()
  method infrastructure.
2022-06-05 01:57:02 +02:00
..
.gitignore plug-ins: update file-psd/.gitignore 2015-04-26 15:50:13 -04:00
Makefile.am Add missing -lm to file-psd plug-in 2019-10-31 17:00:01 +01:00
meson.build plug-ins: add missing define G_LOG_DOMAIN in file-psd for the meson build. 2020-12-18 14:00:48 -05:00
new-resource-ids.txt
psd-image-res-load.c plug-ins: improve loading of PSD merged images with alpha channel 2021-11-08 22:37:13 -05:00
psd-image-res-load.h plug-ins: fix #5944 Unable to open XCF converted PSD files 2021-05-11 12:34:41 -04:00
psd-layer-res-load.c plug-ins: make PSD resource loading handle 64-bit lengths. 2021-05-17 21:27:06 -04:00
psd-layer-res-load.h plug-ins: make PSD resource loading handle 64-bit lengths. 2021-05-17 21:27:06 -04:00
psd-load.c Initialize variables that are not initialized to silence warnings. 2022-03-23 23:08:59 +00:00
psd-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-save.c plug-ins: add extra layer groups when loading PSD images with clipping layers 2021-12-14 12:27:16 -05:00
psd-save.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-thumb-load.c plug-ins: fix #5944 Unable to open XCF converted PSD files 2021-05-11 12:34:41 -04:00
psd-thumb-load.h pdb, app, libgimp, plug-ins: replace most PDB filenames/URIs by GFile 2019-09-11 21:48:34 +02:00
psd-util.c plug-ins: PSD layers with clipping set need clip to backdrop as composite mode 2021-12-14 12:27:16 -05:00
psd-util.h plug-ins: PSD layers with clipping set need clip to backdrop as composite mode 2021-12-14 12:27:16 -05:00
psd.c plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00
psd.h plug-ins: add extra layer groups when loading PSD images with clipping layers 2021-12-14 12:27:16 -05:00
TODO.txt Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00