summaryrefslogtreecommitdiffstats
path: root/src/display/bezier-utils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-13remove bezier-utils. now we use 2geom's one.Johan B. C. Engelen1-984/+0
remove bezier-utils-test as well. (bzr r7004)
2008-10-27From trunkTed Gould1-11/+11
(bzr r6885)
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-75/+75
(bzr r6835)
2008-06-22* src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow1-1/+1
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)
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-8/+8
(bzr r5823)
2008-04-16fix by kur9kin for endless loop from bug 212332bulia byak1-0/+1
(bzr r5458)
2008-01-05Fixing up a few more filesBryce Harrington1-1/+1
(bzr r4391)
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-0/+1
currently. (bzr r4389)
2006-07-03Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt1-1/+1
(bzr r1349)
2006-04-14Attempt to preserve the shape of the path when deleting nodesAaron Spike1-2/+1
Old deletion behavior is available via Ctrl+Delete (bzr r525)