summaryrefslogtreecommitdiff
path: root/fontforge/lookupui.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-21Alexey doesn't like autokerning, so add a flag to turn that off in the kernin...George Williams1-35/+62
2011-02-14Rename two header files from pfaedit*.h to fontforge*.h (and update all other...George Williams1-1/+1
2011-02-10An earlier patch added support for horizontal scrolling (shift trackwheel) in...pfaedit1-1/+1
2011-01-12New copyright notice.pfaedit1-1/+1
2010-10-16One point in code forgot to check if unicode number is in range before testin...michal-n1-2/+3
2010-10-09Patch by Keith Stribley, to fix crashing lookup metadata that don'tmichal-n1-2/+7
2010-10-05Patch by Khaled Hosny, who noticed that OpenType glyph positioningmichal-n1-13/+31
2010-09-21Khaled Hosny provided an option i preferences/edit to turn off automaticmichal-n1-1/+3
2010-04-27Found some more places where we weren't checking the new preference item: Add...pfaedit1-6/+9
2010-04-18The various dialogs involving the fontview did not resize properly when the u...pfaedit1-3/+22
2010-04-16Some users don't like having the character representation of a glyph name sho...pfaedit1-0/+7
2010-04-08Couple of patches from Louis Simard:pfaedit1-3/+1
2010-02-07When FF lists glyph names, it appends the unicode character of the glyph afte...pfaedit1-1/+7
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2009-11-11Rework the other dialogs which use glyph classes (or sets) so that they now u...pfaedit1-9/+30
2009-11-04More work on the kern class dlg.pfaedit1-4/+3
2009-10-30Panov complains that the afii* names (and uni* or u*) don't mean much. So whe...pfaedit1-13/+146
2009-10-29Panov points out that AutoKern used to have an "Only kern closer" option.pfaedit1-14/+52
2009-10-29Alexey points out a bug on 64 bit machines (in autokern stuff).pfaedit1-2/+9
2009-10-28Fix a dangling pointer when we get a delete window event for the kern format ...pfaedit1-2/+9
2009-10-27Panov wants to be able to pick different sets of glyphs for first and last of...pfaedit1-115/+282
2009-10-23Change scripting commands to use the new autowidth rather than the old (both ...pfaedit1-2/+2
2009-10-23Add a way to have fontforge guess good kerning classes and then autokern them.pfaedit1-5/+426
2009-10-21New autowidth/autokern.pfaedit1-34/+451
2009-06-12Patch by Michal Nowakowskipfaedit1-0/+2
2009-05-12FontForge appears to handle mark sets in a self-consistant fashion. I hope th...pfaedit1-3/+3
2009-05-12Baby steps toward mark sets. They don't work yet, but they compile.pfaedit1-35/+80
2009-03-26Add support for reading/writing version 1.8 of Adobe's feature file formatpfaedit1-0/+2
2009-03-05Add support for the OpenType JSTF table. read/write the table, extend sfd to ...pfaedit1-0/+29
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-09Make the metrics view be more like the display dlg in that you can specify a ...pfaedit1-1/+1
2008-11-10Michal points out some strings which are not translated.pfaedit1-2/+3
2008-11-10Michal suggests merging two messages which should be identical. He says they ...pfaedit1-6/+1
2008-09-29A couple of important textfields were not using an input context and were lim...pfaedit1-1/+1
2008-09-15Still problems in importing lookups on 64bit machines.pfaedit1-2/+3
2008-08-18When importing lookups we might import a lookup twice if it were nested.pfaedit1-0/+1
2008-08-08R. Sander points out that if you select an ordered set of lookups in one font...pfaedit1-2/+37
2008-07-21Add menu items in Font Info->Lookups (popup menu) to do a global add/remove l...pfaedit1-1/+316
2008-06-30Add two proposed language tags for IPA use (one for IPA and one for Americani...pfaedit1-0/+2
2008-06-15The Anchor Class dialog (which lists all anchor classes of a subtable) only l...pfaedit1-4/+2
2008-06-04It wasn't possible to rename an anchor class (at least not by the obvious met...pfaedit1-38/+61
2008-06-01New python commandpfaedit1-1/+1
2008-05-21Update tag info from new VOLT release. (Adam T says one of the tags is actual...pfaedit1-0/+1
2008-05-16the new release of volt reveals some new opentype tags.pfaedit1-1/+1
2008-03-28Tweak a cast so it won't complain on 64bit machines.pfaedit1-1/+1
2008-02-18Parameterize some more dialogs with a layer. Some of these do not need the la...pfaedit1-17/+20
2008-02-18Another layer patch. The layer the fontview displays and controls should now bepfaedit1-2/+2
2008-02-07Making class0 editable broke the ability to create a context chaining class l...pfaedit1-4/+9
2008-02-05Mark classes didn't work.pfaedit1-0/+1
2008-02-03Could not attach lookups to mac feature settings.pfaedit1-1/+2