| Commit message (Expand) | Author | Files | Lines |
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 2 | -37/+18 |
| 2011-10-25 | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2 | -13/+8 |
| 2011-10-21 | cppcheck | Kris De Gussem | 1 | -3/+3 |
| 2011-10-18 | cppcheck | Kris De Gussem | 3 | -5/+5 |
| 2011-08-30 | Update to Potrace 1.10 | Josh Andler | 16 | -84/+74 |
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -39/+14 |
| 2011-07-27 | Reverse color order in tracing support function to match reversal of colors i... | Jon A. Cruz | 1 | -2/+2 |
| 2011-07-27 | Cleaning up trace methods to aid fixing color inversion. | Jon A. Cruz | 2 | -105/+108 |
| 2011-07-22 | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 1 | -6/+6 |
| 2011-07-20 | Memory leak fixes (Bug #812497) | Kris De Gussem | 1 | -1/+7 |
| 2011-06-13 | cmake: | Campbell Barton | 1 | -1/+24 |
| 2011-06-13 | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 1 | -1/+2 |
| 2011-06-13 | cmake: | Campbell Barton | 2 | -13/+9 |
| 2011-06-12 | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca... | Campbell Barton | 1 | -3/+4 |
| 2011-06-12 | work in progress cmake commit: | Campbell Barton | 2 | -17/+17 |
| 2011-04-14 | Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog). | Nicolas Dufour | 16 | -128/+166 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-08-06 | Corrects delete/delete[] issue. Fixes bug #613723. | Jon A. Cruz | 1 | -27/+31 |
| 2010-08-06 | Corects delete/delete[] issue. Fixes bug #613723. | Jon A. Cruz | 1 | -27/+31 |
| 2010-08-04 | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 1 | -14/+13 |
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 1 | -1/+2 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -3/+3 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -1/+1 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 |
| 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 |