inkscape:cherry-pick-23078882

Last commit made on 2021-04-25
Get this branch:
git clone -b cherry-pick-23078882 https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
cherry-pick-23078882
Repository:
lp:inkscape

Recent commits

4bcd21f... by Jabier Arraiza <email address hidden>

When for example crate a text, convert to paths and do ofset, inset is super slow
This is because threshols of simplify is bad defined.

(cherry picked from commit 230788820cf8596897a71bf0784b6ece57776bc7)

09386ba... by Jabier Arraiza <email address hidden>

Because we now have a isolated background this MR allow cotrols rendering use the background color as base

Fix issue https://gitlab.com/inkscape/inkscape/-/issues/2277

(cherry picked from commit 2f57d0f96f4d4c74fefa70c4be8b40f697c84eff)

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

This little commit tweak a bit welcome screen with proportional size of fonts
based in other text in the window. Also add a extra padding horizontal to comboboxes.

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

Remove warnings double out of bounds on LPE

It happends for example on apply roughen LPE.

(cherry picked from commit 5f6bf5e96f4b1a36d3f4fc228ed147fde3b57b9b)

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

Allow pixbuf get on load icons use symbolic themes

Fix issue https://gitlab.com/inkscape/inkscape/-/issues/2346

(cherry picked from commit df61a4142293c8001f02cc3fd74618207e6c1cce)

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

Fix issue scrool on text tool when selecting all

Based in Tav fix only updated to allow old flow text types.

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

(cherry picked from commit 5568a2a1dcb40dfec41a3479f43dcd03bd60039d)

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

Increase decimal digits to guide creation

As requested in Rocket Chat I increase guides decimal numbers

(cherry picked from commit fcf6a80655ba60dc55b27f033f701e01961a418b)

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

Fix fill rule in offset LPE and isolate background in control points

I fix LPE offset fill rule issues removing a reverse of original data.
Also comment part of code that not work propely on open paths and tarjet it for 1.2, I ping moazin after release to help me
Finaly about this LPE I dicover knot settings not working so I do a research and found another bug
that control points not in XOR mode not isolate background (needed from outline overlay fixes)
 we dont discover it previously because controlpoints usualy are in XOR mode.

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

(cherry picked from commit 4797f3cab0b0ca3492bc49e2da7dd0df076e5084)

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

Because on remove LPE the item can change from SPShape to SPPath invalidating original selection
this fix recreate the selection with the converted sucessor item.

Fix issue https://gitlab.com/inkscape/inkscape/-/issues/2321

(cherry picked from commit bc3398fd8d5b8cad6ea3766129a7c704d1ef8738)

0cc971a... by Jabier Arraiza <email address hidden>

Fixes wrongs and improve defaults on apply roughen LPE

(cherry picked from commit fa6e0a8f8d40025b2692f0c75d05797790c8bf59)