| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
mingw-w64 does not seem to have native support for fortification,
libssp offers it, so let's try this for now.
Not sure yet if disabling _FORTIFY_SOURCE would be better/worse.
See also
https://sourceforge.net/p/mingw-w64/mailman/message/36764708/
https://github.com/msys2/MINGW-packages/issues/5803
https://github.com/msys2/MINGW-packages/issues/5868
|
| |
|
|
| |
See https://gitlab.com/inkscape/inkscape/issues/299
|
| |
|
|
|
|
|
| |
Allows extension authors to use gtk stack in Python
via GObject introspection
See https://gitlab.com/inkscape/extensions/issues/85
|
| |
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
| |
Second part of https://gitlab.com/inkscape/inkscape/issues/82
|
| |
|
|
|
| |
This was required by xverbs, which were removed in
db05b842cba28f01b431eee890537959aa2d8fe3
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
As of Windows 10 (version 1809) fonts are installed per-user by
default into the folder
%localappdata%\Microsoft\Windows\Fonts
which is not picked up (yet) by fontconfig.
Add this folder manually as a font directory to fonts.conf
Fixed issues:
- https://gitlab.com/inkscape/inkscape/issues/50
|
| |
|
|
| |
Not required anymore after 408cb49b5559a81ea803df64bf58457a5dd4bf16
|
| | |
|
| |
|
|
|
|
| |
- 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)
|
| | |
|
| |
|
|
| |
Also add libdatrie which is required by libthai.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Re-enable usage of enchant-2 after
3f5b88a264397918cf7e1623d0e5e8828a5ceb77
(while not failing completely anymore enchant-2 is still broken
unfortunately)
|
| | |
|
| | |
|
| |
|
|
|
| |
Preemptive fix for upstream change in gdk-pixbuf2 package
https://github.com/Alexpux/MINGW-packages/commit/0526d12f93d160c6bff9829942c4d4f2964e1523
|
| |
|
|
|
|
|
|
|
| |
Escaping "${CMAKE_INSTALL_PREFIX}" with a backslash allows this to
work for the normal install target as well as with cpack (expansion
of the variable is delayed until installation where it has the
correct value).
Also make sure Adwaita's icon-theme.cache is up-to-date
|
| | |
|
| |
|
|
|
|
|
|
| |
They are required for tkinter
Fixed bugs:
- https://bugs.launchpad.net/inkscape/+bug/1735451
- https://bugs.launchpad.net/inkscape/+bug/1695946
|
| | |
|
| |
|
|
|
| |
- libidn2 now required by curl
- libraqm (-> libfridi) required by python2-pillow >= 4.2.0
|
| |
|
|
|
|
|
|
|
|
| |
Bitmap fonts are currently unusable by Inkscape but still show up in
the font list (https://bugs.launchpad.net/inkscape/+bug/714859)
Even worse: If a bitmap font is present Inkscape won't be able to
use it but also substitution rules for this font family won't work
causing Pango to fall back to "Sans" instead of a proper replacement
(e.g. https://bugs.launchpad.net/inkscape/+bug/1429793)
|
| |
|
|
|
| |
This resulted in font substitutions being broken
(i.e. "Sans" was serif)
|
| |
|
|
| |
Exclude translations for which Inkscape does not provide a transltation
|
| |
|
|
|
|
| |
installed but are unused
(should detect if globs added to the list from 170049663979e3531d247f4228b94fe1ccd2568f that are too lenient)
|
| |
|
|
|
|
| |
numbers in library names.
This should be more future-proof against package updates but also allows to build with slightly outdated libraries.
|
| | |
|
| |
|
|
|
|
| |
- update script to install dependencies
- update InstallMSYS2.cmake
- fix Windows builds (uint -> unsigned int)
|
| | |
|
| | |
|
| |
|
|
| |
21c9bc7b2cf2fbda2ed1dd5841eb9333bb274023
|
| | |
|
| |
|
| |
(bzr r15717)
|
| |
|
| |
(bzr r15699)
|
| |
|
| |
(bzr r15693)
|
| |
|
|
|
| |
customization of install location via 'CMAKE_INSTALL_PREFIX'
(bzr r15681)
|
| |
|
|
|
|
|
|
|
|
|
| |
for inkscape executables.
It's not only more elegant, but it also makes the "install/strip" target work!
Also convert DESTINATION to a relative path. As relative paths are relative to ${CMAKE_INSTALL_PREFIX}, it's effectively the same as before, but cmake does not properly handle absolute paths on Windows, see [1].
[1] https://gitlab.kitware.com/cmake/cmake/issues/16859
(bzr r15678)
|
| |
|
|
|
|
|
| |
printing to console
(just as we do with inkscape.com / inkscape.exe)
(bzr r15677)
|
| |
|
|
|
|
|
| |
MSYS2 uses '/var/cache/fontconfig' by default which is not available outside of the MSYS environment and therefore get's created in the root folder of the Inkscape installation. On most systems this will be in read-only 'Program Files' (which might still work thanks to virtual store, but better be safe then sorry).
This also makes sure we do not re-introduce bug #1196373
(bzr r15661)
|
| |
|
|
|
| |
(those are unittests for Python itself, unittest module is still included)
(bzr r15660)
|
| |
|
|
|
| |
They're empty, are only created on Windows and seem to be completely unused
(bzr r15651)
|