Gimp/plug-ins/screenshot
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
Makefile.am plug-ins: remove KDE screenshot portal in favor of Freedesktop portal. 2021-12-17 20:14:18 +01:00
meson.build plug-ins: remove KDE screenshot portal in favor of Freedesktop portal. 2021-12-17 20:14:18 +01:00
screenshot-freedesktop.c plug-ins: show screenshot options dialog immediately in Freedesktop… 2021-12-14 17:59:25 +01:00
screenshot-freedesktop.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-icon.h
screenshot-osx.c plug-ins: various g_file_get_path() replaced by g_file_peek_path(). 2021-10-01 18:47:30 +02:00
screenshot-osx.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-win32-dwm-api.h Issue #5066: Create From Screenshot Crash. 2021-01-02 19:06:03 +01:00
screenshot-win32-magnification-api.h plug-ins: fix some warnings in Win32 screenshot code. 2020-08-02 19:49:22 +02:00
screenshot-win32-resource.h
screenshot-win32-select.cur
screenshot-win32-small.ico
screenshot-win32.c Issue #4009: enables option to capture cursor in screenshot (Windows) 2022-01-19 01:28:47 +00:00
screenshot-win32.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot-win32.ico
screenshot-win32.rc Specify utf-8 for rc file. 2018-06-15 17:35:00 +00:00
screenshot-x11.c app, libgimp, pdb, plug-ins: more functions moved to get|set(). 2021-04-06 14:34:31 +02:00
screenshot-x11.h plug-ins: port screenshot to GimpImage/GimpDrawable. 2019-08-22 15:54:36 +02:00
screenshot.c plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00
screenshot.h plug-ins: remove KDE screenshot portal in favor of Freedesktop portal. 2021-12-17 20:14:18 +01:00