Gimp/libgimp
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
..
.gitignore libgimp: add gimpenums.c.tail again, pdbgen-generated files are in git 2010-07-14 20:20:58 +02:00
COPYING Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimp.c libgimp: minor tab cleaning. 2017-02-01 01:59:45 +01:00
gimp.def app, pdb, libgimp: make the raw image importer configurable 2017-05-04 20:38:58 +02:00
gimp.h Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
gimp_pdb.c pdb, libgimp: mode gimp_temp_name() from fileops.pdb to gimp.pdb 2017-02-18 15:08:25 +01:00
gimp_pdb.h pdb, libgimp: mode gimp_temp_name() from fileops.pdb to gimp.pdb 2017-02-18 15:08:25 +01:00
gimp_pdb_headers.h pdb: add debug group; add debug-timer-{start,end} procs 2017-04-06 11:48:05 -04:00
gimpaspectpreview.c libgimp: deprecate GimpAspectPreview's GimpDrawable API 2015-09-17 00:24:03 +02:00
gimpaspectpreview.h libgimp: deprecate GimpAspectPreview's GimpDrawable API 2015-09-17 00:24:03 +02:00
gimpbrush_pdb.c pdb: update documentation for brush-related functions. 2015-11-02 17:19:56 +01:00
gimpbrush_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpbrushes.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushes.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushes_pdb.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushes_pdb.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushmenu.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushmenu.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushselect.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushselect.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushselect_pdb.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushselect_pdb.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbrushselectbutton.c app: Bug 753163 - Add blend mode "RGB Luminance" 2017-02-20 13:54:37 +01:00
gimpbrushselectbutton.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpbuffer_pdb.c pdb: return NULL for string arrays with zero elements 2015-09-14 01:12:57 +02:00
gimpbuffer_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpchannel.c pdb: update docs to mention the new insert procs instead of the add ones 2010-09-06 00:03:29 +02:00
gimpchannel.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpchannel_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpchannel_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpcolor_pdb.c pdb, app, libgimp: change ranges for histogram and threshold to 0.0..1.0 2016-11-01 20:57:16 +01:00
gimpcolor_pdb.h pdb, app, libgimp: change ranges for histogram and threshold to 0.0..1.0 2016-11-01 20:57:16 +01:00
gimpcontext_pdb.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpcontext_pdb.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpdebug_pdb.c pdb: add debug group; add debug-timer-{start,end} procs 2017-04-06 11:48:05 -04:00
gimpdebug_pdb.h pdb: add debug group; add debug-timer-{start,end} procs 2017-04-06 11:48:05 -04:00
gimpdisplay_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpdisplay_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpdrawable.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpdrawable.h libgimp: deprecate the entire legacy pixel fiddling api 2012-05-03 01:51:39 +02:00
gimpdrawable_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpdrawable_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimpdrawablecolor_pdb.c app, pdb, libgimp: allow to choose the channel when thresholding 2016-11-01 22:45:37 +01:00
gimpdrawablecolor_pdb.h app, pdb, libgimp: allow to choose the channel when thresholding 2016-11-01 22:45:37 +01:00
gimpdrawablepreview.c Fix a lot of warnings all over the place 2016-10-31 01:36:35 +01:00
gimpdrawablepreview.h libgimp: deprecate GimpDrawablePreview's GimpDrawable API 2015-09-15 00:49:45 +02:00
gimpdrawabletransform_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpdrawabletransform_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimpdynamics_pdb.c pdb: return NULL for string arrays with zero elements 2015-09-14 01:12:57 +02:00
gimpdynamics_pdb.h pdb: add gimp-dynamics-refresh and gimp-dynamics-get-list 2011-10-31 22:22:19 +01:00
gimpedit.c pdb, app, libgimp: rename *-paste-as-new to *-paste-as-new-image 2016-09-20 20:20:25 +02:00
gimpedit.h pdb, app, libgimp: rename *-paste-as-new to *-paste-as-new-image 2016-09-20 20:20:25 +02:00
gimpedit_pdb.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpedit_pdb.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpenums.c.tail app, pdb, libgimp: rename values of enum GimpConvertDitherType 2017-02-26 20:13:09 +01:00
gimpenums.h libgimp, pdb: update generated files 2017-05-07 12:17:50 -04:00
gimpexport.c app, pdb, libgimp: rename values of enum GimpConvertPaletteType 2017-02-26 20:55:00 +01:00
gimpexport.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpfileops_pdb.c app, libgimp: allow to register more than one MIME type per procedure 2017-05-04 23:22:37 +02:00
gimpfileops_pdb.h app, libgimp: allow to register more than one MIME type per procedure 2017-05-04 23:22:37 +02:00
gimpfloatingsel_pdb.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpfloatingsel_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimpfontmenu.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpfontmenu.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpfonts_pdb.c app, pdb: minor cleanup in the new font loading code 2016-04-17 21:06:00 +01:00
gimpfonts_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpfontselect.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpfontselect.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpfontselect_pdb.c pdb: generate nicer gtk-doc comments (no doc contents changed) 2010-09-15 22:07:36 +02:00
gimpfontselect_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpfontselectbutton.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
gimpfontselectbutton.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpgimprc.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpgimprc.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpgimprc_pdb.c libgimp, PDB: add gimp_get_icon_theme_dir() 2015-12-09 23:22:05 +01:00
gimpgimprc_pdb.h libgimp, PDB: add gimp_get_icon_theme_dir() 2015-12-09 23:22:05 +01:00
gimpgradient_pdb.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpgradient_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpgradientmenu.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpgradientmenu.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpgradients.c libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpgradients.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpgradients_pdb.c pdb: return NULL for string arrays with zero elements 2015-09-14 01:12:57 +02:00
gimpgradients_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimpgradientselect.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpgradientselect.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpgradientselect_pdb.c pdb: generate nicer gtk-doc comments (no doc contents changed) 2010-09-15 22:07:36 +02:00
gimpgradientselect_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpgradientselectbutton.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpgradientselectbutton.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimphelp_pdb.c pdb: generate nicer gtk-doc comments (no doc contents changed) 2010-09-15 22:07:36 +02:00
gimphelp_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpimage.c libgimp: update function documentation. 2015-11-02 17:43:38 +01:00
gimpimage.h Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
gimpimage_pdb.c tools: fix visible "plug-in" strings in PDB sources. 2017-04-04 13:11:30 +02:00
gimpimage_pdb.h pdb, app, libgimp: move the image transform procedures to their own PDB group 2015-05-30 23:55:58 +02:00
gimpimagecolorprofile.c libgimp: fix return values in g_return_val_if_fail() statements 2015-09-24 21:32:33 +02:00
gimpimagecolorprofile.h libgimpcolor, *: change GimpColorProfile to be a GObject 2015-07-10 22:53:59 +02:00
gimpimagecolorprofile_pdb.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpimagecolorprofile_pdb.h pdb, libgimp: add gimp_image_convert_color_profile_from_file() 2015-07-28 23:11:54 +02:00
gimpimagecombobox.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpimagecombobox.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpimageconvert_pdb.c app, pdb, libgimp: rename values of enum GimpConvertPaletteType 2017-02-26 20:55:00 +01:00
gimpimageconvert_pdb.h pdb, app, libgimp: rename the "convert" PDB group to "imageconvert" 2015-05-30 15:09:57 +02:00
gimpimagegrid_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpimagegrid_pdb.h pdb, app, libgimp: rename the "grid" PDB group to "imagegrid" 2015-05-30 15:19:11 +02:00
gimpimageguides_pdb.c pdb, app, libgimp: rename the "guides" PDB group to "imageguides" 2015-05-30 15:27:16 +02:00
gimpimageguides_pdb.h pdb, app, libgimp: rename the "guides" PDB group to "imageguides" 2015-05-30 15:27:16 +02:00
gimpimagemetadata.c *: rename NORMAL to NORMAL_LEGACY and NORMAL_LINEAR to NORMAL 2017-02-26 16:26:34 +01:00
gimpimagemetadata.h Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
gimpimagesamplepoints_pdb.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimpimagesamplepoints_pdb.h Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimpimageselect_pdb.c pdb: Use the diagonal-neighbors setting from GimpPDBContext... 2016-01-17 00:46:54 +01:00
gimpimageselect_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpimagetransform_pdb.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpimagetransform_pdb.h pdb, app, libgimp: move the image transform procedures to their own PDB group 2015-05-30 23:55:58 +02:00
gimpimageundo_pdb.c tools: fix visible "plug-in" strings in PDB sources. 2017-04-04 13:11:30 +02:00
gimpimageundo_pdb.h pdb, app, libgimp: rename the "undo" PDB group to "imageundo" 2015-05-30 15:01:50 +02:00
gimpitem_pdb.c Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
gimpitem_pdb.h Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
gimpitemcombobox.c Bug 749406 - Displace segfaults on launch 2015-06-21 18:10:22 +02:00
gimpitemcombobox.h Bug 378334 - Plugins with image drop-list crash when image is closed 2012-10-08 22:01:30 +02:00
gimpitemtransform_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpitemtransform_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimplayer.c *: rename NORMAL to NORMAL_LEGACY and NORMAL_LINEAR to NORMAL 2017-02-26 16:26:34 +01:00
gimplayer.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimplayer_pdb.c app, pdb, libgimp: add PDB API for layer blend space and compositing space 2017-02-20 01:17:07 +01:00
gimplayer_pdb.h app, pdb, libgimp: add PDB API for layer blend space and compositing space 2017-02-20 01:17:07 +01:00
gimpmenu.c libgimp: also include <gegl.h> when we include "libgimpwidgets/gimpwidgets.h" 2013-11-01 22:29:46 +01:00
gimpmenu.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpmessage_pdb.c pdb: generate nicer gtk-doc comments (no doc contents changed) 2010-09-15 22:07:36 +02:00
gimpmessage_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppainttools_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimppainttools_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppalette.c libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppalette.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppalette_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimppalette_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppalettemenu.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimppalettemenu.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppalettes.c libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppalettes.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppalettes_pdb.c pdb: return NULL for string arrays with zero elements 2015-09-14 01:12:57 +02:00
gimppalettes_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimppaletteselect.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppaletteselect.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppaletteselect_pdb.c pdb: generate nicer gtk-doc comments (no doc contents changed) 2010-09-15 22:07:36 +02:00
gimppaletteselect_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppaletteselectbutton.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
gimppaletteselectbutton.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppaths_pdb.c pdb: return NULL for string arrays with zero elements 2015-09-14 01:12:57 +02:00
gimppaths_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimppattern_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimppattern_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppatternmenu.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimppatternmenu.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppatterns.c libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppatterns.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimppatterns_pdb.c pdb: return NULL for string arrays with zero elements 2015-09-14 01:12:57 +02:00
gimppatterns_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimppatternselect.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimppatternselect.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppatternselect_pdb.c pdb: generate nicer gtk-doc comments (no doc contents changed) 2010-09-15 22:07:36 +02:00
gimppatternselect_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppatternselectbutton.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimppatternselectbutton.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimppixbuf.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimppixbuf.h libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimppixelfetcher.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimppixelfetcher.h libgimp: deprecate the entire legacy pixel fiddling api 2012-05-03 01:51:39 +02:00
gimppixelrgn.c libgimp: deprecate the entire legacy pixel fiddling api 2012-05-03 01:51:39 +02:00
gimppixelrgn.h libgimp: deprecate the entire legacy pixel fiddling api 2012-05-03 01:51:39 +02:00
gimpplugin.c libgimpbase, *: add enum value GIMP_ICON_TYPE_ICON_NAME 2014-05-11 23:56:30 +02:00
gimpplugin.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpplugin_pdb.c tools: fix visible "plug-in" strings in PDB sources. 2017-04-04 13:11:30 +02:00
gimpplugin_pdb.h app/libgimp: enable plug-ins on high precision images 2012-05-02 17:51:14 +02:00
gimpprocbrowserdialog.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpprocbrowserdialog.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpproceduraldb.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpproceduraldb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpproceduraldb_pdb.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
gimpproceduraldb_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpprocview.c Get rid of gtk_misc_set_alignment(label) and use gtk_label_set_x,yalign() 2016-09-08 19:11:20 +02:00
gimpprocview.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpprogress.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpprogress.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpprogress_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpprogress_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpprogressbar.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpprogressbar.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpregioniterator.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpregioniterator.h libgimp: deprecate the entire legacy pixel fiddling api 2012-05-03 01:51:39 +02:00
gimpselectbutton.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpselectbutton.h libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either 2011-07-27 19:53:34 +02:00
gimpselection.c libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpselection.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpselection_pdb.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpselection_pdb.h pdb: Add gimp-selection-flood 2016-01-25 23:01:53 +01:00
gimpselectiontools_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpselectiontools_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimptextlayer_pdb.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimptextlayer_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimptexttool_pdb.c libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimptexttool_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimptile.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimptile.h libgimp: deprecate the entire legacy pixel fiddling api 2012-05-03 01:51:39 +02:00
gimptilebackendplugin.c libgimp: don't #define TILE_HEIGHT gimp_tile_width() 2016-04-24 20:04:42 +02:00
gimptilebackendplugin.h libgimp: make GimpTileBackendPlugin properly private, and some cleanup 2012-05-02 17:46:08 +02:00
gimptransformtools_pdb.c libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimptransformtools_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimptypes.h app: rename "Color (HSV) (legacy)" mode to "Color (HSL) (legacy)" 2017-03-16 06:23:30 -04:00
gimpui.c Bug 760579 - Plug-in dialogs fail to use UI themes 2016-01-16 19:36:13 +01:00
gimpui.def libgimp: deprecate GimpAspectPreview's GimpDrawable API 2015-09-17 00:24:03 +02:00
gimpui.h libgimp: rename gimpmetadata.[ch] to gimpimagemetadata.[ch] 2015-09-25 00:40:57 +02:00
gimpuimarshal.list libgimp/gimpuitypes.h abstract class for resource selection buttons. 2006-06-26 01:47:22 +00:00
gimpuitypes.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpunit_pdb.c pdb: generate nicer gtk-doc comments (no doc contents changed) 2010-09-15 22:07:36 +02:00
gimpunit_pdb.h libgimp: add guards that #error out if individual files are included 2011-04-28 19:59:52 +02:00
gimpunitcache.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpunitcache.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpvectors.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpvectors.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpvectors_pdb.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpvectors_pdb.h libgimp: make pdbgen generate GIMP_DEPRECATED stuff 2012-05-03 01:12:25 +02:00
gimpzoompreview.c Fix a lot of warnings all over the place 2016-10-31 01:36:35 +01:00
gimpzoompreview.h libgimp: deprecate GimpZoomPreview's GimpDrawable API 2015-09-14 22:14:24 +02:00
libgimp-intl.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
Makefile.am enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00
stdplugins-intl.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00