| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -39/+2 |
| | | |||||
| * | Debug: Remove the last remnants of Util::ptr_shared. | Emmanuel Gil Peyrot | 2019-01-24 | 4 | -8/+5 |
| | | |||||
| * | Timestamp: Switch to std::shared_ptr. | Emmanuel Gil Peyrot | 2019-01-24 | 2 | -6/+8 |
| | | |||||
| * | Demangle: Switch to std::shared_ptr. | Emmanuel Gil Peyrot | 2019-01-24 | 2 | -12/+10 |
| | | |||||
| * | Event: Switch all call sites from Util::ptr_shared to char const* or ↵ | Emmanuel Gil Peyrot | 2019-01-24 | 2 | -5/+1 |
| | | | | | std::shared_ptr. | ||||
| * | Logger: Switch TagStack to std::shared_ptr. | Emmanuel Gil Peyrot | 2019-01-24 | 3 | -7/+7 |
| | | |||||
| * | Event: Make property value char const* too. | Emmanuel Gil Peyrot | 2019-01-24 | 3 | -10/+18 |
| | | |||||
| * | Event: Make name and property name char const*. | Emmanuel Gil Peyrot | 2019-01-24 | 3 | -31/+18 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 19 | -18/+37 |
| | | | | | | | - 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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 2 | -5/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -3/+3 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 3 | -4/+4 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 4 | -13/+13 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 2 | -4/+4 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 5 | -15/+15 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 5 | -15/+15 |
| | | |||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -37/+0 |
| | | | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY | ||||
| * | [meson-build] libdebug | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+37 |
| | | |||||
| * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 10 | -27/+27 |
| |\ | |||||
| | * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 10 | -27/+27 |
| | | | | | | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | ||||
| * | | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| |/ | |||||
| * | Fix some new Gdk deprecations | Alex Valavanis | 2017-02-07 | 1 | -10/+31 |
| | | | | (bzr r15491) | ||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -15/+0 |
| | | | | (bzr r15046) | ||||
| * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 5 | -5/+5 |
| | | | | (bzr r13950) | ||||
| * | Isolate components of libgc | Liam P. White | 2015-02-25 | 5 | -5/+5 |
| | | | | (bzr r13946) | ||||
| * | More header cleanup | Liam P. White | 2014-09-06 | 2 | -1/+3 |
| | | | | (bzr r13341.1.198) | ||||
| * | Fix gdk_display_get_n_screens deprecation | Alex Valavanis | 2014-08-23 | 1 | -0/+6 |
| | | | | (bzr r13341.1.161) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -0/+1 |
| | | | | (bzr r11736) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 3 | -5/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+16 |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| * | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -1/+2 |
| | | | | (bzr r10278) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+1 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -11/+12 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 2 | -3/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 18 | -18/+18 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -6/+2 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -2/+2 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -1/+1 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+3 |
| | | | | (bzr r6885) | ||||
| * | Add tracking of skew factor and display in warning message. | Jon A. Cruz | 2008-07-27 | 2 | -2/+15 |
| | | | | (bzr r6429) | ||||
| * | Added compensation factor for time-skew with event latency. | Jon A. Cruz | 2008-07-26 | 2 | -2/+5 |
| | | | | (bzr r6421) | ||||
| * | instrument event latency | MenTaLguY | 2008-07-08 | 4 | -0/+119 |
| | | | | (bzr r6231) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -10/+0 |
| | | | | (bzr r6046) | ||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -1/+1 |
| | | | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -3/+0 |
| | | | | (bzr r5299) | ||||
| * | Cmake: Updating src CMakeLists soucre list. | Joshua L. Blocher | 2008-03-30 | 1 | -1/+0 |
| | | | | (bzr r5262) | ||||
| * | Cmake Build system - Initial commit. | Joshua L. Blocher | 2008-03-27 | 1 | -0/+20 |
| | | | | (bzr r5206) | ||||
