Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-06 | Added String::hasSuffix and hasPrefix | Max Horn | |
svn-id: r16744 | |||
2005-01-15 | Get rid of the ConstString class | Max Horn | |
svn-id: r16564 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-07-21 | Small tweaks for the String class | Max Horn | |
svn-id: r14293 | |||
2004-06-27 | Added operator + for strings | Max Horn | |
svn-id: r14093 | |||
2004-03-25 | free(0) is guaranteed to be a no-op | Max Horn | |
svn-id: r13380 | |||
2004-02-14 | Fix for bug #896506 (GUI: Invalid read) | Max Horn | |
svn-id: r12864 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-11-07 | change (Const)String::c_str to never return 0 (rather return empty string) ↵ | Max Horn | |
-> can be used to simplify code. Also don't use stricmp in </<=/>/>= operators, it is inconsisten with == and != operators svn-id: r11169 | |||
2003-10-08 | humpf | Max Horn | |
svn-id: r10685 | |||
2003-10-08 | add String::lastChar() method | Max Horn | |
svn-id: r10684 | |||
2003-10-06 | added String::emptyString constant | Max Horn | |
svn-id: r10649 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵ | Jonathan Gray | |
bits in my tree svn-id: r9807 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-08-01 | This should be Microsoft Visual C++ only | Travis Howell | |
svn-id: r9355 | |||
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian | |
svn-id: r9320 | |||
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to ↵ | Max Horn | |
work around it locally svn-id: r9300 | |||
2003-05-21 | pedantic fixes | Max Horn | |
svn-id: r7789 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski | |
svn-id: r6714 | |||
2003-01-10 | Added some basic line editing to the EditText widget | Oliver Kiehl | |
svn-id: r6393 | |||
2002-11-21 | now this was an *EVIL* typo | Max Horn | |
svn-id: r5668 | |||
2002-11-21 | operator < and > for String now ignore case | Max Horn | |
svn-id: r5649 | |||
2002-11-15 | fix operator == and != | Max Horn | |
svn-id: r5570 | |||
2002-10-08 | added 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-28 | patch #612722: MI2 NewGui title fix | Max Horn | |
svn-id: r5030 | |||
2002-09-26 | some fixes for the message dialog; added some comments | Max Horn | |
svn-id: r5021 | |||
2002-09-26 | added simple message dialog | Max Horn | |
svn-id: r5020 | |||
2002-09-22 | 2002-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-15 | apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's request | Jonathan Gray | |
svn-id: r4943 | |||
2002-09-09 | added String constructor which takes (and clones) a ConstString | Max Horn | |
svn-id: r4918 | |||
2002-09-08 | Added 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-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 |