aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.cpp
AgeCommit message (Expand)Author
2013-04-18SCI: Remove a bunch of unused private member variablesMax Horn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-13SCI: Fixed regression of rev b1055a3c86. Japanese games should work againmd5
2011-03-02SCI: Fixed bug #3040161 - "LONGBOW: Textbox glitch"md5
2011-01-09SCI: Changed the bShow parameter of GfxText16:Box() into a boolFilippos Karapetis
2011-01-08SCI: Some function renamingFilippos Karapetis
2010-12-24SCI: Fixed bug #3059860 - "LB2CD: Glitch in Act 6 coroner answer buttons"Filippos Karapetis
2010-09-26SCI: adding separate status drawing codeMartin Kiewitz
2010-09-09SCI: adding text code reference supportMartin Kiewitz
2010-08-12SCI: fixing text color supportMartin Kiewitz
2010-07-30SCI: finally fixing font codesMartin Kiewitz
2010-07-30SCI: fixing another text color code issueMartin Kiewitz
2010-07-30SCI: fixing font code handling in kTextSizeMartin Kiewitz
2010-07-26SCI: fixing text fonts not working correctlyMartin Kiewitz
2010-06-29SCI: Rewrap more commentsMax Horn
2010-06-24SCI: fix kTextSize to not crash when destination has an invalid rect in itMartin Kiewitz
2010-06-15SCI: move textSize and textFonts and textColors inside gfxText16Martin Kiewitz
2010-05-14Silenced some MSVC warningsFilippos Karapetis
2010-04-24SCI: added special comments about r48784Martin Kiewitz
2010-04-24SCI: changing GetLongest() on kanji (again) hopefully it's now working as in ...Martin Kiewitz
2010-04-24SCI: document skipping over breaking spaces done in r48781Martin Kiewitz
2010-04-24SCI: change the way we handle breaking spaces based on how sierra sci does it...Martin Kiewitz
2010-04-23SCI: fix for regression of r48778: do add spaces to width, if we are at endin...Martin Kiewitz
2010-04-23SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra ...Martin Kiewitz
2010-04-23SCI: pc98 sierra interpreter had special code, that circumvents having a japa...Martin Kiewitz
2010-04-20SCI: the pc98 rom has to display kanji directly, because of the bad behaviour...Martin Kiewitz
2010-04-20SCI: sq4/japanese uses sjis 0x9781 for line breaks as wellMartin Kiewitz
2010-04-19SCI: removed bad commentMartin Kiewitz
2010-04-19SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ...Martin Kiewitz
2010-04-19SCI: added even more comments about the 0xD 0xA inside GetLongest()Martin Kiewitz
2010-04-19SCI: added more comments for 0xD 0xA cases inside GetLongest()Martin Kiewitz
2010-04-19SCI: Fix yet another (new) const correctness violation.Max Horn
2010-04-18SCI: sierra sci reacts on 0xD and 0xA to end a line. We only reacted on 0xA a...Martin Kiewitz
2010-04-17More const correctness fixesMax Horn
2010-04-16SCI: support for kanji (sjis), minor centering issue leftMartin Kiewitz
2010-04-16SCI: dont switch to english on kanji text, also cut off text w/o spaces insid...Martin Kiewitz
2010-02-05SCI: renamed class Font to GfxFontMartin Kiewitz
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz