| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable LPE tool and Testing experimental LPE`s | Jabier Arraiza | 2019-10-08 | 1 | -2/+2 |
| | | |||||
| * | Remove unused libyaml dependency | Patrick Storz | 2019-06-05 | 1 | -3/+0 |
| | | | | | | This was required by xverbs, which were removed in db05b842cba28f01b431eee890537959aa2d8fe3 | ||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 1 | -3/+0 |
| | | | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | ||||
| * | Fix localization | Marc Jeanmougin | 2019-03-24 | 1 | -1/+1 |
| | | |||||
| * | fix compilation with HAVE_CAIRO_PDF=0 | Thomas Holder | 2019-01-18 | 1 | -1/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -0/+1 |
| | | | | | | | - 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 | ||||
| * | config.h: Rename WITH_IMAGE_MAGICK -> WITH_MAGICK | Eduard Braun | 2018-10-10 | 1 | -5/+2 |
| | | | | | | | (change missing from e4c44f8b4674b88c0174270f27d61db808f66bc6) Also remove HAVE_FPSETMASK after a7088303ab9967e801c8af9c20c61d7ce0ad718d | ||||
| * | Avoid duplicating defines in config.h and on command line | Eduard Braun | 2018-10-01 | 1 | -0/+6 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -6/+0 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | config.h - remove all defines we never use | Eduard Braun | 2018-10-01 | 1 | -115/+19 |
| | | | | | | (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 | -32/+0 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
| * | Fix broken comment | Alexander Valavanis | 2018-03-04 | 1 | -1/+1 |
| | | |||||
| * | Fix GTKMM version check macro | Alexander Valavanis | 2018-03-04 | 1 | -4/+9 |
| | | |||||
| * | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -0/+25 |
| | | |||||
| * | Remove deprecated GNOME VFS | Stefano Facchini | 2017-10-13 | 1 | -3/+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/+3 |
| | | |||||
| * | Cleanup: eliminate version from config.h | Eduard Braun | 2017-07-17 | 1 | -12/+0 |
| | | | | | | | The idea behind inkscape-version.h / inkscape-version.cpp is to avoid rebuilding most of the code base when the version number changes. Defining a version number in config.h defeats this purpose. | ||||
| * | aboutbox: Gtk3 fixes | Alexander Valavanis | 2017-06-29 | 1 | -0/+6 |
| | | |||||
| * | GdkScreen deprecation fixes | Alexander Valavanis | 2017-06-27 | 1 | -0/+3 |
| | | |||||
| * | Remove unused #cmakedefine's. | Elliott Sales de Andrade | 2017-06-15 | 1 | -73/+0 |
| | | | | | | | These are neither read nor set by anything (i.e., always commented out in the final config.h). They are probably mostly leftovers from the Autotools build. | ||||
| * | Remove cmake checks for unused sys/ headers. | Elliott Sales de Andrade | 2017-06-15 | 1 | -3/+0 |
| | | | | | | Nothing tests these macros nor includes these files, so I don't think there's any useful side-effect for checking that they exist. | ||||
| * | Remove cmake checks for C89 headers. | Elliott Sales de Andrade | 2017-06-15 | 1 | -21/+0 |
| | | | | | | | | | | | These are roughly equivalent to autoconf's AC_HEADER_STDC and even they say that macro is obsolescent. strings.h is not really a C89 header, but it defined some things that are no longer needed [1]. And no file actually #includes it. [1] https://stackoverflow.com/a/4291328 | ||||
| * | Remove duplicated build checks. | Elliott Sales de Andrade | 2017-06-15 | 1 | -18/+0 |
| | | | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB). | ||||
| * | Remove checks for unused functions. | Elliott Sales de Andrade | 2017-06-15 | 1 | -6/+0 |
| | | |||||
| * | Remove outdated checks for GTK+ functions. | Elliott Sales de Andrade | 2017-06-15 | 1 | -7/+0 |
| | | | | | | gtk_window_fullscreen was added in 2.2 and gtk_window_set_default_icon_from_file is not even used. | ||||
| * | Inkview: Remove support for obsolete SVG JAR archives | Alex Valavanis | 2016-08-25 | 1 | -3/+0 |
| | | | | (bzr r15075) | ||||
| * | Fixed config.h defines to point to the right locations for data (icons) and ↵ | Sebastian Faubel | 2016-07-06 | 1 | -10/+2 |
| | | | | | | locales. (bzr r15002.1.5) | ||||
| * | Merge with trunk. | Sebastian Faubel | 2016-07-02 | 1 | -0/+8 |
| | | | | (bzr r15002.1.1) | ||||
| * | [Bug #1545333] Remove obsolete poppler entries from cmake's template for ↵ | suv-lp | 2016-06-05 | 1 | -12/+0 |
| | | | | | | | | | config.h Fixed bugs: - https://launchpad.net/bugs/1545333 (bzr r14953) | ||||
| * | OS X Xcode clang 7.0.2 compile fix | Stefan Zellmann | 2016-04-17 | 1 | -0/+3 |
| | | | | | | Have no <tr1/XXX> STL headers w/ OS X clang so try to find the C++11 ones (bzr r14855.1.1) | ||||
| * | add gtk3 experimental support in CMake | Shlomi Fish | 2015-10-26 | 1 | -0/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430) | ||||
| * | cmake: make JPEG optional; fix using it (if found) | su_v | 2015-09-02 | 1 | -0/+3 |
| | | | | (bzr r14341) | ||||
| * | cmake: fix OpenMP detection and defines (inkscape uses 'HAVE_OPENMP') | su_v | 2015-05-09 | 1 | -0/+3 |
| | | | | (bzr r14141) | ||||
| * | cmake: add support for librevenge-based input formats (WPG, Visio, CDR) | su_v | 2015-05-02 | 1 | -0/+21 |
| | | | | (bzr r14093) | ||||
| * | cmake: fix build with poppler >= 0.29 | su_v | 2015-05-02 | 1 | -0/+3 |
| | | | | (bzr r14089) | ||||
| * | Patch from comment 4. Fixes build with cmake and poppler-0.26.4. | Shlomi Fish | 2014-11-25 | 1 | -2/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1378843 (bzr r13764) | ||||
| * | remove stray comma causing build warnings. | Campbell Barton | 2011-09-27 | 1 | -1/+1 |
| | | | | (bzr r10650) | ||||
| * | cmake: aspell/gtkspell/poppler-cairo/libwpg | Campbell Barton | 2011-09-26 | 1 | -0/+18 |
| | | | | | | | patch #822009 to address bug #820863 from Yu-Jie Lin. (bzr r10648) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+3 |
| | | | | | | | - added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -0/+3 |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| * | add #define LPE_ENABLE_TEST_EFFECTS to config.h for windows and cmake builds. | Johan B. C. Engelen | 2009-01-03 | 1 | -0/+3 |
| | | | | (bzr r7067) | ||||
| * | Cmake: Find Dependencies rebuilt | Joshua L. Blocher | 2008-05-22 | 1 | -1/+1 |
| | | | | (bzr r5731) | ||||
| * | Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ↵ | Joshua L. Blocher | 2008-04-11 | 1 | -1/+1 |
| | | | | | | issue with dependency.cpp (bzr r5406) | ||||
| * | cmake: add pango defines necessary for win32 building, also needed for linux? | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+2 |
| | | | | (bzr r5372) | ||||
| * | cmake: remove inkscape_version definition from config.h (it's already in ↵ | Johan B. C. Engelen | 2008-04-07 | 1 | -2/+0 |
| | | | | | | inkscape_version.h) (bzr r5369) | ||||
| * | cmake: add HAVE_GETOPT_H | Johan B. C. Engelen | 2008-04-04 | 1 | -0/+2 |
| | | | | (bzr r5328) | ||||
| * | cmake: fix PACKAGE_LOCALE_DIR for win32. todo: check for linux | Johan B. C. Engelen | 2008-04-04 | 1 | -1/+1 |
| | | | | (bzr r5327) | ||||
| * | Cmake: Random fixes | Joshua L. Blocher | 2008-04-01 | 1 | -1/+1 |
| | | | | (bzr r5287) | ||||
| * | Cmake: Generate inkscape_version.h | Joshua L. Blocher | 2008-03-31 | 1 | -0/+2 |
| | | | | (bzr r5286) | ||||
| * | Cmake: config.h.cmake fixed missing 1's from #defines | Joshua L. Blocher | 2008-03-31 | 1 | -81/+81 |
| | | | | (bzr r5284) | ||||
