summaryrefslogtreecommitdiff
path: root/fontforge/lookups.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-21If a font contains several sets of kerning classes (e. g. for differentakryukov1-73/+72
2011-01-12New copyright notice.pfaedit1-1/+1
2010-04-07Updated Vietnamese translation from Clytie.pfaedit1-1/+1
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2009-12-26Patch by Khaled to add some missing feature tags.pfaedit1-0/+5
2009-09-11Patch by Khaled to add some feature names to my list and extend the lookup ty...pfaedit1-1/+2
2009-07-04When listing all languages used in a script, ff would only look at gpos.pfaedit1-1/+1
2009-05-12Baby steps toward mark sets. They don't work yet, but they compile.pfaedit1-6/+21
2009-03-26suport for the JSTF table.pfaedit1-1/+103
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-13When doing Kerning by classes, FontForge would sometimes allow a glyph to be ...pfaedit1-5/+7
2008-11-23Memory bug when copying contextual chaining lookups.pfaedit1-1/+1
2008-11-10Michal points out that the [Default using suffix] button in the single substi...pfaedit1-0/+3
2008-09-15Still problems in importing lookups on 64bit machines.pfaedit1-1/+1
2008-09-06When FF generated a default name for a lookup when adding a new lookup from f...pfaedit1-1/+1
2008-09-05When doing anchor attachment at a mark, if the backward search lead to a glyp...pfaedit1-0/+2
2008-09-05FF would attach a mark to the first anchor point in the correct subtable in t...pfaedit1-8/+8
2008-08-30I have been trying to attach marks to bases backwards. It is the mark which m...pfaedit1-73/+91
2008-08-30The recent patch to insure that [Imported] lookups from one font to another c...pfaedit1-17/+33
2008-08-28FF's opentype layout engine probably didn't position mark to base properly wh...pfaedit1-1/+3
2008-08-18When importing lookups we might import a lookup twice if it were nested.pfaedit1-63/+87
2008-08-08R. Sander points out that if you select an ordered set of lookups in one font...pfaedit1-25/+75
2008-07-23Importing a kerning class from one font to another (and perhaps merging fonts...pfaedit1-2/+2
2008-07-03When importing lookups into a font, append the fontname to the lookup name on...pfaedit1-3/+38
2008-06-04Adding two languages in the same script to a lookup in a feature file didn't ...pfaedit1-1/+1
2008-06-01When parsing a feature file which used a default languagesystem setup, ff onl...pfaedit1-10/+15
2008-06-01New python commandpfaedit1-0/+302
2008-05-23Further info on feature tags from the VOLT discussions.pfaedit1-1/+2
2008-05-21Update tag info from new VOLT release. (Adam T says one of the tags is actual...pfaedit1-1/+1
2008-05-18When a glyph's name changed, I did not update the names in any tabs in the ch...pfaedit1-0/+1
2008-05-16the new release of volt reveals some new opentype tags.pfaedit1-0/+2
2008-05-15Add ability to create small caps variants of glyphs.pfaedit1-2/+11
2008-03-08The code which decided on whether to apply a chaining lookup approached backt...pfaedit1-17/+11
2008-02-07Making class0 editable broke the ability to create a context chaining class l...pfaedit1-2/+2
2008-02-03Add two proposed features from the pre-draft of OT 1.6pfaedit1-0/+13
2008-02-01New script/language/feature tags from OpenType 1.5.pfaedit1-1/+13
2008-01-13Previous patch to enable class 0 of contextual lookups had a bug and would sa...pfaedit1-1/+1
2008-01-01Update copyright notices.pfaedit1-1/+1
2007-12-14Oof. The math stuff doesn't work if device tables are disabled. fix it.pfaedit1-0/+2
2007-12-07Oops.pfaedit1-1/+2
2007-12-07Internationalization init of the lookups file could walk off the end of an ar...pfaedit1-1/+1
2007-12-06Redo the internals of fontforge to separate the user interface from the core ...pfaedit1-31/+720
2007-11-19More rearranging.pfaedit1-4925/+3
2007-11-16Try to encapsulate some of fontforge's dependency on gdraw in such a way that...pfaedit1-32/+32
2007-11-12Dave Crossland doesn't like having "..." at the end of window titles.pfaedit1-2/+2
2007-10-18When I fixed mark to ligature positioning I broke the other three types of an...pfaedit1-1/+3
2007-10-15So versions of realloc explode when given a size of 0?pfaedit1-1/+2
2007-10-11Several bugs in my mark attachment routines. There was an assumption that onl...pfaedit1-49/+66
2007-09-26Oops, also need to search names in math variant tables on glyph rename.pfaedit1-0/+22
2007-09-25When the user renames a glyph then things dependant on it should change too.pfaedit1-0/+217