| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Do not build/install folders (data,modules,plugins) | Eduard Braun | 2017-04-29 | 2 | -34/+6 |
| | | | | | | They're empty, are only created on Windows and seem to be completely unused (bzr r15651) | ||||
| * | cmake/MSYS2: Only install a fixed list of Python extensions (instead of all ↵ | Eduard Braun | 2017-04-29 | 3 | -5/+161 |
| | | | | | | extensions that happen to be installed on the build system) (bzr r15650) | ||||
| * | cmake/MSYS2: Spell checking via gtkspell now working | Eduard Braun | 2017-04-08 | 1 | -0/+12 |
| | | | | | | | | | | | | * the Aspell backend for Enchant was missing (now available [1]) * actually install the backend * install translations required by gtkspell Also re-enable installation of gtk3 translations after r15583 as we still need them in the context menu of native gtk inputs [1] https://github.com/Alexpux/MINGW-packages/pull/2369 (bzr r15618) | ||||
| * | CMake: Don't install /share/locale on Windows | Eduard Braun | 2017-03-08 | 2 | -8/+0 |
| | | | | | | | | We only ever wanted "gtk30.mo" for translation of stock items. - As we stripped all stock items from our source we don't need it anymore - As there are *lots* of translations in MSYS2 we installed a huge amount of unneeded files (bzr r15583) | ||||
| * | CMake: Don't install /share/themes on Windows | Eduard Braun | 2017-03-08 | 2 | -6/+0 |
| | | | | | | There's nothing we want but stuff we definitely don't need. (bzr r15582) | ||||
| * | CMake: Prefer to install the genuine /hicolor/index.theme file in MSYS2 installs | Eduard Braun | 2017-03-08 | 1 | -3/+4 |
| | | | | | | | This avoids the issues hiughlighted by su_v in https://bugs.launchpad.net/inkscape/+bug/1659336/comments/5 (bzr r15581) | ||||
| * | CMake: Assume mingw-w64 for MinGW builds | Eduard Braun | 2017-03-08 | 1 | -8/+3 |
| | | | | | | | | (should be a safe assumption, if not let me know...) This resolves the "mingw-w64" vs. "MinGW 64-bit" ambiguity of the "HAVE_MINGW64" cmake variable (which worked before as devlibs = 32bit = mingw; devlibs64 = 64-bit = mingw-w64), but is not senseful for newer 32-bit MinGW builds that are based on mingw-w64, too. (bzr r15579) | ||||
| * | CMake: python2-numpy was missing dependencies | Eduard Braun | 2017-03-05 | 1 | -1/+5 |
| | | | | (bzr r15566) | ||||
| * | Support for building with MSYS2 | Eduard Braun | 2017-03-04 | 2 | -2/+232 |
| | | | | | | | See Wiki for build instructions: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2 (bzr r15564) | ||||
| * | CMake: Generate a dummy file in hicolor/index.theme to avoid bug 1659336 on ↵ | Eduard Braun | 2017-02-20 | 1 | -0/+4 |
| | | | | | | | | | Windows Fixed bugs: - https://launchpad.net/bugs/1659336 (bzr r15535) | ||||
| * | partial fix bug 1640899 | mathog | 2017-02-17 | 1 | -6/+9 |
| | | | | (bzr r15527) | ||||
| * | CMake: Cosmetic fix for version string | Eduard Braun | 2017-02-13 | 1 | -1/+1 |
| | | | | | | (set concatenates arguments with a semicolon ";") (bzr r15517) | ||||
| * | CMake: Include GSettings schemas into Windows installation | Eduard Braun | 2017-02-13 | 1 | -0/+3 |
| | | | | | | | | | | | Fixes crash issue when trying to use GTK file dialogs (error: "GLib-GIO-ERROR **: No GSettings schemas are installed on the system") Fixed bugs: - https://launchpad.net/bugs/1663884 - https://launchpad.net/bugs/1663999 (bzr r15514) | ||||
| * | CMake: Remove duplicated check for sigc++ | Eduard Braun | 2017-02-04 | 3 | -146/+0 |
| | | | | | | | | | | - It didn't make much sense to check twice anyway - The additional check for C++11 is not required anymore after r15039 as we use -std=c++11 by default now - The check broke subsequent cmake runs on Windows (i.e. compilation broke whenever a .cmake file changed and CMakeCache hat to be cleared manually) http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15039 (bzr r15475) | ||||
| * | Install the localized manpages in the correct directory | mattia@debian.org | 2017-01-07 | 1 | -1/+4 |
| | | | | (bzr r15399.1.1) | ||||
| * | prevent use of string concat for compatibility with old cmake | Marc Jeanmougin | 2016-12-02 | 1 | -1/+1 |
| | | | | (bzr r15292) | ||||
| * | CMake: Add ${INKSCAPE_SHARE_INSTALL} | Eduard Braun | 2016-11-26 | 2 | -1/+2 |
| | | | | | | This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278) | ||||
| * | annotate custom builds, and add correct revno into make dist tarballs | Marc Jeanmougin | 2016-11-07 | 1 | -0/+10 |
| | | | | (bzr r15223) | ||||
| * | beautify idents | Dmitry Zhulanov | 2016-10-03 | 1 | -39/+35 |
| | | | | (bzr r15136.1.14) | ||||
| * | fix cmake warning and remove whole xverbs code from compilation without yaml | Dmitry Zhulanov | 2016-10-01 | 1 | -1/+1 |
| | | | | (bzr r15136.1.11) | ||||
| * | disable xverb feature if WITH_YAML defined | Dmitry Zhulanov | 2016-10-01 | 2 | -4/+11 |
| | | | | (bzr r15136.1.9) | ||||
| * | add x-verbs support | Dmitry Zhulanov | 2016-09-26 | 2 | -0/+57 |
| | | | | (bzr r15136.1.1) | ||||
| * | cmake: fix "make install" to actually produce a runnable distribution on Windows | Eduard Braun | 2016-09-11 | 1 | -46/+38 |
| | | | | (bzr r15113) | ||||
| * | Update CMake checker | Campbell Barton | 2016-09-03 | 1 | -89/+123 |
| | | | | | | Report stale ignore files (bzr r15101) | ||||
| * | Use HarfBuzz instead of deprecated Pango OT | Alex Valavanis | 2016-08-30 | 1 | -1/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r15094) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 2 | -34/+7 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | Require C++11 | Alex Valavanis | 2016-08-04 | 1 | -0/+6 |
| | | | | | | | (bzr r15039) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -31/+0 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -1/+0 |
| | | | | | | | | | | (bzr r15023.2.8) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -1/+0 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| | | * | Disable GTK+ 2 support and delete internal copy of GDL | Alex Valavanis | 2016-07-27 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -1/+9 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | CMake on Windows produces same output as btool. | Sebastian Faubel | 2016-07-26 | 1 | -1/+9 |
| | |/ | | | | | | | | | | | Added inkscape.com and icon to inkview.exe Added msysenv.sh to support compiling using MSYS. (bzr r15023.1.1) | ||||
| * | | Merged trunk | Adrian Boguszewski | 2016-07-11 | 4 | -77/+358 |
| |\| | | | | | (bzr r14954.1.18) | ||||
| | * | Fixing build for Linux. | Sebastian Faubel | 2016-07-06 | 1 | -4/+1 |
| | | | | | | | (bzr r15002.1.8) | ||||
| | * | Fixing build for Linux. | Sebastian Faubel | 2016-07-06 | 3 | -323/+314 |
| | | | | | | | | | | | Replaced tabs with whitespaces. (bzr r15002.1.7) | ||||
| | * | Fixed config.h defines to point to the right locations for data (icons) and ↵ | Sebastian Faubel | 2016-07-06 | 2 | -3/+12 |
| | | | | | | | | | | | locales. (bzr r15002.1.5) | ||||
| | * | Added missing files. | Sebastian Faubel | 2016-07-05 | 2 | -0/+327 |
| | | | | | | | (bzr r15002.1.4) | ||||
| | * | Refactored the path settings and install scripts. | Sebastian Faubel | 2016-07-05 | 1 | -161/+12 |
| | | | | | | | | | | | Fixed build for 32-Bit devlibs. (bzr r15002.1.3) | ||||
| | * | Fixed locales. | Sebastian Faubel | 2016-07-04 | 1 | -1/+1 |
| | | | | | | | (bzr r15002.1.2) | ||||
| | * | Merge with trunk. | Sebastian Faubel | 2016-07-02 | 2 | -66/+172 |
| | | | | | | | (bzr r15002.1.1) | ||||
| * | | Added simple test for SPObject | Adrian Boguszewski | 2016-07-05 | 1 | -1/+1 |
| | | | | | | | (bzr r14954.1.16) | ||||
| * | | Added xmlNodes as range function | Adrian Boguszewski | 2016-07-01 | 1 | -14/+7 |
| | | | | | | | (bzr r14954.1.12) | ||||
| * | | Added more tests | Adrian Boguszewski | 2016-06-27 | 2 | -3/+3 |
| | | | | | | | (bzr r14954.1.11) | ||||
| * | | Splitted tests to separate executables | Adrian Boguszewski | 2016-06-09 | 1 | -8/+0 |
| |\| | | | | | (bzr r14954.1.3) | ||||
| | * | Fix testing dependencies | Alex Valavanis | 2016-06-09 | 1 | -8/+0 |
| | | | | | | | (bzr r14967.1.2) | ||||
| * | | Added object set | Adrian Boguszewski | 2016-06-05 | 1 | -0/+2 |
| |/ | | | (bzr r14954.1.1) | ||||
| * | [Bug #1545333] Convenience option (default: ON) for cmake builds to enable ↵ | suv-lp | 2016-06-05 | 1 | -0/+12 |
| | | | | | | | | | SVG2 and experimental LPEs Fixed bugs: - https://launchpad.net/bugs/1545333 (bzr r14954) | ||||
| * | Fix for cmake installing libs, using a subfolder for clarity when installing ↵ | Marc Jeanmougin | 2016-05-02 | 1 | -1/+4 |
| | | | | | | system-wide (bzr r14867) | ||||
| * | Merge ~meberl/inkscape/extension-fixes + CMake build: install libs and links ↵ | Marc Jeanmougin | 2016-05-02 | 1 | -0/+1 |
| | | | | | | installed bin to installed libs. (bzr r14866) | ||||
