summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* Very slight change to allocation of stripe buffer in png-write.cpp that makes...Jasper van de Gronde2008-12-021-1/+1
* Merge from fe-movedTed Gould2008-11-216-30/+77
* From trunkTed Gould2008-10-271-5/+9
* Merging from trunkTed Gould2008-10-115-2/+96
* Whitespace cleanupJon A. Cruz2008-09-241-1/+1
* Added base metadata to exported png files. Fixes bug #189954.Jon A. Cruz2008-09-241-9/+104
* hide item instead of unreffing, and unref arena to prevent memory leakbulia byak2008-09-221-2/+3
* this item is not hide'd, so unref it instead to prevent leakbulia byak2008-09-161-0/+2
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-161-3/+2
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-051-5/+3
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-082-2/+2
* src/helper 2geomifiedJohan B. C. Engelen2008-08-064-44/+13
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-10/+5
* Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2008-08-031-1/+1
* add is_straight_curve in geom-curves.h helper fileJohan B. C. Engelen2008-08-022-0/+40
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
* fix nodetype determination. fixes lpe spiro bugJohan B. C. Engelen2008-08-021-1/+3
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* fix nodetype determination. more stable now. (lost symmetry detection, nobody...Johan B. C. Engelen2008-07-231-42/+13
* Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde2008-07-211-1/+1
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...Jasper van de Gronde2008-07-191-67/+78
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+24
* warning cleanupJon A. Cruz2008-07-161-0/+1
* remove debug messages from last commitsJohan B. C. Engelen2008-07-151-1/+0
* try to make more robust geom-nodetype. still it can give wrong types. (best t...Johan B. C. Engelen2008-07-151-7/+13
* improve get_nodetype angle checking, thanks nathan!Johan B. C. Engelen2008-07-141-10/+8
* add comment and implementation of get_nodetype where both curves are zero_len...Johan B. C. Engelen2008-07-141-2/+14
* add geom-nodetype. helper function to determine the nodetype between two curvesJohan B. C. Engelen2008-07-143-0/+130
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-132-0/+40
* use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen2008-07-111-1/+1
* helper/unit-tracker.h: Supply missing #includes/declarations so that we don't...Peter Moulder2008-07-051-0/+1
* EOL fixupsJon A. Cruz2008-07-053-624/+624
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-041-6/+6
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde2008-07-011-0/+88
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-12/+17
* add const to pointers that are not written toJohan B. C. Engelen2008-06-262-7/+5
* add const to references that are not written toJohan B. C. Engelen2008-06-262-9/+8
* rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: pathv_matrix_...Johan B. C. Engelen2008-06-262-0/+313
* speed up bounds_exact for 2geom even more.Johan B. C. Engelen2008-06-231-3/+3
* add commentJohan B. C. Engelen2008-06-231-1/+1
* make faster 2geom bbox calc.Johan B. C. Engelen2008-06-231-4/+154
* use 2geom method to calc boundingbox of shapeJohan B. C. Engelen2008-06-162-0/+8
* add geom helper file. this will contain Inkscape specific geometry calculatio...Johan B. C. Engelen2008-06-163-0/+65
* updated slightlyBob Jamison2008-06-092-40/+41
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-191-1/+5
* Updating deprecated type calls.Jon A. Cruz2008-05-061-10/+13
* Cmake: Moved helper macros to their own file and removed *-test.h from inksca...Joshua L. Blocher2008-05-051-1/+1