summaryrefslogtreecommitdiffstats
path: root/src/trace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Actually fix overflowMarc Jeanmougin2019-09-161-3/+3
|
* Fix overflow in autotrace channel reductionMarc Jeanmougin2019-09-161-1/+1
|
* remove HAVE_POTRACEMarc Jeanmougin2019-08-221-4/+0
|
* Fix tracer selection and depixelize colorsMarc Jeanmougin2019-08-211-23/+8
|
* Fix buildMarc Jeanmougin2019-08-211-1/+3
|
* Fix centerline traceMarc Jeanmougin2019-08-212-5/+35
|
* update READMEMarc Jeanmougin2019-08-211-2/+12
|
* new trace Dialog - initial implementationMarc Jeanmougin2019-08-215-174/+279
|
* Crashfix SIOX Trace (free memory properly)Nathan Lee2019-07-031-2/+1
| | | | https://gitlab.com/inkscape/inkscape/issues/293
* modernize: add overridesMarc Jeanmougin2019-01-021-2/+2
|
* modernize loopsMarc Jeanmougin2019-01-024-19/+17
|
* Clarify licensesMax Gaukler2018-11-0819-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 possibleEduard Braun2018-09-241-4/+0
|
* add autotrace basic supportMarc Jeanmougin2018-09-134-5/+292
|
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-202-4/+4
|
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-188-12/+12
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-184-16/+10
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1811-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 Peyrot2018-06-182-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 Jeanmougin2018-05-044-17/+17
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-294-17/+17
|
* Add lots of README's.Tavmjong Bah2018-03-301-0/+8
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-303-6/+9
| | | | A lot of header clean-up.
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Remove cmake checks for C89 headers.Elliott Sales de Andrade2017-06-151-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++-7Alex Valavanis2017-02-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Merged trunkAdrian Boguszewski2016-08-091-23/+0
|\ | | | | (bzr r14954.1.30)
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-23/+0
| | | | | | (bzr r15046)
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2016-04-131-0/+1
| | | (bzr r14834)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14510)
* Fix CMake buildAlex Valavanis2015-11-121-0/+3
| | | (bzr r14449.1.6)
* Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-091-0/+4
| | | (bzr r14449.1.4)
* Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-091-17/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3)
* Update Potrace bitmap macros to upstream 1.13Alex Valavanis2015-11-081-8/+9
| | | (bzr r14449.1.2)
* Use external PotraceAlex Valavanis2015-11-0819-4054/+5
| | | (bzr r14449.1.1)
* Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps ↵Nicolas Dufour2015-06-221-1/+1
| | | | | | | | produces mostly black result). Fixed bugs: - https://launchpad.net/bugs/1456387 (bzr r14209)
* cmake: Add some missing header files to CMakeLists.txtBryce Harrington2015-06-081-0/+1
| | | | | These were found by running cmake_consistency_check.py (bzr r14198)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* mergingMarc Jeanmougin2015-04-2617-103/+251
|\ | | | | (bzr r13922.1.13)
| * Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵Nicolas Dufour2015-03-3117-103/+251
| | | | | | | | | | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-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 Jeanmougin2015-02-171-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 Dufour2015-02-071-4/+4
| | | (bzr r13908)