summaryrefslogtreecommitdiffstats
path: root/src/helper (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-07noop: add todoJohan B. C. Engelen1-0/+1
2009-04-07is_straight_curve now also returns true for straight line quadratic and cubic...Johan B. C. Engelen1-3/+19
2009-04-07noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ...Peter Moulder1-39/+39
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-12/+1
2009-02-10Adding explicit parenthesis to remove warningsJon A. Cruz1-2/+2
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2-5/+9
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2-36/+22
2008-12-10* Removing the bitmap files that aren't being used.Ted Gould1-0/+1
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2-136/+11
2008-12-08Partial fix for "make check" compilation failure.Krzysztof Kosi??ski1-1/+1
2008-12-02Very slight change to allocation of stripe buffer in png-write.cpp that makes...Jasper van de Gronde1-1/+1
2008-11-21Merge from fe-movedTed Gould6-30/+77
2008-10-27From trunkTed Gould1-5/+9
2008-10-11Merging from trunkTed Gould5-2/+96
2008-09-24Whitespace cleanupJon A. Cruz1-1/+1
2008-09-24Added base metadata to exported png files. Fixes bug #189954.Jon A. Cruz1-9/+104
2008-09-22hide item instead of unreffing, and unref arena to prevent memory leakbulia byak1-2/+3
2008-09-16this item is not hide'd, so unref it instead to prevent leakbulia byak1-0/+2
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-3/+2
2008-09-05Make rasterization of filters into pdf respect the requested dpi.Aaron Spike1-5/+3
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2-2/+2
2008-08-06src/helper 2geomifiedJohan B. C. Engelen4-44/+13
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-10/+5
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop1-1/+1
2008-08-02add is_straight_curve in geom-curves.h helper fileJohan B. C. Engelen2-0/+40
2008-08-02simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen1-9/+3
2008-08-02fix nodetype determination. fixes lpe spiro bugJohan B. C. Engelen1-1/+3
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-23fix nodetype determination. more stable now. (lost symmetry detection, nobody...Johan B. C. Engelen1-42/+13
2008-07-21Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde1-1/+1
2008-07-19Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...Jasper van de Gronde1-67/+78
2008-07-19Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde1-0/+5
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+24
2008-07-16warning cleanupJon A. Cruz1-0/+1
2008-07-15remove debug messages from last commitsJohan B. C. Engelen1-1/+0
2008-07-15try to make more robust geom-nodetype. still it can give wrong types. (best t...Johan B. C. Engelen1-7/+13
2008-07-14improve get_nodetype angle checking, thanks nathan!Johan B. C. Engelen1-10/+8
2008-07-14add comment and implementation of get_nodetype where both curves are zero_len...Johan B. C. Engelen1-2/+14
2008-07-14add geom-nodetype. helper function to determine the nodetype between two curvesJohan B. C. Engelen3-0/+130
2008-07-132geomify pov-out extensionJohan B. C. Engelen2-0/+40
2008-07-11use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen1-1/+1
2008-07-05helper/unit-tracker.h: Supply missing #includes/declarations so that we don't...Peter Moulder1-0/+1
2008-07-05EOL fixupsJon A. Cruz3-624/+624
2008-07-04use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen1-6/+6
2008-07-01CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde1-0/+88