aboutsummaryrefslogtreecommitdiff
path: root/common/str.cpp
AgeCommit message (Expand)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-08PalmOS: cannot use global objects in ARMChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-02-06Added String::hasSuffix and hasPrefixMax Horn
2005-01-15Get rid of the ConstString classMax Horn
2005-01-01Updated copyrightMax Horn
2004-07-21Small tweaks for the String classMax Horn
2004-06-27Added operator + for stringsMax Horn
2004-03-25free(0) is guaranteed to be a no-opMax Horn
2004-02-14Fix for bug #896506 (GUI: Invalid read)Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07change (Const)String::c_str to never return 0 (rather return empty string) ->...Max Horn
2003-10-08humpfMax Horn
2003-10-08add String::lastChar() methodMax Horn
2003-10-06added String::emptyString constantMax Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-08-01This should be Microsoft Visual C++ onlyTravis Howell
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn
2003-05-21pedantic fixesMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2003-01-10Added some basic line editing to the EditText widgetOliver Kiehl
2002-11-21now this was an *EVIL* typoMax Horn
2002-11-21operator < and > for String now ignore caseMax Horn
2002-11-15fix operator == and !=Max Horn
2002-10-08added methods to String class that convert a string to upper/lower case; chan...Max Horn
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
2002-09-26some fixes for the message dialog; added some commentsMax Horn
2002-09-26added simple message dialogMax Horn
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
2002-09-15apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's requestJonathan Gray
2002-09-09added String constructor which takes (and clones) a ConstStringMax Horn
2002-09-08Added ConstString class; not yet used, but will allow us to reduce the overhe...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn