| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
This replaces the Node.js app 'appdmg' by a shell script 'create-dmg'.
|
| |
|
|
|
|
| |
Noteworthy are the creation of '.dmg' and a fix for inbox#605.
Lots of minor improvements.
|
| |
|
|
|
|
|
|
| |
This update lowers system requirements from 10.13 to 10.11 and has
massive improvements regarding Python integration. Also lots
of minor improvements.
Based on https://github.com/dehesselle/mibap v0.12.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Also include a batch script that should make it easy to collect a
backtrace with relevant info for most users.
Fixes https://gitlab.com/inkscape/inkscape/issues/81
|
| |
|
|
|
| |
This was required by xverbs, which were removed in
db05b842cba28f01b431eee890537959aa2d8fe3
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- gtkspell
- libyaml
- cppunit
- librevenge
- libcdr
- ImageMagick 6
- OpenMP
|
| | |
|
| |
|
|
|
| |
This fixes the empty color tab (#241) and the missing paint bucket
tool (inbox#469).
|
| |
|
|
|
| |
Autopackage has not been maintained for many years now and seems unused.
Upstream website http://autopackage.org appears to be dead.
|
| |
|
|
|
|
| |
This fixes fonts not showing up and un-breaks the font tool.
Add more localizations.
|
| |
|
|
|
|
|
|
|
| |
Highlights:
- fixes open/save crashes
- fixes localization
- bundles Python 3, enabling extensions
Also lots of internal improvements and refactoring.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Refs: https://bugs.launchpad.net/inkscape/+bug/195220
Refs: https://gitlab.com/inkscape/inkscape/commit/6675a6fa8a3c2c2cf4ef80cab7400e58e7ff5b1b
Refs: https://gitlab.com/inkscape/inkscape/commit/408cb49b5559a81ea803df64bf58457a5dd4bf16
|
| |
|
|
|
|
|
| |
Please use the (functionally identical) INKSCAPE_PROFILE_DIR instead.
See also
https://gitlab.com/inkscape/inkscape/issues/114
|
| | |
|
| |
|
|
|
|
| |
Function got lost in 408cb49b
Fixes #60
|
| |
|
| |
Should hopefully close https://gitlab.com/inkscape/inbox/issues/41
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently the inkscape snap is unable to load file with path with
spaces when opening such files by double clicking them in the file
manager(loading them via the file open dialog works).
This is probably due to the fact that the launcher doesn't quote the
expansion of the `@` special parameter and thus all `word`s in the file
path are applied with word separation. This patch fixes the syntax.
Fixes Launchpad Bug #1735453.
Refer-to: Bug #1735453 “Cannot open files with whitespaces/spaces in pathn...” : Bugs : Inkscape <https://bugs.launchpad.net/inkscape/+bug/1735453>
Refer-to: bash(1) - Parameters - Special Parameters - @
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
|
| |
|
|
| |
the license text shown was GPL2, now corrected to GPL3
|
| |
|
|
|
|
| |
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
|
| | |
|
| |
|
|
| |
(see eb2928ad13bd794e53b5631ffee997e48a764c51)
|
| | |
|
| | |
|
| |
|
| |
Found via `codespell`
|
| | |
|
| |
|
|
|
|
|
|
| |
It was added in 8aeb053f557456d83b60acdcf1446a6825a5aef6
but seems to have never been used.
It was only referenced in inkscape.nsi (where it's not required) which
broke when the file was moved in ce456d55bb3deee828dad9cdaf1f530194cae93c
|
| |
|
|
|
| |
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1739035
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
```
|
| |
|
|
| |
Just use Gio::File when access to non-local files is needed.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 'dist-win-msi' allows to create a Windows .msi installer using WiX
- 'dist-win-msi-fast' has a no compression but is much faster
and can be used for testing purposes
|
| |
|
|
|
|
| |
- 'dist-win-exe' allows to create a Windows .exe installer using NSIS
- 'dist-win-exe-fast' has a bad compression ratio but is much faster
and can be used for testing purposes
|
| |
|
|
| |
(cherry picked from commit 16cb9a13a88db072389f5f4ba0d6a7997cee0123)
|
| |
|
|
| |
(cherry picked from commit 68642e81c9df0c913a0e976bcbe40b2e2e2385f9)
|
| |
|
|
|
|
| |
Use 'makensis /DINKSCAPE_DIST_DIR=..\..\build\inkscape inkscape.nsi'.
(cherry picked from commit 3534f9a0013a155a1d31e837e12e73eb8678dbb0)
|