summaryrefslogtreecommitdiffstats
path: root/src/2geom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-56/+0
| | | (bzr r6046)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-222-6/+16
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* update 2geom (r1350)Johan B. C. Engelen2008-06-183-1/+19
| | | (bzr r5999)
* update 2geomJohan B. C. Engelen2008-06-181-1/+6
| | | (bzr r5998)
* update 2geomMaximilian Albert2008-06-182-1/+7
| | | (bzr r5977)
* update 2geomJohan B. C. Engelen2008-06-1710-52/+95
| | | (bzr r5970)
* update 2geomJohan B. C. Engelen2008-06-141-2/+2
| | | (bzr r5935)
* update 2geom, fixes includesJohan B. C. Engelen2008-06-143-52/+6
| | | (bzr r5934)
* update 2geomJohan B. C. Engelen2008-06-1420-421/+652
| | | (bzr r5931)
* update 2geomJohan B. C. Engelen2008-06-121-0/+1
| | | (bzr r5914)
* fix compile with g++-4.3.Peter Moulder2008-06-051-0/+1
| | | (bzr r5810)
* fix crash in 2geom (already committed to 2geom)Johan B. C. Engelen2008-05-301-2/+5
| | | (bzr r5768)
* Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵Joshua L. Blocher2008-05-291-2/+2
| | | | | remove old/unused files (bzr r5760)
* added methods to PathSink to manage horizontal and vertical line segments, ↵mcecchetti2008-05-284-976/+786
| | | | | modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike (bzr r5758)
* implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti2008-05-2613-579/+1506
| | | | | has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once (bzr r5755)
* update to really latest 2geomJohan B. C. Engelen2008-05-224-16/+20
| | | (bzr r5737)
* update to latest 2geomJohan B. C. Engelen2008-05-221-0/+11
| | | (bzr r5736)
* synchronization with 2geom librarymcecchetti2008-05-2018-1972/+2068
| | | (bzr r5723)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-191-2/+6
| | | | | to their cmakelists.txts (bzr r5713)
* Nearest point from point to line (simplicistic convenience function)Maximilian Albert2008-05-191-0/+11
| | | (bzr r5705)
* Convenience access functions for first and last value of a Geom::Piecewise<>Maximilian Albert2008-05-181-0/+6
| | | (bzr r5692)
* update to latest 2geomJohan B. C. Engelen2008-05-187-3/+265
| | | (bzr r5689)
* update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen2008-05-1026-326/+2347
| | | | | inskape executable bigger (bzr r5649)
* Remove warningsBob Jamison2008-05-041-1/+1
| | | (bzr r5601)
* svg-elliptical-arc: assertions turned into call to macro throwRangeErrormcecchetti2008-04-292-210/+216
| | | (bzr r5543)
* update to latest 2geom. (eol-style fix needed enters at end of some files) ↵Johan B. C. Engelen2008-04-1911-11/+11
| | | | | 2geom rev 1216 (bzr r5476)
* noop: address ‘no newline at end of file’ warningPeter Moulder2008-04-191-2/+2
| | | (bzr r5475)
* update to latest 2geom. (eol-style fix)Johan B. C. Engelen2008-04-1843-40/+347
| | | (bzr r5470)
* update to latest 2geom. fixes LPE's ignoring the closing segment of a closed ↵Johan B. C. Engelen2008-04-171-2/+2
| | | | | path (bzr r5461)
* Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher2008-04-161-0/+86
| | | (bzr r5454)
* please dont forget to update Makefile_insert\!bulia byak2008-04-141-0/+1
| | | (bzr r5435)
* sync with current 2geom, SVGEllipticalArcJohan B. C. Engelen2008-04-131-0/+209
| | | (bzr r5426)
* sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen2008-04-133-690/+816
| | | (bzr r5423)
* sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen2008-04-132-6/+27
| | | (bzr r5418)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-294-366/+366
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* update to latest 2geom (r1195)Johan B. C. Engelen2008-03-232-1/+26
| | | (bzr r5178)
* update to latest 2geomJohan B. C. Engelen2008-03-226-382/+387
| | | (bzr r5170)
* 2Geom fix: derivative of order 1 bezier, and an out of range bug affecting ↵JF Barraud2008-03-083-7/+6
| | | | | intersection computation. (bzr r5000)
* Line-end fixJon A. Cruz2008-02-254-365/+365
| | | (bzr r4845)
* fixed a bug in sqrt(pwsb).JF Barraud2008-01-301-1/+3
| | | (bzr r4623)
* fix Matrix::isTranslationJohan B. C. Engelen2008-01-171-1/+1
| | | (bzr r4542)
* Geom: fix a crash on assertion in sbasis-to-bezier.cppJohan B. C. Engelen2008-01-172-1/+5
| | | (bzr r4541)
* patch by John Faith https://bugs.launchpad.net/inkscape/+bug/175697JiHO2008-01-021-0/+2
| | | | | should be applied upstream in 2geom. (bzr r4370)
* update to latest 2geomJohan B. C. Engelen2008-01-021-37/+0
| | | (bzr r4364)
* Fix compilation issue with g++3.3 on OS X 10.3.9Bryce Harrington2007-12-311-4/+4
| | | | | (Patch from LP: #178123) (bzr r4345)
* 2geom updateJohan B. C. Engelen2007-12-231-2/+13
| | | (bzr r4286)
* update to latest 2geom, bugs be gone!Johan B. C. Engelen2007-12-236-2/+30
| | | (bzr r4285)
* update to latest 2geom (fixed 2 bugs :))Johan B. C. Engelen2007-12-235-321/+322
| | | (bzr r4284)
* update to latest 2geomJohan B. C. Engelen2007-12-231-0/+50
| | | (bzr r4281)
* CRLF fixJon A. Cruz2007-12-177-1511/+1511
| | | (bzr r4247)