| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake/MSYS2: Only install a fixed list of Python extensions (instead of all ↵ | Eduard Braun | 2017-04-29 | 1 | -0/+1 |
| | | | | | | extensions that happen to be installed on the build system) (bzr r15650) | ||||
| * | 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) | ||||
| * | partial fix bug 1640899 | mathog | 2017-02-17 | 1 | -6/+9 |
| | | | | (bzr r15527) | ||||
| * | CMake: Remove duplicated check for sigc++ | Eduard Braun | 2017-02-04 | 1 | -3/+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) | ||||
| * | 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 | 1 | -3/+10 |
| | | | | (bzr r15136.1.9) | ||||
| * | add x-verbs support | Dmitry Zhulanov | 2016-09-26 | 1 | -0/+4 |
| | | | | (bzr r15136.1.1) | ||||
| * | Use HarfBuzz instead of deprecated Pango OT | Alex Valavanis | 2016-08-30 | 1 | -1/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r15094) | ||||
| * | Require C++11 | Alex Valavanis | 2016-08-04 | 1 | -0/+6 |
| | | | | (bzr r15039) | ||||
| * | 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) | ||||
| * | Merge with trunk. | Sebastian Faubel | 2016-07-02 | 1 | -66/+22 |
| | | | | (bzr r15002.1.1) | ||||
| * | Fix testing dependencies | Alex Valavanis | 2016-06-09 | 1 | -8/+0 |
| | | | | (bzr r14967.1.2) | ||||
| * | [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) | ||||
| * | merge and fixed build | Moritz Eberl | 2016-04-16 | 1 | -34/+30 |
| |\ | | | | | (bzr r14761.1.11) | ||||
| | * | CMake build: builds with WITH_DBUS | Marc Jeanmougin | 2016-04-16 | 1 | -4/+6 |
| | | | | | | | (bzr r14853) | ||||
| | * | CMake: Disable broken pseudo-option for GTKSPELL - determined automatically ↵ | Alex Valavanis | 2016-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | by pkg-config, and fix a couple of typos (bzr r14852) | ||||
| | * | Fix c++11 flag when required on non-debian-based systems | Shlomi Fish | 2016-04-14 | 1 | -0/+3 |
| | | | | | | | (bzr r14844) | ||||
| | * | Fix CMake caching issue with GtkSpell | Marc Jeanmougin | 2016-04-13 | 1 | -17/+11 |
| | | | | | | | (bzr r14823) | ||||
| * | | Added an example plugin. | Moritz Eberl | 2016-04-16 | 1 | -0/+3 |
| | | | | | | | (bzr r14761.1.8) | ||||
| * | | Added Sebastian Faubels CMake changes for the windows build. | Moritz Eberl | 2016-04-16 | 1 | -1/+68 |
| | | | | | | | (bzr r14761.1.7) | ||||
| * | | Merge and fixed CMake build | Moritz Eberl | 2016-04-13 | 1 | -5/+5 |
| |\| | | | | | (bzr r14761.1.5) | ||||
| | * | Fix some cmake caching issue preventing to switch between gtk{2,3} builds | Marc Jeanmougin | 2016-04-12 | 1 | -4/+4 |
| |/ | | | (bzr r14801) | ||||
| * | Fixed FIXMEs in Cmake build (set flags when needed) | Marc Jeanmougin | 2016-04-12 | 1 | -85/+55 |
| | | | | (bzr r14794) | ||||
| * | Bump version to gtk 3.8 of later | Martin Owens | 2016-04-12 | 1 | -5/+5 |
| | | | | (bzr r14787) | ||||
| * | cmake: Add sigc++ support | Bryce Harrington | 2016-02-27 | 1 | -0/+1 |
| | | | | | | | | Patch from rindolf Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r14669) | ||||
| * | cmake: Drop Java support | Bryce Harrington | 2016-01-19 | 1 | -2/+0 |
| | | | | | | | <su_v> (IIRC java was used for the built-in scripts dialog, along with the linked python and perl libs) (bzr r14609) | ||||
| * | cmake: Fix code style for consistency | Bryce Harrington | 2016-01-17 | 1 | -190/+190 |
| | | | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596) | ||||
| * | Update CMake for poppler >= 0.20.0 dependency | Alex Valavanis | 2016-01-11 | 1 | -16/+0 |
| | | | | (bzr r14574) | ||||
| * | Revert Pango/Harfbuzz fixes. Needs work | Alex Valavanis | 2015-12-27 | 1 | -3/+0 |
| | | | | (bzr r14552) | ||||
| * | Apply Tav/suv patch to replace Pango OT functions with Harfbuzz | Alex Valavanis | 2015-12-27 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r14549) | ||||
| * | Add warning about missing Potrace to CMake build | Alex Valavanis | 2015-11-21 | 1 | -0/+3 |
| | | | | (bzr r14449.1.8) | ||||
| * | Fix CMake build | Alex Valavanis | 2015-11-12 | 1 | -3/+7 |
| | | | | (bzr r14449.1.6) | ||||
| * | Update cmake Potrace module to match style of others | Alex Valavanis | 2015-11-12 | 1 | -1/+1 |
| | | | | (bzr r14449.1.5) | ||||
| * | Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ | Alex Valavanis | 2015-11-09 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3) | ||||
| * | add gtk3 experimental support in CMake | Shlomi Fish | 2015-10-26 | 1 | -48/+100 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430) | ||||
| * | cmake: make JPEG optional; fix using it (if found) | su_v | 2015-09-02 | 1 | -7/+6 |
| | | | | (bzr r14341) | ||||
| * | Added translations to the cmake build (1451236) | houz | 2015-08-16 | 1 | -0/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1451236 (bzr r14304) | ||||
| * | cmake: fix OpenMP detection and defines (inkscape uses 'HAVE_OPENMP') | su_v | 2015-05-09 | 1 | -1/+3 |
| | | | | (bzr r14141) | ||||
| * | cmake: add configuration option for OpenMP | su_v | 2015-05-09 | 1 | -12/+15 |
| | | | | (bzr r14138) | ||||
| * | cmake: shorter linker list (remove duplicates) | houz | 2015-05-04 | 1 | -0/+2 |
| | | | | (bzr r14106) | ||||
| * | cmake: fix copy&paste error in LibCDR check | houz | 2015-05-04 | 1 | -2/+2 |
| | | | | (bzr r14105) | ||||
| * | cmake: fix WITH_GTKSPELL configuration option | Ken Moffat | 2015-05-04 | 1 | -1/+2 |
| | | | | (bzr r14103) | ||||
| * | cmake: add configuration option for ImageMagick | su_v | 2015-05-04 | 1 | -10/+16 |
| | | | | | | | | | | | Usage of ImageMagick for raster extensions and detection of image import resolution is optional; allow compiling without it. Fix failure to correctly detect ImageMagick component include dirs and libraries on linux as reported on irc: use variables which list all include dirs and libraries instead. (bzr r14102) | ||||
| * | Added base unit test source utilizing Google Test and corresponding CMake ↵ | Jon A. Cruz | 2015-05-03 | 1 | -0/+8 |
| | | | | | | support. (bzr r14100) | ||||
| * | cmake: move Intl check to 'Files we include' section | su_v | 2015-05-03 | 1 | -5/+5 |
| | | | | | | | | Because the FindIntl module was only recently added to Cmake, I added a copy to Inkscape's Modules dir in r14098 but forgot to properly reflect this in CMakeScripts/DefineDependsandFlags.cmake. (bzr r14099) | ||||
| * | cmake: use cmake modules for iconv and inlt | su_v | 2015-05-03 | 1 | -11/+10 |
| | | | | (bzr r14098) | ||||
| * | cmake: add support for librevenge-based input formats (WPG, Visio, CDR) | su_v | 2015-05-02 | 1 | -2/+34 |
| | | | | (bzr r14093) | ||||
| * | cmake: fix failing checks due to missing include and library paths (e.g. for ↵ | houz | 2015-05-02 | 1 | -2/+2 |
| | | | | | | gtk_window_fullscreen) (bzr r14091) | ||||
