Gimp/app
Ell 5bcde32caf enums: run gimp-mkenums from the build dir
Commit 1e6acbd4e1 modified the
generated enum recipes to run gimp-mkenums from the source
directory, instead of the build directory, so that only the
basenames of the corresponding header files would appear in
the comment at the top of the generated files.  This was a
mistake -- $(GIMP_MKENUMS) is expecting to be invoked from the
build directory.

Switch back to running gimp-mkenums from the build directory.  To
avoid including the relative path from the build directory to the
source directory in the generated file, add a @basename@ production
variable to gimp-mkenums, which exapnds to the basename of the
input file, and use it instead of @filename@ in the recipes for the
generated enum files.
2017-05-22 20:29:18 -04:00
..
actions app, menus: rename confusing layers-text-tool and vectors-path-tool. 2017-05-16 00:04:24 +02:00
config enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
core enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
dialogs app: set the palette import dialog's "# Colors" scale to logarithmic 2017-05-18 18:21:51 +02:00
display enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
file app, libgimp: allow to register more than one MIME type per procedure 2017-05-04 23:22:37 +02:00
gegl enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
gui Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
menus Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
operations enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
paint enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
pdb app, libgimp: allow to register more than one MIME type per procedure 2017-05-04 23:22:37 +02:00
plug-in enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
tests *: rename NORMAL to NORMAL_LEGACY and NORMAL_LINEAR to NORMAL 2017-02-26 16:26:34 +01:00
text enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
tools enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
vectors
widgets enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
xcf app: future-proof XCF layer blend/composite props 2017-05-21 08:44:19 -04:00
.gitignore
about.h
app.c app: minor tab cleaning. 2017-03-12 16:40:15 +01:00
app.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h
gimp-priorities.h
gimpcore.def
language.c
language.h
main.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
Makefile.am app: fix abbreviated commit hashes 2017-03-21 23:05:42 -04:00
sanity.c configure.ac: require babl >= 0.1.27 and GEGL >= 0.3.15 2017-05-09 22:49:56 +02:00
sanity.h
signals.c
signals.h
tests.c
tests.h
unique.c
unique.h
version.c
version.h