summaryrefslogtreecommitdiffstats
path: root/src/trace (follow)
Commit message (Expand)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
* modernize: add overridesMarc Jeanmougin2019-01-021-2/+2
* modernize loopsMarc Jeanmougin2019-01-024-19/+17
* Clarify licensesMax Gaukler2018-11-0819-17/+73
* 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
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-188-12/+12
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-184-16/+10
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1811-86/+86
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-182-7/+7
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-044-17/+17
* 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
* 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
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-4/+0
* Merged trunkAdrian Boguszewski2016-08-091-23/+0
|\
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-23/+0
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2016-04-131-0/+1
* static code analysisKris De Gussem2015-12-071-1/+1
* Fix CMake buildAlex Valavanis2015-11-121-0/+3
* Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-091-0/+4
* Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-091-17/+0
* Update Potrace bitmap macros to upstream 1.13Alex Valavanis2015-11-081-8/+9
* Use external PotraceAlex Valavanis2015-11-0819-4054/+5
* Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps pro...Nicolas Dufour2015-06-221-1/+1
* cmake: Add some missing header files to CMakeLists.txtBryce Harrington2015-06-081-0/+1
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
* mergingMarc Jeanmougin2015-04-2617-103/+251
|\
| * Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 vulner...Nicolas Dufour2015-03-3117-103/+251
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
* | Just...mc2015-02-181-3/+3
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+4
|/
* Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-4/+4