| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CMake: Allow to build with GraphicsMagick instead of ImageMagick | Eduard Braun | 2018-10-02 | 1 | -8/+20 |
| | | | | | | | | | | For now we still default to ImageMagick, but we can fall-back to GraphicsMagick (e.g. if only ImageMagick 7 is available; add a check for this). To prefer GraphicsMagick despite a compatible version of ImageMagick use -DWITH_IMAGE_MAGICK=OFF when running CMake | ||||
| * | Avoid duplicating defines in config.h and on command line | Eduard Braun | 2018-10-01 | 2 | -9/+2 |
| | | |||||
| * | config.h - remove all defines we never use | Eduard Braun | 2018-10-01 | 4 | -29/+0 |
| | | | | | | (strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but let's keep them for now) | ||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -9/+0 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
| * | CMake/po: Check for presence of intltool for creating inkscape.pot | Eduard Braun | 2018-09-29 | 2 | -239/+9 |
| | | | | | | Also remove FindGettext module and use the one that ships with CMake (bumps minimum version to CMake 2.8.8 for GETTEXT_VERSION_STRING) | ||||
| * | CMake: Whitespace cleanup | Eduard Braun | 2018-09-29 | 1 | -80/+78 |
| | | |||||
| * | fix 1789208 poppler 0.69 | Thomas Holder | 2018-09-28 | 1 | -12/+0 |
| | | |||||
| * | CMake/MSYS2: Update dependencies | Eduard Braun | 2018-09-27 | 1 | -0/+2 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-09-11 | 1 | -1/+1 |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"` | ||||
| * | CMake: Fix for renamed NEWS file | Eduard Braun | 2018-09-11 | 2 | -2/+2 |
| | | | | | (see eb2928ad13bd794e53b5631ffee997e48a764c51) | ||||
| * | CMake/MSYS2: Properly disable jemalloc for all builds | Eduard Braun | 2018-09-10 | 1 | -0/+1 |
| | | |||||
| * | MSYS2: Use system python2-six to avoid conflict with pip version | Eduard Braun | 2018-09-09 | 1 | -2/+2 |
| | | |||||
| * | CMake/MSYS2: Add new pango dependency (libthai) | Eduard Braun | 2018-08-27 | 1 | -0/+2 |
| | | | | | Also add libdatrie which is required by libthai. | ||||
| * | CMake/MSYS2: Fix install location of libenchant providers | Eduard Braun | 2018-08-14 | 1 | -1/+1 |
| | | |||||
| * | CMake/MSYS2: Add new curl dependency (libpsl) | Eduard Braun | 2018-07-30 | 1 | -0/+1 |
| | | |||||
| * | CMake/MSYS2: Update for enchant-2 | Eduard Braun | 2018-07-18 | 1 | -2/+2 |
| | | | | | | | | | Re-enable usage of enchant-2 after 3f5b88a264397918cf7e1623d0e5e8828a5ceb77 (while not failing completely anymore enchant-2 is still broken unfortunately) | ||||
| * | CMake: Set WITH_GTKSPELL to OFF if not found for consistency | Eduard Braun | 2018-06-30 | 1 | -46/+36 |
| | | | | | | Also remove (unused) legacy variable "TRY_GTKSPELL", remove an outdated comment, fix indentation and some cleanup | ||||
| * | CMake/MSYS2: Add new curl dependency (libbrotli) | Eduard Braun | 2018-03-31 | 1 | -1/+2 |
| | | |||||
| * | make yaml optional even if present | Marc Jeanmougin | 2018-03-20 | 1 | -9/+11 |
| | | |||||
| * | make jemalloc optional at compile time | Marc Jeanmougin | 2018-03-17 | 1 | -3/+7 |
| | | |||||
| * | Fix GTKMM version check macro | Alexander Valavanis | 2018-03-04 | 1 | -0/+9 |
| | | |||||
| * | CI/AppVeyor: add new dependency | Eduard Braun | 2018-02-21 | 1 | -0/+1 |
| | | |||||
| * | CMake/MSYS2: install libjasper | Eduard Braun | 2018-02-03 | 1 | -0/+1 |
| | | | | | | Preemptive fix for upstream change in gdk-pixbuf2 package https://github.com/Alexpux/MINGW-packages/commit/0526d12f93d160c6bff9829942c4d4f2964e1523 | ||||
| * | CMake: keep defines in ConfigChecks.cmake | Eduard Braun | 2018-01-28 | 1 | -0/+5 |
| | | |||||
| * | CMake/CPack: Define INKSCAPE_CPACK_PREFIX instead of overwriting ↵ | Eduard Braun | 2018-01-28 | 1 | -3/+3 |
| | | | | | | | INKSCAPE_DIST_PREFIX Allows moving the CPack configuration to a more reasonable position... | ||||
| * | CMake/CPack: Set CPACK_PACKAGE_INSTALL_DIRECTORY only once | Eduard Braun | 2018-01-28 | 1 | -2/+0 |
| | | |||||
| * | CMake/CPack: CPackDeb only available on UNIX | Eduard Braun | 2018-01-28 | 1 | -16/+17 |
| | | |||||
| * | Fix creation of icon-theme.cache | Eduard Braun | 2018-01-28 | 1 | -0/+1 |
| | | | | | | | | | | 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 | ||||
| * | Add FindNSIS and fix prefix | Marc Jeanmougin | 2018-01-23 | 2 | -1/+56 |
| | | |||||
| * | CPack fixes | Marc Jeanmougin | 2018-01-22 | 1 | -16/+5 |
| | | |||||
| * | Configure CPack | Marc Jeanmougin | 2018-01-21 | 3 | -229/+308 |
| | | |||||
| * | Support INKSCAPE_ICONPATH in the desktop file | Ted Gould | 2018-01-13 | 1 | -0/+8 |
| | | |||||
| * | Merge branch 'static_libs' of gitlab.com:Ede123/inkscape | Marc Jeanmougin | 2018-01-11 | 1 | -10/+0 |
| |\ | |||||
| | * | Do not install static libraries | Eduard Braun | 2018-01-09 | 1 | -10/+0 |
| | | | |||||
| * | | Explicitly link against libX11 for ld.gold | Tobias Ellinghaus | 2018-01-10 | 1 | -3/+11 |
| |/ | | | | | | Some linkers, like gold, don't find symbols in libraries not explicitly linked against. So we have to add libX11. On systems not using X11 this shouldn't hurt. | ||||
| * | Fix profiling build | Eduard Braun | 2018-01-09 | 2 | -19/+9 |
| | | | | | | Also remove ConfigCompileFlags.cmake (which wasn't included anymore for almost 10 years now) | ||||
| * | remove git remnants | Marc Jeanmougin | 2017-12-29 | 1 | -1/+1 |
| | | |||||
| * | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -48/+0 |
| | | |||||
| * | Misc. typos | luzpaz | 2017-12-04 | 1 | -2/+2 |
| | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` . | ||||
| * | Packaging/MSYS2: remove unneeded libraries | Eduard Braun | 2017-11-30 | 1 | -9/+0 |
| | | |||||
| * | Packaging/MSYS2: include tcl/tk accessory files | Eduard Braun | 2017-11-30 | 1 | -0/+7 |
| | | | | | | | | | They are required for tkinter Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1735451 - https://bugs.launchpad.net/inkscape/+bug/1695946 | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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 ``` | ||||
| * | fix build | Marc Jeanmougin | 2017-11-02 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated GNOME VFS | Stefano Facchini | 2017-10-13 | 2 | -100/+0 |
| | | | | | Just use Gio::File when access to non-local files is needed. | ||||
| * | adapt to poppler 0.58 | David Tardon | 2017-09-07 | 1 | -0/+4 |
| | | |||||
| * | cmake/MSYS2: drop unused dependency | Eduard Braun | 2017-09-06 | 1 | -1/+0 |
| | | |||||
| * | cmake/MSYS2: add missing dependencies | Eduard Braun | 2017-08-26 | 1 | -0/+3 |
| | | | | | | - libidn2 now required by curl - libraqm (-> libfridi) required by python2-pillow >= 4.2.0 | ||||
| * | MSYS2: disable use of bitmap fonts in fontconfig | Eduard Braun | 2017-07-30 | 1 | -0/+2 |
| | | | | | | | | | | | 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) | ||||
| * | cmake/MSYS2: Fix fontconfig's conf.d/ not being installed | Eduard Braun | 2017-07-29 | 1 | -1/+1 |
| | | | | | | This resulted in font substitutions being broken (i.e. "Sans" was serif) | ||||
| * | CI/AppVeyor: Use dist-win targets and create installers on tag | Eduard Braun | 2017-07-24 | 1 | -13/+15 |
| | | | | | | | | | | | Use a globbing expression to get WiX location as it's dependent on the version installed. Add note about the .msi installer still not being created properly and wix exiting with an error code (mostly to make CI happy). Somebody should figure this out eventually but the .msi format cost me too many hours of my life already... | ||||
