summaryrefslogtreecommitdiffstats
path: root/src/trace/potrace (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-21new trace Dialog - initial implementationMarc Jeanmougin2-174/+25
2019-01-02modernize loopsMarc Jeanmougin1-2/+1
2018-11-08Clarify licensesMax Gaukler3-2/+8
- 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
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-4/+4
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2-10/+10
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+3
A lot of header clean-up.
2015-11-08Update Potrace bitmap macros to upstream 1.13Alex Valavanis1-8/+9
(bzr r14449.1.2)
2015-11-08Use external PotraceAlex Valavanis18-4038/+4
(bzr r14449.1.1)
2015-06-22Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps ↵Nicolas Dufour1-1/+1
produces mostly black result). Fixed bugs: - https://launchpad.net/bugs/1456387 (bzr r14209)
2015-03-31Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵Nicolas Dufour17-103/+251
vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037)
2015-02-07Fixing dead assignment and uninitialized argument value.Nicolas Dufour1-4/+4
(bzr r13908)
2014-12-21Purge sp_desktop_message_stackLiam P. White1-3/+3
(bzr r13817)
2014-10-12revert previous commit.Johan B. C. Engelen1-1040/+1019
(bzr r13341.1.272)
2014-10-12undo whitespace edit. it's an external dependency, and let's assume that the ↵Johan B. C. Engelen1-1040/+1019
potential bug is not a bug (line 611, possibly uninitialized used of prev[i]) (bzr r13594)
2014-10-12Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen1-1019/+1040
(bzr r13341.1.271)
2014-10-12Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen1-1019/+1040
(bzr r13593)
2012-03-07cppcheckKris De Gussem3-11/+4
(bzr r11052)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+3
(bzr r11030)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2-2/+1
(bzr r10940)
2012-01-15cppcheck tells us: Memory leak: potraceBitmapKris De Gussem1-30/+16
-> fixed, between new and old code position, keepGoing is not modified (bzr r10890)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-11-18cppcheck: initialisation and warning cleanupKris De Gussem2-10/+13
(bzr r10744)
2011-08-30Update to Potrace 1.10Josh Andler16-84/+74
(bzr r10600)
2011-07-27Cleaning up trace methods to aid fixing color inversion.Jon A. Cruz2-105/+108
(bzr r10507)
2011-06-13cmake:Campbell Barton1-9/+0
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)
2011-06-12work in progress cmake commit:Campbell Barton1-8/+8
- 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)
2011-04-14Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).Nicolas Dufour16-128/+166
(bzr r10163)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
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)
2009-01-15fix includebulia byak1-1/+1
(bzr r7135)
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-59/+72
version string on Linux. (bzr r7123)
2008-07-18Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde1-1/+1
run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-12/+1
(bzr r6046)
2008-06-18change VERSION to INKSCAPE_VERSION in potracelib.cppJoshua L. Blocher1-1/+2
(bzr r5988)
2008-05-06Updating deprecated type calls.Jon A. Cruz1-2/+2
(bzr r5617)
2008-05-04Address string-literal-to-char* warning: Make gm_read_error global var point ↵Peter Moulder2-6/+6
to const char. (bzr r5597)
2008-04-17Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵John Bintz2-0/+25
skipping the standard, slower potrace filtering routines. (bzr r5466)
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-19/+19
(bzr r5379)
2008-03-30add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen1-0/+20
minimal checking was done with existing Makefile_insert (bzr r5241)
2008-03-02warning cleanupJon A. Cruz1-8/+8
(bzr r4917)
2007-10-26Update Potrace to 1.8Bob Jamison17-127/+174
(bzr r3965)
2007-01-24switch to using SVG::PathString for building pathsMenTaLguY1-16/+8
(bzr r2268)
2006-11-20patch 1598684: better trace quantizationbulia byak1-37/+15
(bzr r1994)
2006-11-14remove debug outputbulia byak1-2/+0
(bzr r1949)
2006-11-14patch 1591723 for extra tracing parametersbulia byak2-16/+56
(bzr r1948)
2006-07-05refactoring, add background removalBob Jamison2-104/+76
(bzr r1360)