summaryrefslogtreecommitdiffstats
path: root/src/trace/potrace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Potrace bitmap macros to upstream 1.13Alex Valavanis2015-11-081-8/+9
| | | (bzr r14449.1.2)
* Use external PotraceAlex Valavanis2015-11-0818-4038/+4
| | | (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)
* 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)
* 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)
* undo whitespace edit. it's an external dependency, and let's assume that the ↵Johan B. C. Engelen2014-10-121-1040/+1019
| | | | | potential bug is not a bug (line 611, possibly uninitialized used of prev[i]) (bzr r13594)
* Mass fix whitespace (clang-format) before working on bugJohan B. C. Engelen2014-10-121-1019/+1040
| | | (bzr r13593)
* cppcheckKris De Gussem2012-03-073-11/+4
| | | (bzr r11052)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+3
| | | (bzr r11030)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-062-2/+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)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* cppcheck: initialisation and warning cleanupKris De Gussem2011-11-182-10/+13
| | | (bzr r10744)
* Update to Potrace 1.10Josh Andler2011-08-3016-84/+74
| | | (bzr r10600)
* Cleaning up trace methods to aid fixing color inversion.Jon A. Cruz2011-07-272-105/+108
| | | (bzr r10507)
* cmake:Campbell Barton2011-06-131-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)
* work in progress cmake commit:Campbell Barton2011-06-121-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)
* Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).Nicolas Dufour2011-04-1416-128/+166
| | | (bzr r10163)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* fix includebulia byak2009-01-151-1/+1
| | | (bzr r7135)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-59/+72
| | | | | version string on Linux. (bzr r7123)
* 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)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-12/+1
| | | (bzr r6046)
* change VERSION to INKSCAPE_VERSION in potracelib.cppJoshua L. Blocher2008-06-181-1/+2
| | | (bzr r5988)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-2/+2
| | | (bzr r5617)
* Address string-literal-to-char* warning: Make gm_read_error global var point ↵Peter Moulder2008-05-042-6/+6
| | | | | to const char. (bzr r5597)
* Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵John Bintz2008-04-172-0/+25
| | | | | skipping the standard, slower potrace filtering routines. (bzr r5466)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-19/+19
| | | (bzr r5379)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+20
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)
* warning cleanupJon A. Cruz2008-03-021-8/+8
| | | (bzr r4917)
* Update Potrace to 1.8Bob Jamison2007-10-2617-127/+174
| | | (bzr r3965)
* 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-142-16/+56
| | | (bzr r1948)
* refactoring, add background removalBob Jamison2006-07-052-104/+76
| | | (bzr r1360)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-132-12/+21
| | | (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)
* Another typo from the patch. sorry again.Bob Jamison2006-03-041-1/+1
| | | (bzr r200)
* Fix typo from when i applied patch. My mistake. Sorry!Bob Jamison2006-03-041-1/+1
| | | (bzr r199)
* Add some items from Peter Selinger's patch to Potrace 1.7Bob Jamison2006-02-284-41/+49
| | | (bzr r191)
* moving trunk for module inkscapeMenTaLguY2006-01-1619-0/+4850
(bzr r1)