summaryrefslogtreecommitdiffstats
path: root/src/svg (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-07noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ...Peter Moulder1-626/+626
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-14/+1
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-0/+1
2009-01-05Cmake build fixes, minorJoshua L. Blocher1-1/+0
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2-33/+17
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2-17/+10
2008-12-08"make check" now compiles and runs on Linux.Krzysztof Kosi??ski1-6/+11
2008-12-08Removed sp_main_* stubs from individual headers to make the unit tests build ...Jasper van de Gronde1-4/+0
2008-12-08Warning and 'using' cleanup.Jon A. Cruz2-4/+3
2008-12-08Partial fix for "make check" compilation failure.Krzysztof Kosi??ski2-16/+5
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2-5/+22
2008-11-21Merge from fe-movedTed Gould2-33/+5
2008-10-31Merge from trunkTed Gould3-246/+240
2008-10-28Merge from trunkTed Gould2-2/+6
2008-10-27From trunkTed Gould7-26/+31
2008-10-11Merging from trunkTed Gould1-12/+8
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen6-1439/+5
2008-09-02add method to write single paths to svgJohan B. C. Engelen2-8/+21
2008-08-09A few more tests for svg-colorJasper van de Gronde1-5/+14
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-08-08Fixed svg-path (and display/curve) tests to properly handle closepath and mad...Jasper van de Gronde2-84/+154
2008-08-062Geom version of the path tests + some additional small changes.Jasper van de Gronde4-6/+570
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
2008-08-02Todo is done.Jon A. Cruz1-1/+0
2008-08-01Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz3-17/+63
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-20omit stitch segments from serialized pathsMenTaLguY1-1/+4
2008-07-19Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on Jasper van de Gronde1-1/+13
2008-07-19Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde6-2/+34
2008-07-18Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde7-145/+200
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+3
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-1/+1
2008-07-16warning cleanupJon A. Cruz1-0/+1
2008-07-12enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen3-7/+30
2008-07-12Don't crash on path parse error. Truncate the path data up to where it is valid.Johan B. C. Engelen1-6/+15
2008-07-11use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen1-1/+1
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen1-3/+2
2008-07-07clean up matrix transform svg-write functionJohan B. C. Engelen1-2/+1
2008-07-05Change link line for a couple of the test programs, so that `make check' comp...Peter Moulder1-0/+1
2008-07-05Tests for nr-compose, as well as updated tests for svg-affine and svg-length.Jasper van de Gronde2-18/+135
2008-07-05svg/svg-length.h: Supply missing #includes/declarations so that we don't depe...Peter Moulder1-1/+4
2008-07-05EOL fixupsJon A. Cruz3-737/+737
2008-07-04Mark a missing case statementJon A. Cruz1-0/+1
2008-07-03Tests for svg-affine and svg-length (the latter is not much more than a stub)...Jasper van de Gronde2-0/+265
2008-06-30Approximately closed test for path parsing now looks at the absolute coordina...Jasper van de Gronde1-6/+3
2008-06-29add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen1-0/+5
2008-06-25help detection of path read bugJohan B. C. Engelen1-6/+11
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-15/+0
2008-06-20Partial fix (for preventing numerical issues) and restructuring for PathStrin...Jasper van de Gronde3-61/+50