aboutsummaryrefslogtreecommitdiff
path: root/common/str.cpp
AgeCommit message (Collapse)Author
2003-05-21pedantic fixesMax Horn
svn-id: r7789
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06next pedantic cleanup codePaweł Kołodziejski
svn-id: r6714
2003-01-10Added some basic line editing to the EditText widgetOliver Kiehl
svn-id: r6393
2002-11-21now this was an *EVIL* typoMax Horn
svn-id: r5668
2002-11-21operator < and > for String now ignore caseMax Horn
svn-id: r5649
2002-11-15fix operator == and !=Max Horn
svn-id: r5570
2002-10-08added methods to String class that convert a string to upper/lower case; ↵Max Horn
changed config class to keep all domains as lower case (fixes bug #scummvm) svn-id: r5104
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
svn-id: r5030
2002-09-26some fixes for the message dialog; added some commentsMax Horn
svn-id: r5021
2002-09-26added simple message dialogMax Horn
svn-id: r5020
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998
2002-09-15apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's requestJonathan Gray
svn-id: r4943
2002-09-09added String constructor which takes (and clones) a ConstStringMax Horn
svn-id: r4918
2002-09-08Added ConstString class; not yet used, but will allow us to reduce the ↵Max Horn
overhead involved when passing in string constants as parameters taking a String ref right now svn-id: r4904
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903