index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
agi
/
predictive.cpp
Age
Commit message (
Expand
)
Author
2012-01-06
AGI: Fix stuck next button when switching back to predictive mode
Willem Jan Palenstijn
2012-01-06
AGI: Clean up predictive matching
Willem Jan Palenstijn
2012-01-06
AGI: Fix ignoring some exact matches in predictive input
Willem Jan Palenstijn
2012-01-06
AGI: Fix predictive input binary search
Willem Jan Palenstijn
2011-12-10
AGI: Replace usage of 'goto'.
D G Turner
2011-06-08
AGI: Fix Engine Exit While Predictive Dialog Is Open.
D G Turner
2011-06-08
AGI: Fix Broken Predictive Text Input.
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-01-06
AGI: Rewrote predictive code matcher
Max Horn
2011-01-05
AGI: cleanup
Max Horn
2010-11-01
ENGINES: Replace many printfs by warning/debug/debugN
Max Horn
2010-10-11
AGI: Fix one more strncpy/strncat issue
Willem Jan Palenstijn
2010-10-11
AGI: Fix possible buffer overflow.
Johannes Schickel
2010-09-18
JANITORIAL: Removed most punctuation at end of warning() and error()
Torbjörn Andersson
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2010-01-31
Silenced some more cppcheck warnings.
Torbjörn Andersson
2010-01-03
Reduce header dependencies for AGI engine.
Eugene Sandulenko
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-06-06
Cleanup
Eugene Sandulenko
2009-06-06
Whitespace fixes and C++ comments
Eugene Sandulenko
2009-05-13
Fix some variable may be used uninitialized warnings.
Johannes Schickel
2008-09-29
Don't use File::name() needlessly (i.e. if you still know which file you just...
Max Horn
2008-04-09
Fixed warnings for msvc9.
Johannes Schickel
2008-03-30
Removed char &operator [] from class String -- it had the potential to wreak ...
Max Horn
2008-03-28
Added FIXME comment regarding sorting of pred.dic; replaced weird binary sear...
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-19
fixed potential unitialized variables, one array overflow
Paweł Kołodziejski
2008-01-13
Indentation
Kari Salminen
2007-09-11
Remove/clarify several FIXMEs
Eugene Sandulenko
2007-09-11
Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...
Max Horn
2007-07-16
Porting DS word completion keyboard changes from branch0-10-0.
Neil Millstone
2007-07-10
Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. It...
Kari Salminen
2007-06-13
Some cleanup to the pred.dic AGI code
Max Horn
2007-06-13
implement predictive dictionary using ascii based operations, replacing the 1...
Kostas Nakos
2007-06-10
Move hardcoded predictive dictionary name to config manager.
Eugene Sandulenko
2007-06-09
oops
Kostas Nakos
2007-06-08
Updated Symbian OS Prediction handling
Lars Persson
2007-06-08
adding navigation with arrow keys and enter; did away with some ugly gotos
Kostas Nakos
2007-06-03
Adding the new kFeatureDisableKeyFiltering OSystem feature.
Kostas Nakos
2007-06-02
Silence an MSVC8 warning
Filippos Karapetis
2007-06-02
implement most-recently-used scheme for dictionary words
Kostas Nakos
2007-06-02
better handle mode changes and command line length
Kostas Nakos
2007-06-02
adding multi-tap alpha input
Kostas Nakos
2007-06-02
oops, remove debugging output
Kostas Nakos
2007-06-02
permit only one instance of predictive dialog, add handling of keypad keys
Kostas Nakos
2007-06-02
kill misplaced cursor, refresh only when necessary, add some (cheap) visual f...
Kostas Nakos
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-30
fixed predictive dialog messing up state if another dialog was already shown
Kostas Nakos
2007-02-13
made rtrim() and ltrim() global functions, to reduce code duplication (it see...
Gregory Montoir
[next]