gimp/libgimpbase
Jehan ca230cb770 meson: fix warnings of deprecated features.
Now that we bumped our meson requirement, meson is complaining about
several features now deprecated even in the minimum required meson
version:

s/meson.source_root/meson.project_source_root/ to fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead.

s/meson.build_root/meson.project_build_root/ to fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': meson.build_root. use meson.project_build_root() or meson.global_build_root() instead.

Fixing using path() on xdg_email and python ExternalProgram variables:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead

s/get_pkgconfig_variable *(\([^)]*\))/get_variable(pkgconfig: \1)/ to
fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig : ...) instead
2022-08-31 01:29:37 +02:00
..
.gitignore
Makefile.am app, libgimp*: add various stamp files to CLEANFILES. 2022-08-01 23:34:50 +02:00
Makefile.gi
gimpbase-private.c
gimpbase-private.h
gimpbase.def devel-docs, libgimpbase: getting rid of gimp_checks_get_shades(). 2022-05-14 17:43:39 +02:00
gimpbase.h
gimpbaseenums.c app, libgimp*: commit the newly generated *enums.c files. 2022-08-01 20:00:01 +02:00
gimpbaseenums.h Custom transparency checkerboard colors 2022-05-14 16:27:15 +02:00
gimpbasetypes.c
gimpbasetypes.h Revert "Don't forget to include <glib-object.h>" 2020-05-21 22:39:10 +02:00
gimpchecks.c devel-docs, libgimpbase: getting rid of gimp_checks_get_shades(). 2022-05-14 17:43:39 +02:00
gimpchecks.h devel-docs, libgimpbase: getting rid of gimp_checks_get_shades(). 2022-05-14 17:43:39 +02:00
gimpcompatenums.c app, libgimp*: commit the newly generated *enums.c files. 2022-08-01 20:00:01 +02:00
gimpcompatenums.h
gimpcpuaccel.c
gimpcpuaccel.h
gimpenv.c macos: support for homebrew build 2022-07-27 17:06:21 +00:00
gimpenv.h libgimpbase: avoid double definition of exported variables on Windows 2020-06-10 18:29:23 +03:00
gimplimits.h
gimpmemsize.c
gimpmemsize.h
gimpmetadata.c libgimpbase: fix crash caused by the previous commit 2022-06-02 17:45:13 -04:00
gimpmetadata.h
gimpparamspecs.c Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimpparamspecs.h Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimpparasite.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimpparasite.h app, devel-docs, libgimpbase: s/gimp_parasite_name/gimp_parasite_get_name/… 2021-04-05 18:36:44 +02:00
gimpparasiteio.c
gimpparasiteio.h
gimpprotocol.c Custom transparency checkerboard colors 2022-05-14 16:27:15 +02:00
gimpprotocol.h libgimpbase: bump the protocol version. 2022-05-14 16:31:58 +02:00
gimprectangle.c gir: Add more (out) tags when appropriate 2020-05-03 17:35:01 +02:00
gimprectangle.h
gimpreloc.c Remove another error message 2021-10-20 00:29:37 +01:00
gimpreloc.h
gimpsignal.c
gimpsignal.h
gimpunit.c
gimpunit.h
gimputils.c Issue #7539: Opening some images lock GIMP. 2021-12-01 18:37:18 +01:00
gimputils.h libgimp, libgimpbase, libgimpwidgets: new gimp_range_estimate_settings() 2020-11-25 01:34:36 +01:00
gimpvaluearray.c libgimp*, plug-ins: fix some warnings 2021-05-24 20:36:31 +00:00
gimpvaluearray.h gimppdb: Allow more easy bindable API 2020-09-20 11:36:01 +00:00
gimpversion.h.in
gimpwin32-io.h
gimpwire.c
gimpwire.h
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
test-cpu-accel.c