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
/
gui
/
eval.h
Age
Commit message (
Expand
)
Author
2008-06-11
No need to specify CaseSensitiveString_Hash explicitly anymore
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-09-30
Get rid of CharStar_BaseNode and consorts -- using a simple String is more ef...
Max Horn
2006-07-30
Added explicit string equals/hash functors to a new header common/hash-str.h;...
Max Horn
2006-06-06
Move whole theme ini file to evaluator. Next step is caching. Also now it is
Eugene Sandulenko
2006-06-05
Slightly optimize 'getVar(FOO)' usage pattern
Max Horn
2006-06-05
Some more string usage tweaks
Max Horn
2006-06-05
cleanup
Max Horn
2006-06-03
*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...
Max Horn
2006-06-02
Turn AliasesMap and VariablesMap keys from String to const char *.
Eugene Sandulenko
2006-04-16
- Implemented text padding in ListWidget and PopUpWidget. Right padding does ...
Eugene Sandulenko
2006-03-31
Hide eval debug output deeper to level 5. Report total number of defined
Eugene Sandulenko
2006-03-28
- Renamed class AssocArray to HashMap to match our existing class Map (note also
Max Horn
2006-03-24
o Move built-in evaluator constants to AssocArray to speed it up
Eugene Sandulenko
2006-03-23
Implementation of AssociativeArray. Transferred GUI to it. Now it is much
Eugene Sandulenko
2006-03-18
Oops. Theme variables are meant to be case insensitive. Fix comparison
Eugene Sandulenko
2006-03-08
o Converted most (all?) widgets to new scheme.
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
Eugene Sandulenko
2006-03-07
WIP for arbitrary widget positions. See
Eugene Sandulenko