| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cppcheck | Kris De Gussem | 2012-03-07 | 3 | -11/+4 |
| | | | | (bzr r11052) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -2/+3 |
| | | | | (bzr r11030) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 2 | -2/+1 |
| | | | | (bzr r10940) | ||||
| * | cppcheck tells us: Memory leak: potraceBitmap | Kris De Gussem | 2012-01-15 | 1 | -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 patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | cppcheck: initialisation and warning cleanup | Kris De Gussem | 2011-11-18 | 2 | -10/+13 |
| | | | | (bzr r10744) | ||||
| * | Update to Potrace 1.10 | Josh Andler | 2011-08-30 | 16 | -84/+74 |
| | | | | (bzr r10600) | ||||
| * | Cleaning up trace methods to aid fixing color inversion. | Jon A. Cruz | 2011-07-27 | 2 | -105/+108 |
| | | | | (bzr r10507) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-12 | 1 | -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 Dufour | 2011-04-14 | 16 | -128/+166 |
| | | | | (bzr r10163) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 include | bulia byak | 2009-01-15 | 1 | -1/+1 |
| | | | | (bzr r7135) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -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 Gronde | 2008-07-18 | 1 | -1/+1 |
| | | | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -12/+1 |
| | | | | (bzr r6046) | ||||
| * | change VERSION to INKSCAPE_VERSION in potracelib.cpp | Joshua L. Blocher | 2008-06-18 | 1 | -1/+2 |
| | | | | (bzr r5988) | ||||
| * | Updating deprecated type calls. | Jon A. Cruz | 2008-05-06 | 1 | -2/+2 |
| | | | | (bzr r5617) | ||||
| * | Address string-literal-to-char* warning: Make gm_read_error global var point ↵ | Peter Moulder | 2008-05-04 | 2 | -6/+6 |
| | | | | | | to const char. (bzr r5597) | ||||
| * | Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵ | John Bintz | 2008-04-17 | 2 | -0/+25 |
| | | | | | | skipping the standard, slower potrace filtering routines. (bzr r5466) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -19/+19 |
| | | | | (bzr r5379) | ||||
| * | add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵ | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+20 |
| | | | | | | minimal checking was done with existing Makefile_insert (bzr r5241) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-03-02 | 1 | -8/+8 |
| | | | | (bzr r4917) | ||||
| * | Update Potrace to 1.8 | Bob Jamison | 2007-10-26 | 17 | -127/+174 |
| | | | | (bzr r3965) | ||||
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 1 | -16/+8 |
| | | | | (bzr r2268) | ||||
| * | patch 1598684: better trace quantization | bulia byak | 2006-11-20 | 1 | -37/+15 |
| | | | | (bzr r1994) | ||||
| * | remove debug output | bulia byak | 2006-11-14 | 1 | -2/+0 |
| | | | | (bzr r1949) | ||||
| * | patch 1591723 for extra tracing parameters | bulia byak | 2006-11-14 | 2 | -16/+56 |
| | | | | (bzr r1948) | ||||
| * | refactoring, add background removal | Bob Jamison | 2006-07-05 | 2 | -104/+76 |
| | | | | (bzr r1360) | ||||
| * | patch [ 1503865 ] Siox performance patch | Aaron Spike | 2006-06-13 | 2 | -12/+21 |
| | | | | (bzr r1208) | ||||
| * | (bzr r1085) | John Cliff | 2006-05-30 | 1 | -7/+7 |
| | | |||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -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 1188811 | bulia byak | 2006-03-23 | 1 | -4/+4 |
| | | | | (bzr r274) | ||||
| * | Another typo from the patch. sorry again. | Bob Jamison | 2006-03-04 | 1 | -1/+1 |
| | | | | (bzr r200) | ||||
| * | Fix typo from when i applied patch. My mistake. Sorry! | Bob Jamison | 2006-03-04 | 1 | -1/+1 |
| | | | | (bzr r199) | ||||
| * | Add some items from Peter Selinger's patch to Potrace 1.7 | Bob Jamison | 2006-02-28 | 4 | -41/+49 |
| | | | | (bzr r191) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 19 | -0/+4850 |
| (bzr r1) | |||||
