inkscape:1.4.x

Last commit made on 2024-05-02
Get this branch:
git clone -b 1.4.x https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
1.4.x
Repository:
lp:inkscape

Recent commits

5cddce5... by VaibhavMalik4187 <email address hidden>

Fix add gradient stop when last stop is selected

This commit enables the insertion of a new gradient stop through the
gradient toolbar when the last gradient stop is selected. As discussed
in the issue description, the new stop will be added between the
second-to-last and last gradient stops.

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

9d5f95e... by Mike Kowalski

Sanitize sample text in unified font preview

Escape markup characters

293c53a... by Mike Kowalski

Fix tooltip and naming of Extension gallery dialog

Fix gallery name.
Restore "Run" button label.
Make tooltip show description and access path in small font.

c3584d0... by VaibhavMalik4187 <email address hidden>

Add more descriptive tooltip to opacity spinbutton

A more descriptive tooltip would improve the discovery of the middle
click shortcut available for cycling through preset opacity values.

Used a hacky approch to prevent the clipboard contents from being pasted
into the spin button entry when the middle click button press event
occurs.

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

6e1f745... by Martin Owens

Limit PDF page output to items visible on that page

When exporting for multi-page, we want to avoid exporting the same
objects over and over again. This causes PDF files to be larger than
needed.

This also breaks hyperlinks in the PDF as the duplicate objects
confuse the PDF reader about which page a linked object is actually on.

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

5d3e668... by VaibhavMalik4187 <email address hidden>

Fix subgroup selection issue in nested groups for L&O dialog

Previously, when selecting a subgroup within nested groups in the
Layers and Objects dialog, moving it on canvas would also move the
entire supergroup. This commit fixes the selection issue to ensure that
only the intended subgroup (the clicked object/branch) is moved.

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

6ad6103... by David Burghoff <email address hidden>

Add GI introspection typelibs for Windows

888f34b... by Martin Owens

Fix grid alignment on paste and missing grid undo

We want to round to the pixel grid before asking for document's own grid alignment.

Also fixed was the missing undo for all the grid settings, a new undo_id setting
is added to the undo enabler so we can ask for maybeDone instead of done.

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

147490a... by Maren Hachmann <email address hidden>

Fix A4 zine template active layer

1483b83... by VaibhavMalik4187 <email address hidden>

Fix gradient color drag undo issue in F&S dialog

This commit ensures that the changes made to the gradient stop color
through the Fill & Stroke dialog are pushed into the undo stack only
when the drag action is complete and the user has released the dragger.
This prevents pushing all the values changed during the drag action
into the undo stack, improving the user experience.

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