Gimp/app
Alx Sa 54c46ea175 app/xcf: Don't override channel opacity on XCF load
When loading channels, the alpha value is stored separately from
the RGB value as "opacity". After the switch to GeglColor, we were
overriding the opacity values by always using "R'G'B" format, so
the loaded opacity was always reset to 100%.

This patch pulls the opacity value before setting the color, then
restores the opacity afterwards.
2024-11-26 23:51:55 +00:00
..
actions app: add help ids for Paste as floating data (in place)... 2024-11-01 17:25:27 -04:00
config app: migrate the actions which used to have an -accel variant. 2024-11-22 09:03:25 +09:00
core app: make sure pattern previews always have non-zero dimensions, 2024-11-24 16:58:52 +01:00
dialogs dialogs: Restore focus to Layer Name in Layer dialogue 2024-11-24 17:31:00 +00:00
display Issue #10874: crash when freeing uninitialized string. 2024-11-25 01:15:49 +09:00
file actions,core,file: Copy inactive filters 2024-10-07 16:35:39 +00:00
file-data app, libgimp*, plug-ins: move all GimpObjectArray procedure args to GimpCoreObjectArray. 2024-10-25 23:28:42 +02:00
gegl
gui app, libgimpcolor, plug-ins: move legacy luminance macros to private. 2024-11-02 00:27:02 +01:00
menus app/menus: Fix "vectors" group to "paths" 2024-08-10 20:32:25 +00:00
operations app, libgimpcolor, plug-ins: move legacy luminance macros to private. 2024-11-02 00:27:02 +01:00
paint Issue #11675: Fade x Jitter dynamics now sync correctly at every step 2024-10-28 22:40:51 +00:00
pdb PDB: improve doc string for gimp-image-reorder-item 2024-11-19 09:21:09 -05:00
plug-in app/plug-in: Fix expected argument count for Layer/Channel menus 2024-11-14 13:25:06 +00:00
propgui app, libgimp*, modules, pdb, plug-ins: new GimpParamColor. 2024-04-19 23:25:13 +02:00
tests Issue #3015: Space invasion: Using Levels Pick white point for all… 2024-10-29 00:27:22 +01:00
text Issue #12433: do not show the unsupported fonts message on startup. 2024-11-24 20:49:53 +09:00
tools app/tools: Add filters even if Preview is unchecked 2024-11-21 19:59:27 +00:00
vectors app:vectors: fix #12120 CRITICAL on shift-start action on a bezier Handle 2024-10-09 11:40:12 +00:00
widgets Issue #12409: make sure action tooltips are escaped when used as markup. 2024-11-22 16:37:51 +09:00
xcf app/xcf: Don't override channel opacity on XCF load 2024-11-26 23:51:55 +00:00
about.h
app.c app, libgimpbase: also move gimp_cpu_accel_set_use() in a private header. 2024-10-17 16:12:04 +02:00
app.h
errors.c app, libgimp*, plug-ins: move all GimpObjectArray procedure args to GimpCoreObjectArray. 2024-10-25 23:28:42 +02: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, devel-docs: add a bit of MS Store documentation 2024-04-21 18:18:35 -03:00
gimp-update.h
gimp-version.c app: add gexiv2 and exiv2 versions to crash data 2024-09-23 18:24:48 +00:00
gimp-version.h
gimpconsoleapp.c
gimpconsoleapp.h
gimpcore.def Issue #434: remove broken plural support for GimpUnit. 2024-08-06 11:39:57 +02:00
gimpcoreapp.c
gimpcoreapp.h
git-version.h.in
language.c Issue #12469: Setting language to Chinese (zh_CN) in the preferences makes GIMP crash. 2024-11-26 22:26:40 +09:00
language.h app: move "System Language" out of GIMP_L10N_LANGS_SIZE. 2024-08-15 20:57:02 +02:00
main.c app, libgimp: move gimp_env_init() to a non-shipped header. 2024-10-17 16:11:15 +02:00
meson.build Issue #12277: GIMP 3.0 RC1 opens Windows Console. 2024-11-21 04:23:10 +00:00
sanity.c app: depend on GEGL-0.4.50 2024-11-03 21:03:17 +01:00
sanity.h
signals.c app, libgimpbase: gimp_signal_private()'s header is now made private. 2024-10-17 17:12:30 +02:00
signals.h
unique.c
unique.h