summaryrefslogtreecommitdiff
path: root/fontforge
AgeCommit message (Expand)AuthorFilesLines
2011-03-25[fontview] Support up to 256 subfonts in the CID menu.HEADmasterJames Cloos1-6/+32
2011-03-23Vern points out that I had the symetrical smoothing flag bits for gasp rather...George Williams1-8/+8
2011-03-18On my mac, when displaying a contextual chaining lookup, the => glyph seems t...George Williams1-0/+2
2011-03-16Patch by Khaled to feature file code. If a feature contained both multiple an...George Williams1-0/+22
2011-03-14Barry wants a python entry to the "Change Glyph" dlg.George Williams1-2/+216
2011-03-14Patch by Paul Flo Williams.George Williams1-1/+1
2011-03-14:-) We don't need a semicolon after an #endifGeorge Williams1-1/+1
2011-03-11Change the Size pane of Font Info to use a matrix edit for font style names.George Williams1-322/+59
2011-03-06Invoking Expand Stroke caused a crash.George Williams1-1/+1
2011-03-02Fix some bugs in deletion of mark classes and mark sets in font info.George Williams1-2/+4
2011-02-28More changes to charinfo. Still a couple of changes that weren't undone by a ...George Williams5-32/+303
2011-02-25Oops. Forgot to set the changed flag on the glyph(s).George Williams1-1/+4
2011-02-25People didn't like the way Glyph Info behaved (They wanted the "Done" buttonGeorge Williams3-59/+131
2011-02-22Yet another patch I trampled on. Restore it.George Williams3-6/+77
2011-02-21Arrg. Another thing I missed.George Williams1-2/+2
2011-02-21Alexey doesn't like autokerning, so add a flag to turn that off in the kernin...George Williams11-146/+210
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-21Provide time stamps for the release.George Williams2-6/+6
2011-02-21The [guess] button wasn't working properly after the change to the private pa...George Williams1-1/+1
2011-02-20The dialog which asks for a style name and a language (for design size in fon...George Williams1-60/+25
2011-02-20Sort human-readable stylistic set names (first by feature tag, then byAlexey Kryukov2-3/+19
2011-02-20Make ligature carets accessible from python scripts.Alexey Kryukov1-0/+72
2011-02-18Missed another set of long doubles where there should be doubles.George Williams4-9/+10
2011-02-18According to the spec there are two different types of GPOS 'size' feature. O...George Williams5-16/+50
2011-02-18More fixes needed where *printf expects a double and gets a long double if --...George Williams4-34/+34
2011-02-18Oops. the code to retain ufo ascender/descender needed to convert to double i...George Williams1-2/+2
2011-02-18I put in a test the other day to make sure I never output a number outside th...George Williams1-1/+1
2011-02-18Matthew Skala points out that the range for Yijing Hexagram Symbols is wrong ...George Williams1-1/+1
2011-02-18Patches from Jouk for OPENVMS.George Williams1-3/+3
2011-02-18Pierre Hanser points out that two prototypes need to be adjusted if you confi...George Williams1-2/+2
2011-02-18Richard Gitshlag suggests that the buttons in the "non-integral coordinates" ...George Williams1-1/+1
2011-02-18Richard Gitschlag and Khaled complain that the Glyph Info dlg says "Done" rat...George Williams1-2/+6
2011-02-16Werner found a place where apple kerning output didn't work if glyphs which w...George Williams1-3/+6
2011-02-16Was asked to retain the UFO ascender and descender fields.George Williams4-4/+28
2011-02-16Correct two "bugs" in UFO output. I believe that I was following the spec in ...George Williams1-34/+38
2011-02-16The new code for PS Private in Font Info did not parse the last line changed.George Williams1-1/+1
2011-02-16Barry points out that FF incorrectly loaded an opentype font with an empty bl...George Williams1-0/+8
2011-02-16When ff was started with a .ufo fontdirectory on the command line, it would f...George Williams1-2/+3
2011-02-14User doesn't like that ff does a "fit to window" ever time the user resizes t...George Williams1-1/+1
2011-02-14Someone complained that when ff was maximized it would make itself one cell s...George Williams1-2/+2
2011-02-14Rename two header files from pfaedit*.h to fontforge*.h (and update all other...George Williams117-117/+117
2011-02-14Fix an old misspelling by renaming a file.George Williams3-2/+2
2011-02-14Fix some issues with hv points.George Williams1-2/+2
2011-02-14Add a couple of comments to make behavior clearer.George Williams2-1/+4
2011-02-11It is now possible to differentiate stems by width (rather than byakryukov4-938/+1123
2011-02-11Still problems with vertical scrolling in matrix edits (the bug was introducedakryukov1-2/+2
2011-02-11In the patch of 20 Dec 2010, a significant line was deleted by mistake. This ...pfaedit3-6/+7
2011-02-10When ff calculated the size of a kerning subtable it was off by two bytes per...pfaedit3-5/+12
2011-02-10An earlier patch added support for horizontal scrolling (shift trackwheel) in...pfaedit18-36/+83
2011-02-10My cidmap files have always been a one to one mapping of cid to unicode. But ...pfaedit7-14/+61