| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Allows extension authors to use gtk stack in Python
via GObject introspection
See https://gitlab.com/inkscape/extensions/issues/85
|
| | |
|
| |
|
|
|
| |
This was required by xverbs, which were removed in
db05b842cba28f01b431eee890537959aa2d8fe3
|
| | |
|
| |
|
|
|
|
| |
Refs: https://bugs.launchpad.net/inkscape/+bug/195220
Refs: https://gitlab.com/inkscape/inkscape/commit/6675a6fa8a3c2c2cf4ef80cab7400e58e7ff5b1b
Refs: https://gitlab.com/inkscape/inkscape/commit/408cb49b5559a81ea803df64bf58457a5dd4bf16
|
| |
|
|
|
|
| |
Usually this should not be required but it avoids undefined behavior
when casing of a filename changes between versions (as Windows does
not have case-sensitive filenames)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
|
| |
|
|
|
|
|
|
|
|
| |
This package was configured `--without-modules` which results in
ImageMagick's "coders" to be compiled directly into the main library
instead of using separate modules (which might not be found).
see
- https://bugs.launchpad.net/inkscape/+bug/1720330
- https://github.com/Alexpux/MINGW-packages/issues/2995
|
| | |
|
| |
|
|
| |
(https://twitter.com/sfnet_ops/status/913044025791467520 among other reasons)
|
| |
|
|
|
|
| |
- bzr -> git
- drop dependencies of 0.92.x branch since
it has its own msys2installdeps.sh now
|
|
|
- move build scripts and related tools to buildtools folder
- rename appveyor.yml -> .appveyor.yml
|