summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed svg-path (and display/curve) tests to properly handle closepath and mad...Jasper van de Gronde2008-08-082-84/+154
* 2Geom version of the path tests + some additional small changes.Jasper van de Gronde2008-08-064-6/+570
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
* Todo is done.Jon A. Cruz2008-08-021-1/+0
* Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz2008-08-013-17/+63
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* omit stitch segments from serialized pathsMenTaLguY2008-07-201-1/+4
* Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on Jasper van de Gronde2008-07-191-1/+13
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-196-2/+34
* Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde2008-07-187-145/+200
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+3
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
* warning cleanupJon A. Cruz2008-07-161-0/+1
* enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen2008-07-123-7/+30
* Don't crash on path parse error. Truncate the path data up to where it is valid.Johan B. C. Engelen2008-07-121-6/+15
* use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen2008-07-111-1/+1
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-3/+2
* clean up matrix transform svg-write functionJohan B. C. Engelen2008-07-071-2/+1
* Change link line for a couple of the test programs, so that `make check' comp...Peter Moulder2008-07-051-0/+1
* Tests for nr-compose, as well as updated tests for svg-affine and svg-length.Jasper van de Gronde2008-07-052-18/+135
* svg/svg-length.h: Supply missing #includes/declarations so that we don't depe...Peter Moulder2008-07-051-1/+4
* EOL fixupsJon A. Cruz2008-07-053-737/+737
* Mark a missing case statementJon A. Cruz2008-07-041-0/+1
* Tests for svg-affine and svg-length (the latter is not much more than a stub)...Jasper van de Gronde2008-07-032-0/+265
* Approximately closed test for path parsing now looks at the absolute coordina...Jasper van de Gronde2008-06-301-6/+3
* add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen2008-06-291-0/+5
* help detection of path read bugJohan B. C. Engelen2008-06-251-6/+11
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-15/+0
* Partial fix (for preventing numerical issues) and restructuring for PathStrin...Jasper van de Gronde2008-06-203-61/+50
* add svg_write and read methods for Geom::MatrixJohan B. C. Engelen2008-06-122-0/+31
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-062-2/+71
* slight numerical improvementPeter Moulder2008-06-052-2/+5
* Fix for PathString to eliminate use of sscanf (which is locale dependent).Jasper van de Gronde2008-05-271-7/+14
* Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.Jasper van de Gronde2008-05-201-2/+2
* PathString now makes sure that relative coordinates are based on rounded abso...Jasper van de Gronde2008-05-202-40/+130
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files t...Joshua L. Blocher2008-05-191-9/+11
* Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error...Peter Moulder2008-05-082-56/+159
* fix a compile failure with g++-4.3Peter Moulder2008-05-081-1/+2
* Add svg-path-test.h to src/svg/Makefile_insertJasper van de Gronde2008-05-061-1/+2
* Fix a regression in the SVG path data parser (it will now parse things like "...Jasper van de Gronde2008-05-062-17/+491
* Improved numerical precision for the SVG path data parser (along with a small...Jasper van de Gronde2008-04-291-116/+79
* Further fix for sign handling of the SVG path data parser.Jasper van de Gronde2008-04-281-2/+1
* Fix for closepath handling of SVG path data parser and tolerance for approxim...Jasper van de Gronde2008-04-282-5/+5
* Fixed SVG path data parser to handle close paths better (it used to create sp...Jasper van de Gronde2008-04-261-94/+37
* Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre...Jasper van de Gronde2008-04-121-3/+33
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-28/+28
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
* add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen2008-03-301-0/+29
* * add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2008-03-223-0/+13
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-212-31/+26