inkscape:svg2_to_svg1

Last commit made on 2018-12-04
Get this branch:
git clone -b svg2_to_svg1 https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
svg2_to_svg1
Repository:
lp:inkscape

Recent commits

d978f94... by Tavmjong Bah

Merge branch 'master' of https://gitlab.com/inkscape/inkscape into svg2_to_svg1

057ce31... by Tavmjong Bah

Minor comment/alignment changes.

6772646... by Tavmjong Bah

Update View README.

f82bbc7... by Tavmjong Bah

Fix failed cast in ColorWheel.

e592349... by Tavmjong Bah

Fix rendering tests (Launchpad bug 1805804).

1ca7575... by Tavmjong Bah

Convert document string to raw string (removes all escaping).

b26d71e... by Tavmjong Bah

Fix error comment condition, thereby fixing object-test.

d0a70cf... by Tavmjong Bah

Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.
Another step in making View not dependent on GUI.

da21d89... by Emmanuel Gil Peyrot

Use std::unique_ptr for all MessageContext

6af653a... by Emmanuel Gil Peyrot

Replace InkGC with std::shared_ptr for MessageStack

There are many places which still use this stack unmanaged (using
desktop->getMessageStack()) but those are all leaf calls which make use
of the stack and never store it anywhere, so this is fine.