summaryrefslogtreecommitdiff
path: root/fontforge/splineorder2.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Rename two header files from pfaedit*.h to fontforge*.h (and update all other...George Williams1-1/+1
2011-01-21I used "double" in many places where I should have used "bigreal". Bigreals b...pfaedit1-19/+19
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-4/+54
2010-12-15Remove one source of rounding errors in solving cubics, clean up function cal...pfaedit1-1/+1
2010-04-28If the method of approximating a cubic spline by subdivision fails, then rela...pfaedit1-13/+17
2010-04-14Jeff Harmon reports that ff writes "Postscript" into PFM files rather than "P...pfaedit1-1/+1
2010-04-05A new algorithm for stroking splines. Allows the user to specify arbetrary co...pfaedit1-60/+0
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2009-04-08Could still get control points pointing diametrically opposite their desired ...pfaedit1-1/+16
2009-03-03If a tt control point were on top of an on-curve point, then ff would ignore ...pfaedit1-2/+2
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-23Fix a bug in old cubic to quadratic conversion.pfaedit1-2/+4
2008-11-11Yet more work on order2 hv points.pfaedit1-4/+88
2008-11-05More work on quadratic hv points.pfaedit1-0/+43
2008-08-24When validating a font, and double clicking to bring up find problems in a ch...pfaedit1-4/+12
2008-07-20Still were a number of places where behavior depended on the spline order in ...pfaedit1-1/+8
2008-06-18Fix an uninitialized variable introduced by the last change to order2 convers...pfaedit1-2/+3
2008-06-15Guard (harder) against generating pathological results when converting cubic ...pfaedit1-0/+60
2008-03-04Add a (minimal) clipping path to type3 editing.pfaedit1-0/+1
2008-02-18Another layer patch. The layer the fontview displays and controls should now bepfaedit1-2/+2
2008-02-11Make it possible to generate a font from a specific layer which need not be t...pfaedit1-2/+2
2008-02-08Add a Layers pane to Font Info.pfaedit1-18/+19
2008-02-07When converting cubics to quadratics, if we had a curved spline where one of ...pfaedit1-0/+16
2008-02-07I broke converting a font from quadratic to cubic splines with the layer change.pfaedit1-1/+1
2008-02-04Change to fontforge internals to allow for multiple background layers, each o...pfaedit1-52/+108
2008-01-14Barry wants to be able to mark that it's ok for a spline to have intermediate...pfaedit1-0/+14
2008-01-01Update copyright notices.pfaedit1-1/+1
2007-10-15Add a new tool which creates curved points which are always either horizontal...pfaedit1-7/+16
2007-08-31If an order2 spline got corrupted (mismatched control points) I would leave i...pfaedit1-1/+8
2007-08-27Further improvements on embolden: Make it use horizontal hints. Actually prod...pfaedit1-0/+3
2007-01-04Update copyright notices to 2007.pfaedit1-1/+1
2006-11-20icc has lots of really stupid warnings.pfaedit1-2/+1
2006-09-17Patch from Michal Nowakowski to have ff number points after conversion to tru...pfaedit1-0/+3
2006-09-04Even the pretty ttf approximation routines need to worry about diametrically ...pfaedit1-0/+8
2006-07-24Once upon a time, Apple was so concerned about accuracy of floating point ope...pfaedit1-3/+3
2006-04-05Patch by Michal Nowakowski. Get Info failed to refigure some splines properly.pfaedit1-0/+2
2006-03-27In Point Get Info, give users the option of editing the control points of an ...pfaedit1-88/+74
2006-03-19I was calculating points of inflection incorrectly.pfaedit1-15/+4
2006-03-17Oops there was a path through the cubic->quadratic code which left things uni...pfaedit1-3/+3
2006-03-15Tweak that last cubic->quadratic patch a little.pfaedit1-10/+13
2006-03-15Another case where cubic->quadratic failed.pfaedit1-7/+18
2006-03-06If I always look for points of inflection, I get bad splines. If I ignore them Ipfaedit1-3/+12
2006-03-04further refinements of cubic->quadratic.pfaedit1-1/+1
2006-03-04Some tweaks to cubic->quadraticpfaedit1-5/+24
2006-03-04Attempt to find integer solutions to cubic->quadratic conversion (fall back t...pfaedit1-80/+98
2006-02-28Add an compilation option that restores the old behavior of cubic to quadrati...pfaedit1-0/+6
2006-02-26There was still a way for parallel lines to sneak into the quadratic conversi...pfaedit1-0/+2
2006-02-25Redo cubic to quadratic spline conversion. Make it symmetric.pfaedit1-34/+242
2006-02-19autohinting fixes.pfaedit1-0/+1