Gimp/libgimp
Jehan dbaa8b6a1c app, pdb: make it possible to delete a color from a colormap if unused.
Until now, it was not really possible to delete a colormap color, but since we
now use GimpPalette, people would definitely try to do so. It just makes sense
to allow doing this, but only if the color is unused.

Additionally when we do this, all the pixels refering to bigger indexes will be
edited so that they continue to refer to the same color (bigger indexes are
shifted by -1). Therefore removing an unused color does not change the image
render.

I wondered if we might want more options, e.g. the ability to delete a color
without fixing indexes (i.e. that colors over the deleted color index would
shift to the next color). This would even allow to delete used colors (though
now the last index would have to be unused one, unless we cycle colors).
Yet I don't think this should belong to this basic API. The most expected
behavior when deleting a color from an image colormap is to fix all indexes
stored in pixels so that the image still shows the same. So that's what this
function will do in this generic usage.
2023-10-09 15:28:20 +02:00
..
test 2.99 libgimp: add GimpResource, GimpBrush, GimpPropWidgetBrush 2023-01-14 12:58:05 +00:00
COPYING
gimp-debug.c
gimp-debug.h
gimp-private.h
gimp-shm.c Use OpenFileMappingW () 2023-01-24 14:48:44 +00:00
gimp-shm.h
gimp.c libgimp: fix #9902 Critical when calling gimp_text_layer_new ... 2023-08-31 21:42:13 +00:00
gimp.def app, libgimp, pdb: new gimp_image_get_palette(). 2023-10-06 22:04:34 +02:00
gimp.h app, devel-docs, libgimp: updating gimp_text_layer_[gs]et_font() and new… 2023-10-01 21:02:34 +02:00
gimp_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimp_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimp_pdb_headers.h app, libgimp, pdb: new PDB group gimpdrawableselect. 2023-10-01 21:02:33 +02:00
gimpaspectpreview.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpaspectpreview.h
gimpbatchprocedure.c plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
gimpbatchprocedure.h plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
gimpbrush.c libgimp: fix various GIR build warnings breaking HTML reference generation. 2023-10-02 00:25:12 +02:00
gimpbrush.h libgimp, pdb: replacing gimp_brush_get_pixels() by gimp_brush_get_buffer()… 2023-10-01 21:02:33 +02:00
gimpbrush_pdb.c libgimp, pdb: replacing gimp_brush_get_pixels() by gimp_brush_get_buffer()… 2023-10-01 21:02:33 +02:00
gimpbrush_pdb.h libgimp, pdb: replacing gimp_brush_get_pixels() by gimp_brush_get_buffer()… 2023-10-01 21:02:33 +02:00
gimpbrushchooser.c libgimp: fix various GIR build warnings breaking HTML reference generation. 2023-10-02 00:25:12 +02:00
gimpbrushchooser.h libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimpbrushes_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpbrushes_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimpbrushselect_pdb.c app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimpbrushselect_pdb.h app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimpbuffer_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpbuffer_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimpchannel.c libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpchannel.h libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpchannel_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpchannel_pdb.h
gimpcontext_pdb.c app, libgimp, pdb: add an internal gimp_context_get_resource(). 2023-07-27 15:27:53 +02:00
gimpcontext_pdb.h app, libgimp, pdb: add an internal gimp_context_get_resource(). 2023-07-27 15:27:53 +02:00
gimpdebug_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpdebug_pdb.h
gimpdisplay.c
gimpdisplay.h
gimpdisplay_pdb.c app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpdisplay_pdb.h app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpdrawable.c libgimp: fix double free crash in gimp_drawable_get_thumbnail(). 2023-07-01 23:24:33 +02:00
gimpdrawable.h Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpdrawable_pdb.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpdrawable_pdb.h Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpdrawablechooser.c libgimp: fix various GIR build warnings breaking HTML reference generation. 2023-10-02 00:25:12 +02:00
gimpdrawablechooser.h app, libgimp, pdb: generate widgets for GIMP_PROC_ARG_LAYER|CHANNEL arguments. 2023-10-01 21:02:34 +02:00
gimpdrawablecolor_pdb.c app, libgimp, pdb: minor fixes. 2023-02-14 17:18:38 +01:00
gimpdrawablecolor_pdb.h pdb: add a PDB procedure for extract-component 2023-02-14 15:36:19 +01:00
gimpdrawableedit_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpdrawableedit_pdb.h
gimpdrawablepreview.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpdrawablepreview.h
gimpdrawableselect_pdb.c app, libgimp, pdb: generate widgets for GIMP_PROC_ARG_LAYER|CHANNEL arguments. 2023-10-01 21:02:34 +02:00
gimpdrawableselect_pdb.h app, libgimp, pdb: generate widgets for GIMP_PROC_ARG_LAYER|CHANNEL arguments. 2023-10-01 21:02:34 +02:00
gimpdynamics_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpdynamics_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimpedit_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpedit_pdb.h app, libgimp, pdb, plug-ins: allow pasting multiple full layers. 2021-04-24 23:22:58 +02:00
gimpenums.c.tail libgimp, pdb: Fix enums_get_type_names annotations 2023-05-22 01:19:17 +02:00
gimpenums.h
gimpexport.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpexport.h
gimpfile_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpfile_pdb.h
gimpfileprocedure.c libgimp: simplify GimpFileProcedure public API with G_DECLARE_DERIVABLE_TYPE(). 2023-10-01 20:52:01 +02:00
gimpfileprocedure.h libgimp: simplify GimpFileProcedure public API with G_DECLARE_DERIVABLE_TYPE(). 2023-10-01 20:52:01 +02:00
gimpfloatingsel_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpfloatingsel_pdb.h
gimpfont.c app, devel-docs, libgimp: updating gimp_text_layer_[gs]et_font() and new… 2023-10-01 21:02:34 +02:00
gimpfont.h app, devel-docs, libgimp: updating gimp_text_layer_[gs]et_font() and new… 2023-10-01 21:02:34 +02:00
gimpfont_pdb.c app, libgimp, pdb: new PDB function gimp_fonts_get_by_name(). 2023-10-02 23:22:49 +02:00
gimpfont_pdb.h app, libgimp, pdb: new PDB function gimp_fonts_get_by_name(). 2023-10-02 23:22:49 +02:00
gimpfontchooser.c libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimpfontchooser.h libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimpfonts_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpfonts_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimpfontselect_pdb.c app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimpfontselect_pdb.h app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimpgimprc.c
gimpgimprc.h
gimpgimprc_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpgimprc_pdb.h
gimpgpparams-body.c app, libgimp, pdb: new PDB function gimp_fonts_get_by_name(). 2023-10-02 23:22:49 +02:00
gimpgpparams.c
gimpgpparams.h
gimpgradient.c libgimp: move GimpFont, GimpGradient and GimpPalette to their own file. 2023-10-01 21:02:33 +02:00
gimpgradient.h libgimp: move GimpFont, GimpGradient and GimpPalette to their own file. 2023-10-01 21:02:33 +02:00
gimpgradient_pdb.c app, libgimp, pdb: fix annotations for resources as return values. 2023-07-11 16:16:21 +02:00
gimpgradient_pdb.h pdb: GimpResource: add is_editable(), rename(), duplicate(). delete() 2023-06-06 16:33:36 +02:00
gimpgradientchooser.c libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimpgradientchooser.h libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimpgradients_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpgradients_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimpgradientselect_pdb.c app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimpgradientselect_pdb.h app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimphelp_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimphelp_pdb.h
gimpimage.c Issue #9478: gimp_image_get_thumbnail_data() is not introspectable. 2023-10-05 22:58:29 +02:00
gimpimage.h Issue #9478: gimp_image_get_thumbnail_data() is not introspectable. 2023-10-05 22:58:29 +02:00
gimpimage_pdb.c app, libgimp, pdb: new gimp_image_get_palette(). 2023-10-06 22:04:34 +02:00
gimpimage_pdb.h app, libgimp, pdb: new gimp_image_get_palette(). 2023-10-06 22:04:34 +02:00
gimpimagecolorprofile.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpimagecolorprofile.h core: Add softproof profile to GimpImage 2022-07-02 15:26:19 +02:00
gimpimagecolorprofile_pdb.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpimagecolorprofile_pdb.h Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpimagecombobox.c libgimp: fix (destroy) and (closure) annotations. 2021-03-20 16:43:09 +01:00
gimpimagecombobox.h
gimpimageconvert_pdb.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpimageconvert_pdb.h Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpimagegrid_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpimagegrid_pdb.h
gimpimageguides_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpimageguides_pdb.h
gimpimagemetadata-save.c app, libgimp: core loads thumbnail from metadata if no GimpThumbnailProcedure… 2023-10-01 21:02:33 +02:00
gimpimagemetadata.c libgimp, libgimpbase: new gimp_load_procedure_new2() for run() function using… 2023-10-01 20:52:02 +02:00
gimpimagemetadata.h libgimp: new gimp_image_metadata_save_filter API 2022-03-16 13:00:03 +00:00
gimpimageprocedure.c libgimp, plug-ins, extensions: gimp_image_procedure_new2() renamed gimp_image_procedure_new(). 2023-10-01 21:02:34 +02:00
gimpimageprocedure.h libgimp, plug-ins, extensions: gimp_image_procedure_new2() renamed gimp_image_procedure_new(). 2023-10-01 21:02:34 +02:00
gimpimagesamplepoints_pdb.c pdb, libgimp: improve function documentation for sample points 2023-04-09 21:32:00 -04:00
gimpimagesamplepoints_pdb.h
gimpimageselect_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpimageselect_pdb.h
gimpimagetransform_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpimagetransform_pdb.h
gimpimageundo_pdb.c app, libgimp, libgimpwidgets, plug-ins, etc: rename behaviour to behavior 2023-07-21 15:35:23 -04:00
gimpimageundo_pdb.h
gimpitem.c libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpitem.h libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpitem_pdb.c Issue #5946: skip gimp_*get_*() API from GObject Introspection. 2022-06-27 21:20:06 +02:00
gimpitem_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimpitemcombobox.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimpitemcombobox.h
gimpitemtransform_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpitemtransform_pdb.h
gimplayer.c app, libgimp, libgimpbase: fix gi-docgen rendering 2023-08-12 14:52:52 +00:00
gimplayer.h app, libgimp, pdb, plug-ins: new GimpTextLayer class in libgimp. 2022-09-30 20:55:51 +02:00
gimplayer_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimplayer_pdb.h
gimplayermask.c libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimplayermask.h libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimploadprocedure.c libgimp, plug-ins: rename gimp_load_procedure_new2() as gimp_load_procedure_new(). 2023-10-01 21:02:32 +02:00
gimploadprocedure.h libgimp, plug-ins: rename gimp_load_procedure_new2() as gimp_load_procedure_new(). 2023-10-01 21:02:32 +02:00
gimpmessage_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpmessage_pdb.h
gimppainttools_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimppainttools_pdb.h
gimppalette.c libgimp: move GimpFont, GimpGradient and GimpPalette to their own file. 2023-10-01 21:02:33 +02:00
gimppalette.h libgimp: move GimpFont, GimpGradient and GimpPalette to their own file. 2023-10-01 21:02:33 +02:00
gimppalette_pdb.c app, pdb: make it possible to delete a color from a colormap if unused. 2023-10-09 15:28:20 +02:00
gimppalette_pdb.h pdb: GimpResource: add is_editable(), rename(), duplicate(). delete() 2023-06-06 16:33:36 +02:00
gimppalettechooser.c libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimppalettechooser.h libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimppalettes_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimppalettes_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimppaletteselect_pdb.c app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimppaletteselect_pdb.h app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimpparamspecs-body.c app, libgimp, libgimpbase: fix gi-docgen rendering 2023-08-12 14:52:52 +00:00
gimpparamspecs-desc.c libgimp: generate a list of possible choices for a GimpChoice argument. 2023-10-01 20:52:02 +02:00
gimpparamspecs-desc.h
gimpparamspecs.c Introduce a global ID space for GimpData/GimpResource objects 2023-05-31 16:12:04 +02:00
gimpparamspecs.h libgimp: remove gimpparamspecs-resource.h 2023-06-05 13:06:01 +02:00
gimppattern.c libgimp: fix various GIR build warnings breaking HTML reference generation. 2023-10-02 00:25:12 +02:00
gimppattern.h app, libgimp, pdb: new gimp_pattern_get_buffer() and improved GimpPatternSelectButton. 2023-10-01 21:02:33 +02:00
gimppattern_pdb.c app, libgimp, pdb: new gimp_pattern_get_buffer() and improved GimpPatternSelectButton. 2023-10-01 21:02:33 +02:00
gimppattern_pdb.h app, libgimp, pdb: new gimp_pattern_get_buffer() and improved GimpPatternSelectButton. 2023-10-01 21:02:33 +02:00
gimppatternchooser.c libgimp: fix various GIR build warnings breaking HTML reference generation. 2023-10-02 00:25:12 +02:00
gimppatternchooser.h libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimppatterns_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimppatterns_pdb.h app, libgimp: pdbgen for previous commit. 2022-02-12 00:07:53 +00:00
gimppatternselect_pdb.c app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimppatternselect_pdb.h app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimppdb-private.h
gimppdb.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimppdb.h Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimppdb_pdb.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimppdb_pdb.h Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimppdbprocedure.c Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimppdbprocedure.h
gimppixbuf.c
gimppixbuf.h
gimpplugin-private.h Introduce a global ID space for GimpData/GimpResource objects 2023-05-31 16:12:04 +02:00
gimpplugin.c libgimp: fix object memory management in GimpPlugIn. 2023-10-01 20:52:01 +02:00
gimpplugin.h libgimp: set_i18n() method of GimpPlugIn expects UTF-8 catalog directory. 2023-01-24 20:06:38 +01:00
gimpplugin_pdb.c Issue #8124: plug-in localization now totally moved plug-in side. 2022-07-05 12:22:32 +02:00
gimpplugin_pdb.h Issue #8124: plug-in localization now totally moved plug-in side. 2022-07-05 12:22:32 +02:00
gimpprocbrowserdialog.c plug-ins: Increase Script-fu Console size... 2023-05-24 18:56:23 +00:00
gimpprocbrowserdialog.h
gimpprocedure-params.h libgimp*: support having procedure arguments of generic type GimpResource. 2023-10-01 21:02:33 +02:00
gimpprocedure-private.h Introduce a global ID space for GimpData/GimpResource objects 2023-05-31 16:12:04 +02:00
gimpprocedure.c libgimp: some debug printing for plug-in developers. 2023-10-01 20:52:01 +02:00
gimpprocedure.h libgimp: simplify GimpFileProcedure public API with G_DECLARE_DERIVABLE_TYPE(). 2023-10-01 20:52:01 +02:00
gimpprocedureconfig-private.h
gimpprocedureconfig.c libgimp: new utility method gimp_procedure_config_get_choice_id(). 2023-10-01 20:52:02 +02:00
gimpprocedureconfig.h libgimp: new utility method gimp_procedure_config_get_choice_id(). 2023-10-01 20:52:02 +02:00
gimpproceduredialog.c app, libgimp, pdb: generate widgets for GIMP_PROC_ARG_LAYER|CHANNEL arguments. 2023-10-01 21:02:34 +02:00
gimpproceduredialog.h libgimp, plug-ins: enhance gimp_procedure_dialog_get_label() with markup and… 2023-10-01 20:52:01 +02:00
gimpprocview.c libgimp: generate a list of possible choices for a GimpChoice argument. 2023-10-01 20:52:02 +02:00
gimpprocview.h
gimpprogress.c app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpprogress.h app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpprogress_pdb.c app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpprogress_pdb.h app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpprogressbar.c app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpprogressbar.h
gimppropwidgets.c libgimp: fix various GIR build warnings breaking HTML reference generation. 2023-10-02 00:25:12 +02:00
gimppropwidgets.h libgimp: new GimpDrawableChooser widget, associated propwidget function and… 2023-10-01 21:02:33 +02:00
gimpresource.c libgimp: move GimpFont, GimpGradient and GimpPalette to their own file. 2023-10-01 21:02:33 +02:00
gimpresource.h libgimp: move GimpFont, GimpGradient and GimpPalette to their own file. 2023-10-01 21:02:33 +02:00
gimpresource_pdb.c app, libgimp, pdb: private _gimp_resource_get_by_identifiers() PDB function. 2023-07-27 15:32:16 +02:00
gimpresource_pdb.h app, libgimp, pdb: private _gimp_resource_get_by_identifiers() PDB function. 2023-07-27 15:32:16 +02:00
gimpresourcechooser.c libgimp: fix various GIR build warnings breaking HTML reference generation. 2023-10-02 00:25:12 +02:00
gimpresourcechooser.h libgimp: rename Gimp*SelectButton widgets to Gimp*Chooser. 2023-10-01 21:02:33 +02:00
gimpresourceselect.c app, libgimp, pdb: all gimp_*_popup() PDB calls now take a resource object as… 2023-10-01 21:02:33 +02:00
gimpresourceselect.h app, libgimp, plug-ins: a lot of cleanup in GimpResourceSelect* code. 2023-10-01 21:02:33 +02:00
gimpsaveprocedure.c libgimp, plug-ins: rename to gimp_save_procedure_new(). 2023-10-01 20:52:02 +02:00
gimpsaveprocedure.h libgimp, plug-ins: rename to gimp_save_procedure_new(). 2023-10-01 20:52:02 +02:00
gimpsaveproceduredialog.c libgimp: more removal of over-refing. 2023-10-01 20:52:01 +02:00
gimpsaveproceduredialog.h
gimpselection.c libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpselection.h libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpselection_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpselection_pdb.h
gimptextlayer.c app, libgimp, pdb: gimp_text_layer_new() now uses GimpFont. 2023-10-01 21:02:34 +02:00
gimptextlayer.h app, libgimp, pdb: gimp_text_layer_new() now uses GimpFont. 2023-10-01 21:02:34 +02:00
gimptextlayer_pdb.c app, libgimp, pdb: gimp_text_layer_new() now uses GimpFont. 2023-10-01 21:02:34 +02:00
gimptextlayer_pdb.h app, libgimp, pdb: gimp_text_layer_new() now uses GimpFont. 2023-10-01 21:02:34 +02:00
gimptexttool_pdb.c app, libgimp, pdb: further fix gimp_text_get_extents_font() and improve… 2023-10-02 21:30:20 +02:00
gimptexttool_pdb.h Issue #9987: text related functions crash using string for font name. 2023-10-02 20:49:53 +02:00
gimpthumbnailprocedure.c plug-ins, libgimp: GimpRunThumbnailFunc now uses a GimpProcedureConfig rather… 2023-10-01 21:02:32 +02:00
gimpthumbnailprocedure.h libgimp, plug-ins: properly document the return values of GimpThumbnailProcedure. 2023-10-01 21:02:33 +02:00
gimptilebackendplugin.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimptilebackendplugin.h
gimptypes.h libgimp*, plug-ins: reorganize the resource property choosers. 2023-10-01 21:02:33 +02:00
GimpUi-3.0.metadata
gimpui.c libgimp, plug-ins: let's just call gegl_init() in gimp_ui_init(). 2023-10-05 22:36:40 +02:00
gimpui.def libgimp: new GimpDrawableChooser widget, associated propwidget function and… 2023-10-01 21:02:33 +02:00
gimpui.h libgimp: new GimpDrawableChooser widget, associated propwidget function and… 2023-10-01 21:02:33 +02:00
gimpuimarshal.list libgimp: API refactor GUI for GimpResource 2023-01-14 16:38:40 +00:00
gimpuitypes.h libgimp: new GimpDrawableChooser widget, associated propwidget function and… 2023-10-01 21:02:33 +02:00
gimpunit_pdb.c Issue #4201: meson: pdbgen not working. 2022-03-28 15:25:23 +02:00
gimpunit_pdb.h
gimpunitcache.c
gimpunitcache.h
gimpvectors.c libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpvectors.h libgimp: use G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE for… 2021-04-06 13:02:03 +02:00
gimpvectors_pdb.c pdb: Use floating point offset in stroke_translate 2022-10-15 18:26:55 +00:00
gimpvectors_pdb.h pdb: Use floating point offset in stroke_translate 2022-10-15 18:26:55 +00:00
gimpzoompreview.c Remove GimpUint8Array in favor of GBytes 2023-05-23 23:37:50 +02:00
gimpzoompreview.h
libgimp-intl.h
meson.build app, devel-docs, libgimp: updating gimp_text_layer_[gs]et_font() and new… 2023-10-01 21:02:34 +02:00
stdplugins-intl.h plug-ins, libgimp: override set_i18n() for all our core plug-ins. 2022-06-05 01:57:02 +02:00