aboutsummaryrefslogtreecommitdiff
path: root/gui/eval.h
AgeCommit message (Expand)Author
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-09-30Get rid of CharStar_BaseNode and consorts -- using a simple String is more ef...Max Horn
2006-07-30Added explicit string equals/hash functors to a new header common/hash-str.h;...Max Horn
2006-06-06Move whole theme ini file to evaluator. Next step is caching. Also now it isEugene Sandulenko
2006-06-05Slightly optimize 'getVar(FOO)' usage patternMax Horn
2006-06-05Some more string usage tweaksMax Horn
2006-06-05cleanupMax Horn
2006-06-03*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...Max Horn
2006-06-02Turn 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-31Hide eval debug output deeper to level 5. Report total number of definedEugene Sandulenko
2006-03-28- Renamed class AssocArray to HashMap to match our existing class Map (note alsoMax Horn
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
2006-03-23Implementation of AssociativeArray. Transferred GUI to it. Now it is muchEugene Sandulenko
2006-03-18Oops. Theme variables are meant to be case insensitive. Fix comparisonEugene Sandulenko
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-03-07WIP for arbitrary widget positions. SeeEugene Sandulenko