Gimp/app/core
Ell 037bc8575e app: limit color-history palette size
Limit the color-history palette size (currently, to 256 colors), to
avoid slowdowns, especially during loading.

(cherry picked from commit 07b7d63a7d)
2019-08-07 19:20:59 +03:00
..
.gitignore
core-enums.c Issue #3500 - Preferences option to convert to Preferred RGB profile... 2019-06-21 12:50:38 +02:00
core-enums.h Issue #3500 - Preferences option to convert to Preferred RGB profile... 2019-06-21 12:50:38 +02:00
core-types.h app: add GimpChunkIterator 2019-01-12 04:53:10 -05:00
gimp-atomic.c
gimp-atomic.h
gimp-batch.c
gimp-batch.h
gimp-cairo.c
gimp-cairo.h
gimp-contexts.c
gimp-contexts.h
gimp-data-factories.c app: implement saving of GimpBrushPipes in the core 2019-02-23 19:44:23 +01:00
gimp-data-factories.h
gimp-edit.c Issue #3124 - layer mask pastes as a greyscale layer/grayscale layer... 2019-05-25 17:11:42 +02:00
gimp-edit.h
gimp-filter-history.c
gimp-filter-history.h
gimp-gradients.c
gimp-gradients.h
gimp-gui.c
gimp-gui.h
gimp-internal-data.c app, libgimpconfig: make various usage of g_file_replace() safer. 2018-12-07 00:51:05 +01:00
gimp-internal-data.h
gimp-memsize.c
gimp-memsize.h
gimp-modules.c
gimp-modules.h
gimp-palettes.c
gimp-palettes.h
gimp-parallel.cc Issue #3087: error compiling for Windows. 2019-03-08 17:36:13 +01:00
gimp-parallel.h app: add gimp_parallel_run_async_independent_full() 2019-03-06 00:02:10 -05:00
gimp-parasites.c
gimp-parasites.h
gimp-spawn.c
gimp-spawn.h
gimp-tags.c app, libgimpconfig: make various usage of g_file_replace() safer. 2018-12-07 00:51:05 +01:00
gimp-tags.h
gimp-templates.c
gimp-templates.h
gimp-transform-resize.c
gimp-transform-resize.h
gimp-transform-utils.c app: in gimp_transform_matrix_generic(), apply matrix even if invalid 2019-02-04 16:48:54 -05:00
gimp-transform-utils.h
gimp-units.c Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 16:00:06 +02:00
gimp-units.h
gimp-user-install.c app: include system gtkrc file in themerc 2019-03-27 20:15:50 -04:00
gimp-user-install.h
gimp-utils.c app: s/gimp_list_compare()/gimp_g_list_compare()/ 2019-05-30 03:31:51 -04:00
gimp-utils.h app: s/gimp_list_compare()/gimp_g_list_compare()/ 2019-05-30 03:31:51 -04:00
gimp.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gimp.h
gimpasync.c
gimpasync.h
gimpasyncset.c
gimpasyncset.h
gimpauxitem.c
gimpauxitem.h
gimpauxitemundo.c
gimpauxitemundo.h
gimpbacktrace-backend.h
gimpbacktrace-linux.c
gimpbacktrace-none.c
gimpbacktrace-windows.c
gimpbacktrace.h
gimpbezierdesc.c
gimpbezierdesc.h
gimpboundary.c
gimpboundary.h
gimpbrush-boundary.c app: use gimp_symmetry_get_transform() in paint code 2019-05-26 14:47:55 -04:00
gimpbrush-boundary.h
gimpbrush-header.h app: remove defines GIMP_BRUSH_FILE_VERSION and GIMP_PATTERN_FILE_VERSION 2019-04-12 16:33:15 +02:00
gimpbrush-load.c app: fix legacy .gpb parsing code in gimp_brush_load_brush() 2019-04-09 23:14:53 +02:00
gimpbrush-load.h
gimpbrush-private.h
gimpbrush-save.c app: avoid risky alloca() in gimp_brush_save() 2019-03-28 16:56:01 -04:00
gimpbrush-save.h app: implement brush saving in the core 2019-02-12 18:54:16 +01:00
gimpbrush-transform.cc
gimpbrush-transform.h
gimpbrush.c app: use gimp_symmetry_get_transform() in paint code 2019-05-26 14:47:55 -04:00
gimpbrush.h app: use gimp_symmetry_get_transform() in paint code 2019-05-26 14:47:55 -04:00
gimpbrushcache.c app: use gimp_symmetry_get_transform() in paint code 2019-05-26 14:47:55 -04:00
gimpbrushcache.h app: use gimp_symmetry_get_transform() in paint code 2019-05-26 14:47:55 -04:00
gimpbrushclipboard.c app: implement brush saving in the core 2019-02-12 18:54:16 +01:00
gimpbrushclipboard.h
gimpbrushgenerated-load.c
gimpbrushgenerated-load.h
gimpbrushgenerated-save.c Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 16:00:06 +02:00
gimpbrushgenerated-save.h
gimpbrushgenerated.c Issue #2372 - Reduced quality of the Parametric brush in 2.10 2019-02-06 14:30:56 -05:00
gimpbrushgenerated.h
gimpbrushpipe-load.c app: factor out gimp_brush_pipe_set_params() from gimp_brush_pipe_load() 2019-03-03 20:00:25 +01:00
gimpbrushpipe-load.h
gimpbrushpipe-save.c app: implement saving of GimpBrushPipes in the core 2019-02-23 19:44:23 +01:00
gimpbrushpipe-save.h app: implement saving of GimpBrushPipes in the core 2019-02-23 19:44:23 +01:00
gimpbrushpipe.c app: use g_clear_pointer() in more places 2019-05-27 17:51:14 +02:00
gimpbrushpipe.h app: factor out gimp_brush_pipe_set_params() from gimp_brush_pipe_load() 2019-03-03 20:00:25 +01:00
gimpbuffer.c app: use gimp_gegl_buffer_dup() everywhere 2019-07-30 20:32:56 +03:00
gimpbuffer.h
gimpcancelable.c
gimpcancelable.h
gimpchannel-combine.c app: remove gimp_gegl_rectangle_align_to_tile_grid() 2019-07-30 20:32:54 +03:00
gimpchannel-combine.h app: improve gimp_gegl_mask_combine_ellipse[_rect]() 2019-03-20 16:27:55 -04:00
gimpchannel-select.c app: some files were missing from the previous commit 2019-06-16 17:07:55 +02:00
gimpchannel-select.h
gimpchannel.c app: in GimpDrawable::set_buffer(), take bounds rect instead of offset only 2019-08-02 00:40:17 +03:00
gimpchannel.h Issue #3512 - feather selection doesn't work at edges of images 2019-06-16 16:55:03 +02:00
gimpchannelpropundo.c
gimpchannelpropundo.h
gimpchannelundo.c
gimpchannelundo.h
gimpchunkiterator.c app: in GimpChunkIterator, avoid preparing rect before merging 2019-03-31 05:03:47 -04:00
gimpchunkiterator.h app: add GimpChunkIterator 2019-01-12 04:53:10 -05:00
gimpcontainer-filter.c
gimpcontainer-filter.h
gimpcontainer.c
gimpcontainer.h
gimpcontext.c Issue #1788 - Inconsistency between FG color and selected color in... 2019-01-02 01:53:02 +01:00
gimpcontext.h
gimpcoords-interpolate.c
gimpcoords-interpolate.h
gimpcoords.c
gimpcoords.h
gimpcurve-load.c
gimpcurve-load.h
gimpcurve-map.c
gimpcurve-map.h
gimpcurve-save.c
gimpcurve-save.h
gimpcurve.c app: allocate GimpCurve's points with g_new0() and not just g_new() 2019-06-26 16:28:18 +02:00
gimpcurve.h app: add smooth/corner curve-point types 2019-04-19 10:36:28 -04:00
gimpdashpattern.c
gimpdashpattern.h
gimpdata.c app: get rid of manual object type registration 2019-06-29 16:43:12 +02:00
gimpdata.h app: get rid of manual object type registration 2019-06-29 16:43:12 +02:00
gimpdatafactory.c
gimpdatafactory.h
gimpdataloaderfactory.c
gimpdataloaderfactory.h
gimpdocumentlist.c
gimpdocumentlist.h
gimpdrawable-bucket-fill.c app: some files were missing from the previous commit 2019-06-16 17:07:55 +02:00
gimpdrawable-bucket-fill.h app: do not make line art bucket fill a GimpSelectCriterion anymore. 2018-12-19 16:23:26 +01:00
gimpdrawable-combine.c app: in gimp_drawable_apply_buffer(), work in chunks 2019-03-27 15:47:39 -04:00
gimpdrawable-combine.h app: remove gimp_drawable_replace_buffer() 2019-02-14 11:05:19 -05:00
gimpdrawable-edit.c app: use gimp:fill-source in gimp_drawable_edit_fill() 2019-03-27 15:48:22 -04:00
gimpdrawable-edit.h
gimpdrawable-equalize.c
gimpdrawable-equalize.h
gimpdrawable-fill.c app: improve gimp_drawable_fill_buffer() for patterns 2019-03-27 15:48:21 -04:00
gimpdrawable-fill.h
gimpdrawable-filters.c app: add "clip" parameter to gimp_drawable_merge_filter() 2019-08-02 00:40:27 +03:00
gimpdrawable-filters.h app: add "clip" parameter to gimp_drawable_merge_filter() 2019-08-02 00:40:27 +03:00
gimpdrawable-floating-selection.c app: in GimpApplicator, allow enabling cache/preview after construction; remove preview cache 2018-12-29 14:28:50 -05:00
gimpdrawable-floating-selection.h
gimpdrawable-foreground-extract.c
gimpdrawable-foreground-extract.h
gimpdrawable-gradient.c
gimpdrawable-gradient.h
gimpdrawable-histogram.c
gimpdrawable-histogram.h
gimpdrawable-levels.c
gimpdrawable-levels.h
gimpdrawable-offset.c Issue #3641: gimp-drawable-offset does no longer work in script-fu... 2019-07-11 11:59:43 +02:00
gimpdrawable-offset.h
gimpdrawable-operation.c app: skip cache and format conversion when merging a drawable filter 2019-03-25 09:02:31 -04:00
gimpdrawable-operation.h
gimpdrawable-preview.c
gimpdrawable-preview.h
gimpdrawable-private.h app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimpdrawable-shadow.c
gimpdrawable-shadow.h
gimpdrawable-stroke.c
gimpdrawable-stroke.h
gimpdrawable-transform.c app: in GimpDrawable::set_buffer(), take bounds rect instead of offset only 2019-08-02 00:40:17 +03:00
gimpdrawable-transform.h
gimpdrawable.c app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimpdrawable.h app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimpdrawablefilter.c app: add gimp_drawable_filter_set_clip() 2019-08-02 00:40:27 +03:00
gimpdrawablefilter.h app: add gimp_drawable_filter_set_clip() 2019-08-02 00:40:27 +03:00
gimpdrawablemodundo.c app: in GimpDrawable::set_buffer(), take bounds rect instead of offset only 2019-08-02 00:40:17 +03:00
gimpdrawablemodundo.h
gimpdrawablestack.c app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimpdrawablestack.h
gimpdrawableundo.c app: remove "Edit -> Fade..." 2018-12-27 11:45:11 -05:00
gimpdrawableundo.h app: remove "Edit -> Fade..." 2018-12-27 11:45:11 -05:00
gimpdynamics-load.c
gimpdynamics-load.h
gimpdynamics-save.c
gimpdynamics-save.h
gimpdynamics.c
gimpdynamics.h
gimpdynamicsoutput.c
gimpdynamicsoutput.h
gimperror.c
gimperror.h
gimpfilloptions.c app: disregard composite space in non-union alpha-only layer modes 2019-05-24 01:43:26 -04:00
gimpfilloptions.h app: change antialias feature in fill by line art into Feather Edges. 2019-03-28 14:12:12 +01:00
gimpfilter.c
gimpfilter.h
gimpfilteredcontainer.c
gimpfilteredcontainer.h
gimpfilterstack.c
gimpfilterstack.h
gimpfloatingselectionundo.c
gimpfloatingselectionundo.h
gimpgradient-load.c
gimpgradient-load.h
gimpgradient-save.c Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 16:00:06 +02:00
gimpgradient-save.h
gimpgradient.c app: improve gradient color-sampling speed 2018-12-20 08:32:23 -05:00
gimpgradient.h
gimpgrid.c
gimpgrid.h
gimpgrouplayer.c app: calculate bounding box of group layers 2019-08-02 00:40:25 +03:00
gimpgrouplayer.h
gimpgrouplayerundo.c app: in GimpDrawable::set_buffer(), take bounds rect instead of offset only 2019-08-02 00:40:17 +03:00
gimpgrouplayerundo.h
gimpguide.c
gimpguide.h
gimpguideundo.c
gimpguideundo.h
gimphistogram.c app: remove gimp_gegl_rectangle_align_to_tile_grid() 2019-07-30 20:32:54 +03:00
gimphistogram.h
gimpidtable.c
gimpidtable.h
gimpimage-arrange.c Issue #2685: Crash when distributing layers horizontally. 2019-07-10 17:28:07 +02:00
gimpimage-arrange.h
gimpimage-color-profile.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gimpimage-color-profile.h
gimpimage-colormap.c app: save the accurate color in the colormap palette when possible. 2019-03-08 15:17:47 +01:00
gimpimage-colormap.h
gimpimage-convert-data.h
gimpimage-convert-fsdither.h
gimpimage-convert-indexed.c Allow compilation on MacOS 10.5 leopard: issues #2923, #2924 and #2925 2019-03-23 23:33:07 +00:00
gimpimage-convert-indexed.h
gimpimage-convert-precision.c
gimpimage-convert-precision.h
gimpimage-convert-type.c
gimpimage-convert-type.h
gimpimage-crop.c
gimpimage-crop.h
gimpimage-duplicate.c
gimpimage-duplicate.h
gimpimage-flip.c
gimpimage-flip.h
gimpimage-grid.c
gimpimage-grid.h
gimpimage-guides.c
gimpimage-guides.h
gimpimage-item-list.c
gimpimage-item-list.h
gimpimage-merge.c app: merge layers in chunks, and show progress 2019-02-25 05:10:59 -05:00
gimpimage-merge.h app: merge layers in chunks, and show progress 2019-02-25 05:10:59 -05:00
gimpimage-metadata.c Issue #3532 - Wrong color profile on nikon taken photos, it's... 2019-06-21 10:06:04 +02:00
gimpimage-metadata.h app: consolidate all metadata syncing code into gimpimage-metadata.c 2019-06-20 16:19:25 +02:00
gimpimage-new.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gimpimage-new.h
gimpimage-pick-color.c Issue #3041: Color Picker no longer selects Colormap entry. 2019-03-08 15:17:47 +01:00
gimpimage-pick-color.h
gimpimage-pick-item.c app: allow moving an intersecting pair of guides with the Move tool 2019-05-30 01:52:03 -04:00
gimpimage-pick-item.h app: allow moving an intersecting pair of guides with the Move tool 2019-05-30 01:52:03 -04:00
gimpimage-preview.c
gimpimage-preview.h
gimpimage-private.h
gimpimage-quick-mask.c
gimpimage-quick-mask.h
gimpimage-resize.c
gimpimage-resize.h
gimpimage-rotate.c
gimpimage-rotate.h
gimpimage-sample-points.c
gimpimage-sample-points.h
gimpimage-scale.c
gimpimage-scale.h
gimpimage-snap.c
gimpimage-snap.h
gimpimage-symmetry.c
gimpimage-symmetry.h
gimpimage-undo-push.c
gimpimage-undo-push.h
gimpimage-undo.c app: remove "Edit -> Fade..." 2018-12-27 11:45:11 -05:00
gimpimage-undo.h app: remove "Edit -> Fade..." 2018-12-27 11:45:11 -05:00
gimpimage.c app: add support for projectables with an arbitrary bounding box 2019-08-02 00:40:24 +03:00
gimpimage.h app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gimpimagefile.c
gimpimagefile.h
gimpimageundo.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gimpimageundo.h
gimpitem-exclusive.c
gimpitem-exclusive.h
gimpitem-linked.c
gimpitem-linked.h
gimpitem-preview.c
gimpitem-preview.h
gimpitem.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gimpitem.h
gimpitempropundo.c
gimpitempropundo.h
gimpitemstack.c
gimpitemstack.h
gimpitemtree.c app: clean up last commit 2019-03-05 16:42:50 -05:00
gimpitemtree.h app: clean up last commit 2019-03-05 16:42:50 -05:00
gimpitemundo.c
gimpitemundo.h
gimplayer-floating-selection.c app: add "clip" parameter to gimp_drawable_merge_filter() 2019-08-02 00:40:27 +03:00
gimplayer-floating-selection.h
gimplayer-new.c
gimplayer-new.h
gimplayer.c app: implement GimpDrawable::get_bounding_box() for GimpLayer 2019-08-02 00:40:24 +03:00
gimplayer.h
gimplayermask.c app: avoid freezing image preview if drawable is not attached 2019-03-28 12:36:48 -04:00
gimplayermask.h
gimplayermaskpropundo.c
gimplayermaskpropundo.h
gimplayermaskundo.c
gimplayermaskundo.h
gimplayerpropundo.c
gimplayerpropundo.h
gimplayerstack.c app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimplayerstack.h
gimplayerundo.c
gimplayerundo.h
gimplineart.c app: use gimp_gegl_buffer_dup() everywhere 2019-07-30 20:32:56 +03:00
gimplineart.h app: avoid useless line art closure recomputation. 2019-03-04 19:01:44 +01:00
gimplist.c
gimplist.h
gimpmarshal.list app: GtkAction -> GAction madness part two 2019-07-04 01:32:18 +02:00
gimpmaskundo.c app: remove gimp_gegl_rectangle_align_to_tile_grid() 2019-07-30 20:32:54 +03:00
gimpmaskundo.h app: fix indentation in gimpmaskundo.h 2019-01-20 10:33:56 -05:00
gimpmybrush-load.c
gimpmybrush-load.h
gimpmybrush-private.h
gimpmybrush.c app: use g_clear_pointer() in more places 2019-05-27 17:51:14 +02:00
gimpmybrush.h
gimpobject.c app: get rid of manual object type registration 2019-06-29 16:43:12 +02:00
gimpobject.h
gimpobjectqueue.c
gimpobjectqueue.h
gimppaintinfo.c
gimppaintinfo.h
gimppalette-import.c
gimppalette-import.h
gimppalette-load.c
gimppalette-load.h
gimppalette-save.c
gimppalette-save.h
gimppalette.c Issue #1788 - Inconsistency between FG color and selected color in... 2019-01-02 01:53:02 +01:00
gimppalette.h
gimppalettemru.c app: limit color-history palette size 2019-08-07 19:20:59 +03:00
gimppalettemru.h
gimpparamspecs-desc.c
gimpparamspecs-desc.h
gimpparamspecs-duplicate.c
gimpparamspecs-duplicate.h
gimpparamspecs.c
gimpparamspecs.h
gimpparasitelist.c
gimpparasitelist.h
gimppattern-header.h app: remove defines GIMP_BRUSH_FILE_VERSION and GIMP_PATTERN_FILE_VERSION 2019-04-12 16:33:15 +02:00
gimppattern-load.c
gimppattern-load.h
gimppattern-save.c app: remove useless includes from gimppattern-save.c 2019-02-12 18:47:06 +01:00
gimppattern-save.h app: implement pattern saving in the core 2019-02-11 21:02:36 +01:00
gimppattern.c app: don't unref a NULL GimpTempBuf in gimp_pattern_copy() 2019-02-12 21:17:04 +01:00
gimppattern.h
gimppatternclipboard.c app: implement pattern saving in the core 2019-02-11 21:02:36 +01:00
gimppatternclipboard.h
gimppdbprogress.c
gimppdbprogress.h
gimppickable-auto-shrink.c
gimppickable-auto-shrink.h
gimppickable-contiguous-region.cc Issue #3224: Fill by Line Art Detection Bug (Fatal Error with Crash). 2019-04-12 14:50:25 +02:00
gimppickable-contiguous-region.h app: do not make line art bucket fill a GimpSelectCriterion anymore. 2018-12-19 16:23:26 +01:00
gimppickable.c
gimppickable.h
gimpprogress.c
gimpprogress.h
gimpprojectable.c app: add support for projectables with an arbitrary bounding box 2019-08-02 00:40:24 +03:00
gimpprojectable.h app: add support for projectables with an arbitrary bounding box 2019-08-02 00:40:24 +03:00
gimpprojection.c app: add support for projectables with an arbitrary bounding box 2019-08-02 00:40:24 +03:00
gimpprojection.h app: in GimpLineArt, use "invalidate-preview" signal of input viewable 2018-12-27 17:14:34 -05:00
gimpsamplepoint.c
gimpsamplepoint.h
gimpsamplepointundo.c
gimpsamplepointundo.h
gimpscanconvert.c
gimpscanconvert.h
gimpselection.c app: some files were missing from the previous commit 2019-06-16 17:07:55 +02:00
gimpselection.h
gimpsettings.c
gimpsettings.h
gimpstrokeoptions.c
gimpstrokeoptions.h
gimpsubprogress.c
gimpsubprogress.h
gimpsymmetry-mandala.c app: implement gimp_symmetry_get_operation() in terms of gimp_symmetry_get_matrix() 2019-05-29 05:26:54 -04:00
gimpsymmetry-mandala.h app: implement gimp_symmetry_get_operation() in terms of gimp_symmetry_get_matrix() 2019-05-29 05:26:54 -04:00
gimpsymmetry-mirror.c app: implement gimp_symmetry_get_operation() in terms of gimp_symmetry_get_matrix() 2019-05-29 05:26:54 -04:00
gimpsymmetry-mirror.h app: implement gimp_symmetry_get_operation() in terms of gimp_symmetry_get_matrix() 2019-05-29 05:26:54 -04:00
gimpsymmetry-tiling.c app: add gimp_symmetry_get_transform() 2019-05-26 14:47:55 -04:00
gimpsymmetry-tiling.h
gimpsymmetry.c app: implement gimp_symmetry_get_operation() in terms of gimp_symmetry_get_matrix() 2019-05-29 05:26:54 -04:00
gimpsymmetry.h app: implement gimp_symmetry_get_operation() in terms of gimp_symmetry_get_matrix() 2019-05-29 05:26:54 -04:00
gimptag.c
gimptag.h
gimptagcache.c app, libgimpconfig: make various usage of g_file_replace() safer. 2018-12-07 00:51:05 +01:00
gimptagcache.h
gimptagged.c
gimptagged.h
gimptaggedcontainer.c
gimptaggedcontainer.h
gimptempbuf.c app: accept a const GimpTempBuf in more temp-buf functions 2019-02-24 13:22:28 -05:00
gimptempbuf.h app: accept a const GimpTempBuf in more temp-buf functions 2019-02-24 13:22:28 -05:00
gimptemplate.c
gimptemplate.h
gimptilehandlerprojectable.c
gimptilehandlerprojectable.h
gimptoolinfo.c
gimptoolinfo.h
gimptooloptions.c
gimptooloptions.h
gimptoolpreset-load.c
gimptoolpreset-load.h
gimptoolpreset-save.c
gimptoolpreset-save.h
gimptoolpreset.c app: remove redundant assignment in gimptoolpreset.c 2019-06-02 15:14:28 +02:00
gimptoolpreset.h
gimptreehandler.c
gimptreehandler.h
gimptriviallycancelablewaitable.c
gimptriviallycancelablewaitable.h
gimpuncancelablewaitable.c
gimpuncancelablewaitable.h
gimpundo.c
gimpundo.h
gimpundostack.c
gimpundostack.h
gimpunit.c
gimpunit.h
gimpviewable.c app: use g_clear_pointer() in more places 2019-05-27 17:51:14 +02:00
gimpviewable.h app: when freezing a drawable's preview, freeze ancestors' previews 2019-03-28 12:26:54 -04:00
gimpwaitable.c
gimpwaitable.h
Makefile.am app: implement saving of GimpBrushPipes in the core 2019-02-23 19:44:23 +01:00