inkscape:0.92.x

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

Branch merges

Branch information

Name:
0.92.x
Repository:
lp:inkscape

Recent commits

d4e9c2c... by Thomas Holder <email address hidden>

Make _cmp::operator() const

Fixes "static assertion failed: comparison object must be invocable as
const" on Arch Linux with GCC 11.1.0.

c4f948b... by Evangelos Foutras

Fix build with poppler 21.11.0

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

0ad1ac9... by Patrick Storz

CI/MSYS2: add workaround for updated keyring

(cherry picked from commit 8d852a6ed018eb861042537c32c8a4028b2af6be)

158d20a... by Patrick Storz

CI/AppVeyor: work around pacman update issue

See https://github.com/msys2/MSYS2-packages/issues/1962

(cherry picked from commit c2ae4b49346dfcb38dcb5cad9bbe5aaf7b37d5da)

3f0c6aa... by Nathan Lee <email address hidden>

Update links to gitlab.com to new structure

See https://gitlab.com/inkscape/inbox/-/issues/2867

6c0c36e... by Thomas Holder <email address hidden>

Don't open preferences dialog on startup

The preferences dialog's status is never saved, so it should also not be
restored from preferences. This is for better compatibility with
preferences saved from Inkscape 1.0.

Closes https://gitlab.com/inkscape/inkscape/-/issues/597

b523f9c... by Hubert Figuiere

appdata: fix to validate on flathub

7189254... by Akinori MUSHA

Fix get_env_current() in shell scripts for macOS

Parsing the output of env(1) does not reliably work when there are
variables with multiline values. Instead, you can use awk(1) to
generate the list of environment variables.

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

Change Alpha slider max from 255 to 100

Also stops normalising alpha values 0..1 to 0..100.
No longer necessary (useful when max value was 255).

Fixes https://gitlab.com/inkscape/inkscape/issues/165

(cherry picked from d16a4890d0492626c04bdcefb9a5ce6ed5562755)

12a7b48... by Roman Hargrave

Change HSL scaling for color chooser

(cherry picked from bdea0d0b80603a8c80cbdae4d65491bb7c829760)