| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix install location of .mo files | Eduard Braun | 2018-10-12 | 2 | -2/+2 |
| | | | | | | | | .mo files were copied to e.g. "en.mo" instead of "inkscape.mo" This was broken after e939fcccf36f2a89435b0f8328db9be32ce3b600 as there was one tiny customization in our copy of FindGettext.cmake | ||||
| * | Minor cleanup of main.cc | Tavmjong Bah | 2018-10-10 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'cmake-cxx11' of gitlab.com:xzcvczx/inkscape | Marc Jeanmougin | 2018-10-08 | 1 | -0/+2 |
| |\ | |||||
| | * | Add CMAKE_CXX_STANDARD for cmake 3.1 | Simon Wells | 2018-10-08 | 1 | -0/+2 |
| | | | | | | | | | add note saying can remove -std=c++11 when minimum cmake is 3.1 | ||||
| * | | Prefer LDFLAGS over LIBRARIES for pkgconfig | Simon Wells | 2018-10-06 | 1 | -12/+2 |
| |/ | | | | | LDFLAGS include LIBRARIES, therefore remove duplicates Replaced LIBRARIES with LDFLAGS for gtk and gtkspell so they work even if the libraries are not in a standard path | ||||
| * | 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 |
| | | |||||
