| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Actually fix overflow | Marc Jeanmougin | 2019-09-16 | 1 | -3/+3 |
| | | |||||
| * | Fix overflow in autotrace channel reduction | Marc Jeanmougin | 2019-09-16 | 1 | -1/+1 |
| | | |||||
| * | remove HAVE_POTRACE | Marc Jeanmougin | 2019-08-22 | 1 | -4/+0 |
| | | |||||
| * | Fix tracer selection and depixelize colors | Marc Jeanmougin | 2019-08-21 | 1 | -23/+8 |
| | | |||||
| * | Fix build | Marc Jeanmougin | 2019-08-21 | 1 | -1/+3 |
| | | |||||
| * | Fix centerline trace | Marc Jeanmougin | 2019-08-21 | 2 | -5/+35 |
| | | |||||
| * | update README | Marc Jeanmougin | 2019-08-21 | 1 | -2/+12 |
| | | |||||
| * | new trace Dialog - initial implementation | Marc Jeanmougin | 2019-08-21 | 5 | -174/+279 |
| | | |||||
| * | Crashfix SIOX Trace (free memory properly) | Nathan Lee | 2019-07-03 | 1 | -2/+1 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/293 | ||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 1 | -2/+2 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 4 | -19/+17 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 19 | -17/+73 |
| | | | | | | | - 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" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | add autotrace basic support | Marc Jeanmougin | 2018-09-13 | 4 | -5/+292 |
| | | |||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 2 | -4/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+5 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 8 | -12/+12 |
| | | | | | 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 | 4 | -16/+10 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 11 | -86/+86 |
| | | | | | | 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 | 2 | -7/+7 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 4 | -17/+17 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 4 | -17/+17 |
| | | |||||
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+8 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 3 | -6/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| | | |||||
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | Remove cmake checks for C89 headers. | Elliott Sales de Andrade | 2017-06-15 | 1 | -2/+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 | ||||
| * | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -23/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -23/+0 |
| | | | | | | | (bzr r15046) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -2/+2 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Fix a few more pick calls not preceded by update | Krzysztof Kosi??ski | 2016-04-13 | 1 | -0/+1 |
| | | | | (bzr r14834) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -1/+1 |
| | | | | (bzr r14510) | ||||
| * | Fix CMake build | Alex Valavanis | 2015-11-12 | 1 | -0/+3 |
| | | | | (bzr r14449.1.6) | ||||
| * | Enable builds without flood/trace on systems without Potrace | Alex Valavanis | 2015-11-09 | 1 | -0/+4 |
| | | | | (bzr r14449.1.4) | ||||
| * | Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ | Alex Valavanis | 2015-11-09 | 1 | -17/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3) | ||||
| * | Update Potrace bitmap macros to upstream 1.13 | Alex Valavanis | 2015-11-08 | 1 | -8/+9 |
| | | | | (bzr r14449.1.2) | ||||
| * | Use external Potrace | Alex Valavanis | 2015-11-08 | 19 | -4054/+5 |
| | | | | (bzr r14449.1.1) | ||||
| * | Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps ↵ | Nicolas Dufour | 2015-06-22 | 1 | -1/+1 |
| | | | | | | | | | produces mostly black result). Fixed bugs: - https://launchpad.net/bugs/1456387 (bzr r14209) | ||||
| * | cmake: Add some missing header files to CMakeLists.txt | Bryce Harrington | 2015-06-08 | 1 | -0/+1 |
| | | | | | | These were found by running cmake_consistency_check.py (bzr r14198) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14126) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 17 | -103/+251 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵ | Nicolas Dufour | 2015-03-31 | 17 | -103/+251 |
| | | | | | | | | | | | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -4/+4 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Fixing dead assignment and uninitialized argument value. | Nicolas Dufour | 2015-02-07 | 1 | -4/+4 |
| | | | | (bzr r13908) | ||||
