~vcs-imports/gimp/+git/gimp:alxsa-tileable-blur

Last commit made on 2023-06-24
Get this branch:
git clone -b alxsa-tileable-blur https://git.launchpad.net/~vcs-imports/gimp/+git/gimp

Branch merges

Branch information

Name:
alxsa-tileable-blur
Repository:
lp:~vcs-imports/gimp/+git/gimp

Recent commits

e9c28d4... by Alx Sa <email address hidden>

scripts: Check if layer is floating selection

Since cutting/pasting does not always produce a floating selection
anymore, gimp-floating-sel-anchor is now conditionally run in the
pasteat function.

5bf0ece... by Jehan <email address hidden>

app: fix build warning.

Though not a bug, this change will get rid of the following warning:

> app/dialogs/module-dialog.c:291:28: warning: ‘location’ may be used uninitialized in this function [-Wmaybe-uninitialized]
> 291 | text[INFO_LOCATION] = gimp_module_is_on_disk (module) ?

6b69281... by Alexander Shopov

Update Bulgarian translation

b43a7f5... by Martin Srebotnjak

Update Slovenian translation

280cde7... by Alx Sa <email address hidden>

plug-ins: Port checkerboard to...

...GimpProcedureDialog

d910d73... by Alexander Shopov

Update Bulgarian translation

6d34670... by Ekaterine Papava <email address hidden>

Update Georgian translation

aecf22d... by Jehan <email address hidden>

libgimpwidgets: fix the non-resizing combo-box popup when switching from short…

… to long format of unit names.

We can clearly see that the main part of the widget is correctly resized but not
the popup. Unfortunately we don't have access to the popup widget which is
private data, so the best workaround I found so far was to pop the menu down and
up, which basically provokes a redraw to the correct size after contents change.

This fixes MR !385.

dc3eb3b... by Venkatesh <email address hidden>

MR !385: resolve "GimpUnitComboBox doesn't show full unit names in 2.99"

8ef8ac5... by Jehan <email address hidden>

app: fix crash when loading a XCF containing a text layer with pattern outline.

There was a bug in commit ca6b58e970e which went under the radar. The gimp
variable was not set at creation, so this line was crashing:

> container = gimp_data_factory_get_container (text->gimp->pattern_factory);