aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/predictive.cpp
AgeCommit message (Collapse)Author
2007-06-13Some cleanup to the pred.dic AGI codeMax Horn
svn-id: r27386
2007-06-13implement predictive dictionary using ascii based operations, replacing the ↵Kostas Nakos
10ary tree svn-id: r27383
2007-06-10Move hardcoded predictive dictionary name to config manager.Eugene Sandulenko
svn-id: r27315
2007-06-09oopsKostas Nakos
svn-id: r27246
2007-06-08Updated Symbian OS Prediction handlingLars Persson
Updated AGI to only enable predictive input after dictionary was found. svn-id: r27206
2007-06-08adding navigation with arrow keys and enter; did away with some ugly gotosKostas Nakos
svn-id: r27193
2007-06-03Adding the new kFeatureDisableKeyFiltering OSystem feature.Kostas Nakos
This feature is used by agi's prediction dialog and is a hint to the backend to temporarily switch off any keyboard mapping, used in devices with limited keyboard input. Also, supply some comments to the newly added event & feature. svn-id: r27069
2007-06-02Silence an MSVC8 warningFilippos Karapetis
svn-id: r27059
2007-06-02implement most-recently-used scheme for dictionary wordsKostas Nakos
svn-id: r27058
2007-06-02better handle mode changes and command line lengthKostas Nakos
svn-id: r27057
2007-06-02adding multi-tap alpha inputKostas Nakos
svn-id: r27056
2007-06-02oops, remove debugging outputKostas Nakos
svn-id: r27048
2007-06-02permit only one instance of predictive dialog, add handling of keypad keysKostas Nakos
svn-id: r27047
2007-06-02kill misplaced cursor, refresh only when necessary, add some (cheap) visual ↵Kostas Nakos
feedback on keypress svn-id: r27046
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-30fixed predictive dialog messing up state if another dialog was already shownKostas Nakos
svn-id: r27023
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it ↵Gregory Montoir
seems parallaction/parser.cpp code re-use them too svn-id: r25564
2007-02-12Fingolfin's patch for improving dictionary loading speed. Applied as is.Eugene Sandulenko
svn-id: r25503
2007-02-10Speed up loading of pred.txt, by using a sort algorithm that doesn't choke ↵Max Horn
on pre-sorted data as our current (sloooow) Common::sort does svn-id: r25476
2007-01-16Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran.David Symonds
svn-id: r25103
2007-01-16Formating names in source codePaweł Kołodziejski
svn-id: r25101
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
svn-id: r24808
2006-11-22Don't crash in loadDict() if pred.txt is missing.Torbjörn Andersson
svn-id: r24761
2006-11-06Predictive input for AGI engine. To Do:Eugene Sandulenko
- Multitap - scummvm.ini-based dictionary path - speedup dictionary loading svn-id: r24635