| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 1 | -1/+1 |
| | | | | (bzr r6552) | ||||
| * | add is_straight_curve in geom-curves.h helper file | Johan B. C. Engelen | 2008-08-02 | 2 | -0/+40 |
| | | | | (bzr r6537) | ||||
| * | simplify pathv_to_linear_and_cubic_beziers a bit | Johan B. C. Engelen | 2008-08-02 | 1 | -9/+3 |
| | | | | (bzr r6536) | ||||
| * | fix nodetype determination. fixes lpe spiro bug | Johan B. C. Engelen | 2008-08-02 | 1 | -1/+3 |
| | | | | (bzr r6529) | ||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| | | | | (bzr r6524) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6495) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | fix nodetype determination. more stable now. (lost symmetry detection, ↵ | Johan B. C. Engelen | 2008-07-23 | 1 | -42/+13 |
| | | | | | | nobody is using it yet). fixes lpe-spiro. (bzr r6405) | ||||
| * | Fix for a very stupid bug (by myself) in cubic_bbox... | Jasper van de Gronde | 2008-07-21 | 1 | -1/+1 |
| | | | | (bzr r6383) | ||||
| * | Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵ | Jasper van de Gronde | 2008-07-19 | 1 | -67/+78 |
| | | | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363) | ||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 1 | -0/+5 |
| | | | | (bzr r6362) | ||||
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 1 | -0/+24 |
| | | | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -0/+1 |
| | | | | (bzr r6329) | ||||
| * | remove debug messages from last commits | Johan B. C. Engelen | 2008-07-15 | 1 | -1/+0 |
| | | | | (bzr r6328) | ||||
| * | try to make more robust geom-nodetype. still it can give wrong types. (best ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -7/+13 |
| | | | | | | tested with lpe-spiro after next svncommit, change the smoothness/cusp at the closing endpoint) (bzr r6326) | ||||
| * | improve get_nodetype angle checking, thanks nathan! | Johan B. C. Engelen | 2008-07-14 | 1 | -10/+8 |
| | | | | (bzr r6307) | ||||
| * | add comment and implementation of get_nodetype where both curves are ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -2/+14 |
| | | | | | | zero_length or only one of them. (bzr r6306) | ||||
| * | add geom-nodetype. helper function to determine the nodetype between two curves | Johan B. C. Engelen | 2008-07-14 | 3 | -0/+130 |
| | | | | (bzr r6295) | ||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 2 | -0/+40 |
| | | | | (bzr r6284) | ||||
| * | 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) | ||||
| * | helper/unit-tracker.h: Supply missing #includes/declarations so that we ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+1 |
| | | | | | | don't 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 r6171) | ||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 3 | -624/+624 |
| | | | | (bzr r6164) | ||||
| * | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 2008-07-04 | 1 | -6/+6 |
| | | | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158) | ||||
| * | CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵ | Jasper van de Gronde | 2008-07-01 | 1 | -0/+88 |
| | | | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106) | ||||
| * | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 2008-06-29 | 1 | -12/+17 |
| | | | | (bzr r6087) | ||||
| * | add const to pointers that are not written to | Johan B. C. Engelen | 2008-06-26 | 2 | -7/+5 |
| | | | | (bzr r6071) | ||||
| * | add const to references that are not written to | Johan B. C. Engelen | 2008-06-26 | 2 | -9/+8 |
| | | | | (bzr r6069) | ||||
| * | rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵ | Johan B. C. Engelen | 2008-06-26 | 2 | -0/+313 |
| | | | | | | pathv_matrix_point_bbox_wind_distance. (still not 100% clear to me what this method does, but seemed not necessary for rewriting) (bzr r6067) | ||||
| * | speed up bounds_exact for 2geom even more. | Johan B. C. Engelen | 2008-06-23 | 1 | -3/+3 |
| | | | | (bzr r6035) | ||||
| * | add comment | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 |
| | | | | (bzr r6033) | ||||
| * | make faster 2geom bbox calc. | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+154 |
| | | | | (bzr r6032) | ||||
| * | use 2geom method to calc boundingbox of shape | Johan B. C. Engelen | 2008-06-16 | 2 | -0/+8 |
| | | | | (bzr r5968) | ||||
| * | add geom helper file. this will contain Inkscape specific geometry ↵ | Johan B. C. Engelen | 2008-06-16 | 3 | -0/+65 |
| | | | | | | calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965) | ||||
| * | updated slightly | Bob Jamison | 2008-06-09 | 2 | -40/+41 |
| | | | | (bzr r5868) | ||||
| * | Cmake: Fix issue with generated sp-marshall.h/.cpp not linking | Joshua L. Blocher | 2008-05-19 | 1 | -1/+5 |
| | | | | (bzr r5715) | ||||
| * | Updating deprecated type calls. | Jon A. Cruz | 2008-05-06 | 1 | -10/+13 |
| | | | | (bzr r5617) | ||||
| * | Cmake: Moved helper macros to their own file and removed *-test.h from ↵ | Joshua L. Blocher | 2008-05-05 | 1 | -1/+1 |
| | | | | | | inkscape source list (bzr r5608) | ||||
| * | Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ↵ | Joshua L. Blocher | 2008-04-11 | 1 | -1/+1 |
| | | | | | | issue with dependency.cpp (bzr r5406) | ||||
| * | adjust the file generation path fir sp-marshal to jive with the include vs ↵ | Aaron Spike | 2008-04-10 | 1 | -5/+1 |
| | | | | | | add_directories mentality (bzr r5398) | ||||
| * | cmake: fix file names in marshal generation | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 |
| | | | | (bzr r5349) | ||||
| * | cmake: fix prefix | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 |
| | | | | (bzr r5346) | ||||
| * | Cmake: add missing CMakeLists.txt | Joshua L. Blocher | 2008-04-05 | 1 | -0/+23 |
| | | | | (bzr r5340) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -9/+0 |
| | | | | (bzr r5299) | ||||
| * | remove, totally obsolete | bulia byak | 2008-04-01 | 1 | -35/+0 |
| | | | | (bzr r5289) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 2 | -2/+2 |
| | | | | (bzr r5149) | ||||
| * | Line-end fix | Jon A. Cruz | 2008-02-25 | 1 | -25/+25 |
| | | | | (bzr r4845) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -188/+188 |
| | | | | (bzr r4838) | ||||
| * | Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943. | Maximilian Albert | 2008-02-03 | 2 | -0/+4 |
| | | | | (bzr r4639) | ||||
| * | early version export to PS using blur to bitmap | Adib Taraben | 2008-01-14 | 2 | -0/+215 |
| | | | | (bzr r4480) | ||||
| * | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390) | ||||
