summaryrefslogtreecommitdiff
path: root/fontforge/splineutil2.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-21Alexey doesn't like autokerning, so add a flag to turn that off in the kernin...George Williams1-1/+1
2011-02-21It wasn't possible to turn a line into a curve by grabbing a point in the mid...George Williams1-1/+2
2011-02-14Rename two header files from pfaedit*.h to fontforge*.h (and update all other...George Williams1-1/+1
2011-02-11In the patch of 20 Dec 2010, a significant line was deleted by mistake. This ...pfaedit1-0/+1
2011-01-21I used "double" in many places where I should have used "bigreal". Bigreals b...pfaedit1-146/+150
2011-01-18Brian Zick wanted a preference item so that if one end of a spline were moved...pfaedit1-2/+2
2011-01-13More problems with zero length splines in expand stroke. Biggest problem was ...pfaedit1-3/+26
2011-01-12New copyright notice.pfaedit1-1/+1
2011-01-12See if we can improve conversion from quadratic beziers to cubic. There are r...pfaedit1-2/+2
2011-01-11When doing remove overlap on quadratic beziers (truetype) ff converted them t...pfaedit1-0/+35
2010-12-20More work on remove overlap.pfaedit1-5/+10
2010-12-15Remove one source of rounding errors in solving cubics, clean up function cal...pfaedit1-4/+69
2010-09-14If one try to compile with -Wall -Wextra, lots of warnings show up.michal-n1-17/+18
2010-06-03Typo in add extrema code (again).pfaedit1-1/+5
2010-05-13Sometimes we have very few tpoints when we are asked to approximate a spline ...pfaedit1-1/+57
2010-05-10Further improvements to stroking (subtle and technical, not likely to be noti...pfaedit1-1/+13
2010-04-29Sigh. the last attempt at fixing addextrema's stupdities didn't work either.pfaedit1-40/+31
2010-04-25Now improve spline approximation where we do not know the slopes in advance.pfaedit1-4/+92
2010-04-23Speed up approximating a spline given a bunch of on-curve points and slopes a...pfaedit1-13/+92
2010-04-22Minor tweaks.pfaedit1-12/+5
2010-04-22Various optimizations to speed up stroking.pfaedit1-17/+25
2010-04-16Oops. Shouldn't always be setting the pointtype to corner.pfaedit1-2/+2
2010-04-15When doing Add Extrema on a spline where a control point was close to the bas...pfaedit1-37/+64
2010-04-05Clockwise check would frequently claim there were self-intersections when the...pfaedit1-4/+3
2010-02-26ApproximateSplineFromPointsSlopes depended on the magnitude of the control po...pfaedit1-0/+7
2010-02-14Change the behavior of RemoveZeroLengthSplines (a currently unused function) ...pfaedit1-12/+5
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2010-02-04Oops. missed these.pfaedit1-0/+3
2009-06-18python simplify could crash.pfaedit1-2/+4
2009-04-08Sync up.pfaedit1-0/+3
2009-04-08More problems simplifying quadratic splines.pfaedit1-0/+6
2009-04-08Simplify bumps on lines didn't work for quadratic splines.pfaedit1-0/+8
2009-04-08AddExtrema could go into an infinite loop.pfaedit1-16/+21
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2009-01-03Points of extrema weren't being marked correctly in the glyph view.pfaedit1-11/+29
2008-12-23Fix a bug in old cubic to quadratic conversion.pfaedit1-0/+1
2008-12-22Lots of changes to extrema code.pfaedit1-18/+300
2008-12-15More work on intersections and contour direction.pfaedit1-2/+3
2008-12-09Omitted line in yesterdays direction patch meant that countours would simply ...pfaedit1-1/+6
2008-12-08One more tweak...pfaedit1-4/+7
2008-12-08In my eternal vigilence against rounding errors I failed to report some inter...pfaedit1-17/+43
2008-11-11Yet more work on order2 hv points.pfaedit1-0/+6
2008-11-03HV points don't work well with quadratic splines. Too many cases where they j...pfaedit1-5/+24
2008-09-05List of Panose letterforms was missing an entry from the middle so all later ...pfaedit1-2/+2
2008-08-23When pasting a reference into an order2 layer, ff would sometimes miss the fa...pfaedit1-1/+2
2008-08-18Layers can now be marked as either background or foreground.pfaedit1-0/+2
2008-08-03Moving ligature carets always marked for an undo in the foreground layer. Reg...pfaedit1-1/+1
2008-07-27When joining two splinesets (during glyph editing) we didn't pay attention to...pfaedit1-0/+51
2008-04-15When doing expand stroke, it is possible to have two points so close together...pfaedit1-0/+29
2008-04-13More work on binding text to a path.pfaedit1-30/+82