summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2008-08-031-1/+1
| | | (bzr r6552)
* add is_straight_curve in geom-curves.h helper fileJohan B. C. Engelen2008-08-022-0/+40
| | | (bzr r6537)
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
| | | (bzr r6536)
* fix nodetype determination. fixes lpe spiro bugJohan B. C. Engelen2008-08-021-1/+3
| | | (bzr r6529)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
| | | (bzr r6524)
* Warning cleanupJon A. Cruz2008-08-011-1/+1
| | | (bzr r6495)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* fix nodetype determination. more stable now. (lost symmetry detection, ↵Johan B. C. Engelen2008-07-231-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 Gronde2008-07-211-1/+1
| | | (bzr r6383)
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵Jasper van de Gronde2008-07-191-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 Gronde2008-07-191-0/+5
| | | (bzr r6362)
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+24
| | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
* warning cleanupJon A. Cruz2008-07-161-0/+1
| | | (bzr r6329)
* remove debug messages from last commitsJohan B. C. Engelen2008-07-151-1/+0
| | | (bzr r6328)
* try to make more robust geom-nodetype. still it can give wrong types. (best ↵Johan B. C. Engelen2008-07-151-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. Engelen2008-07-141-10/+8
| | | (bzr r6307)
* add comment and implementation of get_nodetype where both curves are ↵Johan B. C. Engelen2008-07-141-2/+14
| | | | | zero_length or only one of them. (bzr r6306)
* add geom-nodetype. helper function to determine the nodetype between two curvesJohan B. C. Engelen2008-07-143-0/+130
| | | (bzr r6295)
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-132-0/+40
| | | (bzr r6284)
* use new 2geom function. This ensures we cannot end up in infinite loop while ↵Johan B. C. Engelen2008-07-111-1/+1
| | | | | converting unexpected 2geom curve types to expected types. (bzr r6260)
* helper/unit-tracker.h: Supply missing #includes/declarations so that we ↵Peter Moulder2008-07-051-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 fixupsJon A. Cruz2008-07-053-624/+624
| | | (bzr r6164)
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen2008-07-041-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 Gronde2008-07-011-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 curvesJohan B. C. Engelen2008-06-291-12/+17
| | | (bzr r6087)
* add const to pointers that are not written toJohan B. C. Engelen2008-06-262-7/+5
| | | (bzr r6071)
* add const to references that are not written toJohan B. C. Engelen2008-06-262-9/+8
| | | (bzr r6069)
* rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵Johan B. C. Engelen2008-06-262-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. Engelen2008-06-231-3/+3
| | | (bzr r6035)
* add commentJohan B. C. Engelen2008-06-231-1/+1
| | | (bzr r6033)
* make faster 2geom bbox calc.Johan B. C. Engelen2008-06-231-4/+154
| | | (bzr r6032)
* use 2geom method to calc boundingbox of shapeJohan B. C. Engelen2008-06-162-0/+8
| | | (bzr r5968)
* add geom helper file. this will contain Inkscape specific geometry ↵Johan B. C. Engelen2008-06-163-0/+65
| | | | | calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965)
* updated slightlyBob Jamison2008-06-092-40/+41
| | | (bzr r5868)
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-191-1/+5
| | | (bzr r5715)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-10/+13
| | | (bzr r5617)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-051-1/+1
| | | | | inkscape source list (bzr r5608)
* Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ↵Joshua L. Blocher2008-04-111-1/+1
| | | | | issue with dependency.cpp (bzr r5406)
* adjust the file generation path fir sp-marshal to jive with the include vs ↵Aaron Spike2008-04-101-5/+1
| | | | | add_directories mentality (bzr r5398)
* cmake: fix file names in marshal generationJohan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5349)
* cmake: fix prefixJohan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5346)
* Cmake: add missing CMakeLists.txtJoshua L. Blocher2008-04-051-0/+23
| | | (bzr r5340)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-9/+0
| | | (bzr r5299)
* remove, totally obsoletebulia byak2008-04-011-35/+0
| | | (bzr r5289)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-212-2/+2
| | | (bzr r5149)
* Line-end fixJon A. Cruz2008-02-251-25/+25
| | | (bzr r4845)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-188/+188
| | | (bzr r4838)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-032-0/+4
| | | (bzr r4639)
* early version export to PS using blur to bitmapAdib Taraben2008-01-142-0/+215
| | | (bzr r4480)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-051-1/+1
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)