Gimp/app/core
Ell f04d72d008 Issue #4218 - Color>Invert doesn't work on saved selection channel ...
... or copied RGB channel

In gimp_drawable_merge_filter(), make sure the drawable's source
node is constructed before applying the operation.  The
construction of the source node connects the drawable's filter
stack to the udnerlying source node (usually, the buffer-source
node), which we rely on when calling
gimp_gegl_apply_cached_operation(), since we pass
connect_src_buffer == FALSE.  Otherwise, the operation is applied
to an empty input, instead of the drawable content.

(cherry picked from commit 0e29fc1b21)
2019-11-11 19:01:40 +02:00
..
.gitignore enums: add intermediate generated enum files to .gitignore 2017-08-24 15:35:27 -04:00
core-enums.c Revert the *enums.c part of the last commit 2019-09-06 09:46:48 +03:00
core-enums.h app: add gimp_image_transform() 2019-08-11 00:29:33 +03:00
core-types.h app: rename GimpImageViewable to GimpImageProxy 2019-11-04 13:33:47 +02:00
gimp-atomic.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-atomic.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-batch.c --verbose messages don't need to be translatable. 2019-09-26 23:56:41 +00:00
gimp-batch.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-cairo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-cairo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-contexts.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-contexts.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-data-factories.c app: implement saving of GimpBrushPipes in the core 2019-02-23 19:44:23 +01:00
gimp-data-factories.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-filter-history.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-filter-history.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-gradients.c app: use "step" blending function in "FG to BG (Hardedge)" gradient 2018-10-23 12:22:57 -04:00
gimp-gradients.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-gui.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-gui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-memsize.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-memsize.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-modules.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-modules.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-palettes.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-palettes.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-parallel.cc app, meson.build: fix a bunch of warnings in C++ files 2019-09-12 20:05:45 +03:00
gimp-parallel.h app: add gimp_parallel_run_async_independent_full() 2019-03-06 00:02:10 -05:00
gimp-parasites.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-parasites.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-spawn.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-spawn.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-tags.c app, libgimpconfig: make various usage of g_file_replace() safer. 2018-12-07 00:51:05 +01:00
gimp-tags.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-templates.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-templates.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-transform-resize.c Replace finite() with isfinite() by default 2019-11-07 09:09:22 +00:00
gimp-transform-resize.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-units.c Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 16:00:06 +02:00
gimp-units.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-user-install.c app: include system gtkrc file in themerc 2019-03-27 20:15:50 -04:00
gimp-user-install.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpasync.c app: add gimp_async_add_callback_for_object() 2018-11-30 04:15:44 -05:00
gimpasync.h app: add gimp_async_add_callback_for_object() 2018-11-30 04:15:44 -05:00
gimpasyncset.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpasyncset.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpauxitem.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpauxitem.h app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimpauxitemundo.c app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimpauxitemundo.h app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimpbacktrace-backend.h app: more cleanup in GimpBacktrace 2018-09-05 14:59:58 -04:00
gimpbacktrace-linux.c app: in GimpBacktrace Linux backend, don't leak backtrace when dropping threads 2018-12-01 04:33:48 -05:00
gimpbacktrace-none.c app, tools: add "running" thread attribute to GimpBacktrace/performance-log 2018-09-03 18:30:34 -04:00
gimpbacktrace-windows.c app: in GimpBacktrace Windows backend, avoid bogus symbol addresses 2018-10-10 10:02:09 -04:00
gimpbacktrace.h app, tools: add "running" thread attribute to GimpBacktrace/performance-log 2018-09-03 18:30:34 -04:00
gimpbezierdesc.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbezierdesc.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpboundary.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpboundary.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrush-boundary.c app: use gimp_symmetry_get_transform() in paint code 2019-05-26 14:47:55 -04:00
gimpbrush-boundary.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrush-private.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 app: remove gimp_parallel_distribute(); use gegl_parallel_distribute() 2018-11-24 11:05:10 -05:00
gimpbrush-transform.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrushgenerated-load.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrushgenerated-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrushgenerated-save.c Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 16:00:06 +02:00
gimpbrushgenerated-save.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrushgenerated.c Issue #2372 - Reduced quality of the Parametric brush in 2.10 2019-02-06 14:30:56 -05:00
gimpbrushgenerated.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcancelable.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcancelable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpchannel.c app, pdb: use gimp_item_get_clip() everywhere 2019-08-09 22:24:03 +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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpchannelpropundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpchannelundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpchannelundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcontainer-filter.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcontainer.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpcontainer.h app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpcontext.c Issue #1788 - Inconsistency between FG color and selected color in... 2019-01-02 01:53:02 +01:00
gimpcontext.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcoords-interpolate.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcoords-interpolate.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcoords.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcoords.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcurve-load.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcurve-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcurve-map.c Replace finite() with isfinite() by default 2019-11-07 09:09:22 +00:00
gimpcurve-map.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcurve-save.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcurve-save.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdashpattern.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 app: add gimp_data_factory_data_cancel() 2018-10-01 05:24:59 -04:00
gimpdatafactory.h app: add gimp_data_factory_data_cancel() 2018-10-01 05:24:59 -04:00
gimpdataloaderfactory.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpdataloaderfactory.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdocumentlist.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdocumentlist.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-bucket-fill.c app: add "show all" support to the bucket-fill tool in "fill similar colors" mode 2019-09-05 18:04:22 +03:00
gimpdrawable-bucket-fill.h app: add "show all" support to the bucket-fill tool in "fill similar colors" mode 2019-09-05 18:04:22 +03: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-equalize.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-equalize.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-fill.c app: improve gimp_drawable_fill_buffer() for patterns 2019-03-27 15:48:21 -04:00
gimpdrawable-fill.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-filters.c Issue #4218 - Color>Invert doesn't work on saved selection channel ... 2019-11-11 19:01:40 +02: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: clip floating selection to layers with no alpha channel 2019-10-03 22:20:46 +03:00
gimpdrawable-floating-selection.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-foreground-extract.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-foreground-extract.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-gradient.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-gradient.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-histogram.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-histogram.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-levels.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-levels.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-preview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-preview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-private.h app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimpdrawable-shadow.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-shadow.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-stroke.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-stroke.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawable-transform.c Revert finite() fix as it needs to be done in pdb and configure 2019-11-06 21:16:26 +01:00
gimpdrawable-transform.h app, pdb: use gimp_item_get_clip() everywhere 2019-08-09 22:24:03 +03:00
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: don't resize layer when applying filter if its position/size are locked 2019-10-02 18:22: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawablestack.c app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimpdrawablestack.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdynamics-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdynamics-save.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdynamics-save.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdynamics.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpdynamics.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdynamicsoutput.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpdynamicsoutput.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimperror.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimperror.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpfilter.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfilteredcontainer.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfilteredcontainer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfilterstack.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfilterstack.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfloatingselectionundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfloatingselectionundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgradient-load.c Issue #2303 - Please add Constant type of gradient interpolation ... 2018-10-23 12:22:57 -04:00
gimpgradient-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgradient-save.c Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 16:00:06 +02:00
gimpgradient-save.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgradient.c app: improve gradient color-sampling speed 2018-12-20 08:32:23 -05:00
gimpgradient.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgrid.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgrid.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgrouplayer.c app: fix empty mask when duplicating a group layer 2019-09-07 10:37:24 +03:00
gimpgrouplayer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgrouplayerundo.c app: in GimpDrawable::set_buffer(), take bounds rect instead of offset only 2019-08-02 00:40:17 +03:00
gimpgrouplayerundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpguide.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpguide.h app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimpguideundo.c app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimpguideundo.h app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimphistogram.c app: in GimpHistogram, don't initialize n_bins to 256 2019-11-11 18:18:55 +02:00
gimphistogram.h app: avoid spurious channel switch in histogram editor when switching drawbles 2019-10-22 16:12:53 +03:00
gimpidtable.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpidtable.h app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpimage-arrange.c Issue #2685: Crash when distributing layers horizontally. 2019-07-10 17:28:07 +02:00
gimpimage-arrange.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-convert-data.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-convert-fsdither.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-convert-precision.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-convert-precision.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-convert-type.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-convert-type.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-crop.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-crop.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-duplicate.c app: copy the is-color-managed status when duplicating an image 2018-08-01 05:06:30 -04:00
gimpimage-duplicate.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-flip.c app: add gimp_image_flip_full() 2019-08-11 00:29:32 +03:00
gimpimage-flip.h app: add gimp_image_flip_full() 2019-08-11 00:29:32 +03:00
gimpimage-grid.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-grid.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-guides.c app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimpimage-guides.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-item-list.c app, pdb: use gimp_item_get_clip() everywhere 2019-08-09 22:24:03 +03:00
gimpimage-item-list.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-pick-color.c app: add support for color picking in "show all" mode 2019-09-04 20:56:24 +03:00
gimpimage-pick-color.h app: add support for color picking in "show all" mode 2019-09-04 20:56:24 +03:00
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 app: add gimp_image_get_preview_format() 2019-11-04 13:33:47 +02:00
gimpimage-preview.h app: add gimp_image_get_preview_format() 2019-11-04 13:33:47 +02:00
gimpimage-private.h Issue #4068: default pixel density should be 72.0 for loaded images. 2019-10-12 17:12:15 +02:00
gimpimage-quick-mask.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-quick-mask.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-resize.c app: fix sample-point OOB check in gimp_image_resize[_with_layers]() 2019-08-11 00:29:32 +03:00
gimpimage-resize.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-rotate.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-rotate.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-sample-points.c Issue #1805 - Sample Points keep resetting themselves to "Pixel" 2018-07-16 00:46:38 +02:00
gimpimage-sample-points.h Issue #1805 - Sample Points keep resetting themselves to "Pixel" 2018-07-16 00:46:38 +02:00
gimpimage-scale.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-scale.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-snap.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-snap.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-symmetry.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-symmetry.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-transform.c app: add gimp_image_transform() 2019-08-11 00:29:33 +03:00
gimpimage-transform.h app: add gimp_image_transform() 2019-08-11 00:29:33 +03:00
gimpimage-undo-push.c app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint 2018-07-15 17:13:03 +02:00
gimpimage-undo-push.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpimage-undo.c app: add gimp_image_transform() 2019-08-11 00:29:33 +03:00
gimpimage-undo.h app: remove "Edit -> Fade..." 2018-12-27 11:45:11 -05:00
gimpimage.c Issue #4194: resolution passes from 300ppi to 72ppi after saving. 2019-11-08 14:07:51 +01:00
gimpimage.h app: add support for color picking in "show all" mode 2019-09-04 20:56:24 +03:00
gimpimagefile.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpimagefile.h Change a bazillion URLs to https:// 2018-07-14 14:23:42 +02:00
gimpimageproxy.c app: in GimpImageProxy, implement GimpPickable 2019-11-04 13:33:47 +02:00
gimpimageproxy.h app: rename GimpImageViewable to GimpImageProxy 2019-11-04 13:33:47 +02:00
gimpimageundo.c app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gimpimageundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitem-exclusive.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitem-exclusive.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitem-linked.c app, pdb: use gimp_item_get_clip() everywhere 2019-08-09 22:24:03 +03:00
gimpitem-linked.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitem-preview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitem-preview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitem.c app: don't resize layer when applying filter if its position/size are locked 2019-10-02 18:22:27 +03:00
gimpitem.h app: add gimp_item_get_clip() 2019-08-09 22:23:57 +03:00
gimpitempropundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitempropundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitemstack.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitemstack.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpitemundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayer-floating-selection.c Issue #2837 - Floating selection is clipped to base layer 2019-10-02 18:22:28 +03:00
gimplayer-floating-selection.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayer-new.c app: handle buffers with arbitrary origin in gimp_layer_new_from_gegl_buffer() 2019-09-19 20:24:49 +03:00
gimplayer-new.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayer.c app: implement GimpDrawable::get_bounding_box() for GimpLayer 2019-08-02 00:40:24 +03:00
gimplayer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayermask.c app: avoid freezing image preview if drawable is not attached 2019-03-28 12:36:48 -04:00
gimplayermask.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayermaskpropundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayermaskpropundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayermaskundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayermaskundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayerpropundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayerpropundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayerstack.c app: maintain drawable bounding box separately from its logical boundary 2019-08-02 00:40:23 +03:00
gimplayerstack.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayerundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplayerundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplineart.c app: in GimpLineArt, ref input pickable 2019-11-04 13:33:47 +02:00
gimplineart.h Issue #3263: fix critical error on bucket fill tool. 2019-08-27 12:45:21 +02:00
gimplist.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplist.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmybrush-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmybrush-private.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmybrush.c app: use g_clear_pointer() in more places 2019-05-27 17:51:14 +02:00
gimpmybrush.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpobject.c app: get rid of manual object type registration 2019-06-29 16:43:12 +02:00
gimpobject.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpobjectqueue.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpobjectqueue.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppaintinfo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppaintinfo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppalette-import.c libgimpcolor, app, modules, plug-ins: remove GEGL_ITERATOR2 define 2018-12-02 11:21:36 -05:00
gimppalette-import.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppalette-load.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppalette-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppalette-save.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppalette-save.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppalette.c Issue #1788 - Inconsistency between FG color and selected color in... 2019-01-02 01:53:02 +01:00
gimppalette.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppalettemru.c app: limit color-history palette size 2019-08-07 19:20:59 +03:00
gimppalettemru.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparamspecs-desc.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparamspecs-desc.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparamspecs-duplicate.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparamspecs-duplicate.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparamspecs.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparamspecs.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparasitelist.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpparasitelist.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppattern-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppatternclipboard.c app: implement pattern saving in the core 2019-02-11 21:02:36 +01:00
gimppatternclipboard.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppdbprogress.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppdbprogress.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppickable-auto-shrink.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppickable-auto-shrink.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppickable-contiguous-region.cc app, meson.build: fix a bunch of warnings in C++ files 2019-09-12 20:05:45 +03: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppickable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpprogress.c Misc. comment typos 2018-07-14 21:17:19 +02:00
gimpprogress.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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: fix gimp_projection_get_pixel_at() for general bounding boxes 2019-09-04 20:56: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 app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpsamplepoint.h Issue #1805 - Sample Points keep resetting themselves to "Pixel" 2018-07-16 00:46:38 +02:00
gimpsamplepointundo.c Issue #1805 - Sample Points keep resetting themselves to "Pixel" 2018-07-16 00:46:38 +02:00
gimpsamplepointundo.h Issue #1805 - Sample Points keep resetting themselves to "Pixel" 2018-07-16 00:46:38 +02:00
gimpscanconvert.c libgimpcolor, app, modules, plug-ins: remove GEGL_ITERATOR2 define 2018-12-02 11:21:36 -05:00
gimpscanconvert.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpselection.c app: some files were missing from the previous commit 2019-06-16 17:07:55 +02:00
gimpselection.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsettings.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsettings.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpstrokeoptions.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpstrokeoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsubprogress.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsubprogress.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptag.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptagcache.c app, libgimpconfig: make various usage of g_file_replace() safer. 2018-12-07 00:51:05 +01:00
gimptagcache.h app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimptagged.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptagged.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptaggedcontainer.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptaggedcontainer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
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 app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimptemplate.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptilehandlerprojectable.c app: add GimpTileHandlerValidate::{begin,end}_validate() vfuncs 2018-11-28 13:26:58 -05:00
gimptilehandlerprojectable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptoolinfo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptoolinfo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptooloptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptooloptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptoolpreset-load.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptoolpreset-load.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptoolpreset-save.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptoolpreset-save.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptoolpreset.c app: remove redundant assignment in gimptoolpreset.c 2019-06-02 15:14:28 +02:00
gimptoolpreset.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptreehandler.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptreehandler.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptriviallycancelablewaitable.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptriviallycancelablewaitable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpuncancelablewaitable.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpuncancelablewaitable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpundostack.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpundostack.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpunit.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpunit.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpviewable.c app: defer GimpViewable::size-changed signal emission while frozen 2019-09-04 20:56:23 +03:00
gimpviewable.h app: when freezing a drawable's preview, freeze ancestors' previews 2019-03-28 12:26:54 -04:00
gimpwaitable.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpwaitable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
Makefile.am app: rename gimpimageviewable.[ch] to gimpimageproxy.[ch] 2019-11-04 13:33:47 +02:00