summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Williams2-3/+7
2011-02-14Patch by Thomas Klausner to support png1.5 (and some other little supporting ...George Williams8-213/+698
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 Williams124-125/+123
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-13Change docs to refer to git repository rather than cvs.George Williams7-39/+72
2011-02-11It is now possible to differentiate stems by width (rather than byakryukov6-959/+1179
2011-02-11Still problems with vertical scrolling in matrix edits (the bug was introducedakryukov2-8/+8
2011-02-11In the patch of 20 Dec 2010, a significant line was deleted by mistake. This ...pfaedit3-6/+7
2011-02-10Sometimes matrix edits would not scroll properly. This was erratic behavior c...pfaedit1-1/+1
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...pfaedit25-50/+138
2011-02-10My cidmap files have always been a one to one mapping of cid to unicode. But ...pfaedit17-5787/+6444
2011-01-24Update to CNS-1.6.pfaedit1-2/+73
2011-01-24better.pfaedit1-1/+1
2011-01-24OOps.pfaedit1-1/+1
2011-01-24Scripting didn't let anyone pick a subfont within a pdf file. (did not suppor...pfaedit2-4/+4
2011-01-24The scripting function "FontsInFile" did not support pdf files, and always re...pfaedit4-2/+47
2011-01-24Patch by Khaled Hosny to fix crash when importing svg with linked image.michal-n2-3/+4
2011-01-24A small correction to the previous patch.akryukov2-3/+3
2011-01-24One more attempt to fix those damned matrix edit controls and make themakryukov2-15/+28
2011-01-23Add a few refreshes, fix a few bugs to the Private table code of font info.pfaedit2-3/+14
2011-01-23Forgot to update view after changing a bitmap width.akryukov2-4/+4
2011-01-23Editing PS Private was broken after the recent patch.akryukov2-5/+5
2011-01-23One more...pfaedit1-2/+35
2011-01-23Redo the "PS Private" pane of the Font Info dialog so that it uses a matrix e...pfaedit6-676/+366
2011-01-22Change the Histogram dialog to use boxes (cosmetic change, shouldn't matter t...pfaedit2-127/+227
2011-01-22tests from bug reports.pfaedit3-0/+360
2011-01-22Allow a user to enter values for the PS private dictionary in his/her own loc...pfaedit2-3/+69
2011-01-22tweak for greater precision.pfaedit2-6/+9
2011-01-21Couple of tests for long doubles.pfaedit1-3/+65
2011-01-21Fix a few problems to remove overlap that showed up when using long double.pfaedit2-96/+114
2011-01-21I used "double" in many places where I should have used "bigreal". Bigreals b...pfaedit25-483/+487
2011-01-21Pasting bitmaps from fontview didn't work.akryukov3-4/+5
2011-01-21Two small corrections for metrics view:akryukov2-6/+20
2011-01-21If a font contains several sets of kerning classes (e. g. for differentakryukov4-92/+106
2011-01-21Use FT_LOAD_TARGET_MONO instead of FT_LOAD_MONOCHROME for spline rasterizationakryukov2-3/+3
2011-01-21FF used to allow modifying the width (and vwidth) of a bitmap glyph only inakryukov2-8/+10
2011-01-21When modifying OT classes by inserting glyphs from a fontview-basedakryukov2-13/+9
2011-01-20Sigh. Don't want dependencies on stamp.c when doing a distribution.pfaedit1-3/+3
2011-01-20Fix typo.pfaedit1-1/+1
2011-01-20A couple more flags I'd like to expose on the version...pfaedit2-0/+18
2011-01-20With lots more points the chance of proximate intersections increases so here...pfaedit1-0/+649
2011-01-20Couple of test cases for doubles.pfaedit1-5/+125
2011-01-20More fixes to remove overlap when using doubles. This one is a typo that's be...pfaedit2-3/+10