inkscape:1.0.x

Last commit made on 2021-12-30
Get this branch:
git clone -b 1.0.x https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
1.0.x
Repository:
lp:inkscape

Recent commits

3df8595... by Evangelos Foutras

Fix build with poppler 21.11.0

GfxFont::tag is now of type std::string instead of GooString *.

f38d80d... by Nathan Lee <email address hidden>

Crashfix copying text with invalid shape-inside reference

Smaller fixes taken out from Thomas Holder's refactoring
in commit ce0ba2305f9cdc9d3cc3f890b1ac08bf1f6e787c

Fix https://gitlab.com/inkscape/inkscape/-/issues/2450
Fix https://gitlab.com/inkscape/inkscape/-/issues/1955

ebc56b7... by Harald van Dijk

Fix build with glib 2.67.3.

As of glib 2.67.3, <glib.h> can no longer be included in extern "C"
blocks. It was indirectly included by both "types.h" and "color.h".
"types.h" already does not need to be wrapped in an extern "C" block,
"color.h" does but can be modified not to, so with that changed they can
be moved out.

(cherry picked from commit eb24388f1730918edd9565d9e5d09340ec0b3b08)

c2d0d51... by Tomáš Marný

Update cs.po

394de47... by Patrick Storz

CI/MSYS2: Disable old hack that updates pacman separately

Fails currently as it does not update the dependency pacman-mirrors
along with pacman.

(cherry picked from commit c8246c1688d571af4ec22b39b4723eab20685807)

16c8184... by Patrick Storz

Install convenience launchers into top-level inkscape directory

Goal is to make them easier to find/use, especially for testers.

Fixes https://gitlab.com/inkscape/inbox/-/issues/4615

(cherry picked from commit b7ff171bb65461feb56bc5914e99a8af76608161)

cd1a3ba... by Patrick Storz

whitespace

345ab17... by Tomáš Marný

Update cs.po

5a44195... by Thomas Holder <email address hidden>

AppImage: Launch Python with ld-linux.so

7f79632... by Thomas Holder <email address hidden>

AppImage: Fix Python

Cherry-picked from fe62c9227c23 and 41b0cdaaebb1.

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