Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-09 | Fixed warnings for msvc9. | Johannes Schickel | |
svn-id: r31460 | |||
2008-03-30 | Removed 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-28 | Added FIXME comment regarding sorting of pred.dic; replaced weird binary ↵ | Max Horn | |
search code with simple binary search code ;-) svn-id: r31291 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-19 | fixed potential unitialized variables, one array overflow | Paweł Kołodziejski | |
svn-id: r30571 | |||
2008-01-13 | Indentation | Kari Salminen | |
svn-id: r30478 | |||
2007-09-11 | Remove/clarify several FIXMEs | Eugene Sandulenko | |
svn-id: r28892 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-07-16 | Porting DS word completion keyboard changes from branch0-10-0. | Neil Millstone | |
svn-id: r28125 | |||
2007-07-10 | Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. ↵ | Kari Salminen | |
It's next. svn-id: r28014 | |||
2007-06-13 | Some cleanup to the pred.dic AGI code | Max Horn | |
svn-id: r27386 | |||
2007-06-13 | implement predictive dictionary using ascii based operations, replacing the ↵ | Kostas Nakos | |
10ary tree svn-id: r27383 | |||
2007-06-10 | Move hardcoded predictive dictionary name to config manager. | Eugene Sandulenko | |
svn-id: r27315 | |||
2007-06-09 | oops | Kostas Nakos | |
svn-id: r27246 | |||
2007-06-08 | Updated Symbian OS Prediction handling | Lars Persson | |
Updated AGI to only enable predictive input after dictionary was found. svn-id: r27206 | |||
2007-06-08 | adding navigation with arrow keys and enter; did away with some ugly gotos | Kostas Nakos | |
svn-id: r27193 | |||
2007-06-03 | Adding 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-02 | Silence an MSVC8 warning | Filippos Karapetis | |
svn-id: r27059 | |||
2007-06-02 | implement most-recently-used scheme for dictionary words | Kostas Nakos | |
svn-id: r27058 | |||
2007-06-02 | better handle mode changes and command line length | Kostas Nakos | |
svn-id: r27057 | |||
2007-06-02 | adding multi-tap alpha input | Kostas Nakos | |
svn-id: r27056 | |||
2007-06-02 | oops, remove debugging output | Kostas Nakos | |
svn-id: r27048 | |||
2007-06-02 | permit only one instance of predictive dialog, add handling of keypad keys | Kostas Nakos | |
svn-id: r27047 | |||
2007-06-02 | kill misplaced cursor, refresh only when necessary, add some (cheap) visual ↵ | Kostas Nakos | |
feedback on keypress svn-id: r27046 | |||
2007-05-30 | Updated 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-30 | fixed predictive dialog messing up state if another dialog was already shown | Kostas Nakos | |
svn-id: r27023 | |||
2007-02-13 | made 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-12 | Fingolfin's patch for improving dictionary loading speed. Applied as is. | Eugene Sandulenko | |
svn-id: r25503 | |||
2007-02-10 | Speed 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-16 | Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran. | David Symonds | |
svn-id: r25103 | |||
2007-01-16 | Formating names in source code | Paweł Kołodziejski | |
svn-id: r25101 | |||
2006-12-06 | first phase of objectisation of agi engine | Paweł Kołodziejski | |
svn-id: r24808 | |||
2006-11-22 | Don't crash in loadDict() if pred.txt is missing. | Torbjörn Andersson | |
svn-id: r24761 | |||
2006-11-06 | Predictive input for AGI engine. To Do: | Eugene Sandulenko | |
- Multitap - scummvm.ini-based dictionary path - speedup dictionary loading svn-id: r24635 |