inkscape:actions-tuple

Last commit made on 2020-09-23
Get this branch:
git clone -b actions-tuple https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
actions-tuple
Repository:
lp:inkscape

Recent commits

fe709e1... by Tavmjong Bah

Change Gio::Action 'transform-translate' to use a tuple Glib::Variant (dd).

60f6cd6... by Tavmjong Bah

Implement handles (arrows) that rotate with canvas.

dbd6ba0... by Fish Lung <email address hidden>

Fix linking error in GCC 8 after using std::filesystem by adding "-lstdc++fs"

e7b94b9... by René de Hesselle

Fix INK_BUILD_DIR not writable in macOS pipeline

01faa5c... by René de Hesselle

Update macOS build pipeline

With this update, the build pipeline emancipates from its gtk-osx
heritage in order to reduce complexity:
- setup environment ourselves (without gtk-osx-setup.sh)
- use JHBuild directly from upstream
- do not use Python virtual environment
- use system-provided Python 3
- integrate JHBuild modulesets

We are also moving to Xcode 12, adjusting GDL accordingly.
Major refactor of 020-vars.sh.

97c5de1... by Thomas Holder <email address hidden>

Fix crash with PDF Poppler/Cairo import

3cce3c2... by aryan jangid

Right-click "enter group" command should display group label, not group id

Closes https://gitlab.com/inkscape/inkscape/-/issues/1545
Closes https://gitlab.com/inkscape/inkscape/-/merge_requests/2133

b39e6d5... by René de Hesselle

Use boost::filesystem on macOS

Fixes breakage on macOS introduced by inkscape!2305
While we're targeting macOS <10.15, we cannot use c++17 library
features.

cfbcdd2... by Jean Franco Amoni Rodríguez

fixed colors

a58765d... by Tavmjong Bah

Fix rendering of control points on HiDpi screens.
Fixes https://gitlab.com/inkscape/inkscape/-/issues/1866