summaryrefslogtreecommitdiff
path: root/fontforge/splinestroke.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-86/+86
2011-01-18Brian Zick wanted a preference item so that if one end of a spline were moved...pfaedit1-6/+6
2011-01-13More problems with zero length splines in expand stroke. Biggest problem was ...pfaedit1-5/+11
2011-01-13Expand stroke didn't work if the intial spline in a contour had a length of 0.pfaedit1-1/+1
2011-01-12New copyright notice.pfaedit1-1/+1
2010-09-14If one try to compile with -Wall -Wextra, lots of warnings show up.michal-n1-1/+1
2010-06-03A line joint of 180 degrees (which shouldn't have happened, but did) caused a...pfaedit1-2/+4
2010-05-23Oops. Colinear check failed.pfaedit1-1/+1
2010-05-13Sometimes we have very few tpoints when we are asked to approximate a spline ...pfaedit1-2/+133
2010-05-12Change the miterlimit to correspond to the PS miterlimit of 10 (which works o...pfaedit1-2/+6
2010-05-12Had a problem with mitered joins. My algorithm didn't work because the miter ...pfaedit1-142/+233
2010-05-11Add a miterlimit to stroking. So turn miters into bevels if they get tighter ...pfaedit1-3/+9
2010-05-10Further improvements to stroking (subtle and technical, not likely to be noti...pfaedit1-13/+22
2010-04-27Stroking doesn't work if radius<3pfaedit1-0/+3
2010-04-23Two routines were adding points at sharp bends. Both checked for existing poi...pfaedit1-12/+47
2010-04-23Typo.pfaedit1-2/+2
2010-04-23When doing square pens or polygons then long bendy splines will be broken up ...pfaedit1-1/+48
2010-04-22Various optimizations to speed up stroking.pfaedit1-29/+31
2010-04-21Speed up stroking a bit. I hope.pfaedit1-0/+1
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-1801/+3301
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-15Add an [Apply] button to the Expand Stroke dlg.pfaedit1-1/+1
2008-12-08In my eternal vigilence against rounding errors I failed to report some inter...pfaedit1-1/+1
2008-02-18Another layer patch. The layer the fontview displays and controls should now bepfaedit1-6/+9
2008-02-04Change to fontforge internals to allow for multiple background layers, each o...pfaedit1-4/+10
2008-01-01Update copyright notices.pfaedit1-1/+1
2007-12-06Redo the internals of fontforge to separate the user interface from the core ...pfaedit1-4/+32
2007-11-16Try to encapsulate some of fontforge's dependency on gdraw in such a way that...pfaedit1-2/+2
2007-10-25Initial version of UI for Raph Levien's spiro curves. I've probably forgotten...pfaedit1-1/+1
2007-10-15Add a new tool which creates curved points which are always either horizontal...pfaedit1-4/+4
2007-08-31Work around some problems in counters.pfaedit1-32/+6
2007-08-29When stroking splines don't let miter joins grow excessively.pfaedit1-3/+21
2007-08-27Further improvements on embolden: Make it use horizontal hints. Actually prod...pfaedit1-0/+8
2007-07-01Another futile attempt at an embolden command.pfaedit1-9/+73
2007-04-03Some tweaks for python.pfaedit1-1/+1
2007-01-04Update copyright notices to 2007.pfaedit1-1/+1
2006-11-20icc has lots of really stupid warnings.pfaedit1-2/+1
2006-10-09Remove internal/external did the wrong thing in expand stroke if we also remo...pfaedit1-3/+3
2006-07-25Fix a leak.pfaedit1-1/+1
2006-07-24Once upon a time, Apple was so concerned about accuracy of floating point ope...pfaedit1-9/+36
2006-06-29Another bug in ExpandStroke.pfaedit1-1/+1
2006-06-28Expand Stroke removes "U-turns" from splines because they confuse it. But the...pfaedit1-14/+21
2006-06-23When stroking a contour that makes a 180degree turn, ff did not give it a sem...pfaedit1-2/+32
2006-04-18More leaks.pfaedit1-1/+2
2006-04-18Get rid of some more memory leaks.pfaedit1-6/+13
2006-02-10Instead of refusing to do expand stroke/remove overlap for order2 fonts, why ...pfaedit1-0/+9
2006-01-18rotated eliptical pens in expand stroke didn't work.pfaedit1-2/+2