summaryrefslogtreecommitdiff
path: root/fontforge/statemachine.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-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-09The statemachine table uses a matrix gadget, but some of the code was stillmichal-n1-11/+14
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-474/+156
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-04Redo all the default font family names we ask for. For example "Helvetica" is...pfaedit1-2/+1
2008-10-28Make it so that fontforge uses pango routines, not just the widget set.pfaedit1-15/+12
2008-09-22Add code to allow users to customize the font used in various dialogs and win...pfaedit1-5/+10
2008-08-20Rearrange stuff, moving gcolor into gdraw where it belongs.pfaedit1-1/+1
2008-01-01Update copyright notices.pfaedit1-1/+1
2007-12-06Redo the internals of fontforge to separate the user interface from the core ...pfaedit1-892/+10
2007-11-16Try to encapsulate some of fontforge's dependency on gdraw in such a way that...pfaedit1-7/+7
2007-10-05The routine to create an apple state machine from a set of OpenType ('init','...pfaedit1-2/+3
2007-07-20Rewrite the display fonts dlg so it processes features just as metrics view d...pfaedit1-1/+3
2007-03-24fix bugs.pfaedit1-8/+11
2007-03-14Add support for lookups instead of features.pfaedit1-683/+185
2007-01-04Update copyright notices to 2007.pfaedit1-1/+1
2006-12-04The context chain dlg [Set] button didn't work (broken by the encoding change)pfaedit1-5/+3
2006-11-20icc has lots of really stupid warnings.pfaedit1-2/+1
2006-10-29The list of verbs for indic glyph rearrangement didn't display.pfaedit1-1/+1
2006-09-27Michal Nowakowski complains that "Instructions are out of date" warning appea...pfaedit1-1/+1
2006-09-19Had the wrong title for kerning state machine dlgs.pfaedit1-4/+4
2006-09-18Oops. Disambiguation patch not complete. Need to switch from _("") to S_("")pfaedit1-1/+1
2006-09-17Try to provide disambiguation for all strings "New" so that in languages wher...pfaedit1-1/+1
2006-07-18The first time you click on a transition in a Font Info->Mac SM->Indic state ...pfaedit1-2/+3
2006-07-03Changing the definition of int32 means that it is no longer int (on cygwin an...pfaedit1-3/+3
2006-04-17Spend some quality time with valgrind looking (oh, and fixing) memory leaks.pfaedit1-0/+3
2006-03-12Some casts to make 64 bit compiles happier.pfaedit1-2/+2
2006-01-01New copyright notices for 2006pfaedit1-1/+1
2005-10-14Change fontforge to use GNU gettext rather than my own nomen services (for tr...pfaedit1-235/+177
2005-07-19Generating a statemachine from a FPST had problems introduced by the encoding...pfaedit1-1/+1
2005-06-26Change from having the encoding built into the SplineFont to using and encodi...pfaedit1-31/+34
2005-05-03Extend lookup flags support to include mark attachment classes (as defined in...pfaedit1-1/+1
2005-01-01Update copyright notices to 2004.pfaedit1-1/+1
2004-08-04Can now build ff without dlgs. (just scripts)pfaedit1-0/+6
2004-07-08Change from gdraw error messages to gtk messages. Change a couple of other st...pfaedit1-0/+100
2004-05-09Back out a bit of the GSUB->state machine conversion changes that I added las...pfaedit1-5/+8
2004-05-07Fix some bugs in transforming OT contextual substitutions to Mac State Machines.pfaedit1-6/+22
2004-04-18Lcarets should have ignored the sli, but they didn't.pfaedit1-0/+2
2004-03-02Initial add.pfaedit1-0/+3139