inkscape:1.4.x

Last commit made on 2024-04-26
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

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

62f545b... by Marc Jeanmougin <email address hidden>

Inkscape 1.4 beta

f21c272... by Mike Kowalski

Font list should use app font scale

Unified font browser should react to app-wide font scale
by adjusting its lists accordingly, so fonts are not clipped.

98a30b5... by VaibhavMalik4187 <email address hidden>

Fix crash on double clicking gradient cuves with mesh tool

Check if the selection contains a mesh before adding mesh rows or
columns. These guards prevent Inkscape from crashing when
double-clicking gradient curves using the mesh tool.

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

f3f04bd... by Martin Owens

Add better descriptions to the new processing actions

The original plan was to hide these actions from the UI, but
they do actually seem useful, even as just static annotations
for people using the xml editor, or investigating shape data.

So we'll keep them in the UI and improve their descriptions.

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

81fc2c8... by PBS

Fix crashing in test suite

* Don't access Gtk::Settings if not in gui mode.
* Use GDK_WINDOWING_X11 for detection instead of !defined(_WIN32).

aa2a804... by Luca Bacci <email address hidden>

Add workaround for XIM input method module

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

2a4b728... by Tavmjong Bah

Fix infinite loop in text_to_glyph() with some fonts

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