~vcs-imports/gimp/+git/gimp:alxsa-preferred-cmyk-profile

Last commit made on 2023-06-01
Get this branch:
git clone -b alxsa-preferred-cmyk-profile https://git.launchpad.net/~vcs-imports/gimp/+git/gimp

Branch merges

Branch information

Name:
alxsa-preferred-cmyk-profile
Repository:
lp:~vcs-imports/gimp/+git/gimp

Recent commits

5fe8fe3... by Alx Sa <email address hidden>

dialogs: Add Preferred CMYK option to...

...soft-proofing profile menu.
If the user has set a Preferred CMYK profile in preferences, it will
be added as the second option in the combo box.

8d77d4f... by Alx Sa <email address hidden>

display: Add Preferred CMYK profile to...

status bar soft-proofing pop-over.
If the user has set a Preferred CMYK profile, it will be added as the
second option in the combo box.

493156c... by Alx Sa <email address hidden>

dialogs: Fix header bar assumption

The Extensions dialogue assumed that it had a header bar. Since this is
not always the case, conditional checks were added to prevent
GtkHeaderBar code from running. This also fixes a crash when you
double-click to expand the extension description.

0178563... by Jordi Mas

Update Catalan translation

94572ba... by Jordi Mas

Update Catalan translation

9a8262c... by Ekaterine Papava <email address hidden>

Update Georgian translation

7908ecf... by Jacob Boerema <email address hidden>

plug-ins: synchronize name of nl-filter with manual

The name of the nl-filter plug-in in the manual was recently changed to be
more in line with its description.
Since that is already the name of the plug-in file here, let's also update
the name of PLUG_IN_PROC to be in line with this.

f1bbd8d... by Michael Natterer <email address hidden>

app: make GimpNavigationEditor zooming much more responsive

Use g_idle_add() instead of g_timeout_add(300ms), which makes
it respond instantly, while still keeping the actual zoom
call out of the slider callback.

Fixes #9500

e12798b... by Michael Natterer <email address hidden>

app: change GimpGeglProcedure to take (n-drawables, drawables)

because we treat it the same as a plug-in procedure.

413cf9a... by NielsDG

app: Don't grab the pointer when doing scrolling

By doing `gimp_display_shell_pointer_grab()`, we actually prevent events
from a tablet coming through. There doesn't seem to be a reason to use
it and it's not regressing in functionality either, so let's just remove
it.

Fixes: https://gitlab.gnome.org/GNOME/gimp/-/issues/8016