inkscape:backports-1.3.1_5831

Last commit made on 2023-10-24
Get this branch:
git clone -b backports-1.3.1_5831 https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
backports-1.3.1_5831
Repository:
lp:inkscape

Recent commits

254142f... by Jabiertxof <email address hidden>

Backport MR 5831 - Fix Knot crashes in LPES

e761c5b... by Jabiertxof <email address hidden>

Update LPE menu on prefs change Backport MR 5946

c1baffb... by Jabiertxof <email address hidden>

Update LPE menu on prefs change Backport MR 5946

560ef2f... by Jabiertxof <email address hidden>

backport 5898 Corners LPE bugfixes

55e6b6e... by Thomas Holder <email address hidden>

macOS: Prevent "Inkscape > Preferences" crash

Opening the preferences dialog requires an inkscape window and a desktop
instance. These are not available while the welcome dialog is shown.

Fixes https://gitlab.com/inkscape/inkscape/-/issues/4459

6335555... by PBS

Add missing null check in pdf font loader

pango_font_description_get_family() can return a null C string, usually
on malformed files.

Fixes https://gitlab.com/inkscape/inkscape/-/issues/4613

f51d556... by Jabier Arraiza <email address hidden>

Fix issue on pen tool with bspline, calling bsplinemotion on click with alt to force recreate last point

fixes: https://gitlab.com/inkscape/inkscape/-/issues/4366

2005af6... by Jabiertxof <email address hidden>

Give default units if not namedview

78e32ca... by Jabiertxof <email address hidden>

Fix remaining original-d / d in shapes without effect
Also fix cut/paste/creation inside a LPE group

Fixes:
https://gitlab.com/inkscape/inkscape/-/issues/3467
https://gitlab.com/inkscape/inkscape/-/issues/3893

b408b1c... by Martin Owens

Fix entering custom text into the page size tool

The parsing of the text box needs to allow users to
re-edit the text, including selecting parts of it for
exiting. The issue was the calling of update even when
the search selector was blank.

Fixes https://gitlab.com/inkscape/inkscape/-/issues/4407