Gimp/libgimp
Jehan fa02a2c64f libgimp: add an exception handler for Windows.
Drmingw already added its own exception handler which generates crash
traces in a text file, for plug-ins as well. This additional handler is
run after Drmingw handler and allows us to do things on our own, and in
particular we could display the content of the debug traces.

Right now it simply prints these to stderr, which actually won't be of
much use on Win32, first because the console is deactivated on stable
releases, also because after tests, it doesn't look like even running
GIMP from cmd outputs to console either.

We currently don't use the same debug dialog as the core on purpose,
because we don't want everyone to send us traces for every unmaintained
third party plug-ins out there. But we should definitely allow easier
trace possibilities at some point, first to improve/debug our own core
plug-ins, and also to help third party plug-in developers!
So this commit is not making visible changes yet but is actually a first
step towards these debugging goals.
2018-04-04 20:25:29 +02:00
..
.gitignore
COPYING
gimp.c libgimp: add an exception handler for Windows. 2018-04-04 20:25:29 +02:00
gimp.def app, libgimp, pdb: add "distance-metric" property to GimpPDBContext. 2018-03-18 01:03:40 +01:00
gimp.h libgimp: add gimp_get_pdb_status() to return the status of last... 2018-01-19 14:19:55 +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: add blurbs to all object properties for the docs 2017-06-06 21:19:17 +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, libgimp: change the gimp-drawable-invert API again 2017-09-03 21:28:47 +02:00
gimpcolor_pdb.h pdb, libgimp: change the gimp-drawable-invert API again 2017-09-03 21:28:47 +02:00
gimpcontext_pdb.c app, libgimp, pdb: add "distance-metric" property to GimpPDBContext. 2018-03-18 01:03:40 +01:00
gimpcontext_pdb.h app, libgimp, pdb: add "distance-metric" property to GimpPDBContext. 2018-03-18 01:03:40 +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 Bug 762443 - Levels tool Output Level sliders works incorrectly 2018-01-02 18:47:20 +01:00
gimpdrawablecolor_pdb.h Bug 762443 - Levels tool Output Level sliders works incorrectly 2018-01-02 18:47:20 +01:00
gimpdrawablepreview.c libgimp: add blurbs to all object properties for the docs 2017-06-06 21:19:17 +02: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, pdb: update gimp_edit_blend() description. 2018-03-18 13:21:05 +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 pdb, libgimp: allow to use external GType-registered enums in the PDB 2018-03-17 20:31:48 +01:00
gimpenums.h app, pdb, libgimp, plug-ins, menus: rename layer composite modes 2018-03-14 16:19:09 -04:00
gimpexport.c libgimp: use NORMAL mode for a transparent temporary layer in gimpexport.c 2017-08-20 15:06:26 +02: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 libgimp: forgot to push the generated libgimpfile two commits earlier 2017-06-03 18:15:23 +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
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 Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
gimpgimprc_pdb.h Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02: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
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 Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
gimpimage_pdb.h Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +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 libgimp: gimp_image_metadata_save_prepare() uses metadata preferences. 2018-01-11 22:17:32 +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 pdb, libgimp: add gimp-item-{get,set}-expanded() 2017-10-22 12:30:21 -04:00
gimpitem_pdb.h pdb, libgimp: add gimp-item-{get,set}-expanded() 2017-10-22 12:30:21 -04: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
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 libgimp*: use some g_clear_object() and g_clear_pointer() 2017-09-03 15:14:51 +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
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 libgimp, libgimpbase: allow multi-threaded plugins by locking... 2017-08-16 12:09:56 +02:00
gimptile.h libgimp: deprecate the entire legacy pixel fiddling api 2012-05-03 01:51:39 +02:00
gimptilebackendplugin.c Bug 790631 - C plug-ins instability when processing gegl graphs ... 2017-11-22 04:38:07 -05: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
gimpuitypes.h
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
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 libgimp*: use some g_clear_object() and g_clear_pointer() 2017-09-03 15:14:51 +02:00
gimpzoompreview.h libgimp: deprecate GimpZoomPreview's GimpDrawable API 2015-09-14 22:14:24 +02:00
libgimp-intl.h
Makefile.am pdb, libgimp: allow to use external GType-registered enums in the PDB 2018-03-17 20:31:48 +01:00
stdplugins-intl.h libgimp*: tab cleaning. 2017-06-17 11:38:18 +02:00