inkscape:simdgenius_inkscape

Last commit made on 2018-02-16
Get this branch:
git clone -b simdgenius_inkscape https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
simdgenius_inkscape
Repository:
lp:inkscape

Recent commits

fd2d6d7... by Yale Zhang

multithreaded rendering

03bafd6... by Yale Zhang

add latency measuring instrumentation

79e74d8... by Yale Zhang

Send rendered canvas immediatly to screen in paint() instead of waiting for expose event (handle_draw())
This was the old way until bzr r14795 (Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model)

This reduces latency by ~10ms

93d9a94... by Yale Zhang

my temp compile changes

2a9d458... by Yale Zhang

Merge https://gitlab.com/inkscape/inkscape into simdgenius_inkscape

0b02856... by Tavmjong Bah

Remove unused include.

3def0ee... by Tavmjong Bah

Remove unused cxxtest files.

be581c3... by Patrick Storz

Improve/fix error reporting when executing script extensions

It could happen that we attempted to spawn "", see
  https://bugs.launchpad.net/inkscape/+bug/1747103
which obviously failed but did not explain why.

While extensions still fail silently (UI-wise) if the interpreter
can not be located a useful error message should now be output on
console.

298b10e... by Tavmjong Bah

Remove ege-select-one-action.

2b79799... by Tavmjong Bah

Convert UnitTracker to use ink-select-one-action.
Additional code clean up.