aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/predictive.cpp
AgeCommit message (Collapse)Author
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-06-06CleanupEugene Sandulenko
svn-id: r41254
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
svn-id: r41239
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
svn-id: r40528
2008-09-29Don't use File::name() needlessly (i.e. if you still know which file you ↵Max Horn
just opened :) svn-id: r34685
2008-04-09Fixed warnings for msvc9.Johannes Schickel
svn-id: r31460
2008-03-30Removed char &operator [] from class String -- it had the potential to wreak ↵Max Horn
havoc when used on shared strings (thanks to tramboi for pointing this out) svn-id: r31334
2008-03-28Added FIXME comment regarding sorting of pred.dic; replaced weird binary ↵Max Horn
search code with simple binary search code ;-) svn-id: r31291
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-19fixed potential unitialized variables, one array overflowPaweł Kołodziejski
svn-id: r30571
2008-01-13IndentationKari Salminen
svn-id: r30478
2007-09-11Remove/clarify several FIXMEsEugene Sandulenko
svn-id: r28892
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵Max Horn
comments; and some other related cleanup svn-id: r28890
2007-07-16Porting DS word completion keyboard changes from branch0-10-0.Neil Millstone
svn-id: r28125
2007-07-10Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. ↵Kari Salminen
It's next. svn-id: r28014
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