| Commit message (Expand) | Author | Age | Files | Lines |
| * | parsing and handling of icc-color in feFlood SVG Filters | Felipe Corr??a da Silva Sanches | 2009-06-20 | 2 | -2/+46 |
| * | bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest ); | Felipe Corr??a da Silva Sanches | 2009-06-20 | 2 | -1/+7 |
| * | noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ... | Peter Moulder | 2009-04-07 | 1 | -626/+626 |
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -14/+1 |
| * | 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/+1 |
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -1/+0 |
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 2 | -33/+17 |
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 2 | -17/+10 |
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -6/+11 |
| * | Removed sp_main_* stubs from individual headers to make the unit tests build ... | Jasper van de Gronde | 2008-12-08 | 1 | -4/+0 |
| * | Warning and 'using' cleanup. | Jon A. Cruz | 2008-12-08 | 2 | -4/+3 |
| * | Partial fix for "make check" compilation failure. | Krzysztof Kosi??ski | 2008-12-08 | 2 | -16/+5 |
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 2 | -5/+22 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 2 | -33/+5 |
| * | Merge from trunk | Ted Gould | 2008-10-31 | 3 | -246/+240 |
| * | Merge from trunk | Ted Gould | 2008-10-28 | 2 | -2/+6 |
| * | From trunk | Ted Gould | 2008-10-27 | 7 | -26/+31 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -12/+8 |
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 6 | -1439/+5 |
| * | add method to write single paths to svg | Johan B. C. Engelen | 2008-09-02 | 2 | -8/+21 |
| * | A few more tests for svg-color | Jasper van de Gronde | 2008-08-09 | 1 | -5/+14 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| * | Fixed svg-path (and display/curve) tests to properly handle closepath and mad... | Jasper van de Gronde | 2008-08-08 | 2 | -84/+154 |
| * | 2Geom version of the path tests + some additional small changes. | Jasper van de Gronde | 2008-08-06 | 4 | -6/+570 |
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| * | Todo is done. | Jon A. Cruz | 2008-08-02 | 1 | -1/+0 |
| * | Added to tests for SVG units, and fixed warning of missing case | Jon A. Cruz | 2008-08-01 | 3 | -17/+63 |
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| * | omit stitch segments from serialized paths | MenTaLguY | 2008-07-20 | 1 | -1/+4 |
| * | Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on | Jasper van de Gronde | 2008-07-19 | 1 | -1/+13 |
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 6 | -2/+34 |
| * | Fix for PathString to prevent it from getting into a very, very long copying ... | Jasper van de Gronde | 2008-07-18 | 7 | -145/+200 |
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 1 | -0/+3 |
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+1 |
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -0/+1 |
| * | enable writing "H/h" and "V/v" to SVG ! | Johan B. C. Engelen | 2008-07-12 | 3 | -7/+30 |
| * | Don't crash on path parse error. Truncate the path data up to where it is valid. | Johan B. C. Engelen | 2008-07-12 | 1 | -6/+15 |
| * | use new 2geom function. This ensures we cannot end up in infinite loop while ... | Johan B. C. Engelen | 2008-07-11 | 1 | -1/+1 |
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -3/+2 |
| * | clean up matrix transform svg-write function | Johan B. C. Engelen | 2008-07-07 | 1 | -2/+1 |
| * | Change link line for a couple of the test programs, so that `make check' comp... | Peter Moulder | 2008-07-05 | 1 | -0/+1 |
| * | Tests for nr-compose, as well as updated tests for svg-affine and svg-length. | Jasper van de Gronde | 2008-07-05 | 2 | -18/+135 |
| * | svg/svg-length.h: Supply missing #includes/declarations so that we don't depe... | Peter Moulder | 2008-07-05 | 1 | -1/+4 |
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 3 | -737/+737 |
| * | Mark a missing case statement | Jon A. Cruz | 2008-07-04 | 1 | -0/+1 |
| * | Tests for svg-affine and svg-length (the latter is not much more than a stub)... | Jasper van de Gronde | 2008-07-03 | 2 | -0/+265 |
| * | Approximately closed test for path parsing now looks at the absolute coordina... | Jasper van de Gronde | 2008-06-30 | 1 | -6/+3 |
| * | add commented HLineSegment and VLineSegment to svg writer | Johan B. C. Engelen | 2008-06-29 | 1 | -0/+5 |
| * | help detection of path read bug | Johan B. C. Engelen | 2008-06-25 | 1 | -6/+11 |