Gimp/app
Alx Sa 891ade751a widgets: Confirm image is indexed before setting entry
It is possible to have an indexed image open
in one tab, and RGB/grayscale images open
in others. If you have the color editor open
and swap between them, you'll receive a
CRITICAL because the ColorMapEditor will
always try to update a color entry even if
the active image is not indexed.

This patch adds checks to ensure you have
the indexed image open before trying to update
its color entry.

(cherry picked from commit 1c71e30cd0)
2025-09-17 16:40:18 +02:00
..
actions actions: Select next palette entry after deletion 2025-09-17 16:40:17 +02:00
config app: add a toggle button in Brushes dockable for brush previews to… 2025-08-09 18:11:12 +02:00
core core: Free drawables after use 2025-09-17 16:40:18 +02:00
dialogs app, pdb: allow rendering font previews with theme colors. 2025-09-17 16:40:17 +02:00
display app: clean out unused functions. 2025-09-17 16:40:17 +02:00
file app, pdb: move filter duplication to one place in 2025-08-09 18:11:13 +02:00
file-data
gegl app: re-add "gegl:hstack" to blacklist. 2025-02-17 22:33:38 +01:00
gui app: Remove not-working GIMP_ICONS_LIKE_A_BOSS 2025-08-09 18:11:13 +02:00
menus app: fix #13288 crash when opening a recently closed dock 2025-04-04 19:29:04 +00:00
operations plug-ins, operations: Fix warnings on Windows 2025-05-22 02:10:08 +00:00
paint paint: Prevent crash on out-of-bounds smudge tool 2025-04-13 22:55:12 +00:00
pdb app, pdb: allow rendering font previews with theme colors. 2025-09-17 16:40:17 +02:00
plug-in plugin, macos: Fix #12711, #12898 2025-02-22 17:32:51 +00:00
propgui
tests app/tests: Drop dangling create_test_env.sh 2025-04-21 12:30:42 -03:00
text app, pdb: allow rendering font previews with theme colors. 2025-09-17 16:40:17 +02:00
tools tools: Don't alter merge filter status unexpectedly 2025-09-17 16:40:17 +02:00
vectors app, pdb: allow rendering font previews with theme colors. 2025-09-17 16:40:17 +02:00
widgets widgets: Confirm image is indexed before setting entry 2025-09-17 16:40:18 +02:00
xcf app: add accessors for GimpDrawableFilter::temporary and use them 2025-08-09 18:11:14 +02:00
about.h
app.c app: localize some strings now that we are out of string freeze. 2025-09-17 16:40:14 +02:00
app.h
errors.c Issue #12789: make sure gimp-debug-tool is correctly found on Windows. 2025-02-24 18:37:58 +01:00
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h
gimp-priorities.h
gimp-update.c app: allow GIMP_DEV_VERSIONS_JSON to be empty for disabling it. 2025-09-17 16:40:18 +02:00
gimp-update.h
gimp-version.c
gimp-version.h
gimpconsoleapp.c
gimpconsoleapp.h
gimpcore.def
gimpcoreapp.c
gimpcoreapp.h
git-version.h.in
language.c Issue #12722: force-query when system language change was not working with LANGUAGE. 2025-01-24 20:54:44 +01:00
language.h
main.c Issue #13183: use the renamed desktop filename in Flatpak. 2025-09-17 16:40:16 +02:00
meson.build meson: fix install scripts not taking DESTDIR into account 2025-05-18 10:36:56 -03:00
sanity.c build, app: depend on babl-0.1.114 and GEGL 0.4.62 2025-05-08 12:30:10 +02:00
sanity.h
signals.c app: fix build warning. 2025-05-17 23:10:10 +02:00
signals.h
unique.c
unique.h