summaryrefslogtreecommitdiffstats
path: root/src/trace/potrace/inkscape-potrace.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new trace Dialog - initial implementationMarc Jeanmougin2019-08-211-13/+22
|
* modernize loopsMarc Jeanmougin2019-01-021-2/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+3
| | | | A lot of header clean-up.
* Use external PotraceAlex Valavanis2015-11-081-4/+3
| | | (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)
* Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-4/+4
| | | (bzr r13908)
* Purge sp_desktop_message_stackLiam P. White2014-12-211-3/+3
| | | (bzr r13817)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+1
| | | (bzr r10940)
* cppcheck tells us: Memory leak: potraceBitmapKris De Gussem2012-01-151-30/+16
| | | | | -> fixed, between new and old code position, keepGoing is not modified (bzr r10890)
* cppcheck: initialisation and warning cleanupKris De Gussem2011-11-181-9/+12
| | | (bzr r10744)
* Cleaning up trace methods to aid fixing color inversion.Jon A. Cruz2011-07-271-105/+98
| | | (bzr r10507)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-181-1/+1
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-2/+2
| | | (bzr r5617)
* Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵John Bintz2008-04-171-0/+24
| | | | | skipping the standard, slower potrace filtering routines. (bzr r5466)
* warning cleanupJon A. Cruz2008-03-021-8/+8
| | | (bzr r4917)
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-16/+8
| | | (bzr r2268)
* patch 1598684: better trace quantizationbulia byak2006-11-201-37/+15
| | | (bzr r1994)
* remove debug outputbulia byak2006-11-141-2/+0
| | | (bzr r1949)
* patch 1591723 for extra tracing parametersbulia byak2006-11-141-13/+10
| | | (bzr r1948)
* refactoring, add background removalBob Jamison2006-07-051-97/+57
| | | (bzr r1360)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-131-9/+17
| | | (bzr r1208)
* (bzr r1085)John Cliff2006-05-301-7/+7
|
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* pjrm's fix from bug 1188811bulia byak2006-03-231-4/+4
| | | (bzr r274)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+712
(bzr r1)