inkscape:disablePrefearDarkTheme

Last commit made on 2020-03-30
Get this branch:
git clone -b disablePrefearDarkTheme https://git.launchpad.net/inkscape

Branch merges

Branch information

Name:
disablePrefearDarkTheme
Repository:
lp:inkscape

Recent commits

933a0d5... by Jabiertxof <email address hidden>

Remove prefear dark theme from UI

3459c49... by Thomas Holder <email address hidden>

XML Editor: improve drop highlight

- no highlight for non-targets
- make dragged node a non-target

8d97d5d... by Thomas Holder <email address hidden>

use getObjectByRepr in favor of getObjectById

Where applicable, replace
  getObjectById(repr->attribute("id"))
with
  getObjectByRepr(repr)

7982b35... by Matthias Meschede <email address hidden>

Replace absolute perl path with /usr/bin/env

Also add warnings pragma.

dbd8160... by René de Hesselle

Update build pipeline to GTK 3.24.14

969dcdb... by Thomas Holder <email address hidden>

Bitmap Copy: fix g_object_unref -> delete

196c1bd... by Thomas Holder <email address hidden>

fix inbox#2104 Crash saving overflowed text to pdf

fd27a6e... by Jabiertxof <email address hidden>

Isolate stroke and fill to blend it as group on PDF export

33bd36e... by Jabiertxof <email address hidden>

Fix issues bad redrawing on double click on gradient and text tool

358bf46... by Martin Owens

Always calculate the stroke-width when calculating styles. Fix some of #358