aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/predictive.cpp
AgeCommit message (Expand)Author
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-01-31Silenced some more cppcheck warnings.Torbjörn Andersson
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-06-06CleanupEugene Sandulenko
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
2008-09-29Don't use File::name() needlessly (i.e. if you still know which file you just...Max Horn
2008-04-09Fixed warnings for msvc9.Johannes Schickel
2008-03-30Removed char &operator [] from class String -- it had the potential to wreak ...Max Horn
2008-03-28Added FIXME comment regarding sorting of pred.dic; replaced weird binary sear...Max Horn
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