| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed svg-path (and display/curve) tests to properly handle closepath and ↵ | Jasper van de Gronde | 2008-08-08 | 2 | -84/+154 | |
| | | | | | | made a check target. (bzr r6592) | |||||
| * | 2Geom version of the path tests + some additional small changes. | Jasper van de Gronde | 2008-08-06 | 4 | -6/+570 | |
| | | | | (bzr r6578) | |||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 | |
| | | | | (bzr r6524) | |||||
| * | Todo is done. | Jon A. Cruz | 2008-08-02 | 1 | -1/+0 | |
| | | | | (bzr r6520) | |||||
| * | Added to tests for SVG units, and fixed warning of missing case | Jon A. Cruz | 2008-08-01 | 3 | -17/+63 | |
| | | | | (bzr r6498) | |||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 | |
| | | | | (bzr r6416) | |||||
| * | omit stitch segments from serialized paths | MenTaLguY | 2008-07-20 | 1 | -1/+4 | |
| | | | | (bzr r6370) | |||||
| * | 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 | |
| | | | | | | Linux. (bzr r6366) | |||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 6 | -2/+34 | |
| | | | | (bzr r6362) | |||||
| * | Fix for PathString to prevent it from getting into a very, very long copying ↵ | Jasper van de Gronde | 2008-07-18 | 7 | -145/+200 | |
| | | | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355) | |||||
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 1 | -0/+3 | |
| | | | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335) | |||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+1 | |
| | | | | (bzr r6332) | |||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -0/+1 | |
| | | | | (bzr r6329) | |||||
| * | enable writing "H/h" and "V/v" to SVG ! | Johan B. C. Engelen | 2008-07-12 | 3 | -7/+30 | |
| | | | | (bzr r6273) | |||||
| * | 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 | |
| | | | | | | For now shows unsafe debug message about where the path was truncated. (bzr r6272) | |||||
| * | use new 2geom function. This ensures we cannot end up in infinite loop while ↵ | Johan B. C. Engelen | 2008-07-11 | 1 | -1/+1 | |
| | | | | | | converting unexpected 2geom curve types to expected types. (bzr r6260) | |||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -3/+2 | |
| | | | | (bzr r6214) | |||||
| * | clean up matrix transform svg-write function | Johan B. C. Engelen | 2008-07-07 | 1 | -2/+1 | |
| | | | | (bzr r6202) | |||||
| * | Change link line for a couple of the test programs, so that `make check' ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+1 | |
| | | | | | | compiles again. (bzr r6193) | |||||
| * | 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 | |
| | | | | (bzr r6192) | |||||
| * | svg/svg-length.h: Supply missing #includes/declarations so that we don't ↵ | Peter Moulder | 2008-07-05 | 1 | -1/+4 | |
| | | | | | | depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6187) | |||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 3 | -737/+737 | |
| | | | | (bzr r6164) | |||||
| * | Mark a missing case statement | Jon A. Cruz | 2008-07-04 | 1 | -0/+1 | |
| | | | | (bzr r6142) | |||||
| * | Tests for svg-affine and svg-length (the latter is not much more than a ↵ | Jasper van de Gronde | 2008-07-03 | 2 | -0/+265 | |
| | | | | | | stub) and a CxxTest version of the list-container tests. (bzr r6132) | |||||
| * | Approximately closed test for path parsing now looks at the absolute ↵ | Jasper van de Gronde | 2008-06-30 | 1 | -6/+3 | |
| | | | | | | coordinate values again (in accordance with how PathString used to work before and relative coordinates, and how it works now). (bzr r6097) | |||||
| * | add commented HLineSegment and VLineSegment to svg writer | Johan B. C. Engelen | 2008-06-29 | 1 | -0/+5 | |
| | | | | (bzr r6085) | |||||
| * | help detection of path read bug | Johan B. C. Engelen | 2008-06-25 | 1 | -6/+11 | |
| | | | | (bzr r6060) | |||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -15/+0 | |
| | | | | (bzr r6046) | |||||
| * | Partial fix (for preventing numerical issues) and restructuring for ↵ | Jasper van de Gronde | 2008-06-20 | 3 | -61/+50 | |
| | | | | | | PathString, plus a small fix for the new 2geom sp_svg_write_curve. (bzr r6005) | |||||
| * | add svg_write and read methods for Geom::Matrix | Johan B. C. Engelen | 2008-06-12 | 2 | -0/+31 | |
| | | | | (bzr r5917) | |||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 2 | -2/+71 | |
| | | | | (bzr r5823) | |||||
| * | slight numerical improvement | Peter Moulder | 2008-06-05 | 2 | -2/+5 | |
| | | | | (bzr r5811) | |||||
| * | Fix for PathString to eliminate use of sscanf (which is locale dependent). | Jasper van de Gronde | 2008-05-27 | 1 | -7/+14 | |
| | | | | (bzr r5757) | |||||
| * | Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check. | Jasper van de Gronde | 2008-05-20 | 1 | -2/+2 | |
| | | | | (bzr r5720) | |||||
| * | PathString now makes sure that relative coordinates are based on rounded ↵ | Jasper van de Gronde | 2008-05-20 | 2 | -40/+130 | |
| | | | | | | absolute coordinates (which allows for greater path data size reductions and makes sure that two identical coordinates will result in the same rounded coordinates). (bzr r5719) | |||||
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵ | Joshua L. Blocher | 2008-05-19 | 1 | -9/+11 | |
| | | | | | | to their cmakelists.txts (bzr r5713) | |||||
| * | Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter ↵ | Peter Moulder | 2008-05-08 | 2 | -56/+159 | |
| | | | | | | | | error handling - though still no error reporting to the user, beyond the subtle hint that the path is incomplete. There remains a numberical issue with the parsing of floats. (bzr r5626) | |||||
| * | fix a compile failure with g++-4.3 | Peter Moulder | 2008-05-08 | 1 | -1/+2 | |
| | | | | (bzr r5625) | |||||
| * | Add svg-path-test.h to src/svg/Makefile_insert | Jasper van de Gronde | 2008-05-06 | 1 | -1/+2 | |
| | | | | (bzr r5620) | |||||
| * | Fix a regression in the SVG path data parser (it will now parse things like ↵ | Jasper van de Gronde | 2008-05-06 | 2 | -17/+491 | |
| | | | | | | "M 1.3.4" correctly again). (bzr r5618) | |||||
| * | Improved numerical precision for the SVG path data parser (along with a ↵ | Jasper van de Gronde | 2008-04-29 | 1 | -116/+79 | |
| | | | | | | small step towards a more robust parser). (bzr r5547) | |||||
| * | Further fix for sign handling of the SVG path data parser. | Jasper van de Gronde | 2008-04-28 | 1 | -2/+1 | |
| | | | | (bzr r5538) | |||||
| * | Fix for closepath handling of SVG path data parser and tolerance for ↵ | Jasper van de Gronde | 2008-04-28 | 2 | -5/+5 | |
| | | | | | | approximately closed check in gnome-canvas-bpath-util.cpp. (bzr r5536) | |||||
| * | Fixed SVG path data parser to handle close paths better (it used to create ↵ | Jasper van de Gronde | 2008-04-26 | 1 | -94/+37 | |
| | | | | | | spurious subpaths), and be a little less forgiving in general (it doesn't fill in missing parameters anymore, doesn't read 1e3e4 as 1e4 anymore and now only allows one sign character for exponents). (bzr r5525) | |||||
| * | Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to ↵ | Jasper van de Gronde | 2008-04-12 | 1 | -3/+33 | |
| | | | | | | prevent endpoints from wrongly being recognized as distinct. (fixing bug 216152) (bzr r5411) | |||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -28/+28 | |
| | | | | (bzr r5379) | |||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -5/+0 | |
| | | | | (bzr r5299) | |||||
| * | add CMakeLists.txt files for removeoverlap and svg | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+29 | |
| | | | | (bzr r5243) | |||||
| * | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 2008-03-22 | 3 | -0/+13 | |
| | | | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165) | |||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 2 | -31/+26 | |
| | | | | (bzr r5149) | |||||
