summaryrefslogtreecommitdiff
path: root/fontforge/splinechar.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-28More changes to charinfo. Still a couple of changes that weren't undone by a ...George Williams1-11/+8
2011-02-25People didn't like the way Glyph Info behaved (They wanted the "Done" buttonGeorge Williams1-6/+12
2011-02-14Fix some issues with hv points.George Williams1-2/+2
2011-01-21I used "double" in many places where I should have used "bigreal". Bigreals b...pfaedit1-25/+25
2011-01-18Brian Zick wanted a preference item so that if one end of a spline were moved...pfaedit1-4/+4
2011-01-12New copyright notice.pfaedit1-1/+1
2011-01-12"Make arc" didn't work as expected for connected points (it actuallyakryukov1-4/+6
2010-12-15Remove one source of rounding errors in solving cubics, clean up function cal...pfaedit1-1/+1
2010-09-15If one try to compile with -Wall -Wextra, lots of warnings show up.michal-n1-1/+1
2010-09-14If one try to compile with -Wall -Wextra, lots of warnings show up.michal-n1-1/+1
2010-04-05A new algorithm for stroking splines. Allows the user to specify arbetrary co...pfaedit1-0/+25
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2009-09-12Loading LastResort.ttf was extremely slow because some glyphs had hundreds of...pfaedit1-0/+13
2009-09-05Add a new problem (Find Problems) and a new validation state indicative of wh...pfaedit1-0/+68
2009-05-10I let people assign any name to glyphs in the private use area without destro...pfaedit1-5/+7
2009-04-10Panov suggests that for cubic points, when we round them we should not round ...pfaedit1-8/+27
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-22Validate had a different definition of add extrema in what was a "short" spli...pfaedit1-1/+1
2008-12-04When doing a "Scale Emsize", glyphs containing references with UseMyMetrics s...pfaedit1-1/+2
2008-11-12Adobe doesn't define how big a spline must be for the "no extrema" restrictio...pfaedit1-11/+7
2008-11-11Yet more work on order2 hv points.pfaedit1-17/+7
2008-11-07Added duplicate name and duplicate unicode to the things validate checks for.pfaedit1-0/+37
2008-11-05More work on quadratic hv points.pfaedit1-1/+32
2008-11-03It used to be that if a glyph had instructions, and the background was order2...pfaedit1-1/+1
2008-11-03HV points don't work well with quadratic splines. Too many cases where they j...pfaedit1-2/+11
2008-10-17Many problems when number points in glyphs with references.pfaedit1-1/+3
2008-09-22Multiple Master dlg was broken.pfaedit1-0/+1
2008-09-08Clear should only clear anchors, hints and tt instructions if it is the last ...pfaedit1-16/+18
2008-09-07Just as the paste command should only set the width in foreground layers if a...pfaedit1-3/+6
2008-08-27Half the time validate looked at the current layer, and half the time it look...pfaedit1-9/+9
2008-08-24When scripting without a UI, the char changed routine did not check to see if...pfaedit1-0/+60
2008-08-24Barry's unexplained patch had a bug. This should fix that issue.pfaedit1-1/+5
2008-08-23When pasting a reference into an order2 layer, ff would sometimes miss the fa...pfaedit1-0/+93
2008-08-23Spurious memory reference.pfaedit1-1/+2
2008-08-05Python glyph.unlinkReference command didn't work.pfaedit1-3/+3
2008-07-22In a cubic glyph with references, turning on point numbering did not renumber...pfaedit1-21/+31
2008-07-07I find it really hard to believe that this is an error, but I have a second h...pfaedit1-1/+36
2008-06-20Interpolated points need not be on integral boundaries, but ff was checking f...pfaedit1-1/+3
2008-06-17Add a new validation check to see if a glyph has non-integral coordinates. On...pfaedit1-0/+4
2008-06-16Oops.pfaedit1-0/+2
2008-06-12Trying to build dieresis with "PreferSpacingAccents" set meant that we tried ...pfaedit1-2/+6
2008-06-09I used to think that the max glyph instruction length field of 'maxp' refered...pfaedit1-0/+5
2008-05-18When a glyph's name changed, I did not update the names in any tabs in the ch...pfaedit1-0/+4
2008-05-15Copy anchor points into small caps too.pfaedit1-1/+1
2008-05-08Add a new validation state: Test that points aren't too far appart (must be w...pfaedit1-1/+21
2008-04-29Validate didn't work on CID keyed fonts.pfaedit1-2/+2
2008-04-07If an sfd file were saved with spiros active, and then loaded into a version ...pfaedit1-3/+3
2008-03-14Improve rasterizing patterns.pfaedit1-3/+3
2008-03-14Add support for generating tiling patterns in svg, ps type3, and pdf type3 fo...pfaedit1-0/+4
2008-03-13Stuff for initial work on svg tile patterns.pfaedit1-0/+13