aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/predictive.cpp
AgeCommit message (Expand)Author
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-19fixed potential unitialized variables, one array overflowPaweł Kołodziejski
2008-01-13IndentationKari Salminen
2007-09-11Remove/clarify several FIXMEsEugene Sandulenko
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-07-16Porting DS word completion keyboard changes from branch0-10-0.Neil Millstone
2007-07-10Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. It...Kari Salminen
2007-06-13Some cleanup to the pred.dic AGI codeMax Horn
2007-06-13implement predictive dictionary using ascii based operations, replacing the 1...Kostas Nakos
2007-06-10Move hardcoded predictive dictionary name to config manager.Eugene Sandulenko
2007-06-09oopsKostas Nakos
2007-06-08Updated Symbian OS Prediction handlingLars Persson
2007-06-08adding navigation with arrow keys and enter; did away with some ugly gotosKostas Nakos
2007-06-03Adding the new kFeatureDisableKeyFiltering OSystem feature.Kostas Nakos
2007-06-02Silence an MSVC8 warningFilippos Karapetis
2007-06-02implement most-recently-used scheme for dictionary wordsKostas Nakos
2007-06-02better handle mode changes and command line lengthKostas Nakos
2007-06-02adding multi-tap alpha inputKostas Nakos
2007-06-02oops, remove debugging outputKostas Nakos
2007-06-02permit only one instance of predictive dialog, add handling of keypad keysKostas Nakos
2007-06-02kill misplaced cursor, refresh only when necessary, add some (cheap) visual f...Kostas Nakos
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30fixed predictive dialog messing up state if another dialog was already shownKostas Nakos
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2007-02-12Fingolfin's patch for improving dictionary loading speed. Applied as is.Eugene Sandulenko
2007-02-10Speed up loading of pred.txt, by using a sort algorithm that doesn't choke on...Max Horn
2007-01-16Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran.David Symonds
2007-01-16Formating names in source codePaweł Kołodziejski
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
2006-11-22Don't crash in loadDict() if pred.txt is missing.Torbjörn Andersson
2006-11-06Predictive input for AGI engine. To Do:Eugene Sandulenko