| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -6/+1 |
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -3/+3 |
| * | fix crash | bulia byak | 2009-02-02 | 1 | -1/+2 |
| * | small cleanup in src/trace (warnings and trailing spaces) | St??phane Gimenez | 2009-01-23 | 2 | -20/+18 |
| * | fix include | bulia byak | 2009-01-15 | 1 | -1/+1 |
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -59/+72 |
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all sub... | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| * | Cmake: restructure build files to be more like current build system. Should r... | Joshua L. Blocher | 2009-01-09 | 1 | -0/+3 |
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -2/+2 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -3/+3 |
| * | Fix for PathString to prevent it from getting into a very, very long copying ... | Jasper van de Gronde | 2008-07-18 | 1 | -1/+1 |
| * | agree with the FIXME | Bob Jamison | 2008-07-06 | 1 | -2/+1 |
| * | Mark suspicious ignoring of parameters | Jon A. Cruz | 2008-07-04 | 1 | -0/+1 |
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 2 | -19/+1 |
| * | change VERSION to INKSCAPE_VERSION in potracelib.cpp | Joshua L. Blocher | 2008-06-18 | 1 | -1/+2 |
| * | Updating deprecated type calls. | Jon A. Cruz | 2008-05-06 | 1 | -2/+2 |
| * | Address string-literal-to-char* warning: Make gm_read_error global var point ... | Peter Moulder | 2008-05-04 | 2 | -6/+6 |
| * | Have Paint Bucket generate the necessary GrayMap for potrace directly, skippi... | John Bintz | 2008-04-17 | 2 | -0/+25 |
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -9/+0 |
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 2 | -42/+42 |
| * | add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min... | Johan B. C. Engelen | 2008-03-30 | 2 | -0/+44 |
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -6/+6 |
| * | warning cleanup | Jon A. Cruz | 2008-03-02 | 1 | -8/+8 |
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 2 | -10/+10 |
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -1/+1 |
| * | Update Potrace to 1.8 | Bob Jamison | 2007-10-26 | 18 | -131/+174 |
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX... | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| * | remove forced blurring from edge detection - tracing removes speckles anyway | bulia byak | 2007-04-06 | 1 | -7/+1 |
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 2 | -4/+4 |
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 1 | -16/+8 |
| * | start switching sp_repr_new* over to XML::Document::create*, and rename creat... | MenTaLguY | 2007-01-21 | 1 | -2/+3 |
| * | should fix compilation issues on 64bit arches | St??phane Gimenez | 2006-11-21 | 1 | -3/+3 |
| * | patch 1598684: better trace quantization | bulia byak | 2006-11-20 | 7 | -569/+756 |
| * | remove debug output | bulia byak | 2006-11-14 | 1 | -2/+0 |
| * | patch 1591723 for extra tracing parameters | bulia byak | 2006-11-14 | 2 | -16/+56 |
| * | undo annotations | gustav_b | 2006-11-08 | 1 | -2/+1 |
| * | Display message to indicate that bitmap tracing has started | John Bintz | 2006-08-26 | 1 | -0/+3 |
| * | fix typo. oops | Bob Jamison | 2006-07-27 | 1 | -2/+2 |
| * | fix bug in normalizeMatrix, add some better trace messages | Bob Jamison | 2006-07-27 | 4 | -23/+75 |
| * | o removed the unused cache as it was just wasting time and space | Nathan Hurst | 2006-07-14 | 1 | -42/+11 |
| * | refactoring, add background removal | Bob Jamison | 2006-07-05 | 4 | -139/+113 |
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -1/+2 |
| * | glib-2.4 system fixes: some includes to get prototypes, some version checks | Ralf Stephan | 2006-06-25 | 1 | -0/+1 |
| * | patch [ 1503865 ] Siox performance patch | Aaron Spike | 2006-06-13 | 6 | -149/+280 |
| * | Applied patch #1501375 | Jon A. Cruz | 2006-06-06 | 3 | -14/+226 |
| * | Applied patch #1501134 | Jon A. Cruz | 2006-06-06 | 2 | -10/+17 |
| * | Applied patch 1500659 for warning cleanup | Jon A. Cruz | 2006-06-05 | 1 | -4/+4 |
| * | Applied patch 1500171 | Jon A. Cruz | 2006-06-04 | 3 | -1406/+1744 |
| * | (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 | 2 | -14/+14 |