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